/* Pink #ff3686 */
/* Blue #161668 */
body{
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
	color: #262626;
}
p{
	padding: 15px 50px 15px 40px;
	font-size: 0.9em;
	line-height: 20px;
}
ul{
	padding: 0px 50px 15px 40px;
	font-size: 0.9em;
	line-height: 20px;
	margin-left: 25px;
}
ul {
    list-style-type: circle;
}
h1{
	padding: 100px 50px 20px 40px;
	font-size: 1.8em;
	font-weight: bold;
}
h1.white{
	color: #ffffff;
}
h2{
	padding: 15px 50px 5px 40px;
	font-size: 1.4em;
}
h3{
	padding: 0px 50px 5px 40px;
	font-size: 1.0em;
}
a:link {
  text-decoration: underline;
  /*color: #262626;*/
  color: #ffffff;
}
a:visited {
  text-decoration: underline;
  /*color: #262626;*/
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
  /*color: #262626;*/
  color: #ffffff;
}
a:active {
  text-decoration: underline;
  /*color: #262626;*/
  color: #ffffff;
}
#header{
  width: 100%;
  height:80px;
  position:fixed;
  top:0px;
  background-color: #ffffff;
  opacity: 0.95;
  text-align: center;
  z-index: 1;
}
#header a:link {
  text-decoration: none;
  color: #262626;
}
#header a:visited {
  text-decoration: none;
  color: #262626;
}
#header a:hover {
  text-decoration: none;
  color: #262626;
}
#header a:active {
  text-decoration: none;
  color: #262626;
 
}
#headerLine{
	width: 100%;
	height: 3px;
	margin: auto;
	background-color: #ff3686;
}
#headerGroup{
	width: 990px;
	height: 10px;
	margin: auto;
}
#logo{
	float:left;
	width: 130px;
	margin-top: 15px;
}
#menu{
	float:right;
	width: 860px;
	margin-top: 30px;
}
.max{
	width:100%;
}
.eighty{
	width:80%;
}
#finalCountdownDOODOODOODOO{
	color: #ffffff;
	font-family: 'Dancing Script', cursive;
	text-align: right;
	font-size: 1.5vw;
	padding: 10px;
	background-color: #191970;
	border: 5px solid #ffffff;
	position: absolute;
	left: 70%;
	top: 100px;
	opacity: 0.9;
	z-index: 0;
}
.boxy{
	color: #ffffff;
	font-size: 1em;
	position: absolute;
	left: 50%;
	top: 100px;
}
.partyPicWrapper{
	text-align: center;
}
.partyPic{
	display: inline-block;
	width: 8%;
	cursor: pointer;
}
.partyPic.bm{
	border: 5px solid #ff3686;
}
.partyPic.gm{
	border: 5px solid #191979;
}
.partyPic.mc{
	border: 5px solid #ffffff;
}
.partyPic img{
	width: 100%;
}
#partyInfo{
	margin-top: 10px;
	margin-bottom: 10px;
  display: inline-block;
	width: 50%;
	background-color:#fcfcfc;
	text-align: left;
}
.profileBox{
	background-color:#191979;
	width: 30%;
	text-align: center;
	color: #ffffff;
	float:left;
	padding: 10px;
	margin: 20px 25px 10px 40px;
}
.cjBox{
	width: 100%;
	text-align: left;
	background-color: #cccccc;
	float: left;
}
.cjBoxPic{
	width: 30%;
	float:left;
}
.cjBoxText{
	width: 70%;
	float: right;
}
.cjBoxText p{
	font-size: 1.4em;
	line-height: 25px;
}
.profile{
	width:100%;
	margin-bottom: 10px;
}
.bubble{
	border: 1px solid #000000;
	font-size: 0.8em;
	float: left;
	padding: 5px;
	margin-top: 20px;
	margin-right: 3px;
	background-color: #ffffff;
}
#parents ol{
  list-style-type: decimal;
}
#parents li{
  display: list-item;
  list-style-position: inside;
  padding: 15px 50px 0px 40px;
  font-size: 0.9em;
  line-height: 20px;
}
#footer{
	margin-top:10px;
	font-size:0.9em;
	color: #262626;
	background-color: #ffffff;
	padding:10px;
}
#footer a{
	color: #262626;
}
