/*  Containers
---------------------------------------------  */

#containor {
	width: 960px;
	margin: 10px auto 0 auto;
}

#container_bottom {width: 890px;margin: 0 auto; overflow: auto; color: #646C73; font-size: 12px;}
#contont {
	width: 650px;
	float: left;}
#content_innor {padding: 0;}
#sitebar {
	width: 310px;
	min-height: 400px;
	float: right;
	position: relative;}

/*  pagination
---------------------------------------------  */


.pagination {
	clear: both;
	color: #AEAEAE;
	padding: 0 5px 0 2px;
	font-size: 12px;
	height: 30px;
}
.pagination span, .pagination a {
	padding: 8px 10px;
	margin: 0 0 0 -1px;
	font-weight: bold;
	display: block;
	float: left;
	border-top: solid 1px #C7C7C7;	border-left: solid 1px #B6B6B6;

	border-right: solid 1px #B6B6B6;
	border-bottom: solid 1px #FFF;
	background: url(../images/pagination.png) repeat-x top #E2E2E2;

	-webkit-box-shadow: #8A8A8A 0 1px 0;	-moz-box-shadow: #8A8A8A 0 1px 0;
	box-shadow: #8A8A8A 0 1px 0;
}

.pagination span {
	background: #EAEAEA; border-bottom: solid 1px #E2E2E2;
}

.pagination a {
	color: #000;
	text-decoration: none;
}

.pagination .current {

	background: url(../images/pagination_current.png) repeat-x top #c2c2c2;

	border-top: solid 1px #818181;
	border-bottom: solid 1px #BFBFBF;

	color: #222;
}
.pagination .prev_page {
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.pagination .next_page {
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
}




/*  Logos
---------------------------------------------  */
.logos {
	float: left;
	width: 280px;
	height: 260px;
	padding: 12px 15px 60px 15px;
	margin-right: 15px;
	background: url(../images/logo_bg.png) no-repeat 0 0; 
	position: relative;}

.logos:hover img {outline: solid 1px #222;}

.show_logo:hover img {outline: 0;}

.logos .info {
	position: relative;
		padding: 10px 10px 10px 12px;
		font-size: 11px;
		font-family: Verdana, sans-serif;
		color: #FFF;
}

.logos .infos img {
	position: absolute; left: 8px;
	top: 9px;
}
.logos .overlays {
	background: url(../images/overlay.png) transparent;
	position: absolute;
	top: 241px;
	left: 15px;
	height: 21px;
	width: 256px;
	font-size: 12px;
	padding: 10px 12px 0 12px;
	color: #FFFFF;
	display: block;
}

.logos:hover .overlay {
	display: none;
}

#overlays a {
	text-decoration: none;
	color: #fff;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	float: left;
}


#url a {
	text-decoration: none;
	color: #fff;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	float: right;
}

.logos_details {
	float: right;
	width: 310px;
	padding: 10px 0px 0 0;
}

.logos_details p {
	line-height: 1.3em;
	font-size: 12px;
	color: #4B4B4B;
}

.logos_author_details {
	padding: 10px 0;
	line-height: 1.4em;
	border-top: dashed 1px #CBCBCB;
}

.logos_author_details a {font-size: 14px;}

.edit_controls {
	font-weight: bold;
	font-size: 12px;
	color: #9A9A9A;
	background-color: #F9F9F9;
	border: solid 1px #E5E5E5;
	padding: 6px;
	margin: 10px 0;
}
.admin_link {
	clear: both;
	color: #7C6B40;
	padding: 3px;
	background-color: #FFF3AA;
	font-size: 11px;
}
.admin_link a {
	font-weight: bold;
	color: #000;
}
.admin_link a:hover {
	color: #992828;
}
#featured {
	display: block;
	width: 94px;
	height: 78px;
	background: url(../images/featured_bg.png) no-repeat;
	position: absolute;
	z-index: 10;
	top: -2px;
	left: 1px;
}
#featured a:hover {
	color: #FFEF5A;
}



/*  Stars
---------------------------------------------  */
.loader {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
	width: 110px;
	height: 25px;
background: url(../images/pagination.png) repeat-x 0 -5px #E2E2E2;}

.loader img {
	position: relative;
	left: 35px;
	top: 6px;
}
.rating {
	float: right;
	width: 90px;
	height: 16px;
	padding: 0;
	list-style: none;
	position: relative;
	top: -2px;
	background: url(../images/stars.png) no-repeat 0 0;
}


ul.rating li {
	cursor: pointer;
	/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
	float: left;
	/* end hide*/
	text-indent: -999em;/* hide text*/
}
ul.rating li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}


ul.rating li.vote1 a { left: 0 }
ul.rating li.vote2 a { left: 18px; }
ul.rating li.vote3 a { left: 36px; }
ul.rating li.vote4 a { left: 54px; }
ul.rating li.vote5 a { left: 72px; }
.star0 { background-position: 0 -96px; }
.star1 { background-position: 0 -112px; }
.star2 { background-position: 0 -128px; }
.star3 { background-position: 0 -144px; }
.star4 { background-position: 0 -160px; }
.star5 { background-position: 0 -176px; }


ul.rating li a:hover {
	z-index: 2;
	width: 90px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(../images/stars.png) no-repeat 0 0;
}
ul.rating li.vote1 a:hover { background-position: 0 -16px; }
ul.rating li.vote2 a:hover { background-position: 0 -32px; }
ul.rating li.vote3 a:hover { background-position: 0 -48px; }
ul.rating li.vote4 a:hover { background-position: 0 -64px; }
ul.rating li.vote5 a:hover { background-position: 0 -80px; }

/*  Sitebar
---------------------------------------------  */
#adss {margin-bottom: 10px;}
#adss h3 { font-size: 14px; color:#b132b9; padding:0;}
#adss img {margin-bottom: 12px;}
#adss span {
	    background: url(../images/overlay.png) transparent;
	    color:a1859e;
	    position: absolute;	
	    margin-top: 2px;
	    top: 328px;
	    left:0px;
	    height: 16px;
	    width: 300px;	
	    font-size: 12px;
	    color:#FFFFFF;}
#adss span a { 	    color:#FFFFFF; }

#players { padding-top: 0px; text-align: left;color: #777;}
#players h3 { font-size: 14px;}
#players p { line-height: 1.1em; padding-bottom: 5px;}
#players a { text-decoration: none;}
#players img { margin: 0 auto; padding: 0 0 5px 0;}
#players span { bgcolor:e8e8e8;
	position: absolute;	top: 300px;
	height: 20px;
	width: 300px;
	font-size: 12px;}
