/* CSS STLYESHEET */
/* BY ANDY KERR */

*  {	
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
	padding: 0px;
}

body  {	
	background: url(/imgs/background.gif) repeat-x #232323;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	background: transparent;
	color: #ffffff;
}

.clear {
	clear:both;
}

#container {
	width: 914px;
	margin: 0 auto;
}

/* HEAD */
#header_container {
	margin: 0 auto;
	width: 100%;
	height: 143px;
}

#header_container h1{
    display: block;
}

#header_container h1 a {
    background: url(/imgs/logo.gif) no-repeat transparent;
    display: block;
    text-indent: -3000px;
    width: 100%;
    height: 143px;
}
#navigation {
	background: url(/imgs/logo_nav.gif) no-repeat transparent;
	height: 27px;
	padding-left: 180px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	padding-top: 12px;
	margin-bottom: 10px;
}

ul#nav li {
	float: left;
	align: center;
	color: #ffffff;
	padding: 0 15px;
	border-right: 1px solid #707070;
}

ul#nav li a {
	font-size: 12px;
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

ul#nav li.active a{
	font-size: 12px;
}

#ads1 {
	float:left;
	width: 160px;
	padding: 20px 3px 10px 3px;
	background: url(/imgs/ads1_bg.gif) #FF7200;
	margin: 0 5px;
}

#main {
	float:left;
	color: #ffffff;
	font-size: 12px;
	width: 728px;
	padding: 0 0px 10px 0px;
	margin: 0 5px 0 5px;
}

h2 {
	font-weight: bold;
	background: url(/imgs/ads1_bg.gif);
	font-size: 12px;
	color: #ffffff;
	height: 18px;
	padding: 3px 10px 0 10px;
	margin-bottom: 15px;
}

.thumb{
	width: 100%;
	float: left;
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #999999;
	border-bottom: 1px solid #292929;
}
.thumb h3, .thumb h3 a{
	float: right;
	width: 600px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 3px;
	color: #FFBA00;
}
.thumb h3:hover{
	color: #FFFFFF;
}
.thumb .img{
	border: 2px solid #ffffff;
	margin: 0 19px 0 20px;
	float:left;
	margin-bottom: 3px;
}
.thumb .img:hover{
	border: 2px solid #FFBA00;
}
.description {
	float:right;
	width: 585px;
	padding-right: 15px;
	color: #888888;
	font-size: 11.5px;
	margin-bottom: 5px;
}

.description_play {
	float:right;
	width: 100%-30px;
	padding: 25px 15px 0px 15px;
	color: #888888;
	font-size: 11.5px;
	margin-bottom: 5px;
}
.stats {
	width: 585px;
	padding-right: 15px;
	font-size: 11px;
	color: #666666s;
	font-weight: bold;
}
.stats_play {
	width: 100%-30px;
	padding: 0 15px 25px 15px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


#footer {
	clear:both;
	line-height: 20px;
	width: 100%-20px;
	height: 140px;
	padding-top: 100px;
	color: #3C3C3C;
	text-align: center;
	padding-right: 20px;
	font-size: 11px;
	background: url(/imgs/footer_bg.gif) repeat-x #0A0A0A;
}

#footer a{
	color: #666;
}


#footer #affiliates a{
	color: #fff;
}

/* PAGE NUMBERS */
    
#page_numbers{
	margin: 0 30px 20px 40px;
	float:right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #4B4B4B;
}
#page_numbers a{
	text-decoration: none;
	padding: 2px;
	font-size: 14px;
	color: #FFFFFF;
}
#page_numbers a.active{
	text-decoration: none;
	padding: 2px 5px;
	font-size: 14px;
	color: #000000;
	background: #ffffff;
}

.linput {
	width: 708px;
	height: 25px;
	border: 1px solid #000000;
	padding-right: 13px;
	padding-top: 7px;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-left: 7px;
	font-size: 15px;
	color: #222222;
}

.binput {
	height: 37px;
	border: 3px solid #696969;
	background: #181818;
	padding: 7px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #FFFFFF;
}

.tinput {
	width: 708px;
	height: 150px;
	border: 1px solid #000000;
	padding-right: 13px;
	padding-top: 7px;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-left: 7px;
	font-size: 12px;
	color: #222222;
}

.alert {
	width: 708px;
	margin-bottom: 20px;
	padding: 10px;
	color: #FF0000;
	background: #FFBDBD;
	font-weight: bold;
	font-size: 12px;
}
.alert a{
	color: #FF0000;
}

