/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdanna,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 250%;
 color: #417BD3;
}

h2{
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
}

h3{
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 20px 0px 0px 30px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFFFFF;
}

h5{
 font-size: 100%;
 color: #FFFFFF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

img{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 5px 0px 0px 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main_logo_box{
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: url(images/logos/gamerstv_vert_large.jpg) no-repeat center;
	height: 145px;
	width: 305px;
	position:absolute;
}

#left_nav_box{
	margin: 170px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	height: 175px;
	width: 200px;
	position:absolute;
}

#left_content_box{
	margin: 350px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	height: 300px;
	width: 330px;
	position:absolute;
}
#left_content_box p{
	font-size: 95%;
}



#embedded_video_box{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 274px;
	width: 330px;
	background-color: #4477BB;
}
#embedded_video{
	margin: 0px;
	padding: 5px;
	height: 240px;
	width: 320px;
}

#site_info{
	clear: both;
	font-size: 60%;
	color: #CCCCCC;
	padding: 0;
	margin: 700px 0px 0px 20px;
	width: 350px;
	position: absolute;
	height: 35px;
}





#top_trailers_box{
	margin: 20px 0px 0px 380px;
	padding: 0px 0px 0px 0px;
	height: 115px;
	width: 520px;
	position:absolute;
}

#main_content_box{
	margin: 140px 0px 0px 380px;
	padding: 0px 0px 0px 0px;
	height: 500px;
	width: 520px;
	position:absolute;
}





/***********************************************/
/*Component Divs                               */
/***********************************************/
#bottom_buffer{
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 10px;
}



/************** .left_nav_button styles *****************/
.left_nav_button{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	height: 26px;
	width: 200px;
	font-size: 16pt;
	color: #FF9900;
}

#button1{
	background: url(images/ghost1.gif) no-repeat left;
}
#button2{
	background: url(images/ghost2.gif) no-repeat left;
	
}
#button3{
	background: url(images/ghost3.gif) no-repeat left;
}
#button4{
	background: url(images/ghost4.gif) no-repeat left;
}
#button5{
	background: url(images/pacman.gif) no-repeat left;
}





/************** #top_trailers styles *****************/

.trailer_box{
	margin: 0px 50px 0px 10px;
	padding: 0px 0px 0px 0px;
	height: 115px;
	width: 150px;
	background-color: #4477BB;
	float: left;
	display: inline;
}

.trailer_box img{
	margin: 0px;
	padding: 5px;
}


#trailers_label{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	float: left;
	font-size: 18pt;
	font-weight: bold;
}




/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 5px 0px 0px 10px;
}

.story img{
	padding: 0px 10px 10px 10px;
}

.storytitle{
	clear: both;
	padding: 0 0px 2px 10px;
	font-size: 14pt;
	border-bottom-color: #417BD3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	font-weight: bold;
	background-image: url(images/space_invaders.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


storytitle a:link{
	text-decoration: none;
	color: #FFFFFF;
}
storytitle a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#storydate{
	clear: both;
	padding: 2px 0px 2px 5px;
	color: #CCCCCC;
	font-style: italic;
}




.story ul{
 list-style-type: square;
 font-size: 16pt;
}

#fan_post_title{
	clear: both;
	padding: 2px 10px 0px 20px;
	color: #FFFFFF;
	font-size: 90%;
}

#fan_post_body{
	clear: both;
	padding: 2px 20px 2px 50px;
	color: #CCCCCC;
}




/************* #siteInfo styles ***************/



#site_info img{
	padding: 0px 4px 4px 0px;
	vertical-align: middle;
}
