body {
    background: #0f0f0f url(../img/bg-repeat-x.png) repeat-x;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0;
}

img {
    border: 0 none;
}

a {
    outline: none;
}

.collapsed {
    display: none;
}

.aleft {
    float: left;
}

.aright {
    float: right;
}

ul.nostyle {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a:link {
	color: #9ede5f;
	text-decoration:none;
}
a:visited {
	color: #A0C570;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}
a:active {
	color: 9ede5f;
	text-decoration:none;
}
ul.horiz li {
    display: inline;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

#topmenu {
    background: url(../img/top_menu_bg.jpg) no-repeat;
    height: 53px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

#login {
    position: absolute;
    border: 2px solid #222;
    background: #46678e;
}

#login * {
    margin: 4px;
    left: -200px;
}

#login label.loginlabel {
    display: block;
    float: left;
    width: 80px;
    color: #edea9d;
    font-size: 11px;
    font-weight: bold;
}

#login input {
    font-size:11px;
}

#loginform a {
    color: white;
    font-site: 10px;
}

#topmenuleft li, #topmenuright li {
    padding: 5px;
}

#topmenuleft li > a, #topmenuright li > a {
    color: white;
    text-decoration: none;
    font-size: 10px;
}

#topmenu li.sep {
    color: #617d9e;
    font-size: 10px;
}

#header {
    margin-top: 10px;
   
    width: 950px;
    height: 74px;
    clear: both;
}

#header_menu li {
    display:block;
    float:left;
    width: 76px;
    height: 72px;
	
    text-align: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

#header_menu li img {
    margin-top: 13px;
    margin-bottom: 5px;
}

#list {

    padding: 5px;
}

#list div.listentry {
    background: url(../images/box_blue.gif) no-repeat;
	width: 450px;
    height: 258px;
    margin-bottom: 20px;
}

#list div.listentry div.name span.index {
    color: white;
    font-size: 18px;    
}

#list div.listentry div.name a {
    color: #80b647;
    font-size: 14px;
    text-decoration: none;
}

#list div.listentry div.wrapper {
    height: 258px;
    padding: 5px;
}

#list div.listentry div.wrapper div.content {
    height: 5px;
	width:200px;
    background: #14171c;

}

#list div.listentry div.wrapper div.content a img {
    border: 1px solid #222;
}

#list div.listentry div.wrapper div.info {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;    
}

#list div.listentry div.wrapper div.info span.votes {
    color: #747474;
}

#list div.listentry div.wrapper div.info span.votes span.figure {
    color: #ababab;
}

#list div.listentry div.wrapper div.info ul.actions li a {
    color: #8ea155;
    padding-left: 5px;
}

#list div.listentry div.wrapper div.info ul.actions li.sep {
    color: #2d2d2d;
    padding-left: 5px;
}

#pager {
    padding: 5px;
}

#pager a {
    font-size: 18px;
    color: #aae174;
}

#footerwrapper {
    clear: both;
    border-top: 2px solid #222;
    height: 95px;
    background: #213f63;
    text-align: center;
    font-size: 11px;
    color: #848484;
}

#footer {
    width: 950px; 
    margin: 0 auto; 
    text-align: left; 
    padding: 10px;
}

#bottommenu {
    margin-top: 5px;
}

#bottommenu li a {
    color: white;
    text-decoration: none;
}

#bottommenu li.sep {
    color: #8ea155;
    font-size: 10px;
}

#list {
	width:940px;
}

#list div.listentry.aleft {
	margin-right:40px;
	position:relative;
	left:-1px;
}
#list div.listentry.aleft.even {
	margin-right:0px;
}

#pager .aright {
	position:relative;
	left:-42px;
}


#header_menu img {
	display:none;
}


#topmenu {
	z-index:10;
}
#topmenuright {
	z-index:11;
}
#topmenuright li {
	position:relative;
}
#login {
	z-index:10;
	left:-66px;
	width:200px;
}
#header_menu li {
}
#header_menu li span {
	display:block;
	height:30px;
	width:30px;
	position:relative;

	left:0px;
	margin:0px auto;
	background:url('/img/unchecked.png') no-repeat 1px 2px;
	z-index:1;
}

#header_menu li a {
	display:block;
	position:relative;
	top:7px;
}
body #header_menu li#homelink span {
	background-image: url('/img/checked.png');
}
body #header_menu li span {
	background-image: url('/img/unchecked.png');
}
body#games #header_menu li#homelink span, body#clans #header_menu li#homelink span, body#sites #header_menu li#homelink span {
	background-image: url('/img/unchecked.png');
}

body#home #header_menu li#homelink span, body#home #header_menu li#gamelink span, body#home #header_menu li#clanlink span, body#home #header_menu li#siteslink span {
	background-image: url('/img/checked.png');
}
body#games #header_menu li#gamelink span, body#clans #header_menu li#clanlink span, body#sites #header_menu li#siteslink span {
	background-image: url('/img/checked.png');
}

ul#header_menu {

	padding-right:1px;
}

#votedbox {
	background-color:#192d1b;
	font-weight:bold;
	padding:10px;
	color:white;
	margin:-5px 0 20px;
	height:30px;
	line-height:30px;
	font-size:12px
}


#topLine {
	font-size: 24px;
	color: #75879d;
	position:relative;
	top:-10px;
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom:2px solid #191c20;
}

