/************************************************
	CSS Layout Styles for WhizGirls.com
	Last Modified  - 31 December 2010
	Emily C. Duff
*************************************************/

body 
{
	background-color: #000000;
	background-image: url(../images/1280_ph.png);
	background-position:center;
	background-repeat:no-repeat;

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img
{
	border:0;
}

/* HEADER STYLES */

#header
{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 35px;
	background-color: #000000;
	
	color: #FFCC00;
	font-size: 16px;
}

#headerLeft
{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	padding-left: 10px;
	line-height: 35px;
	background-color: #000000;
	
	color: #FFCC00;
	font-size: 16px;
}

#headerRight
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 35px;
	padding-right: 10px;
	line-height: 35px;
	background-color: #000000;
	color: #999999;
}

#header a:link
{	
	color: #9933CC;
	text-decoration: none;
}

#header a:active
{
	color: #9933CC;
	text-decoration: none;

}

#header a:visited
{
	color: #9933CC;
	text-decoration: none;
}

#header a:hover
{
	color:#9933CC;
	text-decoration: underline;
}

#headerLeft a:link
{	
	color: #9933CC;
	text-decoration: none;
}

#headerLeft a:active
{
	color: #9933CC;
	text-decoration: none;

}

#headerLeft a:visited
{
	color: #9933CC;
	text-decoration: none;
}

#headerLeft a:hover
{
	color:#9933CC;
	text-decoration: underline;
}

#headerRight a:link
{	
	text-decoration: none;
}

#headerRight a:active
{
	text-decoration: none;

}

#headerRight a:visited
{
	text-decoration: none;
}

#headerRight a:hover
{
	text-decoration: none;
}




/* CONTENT STYLES */
#content
{
	position: relative;
	top: 38px;
	left: 5%;
	width: 90%;
	height: 475px;
	color: #FFCC00;
	z-index:1;
	background-color:#000000;
	
	
}

#quiz
{
	position: relative;
	top: 75px;
	left: 5%;
	width: 90%;
	height: 1250px;
	background-color: #000000;
	color: #FFCC00;
	
	z-index:1;
}

#quiz1
{
	position: relative;
	top: 75px;
	left: 5%;
	width: 90%;
	height: 1600px;
	background-color: #000000;
	color: #FFCC00;
	
	z-index:1;
}

#contentLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	padding: 10px;
	color: #FFCC00;
	font-size: 16px;
	z-index:2;
}

#contentRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	padding: 10px;
	color: #FFCC00;
	z-index:2;
}

#contentTop
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	color: #FFCC00;
	z-index: 2;
}

#contentBottom
{
	position: relative;
	left: 0px;
	padding: 10px;
	color: #FFCC00;
	font-size: 18px;
	z-index: 2;
	background-color: #000000;
}

#contentMyster
{
	position: relative;
	left: 0px;
	padding: 10px;
	color: #FFCC00;
	font-size: 18px;
	z-index: 2;
	background-color: #000000;
}

#contentBottomDecoder
{
	left: 0px;
	color: #FFCC00;
	font-size: 18px;
	height: 425px;
	z-index: 2;
	background-color:#000000;
	background-image: url(../images/games/decoderback.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#contentBottomMedia
{
	position: relative;
	left: 0px;
	padding: 10px;
	color: #FFCC00;
	font-size: 16px;
	z-index: 2;
}

#contentChar
{
	position: relative;
	top: 75px;
	left: 5%;
	width: 90%;
	height: 700px;
	background-color: #000000;
	color: #FFCC00;
	
	z-index:1;
}

/* SPECIALIZED CONTENT STYLES */
#policy
{
	position: relative;
	top: 5px;
	left: 1%;
	width: 96%;
	padding: 15px;	
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	z-index:1;
}

#faqs
{
	position: relative;
	top: 5px;
	left: 1%;
	width: 96%;
	padding: 15px;	
	background-color: #000000;
	
	color: #FFCC00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	z-index:1;
}


#warning
{
	position: relative;
	top: 5px;
	left: 5px;
	width: 345px;
	padding: 15px;
	background-color: #000000;
	color:#339933;
	font-size: 18px;
	z-index:1;
}
.tag
{
	font-size: 16px;
}

.errorText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
}

.hintText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF9900;
}

/* CONTENT LINK STYLES */
#contentBottom a:link
{
	color: #9933CC;
	text-decoration: none;
	font-size: 18px;
}

#contentBottom a:visited
{
	color: #9933CC;		
	text-decoration: none;
	font-size: 18px;
}

#contentBottom a:hover
{
	color: #9933CC;
	text-decoration: underline;
	font-size: 18px;
}

#contentBottom a:active
{
	color: #9933CC;
	text-decoration: none;
	font-size: 18px;
}

#contentBottomMedia a:link
{
	color: #660099;
	text-decoration: none;
}

#contentBottomMedia a:visited
{
	color: #660099;		
	text-decoration: none;
}

#contentBottomMedia a:hover
{
	color: #660099;
	text-decoration: underline;
}

#contentBottomMedia a:active
{
	color: #660099;
	text-decoration: none;
}


#contentRight a:link
{
	color: #9933CC;
}

#contentRight a:visited
{
	color: #9933CC;
}

#contentRight a:hover
{
	color: #9933CC;
}

#contentRight a:active
{
	color: #9933CC;
}


/* LINK STYLES */
#login
{
	font-size: 16px;
}

#login a:link
{
	color: #9933CC;
	text-decoration: none;
	font-size: 14px;
}

#login a:visited
{
	color: #9933CC;
	text-decoration: none;
	font-size: 14px;
}

#login a:hover
{
	color: #9933CC;
	text-decoration: underline;
	font-size: 14px;
}

#login a:active
{
	color: #9933CC;
	text-decoration: none;
	font-size: 14px;
}

#login td
{
	color:#FFCC00;
}

#flash
{
	font-size: 22px;
	background-color:#000000;
}

#flash a:link
{
	color: #9933CC;
	text-decoration: none;
}

#flash a:visited
{
	color: #9933CC;
	text-decoration: none;
}

#flash a:hover
{
	color: #9933CC;
	text-decoration: underline;
}

#flash a:active
{
	color: #9933CC;
	text-decoration: none;
}

#faqs a:link
{
	color: #9933CC;
	text-decoration: none;
}

#faqs a:visited
{ 
	color: #9933CC;
	text-decoration: none;
}

#faqs a:hover
{
	color: #9933CC;
	text-decoration: underline;
}

#faqs a:active
{
	color: #9933CC;
	text-decoration: none;
}

.question
{
	color: #660099;
	font-size: 14px;
}

/* CHARACTER BIO LINK STYLES */

#characterBio
{
	margin-left: 60px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}


#characters
{
	position: relative;
	left: 0px;
	padding: 10px;
	color: #FFCC00;
	font-size: 18px;
	z-index: 2;
	background-color: #000000;
}

.character
{
	font-size: 18px;
}


/* FOOTER STYLES */
#footer
{
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#footerContent
{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer a:link
{	
	color: #999999;
	text-decoration: none;
}

#footer a:active
{	
	color: #999999;
	text-decoration: none;
}

#footer a:hover
{
	color: #999999;
	text-decoration: underline;
}

#footer a:visited
{	
	color: #999999;
	text-decoration: none;
}

/*******************************
  SITE LAYOUT STYLES OVERRRIDE
********************************/

/* HEADER */
.header
{
	background-color:#000000;
	color: #FBB03B;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.header a:link
{	
	color:#CCCCCC;
	text-decoration: none;
}

.header a:active
{
	color:#CCCCCC;
	text-decoration: none;
}

.header a:visited
{
	color:#CCCCCC;
	text-decoration: none;
}

.header a:hover
{
	color:#CCCCCC;
	text-decoration: underline;
}

.nav
{
	font-size:14px;
}

/* CONTENT */
.content
{
	color:#CCCCCC;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

.content a:link
{
	color:#FFCC33;
	text-decoration: none;
	font-size: 14px;
}

.content a:visited
{
	color: #FFCC33;		
	text-decoration: none;
	font-size: 14px;
}

.content a:hover
{
	color: #FFCC33;
	text-decoration: underline;
	font-size: 14px;
}

.content a:active
{
	color: #FFCC33;
	text-decoration: underlined;
	font-size: 14px;
}

.content1
{
	color:#CCCCCC;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

.content1 a:link
{
	color:#CCCCCC;
	text-decoration: none;
	font-size: 9px;
}

.content1 a:visited
{
	color: #CCCCCC;		
	text-decoration: none;
	font-size: 9px;
}

.content1 a:hover
{
	color: #FFCC33;
	text-decoration: underline;
	font-size: 9px;
}

.content1 a:active
{
	color: #CCCCCC;
	text-decoration: underlined;
	font-size: 9px;
}

.style1
{
	color: #333333;
	font-size: 14px;	
}

.smallLink a:link
{
	font-size:14px;
}

.contentbio
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* FOOTER */
.footer a:link
{	
	color: #999999;
	text-decoration: none;
}

.footer a:active
{	
	color: #999999;
	text-decoration: none;
}

.footer a:hover
{
	color: #999999;
	text-decoration: underline;
}

.footer a:visited
{	
	color: #999999;
	text-decoration: none;
}

/* CHARACTER LINKS */
.sophiaLink a:link
{
	text-decoration: none;
	color:#FF0066;
}

.sophiaLink a:visited
{
	text-decoration: none;
	color:#FF0066;
}

.sophiaLink a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

.sophiaLink a:active
{
	text-decoration: none;
	color:#FF0066;
}

.milaLink a:link
{
	text-decoration: none;
	color:#00CCCC;
}

.milaLink a:visited
{
	text-decoration: none;
	color:#00CCCC;
}

.milaLink a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

.milaLink a:active
{
	text-decoration: none;
	color:#00CCCC;
}

.emmaLink a:link
{
	text-decoration: none;
	color:#00FF00;
}

.emmaLink a:visited
{
	text-decoration: none;
	color:#00FF00;
}

.emmaLink a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

.emmaLink a:active
{
	text-decoration: none;
	color:#00FF00;
}

.madisonLink a:link
{
	text-decoration: none;
	color:#FFFFCC;
}

.madisonLink a:visited
{
	text-decoration: none;
	color:#FFFFCC;
}

.madisonLink a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

.madisonLink a:active
{
	text-decoration: none;
	color:#FFFFCC;
}

.jaydenLink a:link
{
	text-decoration: none;
	color:#FF6600;
}

.jaydenLink a:visited
{
	text-decoration: none;
	color:#FF6600;
}

.jaydenLink a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

.jaydenLink a:active
{
	text-decoration: none;
	color:#FF6600;
}

/* CSS POP UP */
#blanket 
{
	background-color:#111;
	opacity: 0.85;
	filter:alpha(opacity=85);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;

}

#popUpDiv 
{
	position:absolute;
	background-color:#000000;
	width:750px;
	height:450px;
	z-index: 9002;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFCC00;
	text-transform:uppercase;
	border:#CC3333;
	border-width:2px;
	border-style:dotted;
}

#popUpDiv a:link
{
	text-decoration:none;
	color:#FFCC00;
}

#popUpDiv a:visited
{
	text-decoration:none;
	color:#FFCC00;
}

#popUpDiv a:hover
{
	text-decoration:underline;
	color:#FFCC00;
}

#popUpDiv a:active
{
	text-decoration:underline;
	color:#FFCC00;
}

#popUpDivPhone
{
	position:absolute;
	background-color:#000000;
    bottom:0px;
	z-index: 9002;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFCC00;
	text-transform:uppercase;
}

#popUpDivPhone img
{
	border:0px;
}