/* CSS Document */
body{
	background-color:#125fa0;
	background-image:url("../images/bg_gradient.jpg");
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	/*--the following allows FF to handle negative z-index the same as IE--*/
	position:relative;
	z-index:0;
}

img{
	border:none;
}

#bgoverlay{
    width:100%;
    height:500px;
    background-image:url("../images/bg_overlay.jpg");
	background-position: center top;	
	display: inline;	
	background-repeat: no-repeat;	
	position: absolute;	
}

#container{
	width:905px;
	margin:0px auto;
	position:relative;
}

#header{
	height:150px;
	margin:0;
	padding-top:1px;
	position:relative;
}

#nav{
	height:54px;
	width:905px;
	background-image:url("../images/bg_nav_home.gif");
	background-position:top right;	
	background-repeat:no-repeat;
	margin-top:96px;
	position:absolute;
}

#nav a span{
    visibility: hidden;
}

a#mypage, a#gallery, a#leaderboards{
    background-image: url( "../images/tabs_home.gif" );
    height: 27px;
    width: 192px;    
    text-decoration: none;
    display: inline;
	margin-top:13px;
	float:left;
}

a#mypage{
    background-position: 0 0;
	margin-left:305px;
}
a:hover#mypage {
    background-position: 0 -28px;
}

a#gallery{
    background-position: 389px 0;
}
a:hover#gallery {
    background-position: 389px -28px;
}

a#leaderboards{
    background-position: 192px 0;
}
a:hover#leaderboards {
    background-position: 192px -28px;
}

#content{
	min-height:620px;
	width:904px;
	background-image:url("../images/bg_content_secondary.gif");
	background-position:top left;
	position:relative;
	z-index:100;
	border-bottom:solid 3px #a2e080;
}


#logo{
	position:absolute;
	z-index:500;
	margin:20px 0 0 30px;
}

/* gamercard rules */

#xboxgamercard{
	height:67px;
	width:220px;
	background-image:url("../images/bg_gamercard.gif");
	position:absolute;
	top:15px;
	right:0;
}
#signInOut{
    margin:10px 45px 0 5px;
    text-align:right;
}

#signInOut a, #signInOut a:visited{
    color:#fff;
    font-weight:bold;
}

#gamericon{
	height:34px;
	width:34px;	
	float:right;	
	margin:6px 43px 0 5px;
}

#xboxgamercard #gamertag {
	font-size:14px;
	color:#fff;
	text-align:center;
}

#xboxgamercard p
{
	margin:5px 45px 0 5px;
	padding: 0;
	font-size: 14px;
	text-align:right;
	color:White;
}

#xboxgamercard #gamerscore *{
	vertical-align:middle;
	}

#xboxgamercard #gamerscore img {
	margin-right:4px;
	}

    .gamertag a:link {color:#fff;text-decoration:none;}
    .gamertag a:visited {color:#fff;text-decoration:none;}
    .gamertag a:hover {color:#fff;text-decoration:underline;}
    .gamertag a:active {color:#fff;text-decoration:none;}

/*-- Footer Styles --*/
#footer{
    clear: both;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin:15px 0;
}

#footer img{
    vertical-align:middle;
}

#footer a, #footer a:visited{
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

#footer #logos a:hover{
    text-decoration: none;
}

#rarelogo
{
	height: 52px;
	width: 50px;
}

#xboxlogo
{
	margin-left: 10px;
}

#msgameslogo{
    margin-left: 10px;
}

#primalogo{
    margin-left:20px;
}

#esrb{
    margin-left:35px;
}
/*-- End Footer Styles --*/


#bgtop{
    width:870px;
    height:33px;
    background-image:url("../images/bg_top_secondary.gif");
    margin:0 auto 0;
}

#mainarea{
	width:870px;
	padding-top:1px;
	min-height:592px;
	background-image:url("../images/bg_main_secondary.gif");
	margin:0 auto;
	color:#16610C;
	font-size:12px;	
	line-height:16px;
}

#mainarea #innercontent{
    width:500px;
    min-height:548px;
    margin:-16px auto 0;
    padding:30px 50px;
    border-left:solid 4px #9cd67d;
    border-right:solid 4px #9cd67d;
}

#mainarea h2{
	font-size:16px;
	font-weight:bold;
	color:#16610C;
}

#mainarea ul{
    margin:10px 0 0 20px;
    padding:0;
}

#mainarea ul li{
    margin:0 0 3px 0;
    padding:0;
}

#mainarea a, #mainarea a:visited{
    color:#ffe716;
    text-decoration:none;
}

#mainarea a:hover{
    color:#660033;
    text-decoration:underline;
}

#mainarea ul li ul{
    margin:5px 0 0 20px;
    padding:0;
}

#middleimage{
    float:right;
}

#topimage{
    float:left;
    display:inline;
    margin: 0 10px 0 0;
}

#bottomimage{
    width:300px;
    display:block;
    margin:0 auto;
}

.screenshotscontainer{
    margin:0 0 10px 0;
}

.screenshotscontainer a{
    margin:0 20px 0 0;
}
.screenshotscontainer img{    
    border:solid 3px #a2e080;
}

.videocontainer{
    width:445px;
    text-align:center;
    margin:0 auto;
}
.videocontainer a{
    margin:0 20px 0 0;
}
.videocontainer img{    
    border:solid 3px #a2e080;
}

.boxart{
    float:left;
    margin:0 10px 0 0;
    vertical-align:top;
    border:solid 3px #a2e080;
    display:inline;
}

/*-- Lightbox css --*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
