/* Basic Elements */

:root{
 overflow-y:auto;
 overflow-x: hidden;
}

body {
	background-color: #000;
	scrollbar-face-color:black;
	scrollbar-base-color: black;
	scrollbar-arrow-color: green;
	scrollbar-DarkShadow-Color: blue;
	overflow-y: auto;
	overflow-x: hidden;
}

.user { color: #ff7507; }

a {

			color: #333333;
			text-decoration: none;
}
.user a   {
			color: #ff7507;
			text-decoration: none;
}
a:hover {

			text-decoration: none;
}

/* Layout */

#header {

			margin: 0px auto;
			height: 125px;
			border: 1px solid #444444;
			background-color: #1e1e1e;
			background-image: url('images/header_bg.png');
			background-position:  left 50%;
			background-repeat: repeat-x
			

}


#navbar {
	
			margin: 0px auto;
			height: 155px;
			background-color: #1e1e1e;
			background-image: url('images/navbar_bg.png');
			text-align: center
			

}


#toolbar {
	height: 30px;
	width: 940px;
	background-color: #000;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;			

}

#wrapper {
	width: 942px;
	border: 1px solid #555555;
	clear: both;
	margin: auto;
}

#online {

			margin: 0px auto;
			border: 1px solid #555555;
			border-top: 0px;
			position: relative; top: 15px;

}

#footer {

			color: #ccc;
			font-family: Verdana;
			font-size: 10px;
			height: 30px;
			margin: 0px auto;
			text-align: center;
}


/* Other Id's */

#header #logo {
	float: left;
	width: 150px;
	height: 125px;
	background-image: url('images/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: -18px;
	position: relative;
	z-index: 2;
}

#header #olympics {
	width: 100px;
	height: 100px;
	position: relative;
	background-image: url('images/olympics2012.png');
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 2;
	left: 160px;
	margin-top: 10px;
	float: left;
}

#header #search {
			float:right;
			width: 350px;
			position: relative; top: 10px; right: 15px;
			text-align: right;
	
}


#header #topnav {
	width: 400px;
	top:-6px;
	float: right;
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
	clear: both;			
}

#header #topnav a {

			color: #ff7507;
			text-decoration: none;
}

#header #topnav a:hover {

			text-decoration: underline;

}


#header #sloagan {

			font-size: .6em;
			font-family: Verdana;
			color: #ccc;
			letter-spacing: -.1em;
            position: relative;
			left: 15px;
			width: 275px;

}

#toolbar #login {

			float: right;
			position: relative; top: 3px; right: 15px;
			width: 400px;
			text-align: right;

}

#toolbar #message {

			margin: 0px auto;
			position: relative; top: 8px;
            font-family: Verdana;
			font-size: 10px;
			color: #cccccc;
			width: 250px;
			
			
}

#toolbar #message a {

			color: #ff7507;
			text-decoration: none;
}

#toolbar #message a:hover {	
			
			text-decoration: underline;

}

#toolbar #date {

			float: left;
			font-size: 10px;
			font-family: Verdana;
			color: #cccccc;
			width: 250px;
			position: relative; top: 8px; left: 10px;
}


#online .f_header .title {

			position: relative; left: 35px;
			border-right: 0px;

}


#online .users_list {

			background-color: #1e1e1e;
			padding: 15px 5px 15px 5px;
			font-size: 10px;
			font-family: Verdana;
			text-align: center;
			color: #cccccc;
}

#online .users_total {
			
			background-color: #1e1e1e;
			font-size: 10px;
			font-family: Verdana;
			color: #cccccc;


}


#online .users_list span a {

			text-decoration: none;
}

#online .users_list span a:hover {

			text-decoration: underline;
}

#online .users_total span {

			position: relative;
			left: 15px; bottom: 5px;
			

}

.ranks {	

			position: relative;
			left: 40px;
}

#footer span {

			position: relative;
			top: 8px;
			padding-left: 20px;
}

#footer span a {

			color: #777777;
			text-decoration: none;
}

#footer span a:hover {

			color: #ff7507;
}

/* Forum header */

.f_header  {
	background-color: #f4f4f4;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	color: #ff7507;
	background-image: url('images/fheader.gif');
	background-repeat: repeat-x;
	clear: both;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto
}



.f_header .h_title, .h_lastpost, .h_threads, .h_posts {

			float: left;
			text-align: center;
			

}


.f_header .h_title {width: 390px;}
.f_header .h_lastpost {width: 365px;}
.f_header .h_threads {width: 90px;}
.f_header .h_posts {width: 90px; border-right: 0px;}

/* Category bar */

.category {
	
	height: 28px;
	background-image: url('images/topic_bg.png');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	border-top: 1px solid orange;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px
}

.b_footer {
	height: 12px;
	background-image: url('images/topic_bg.png');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	border-top: 1px solid orange;
	clear: both;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px
}
/* Threads */

.thread {
	background-color: #fff;
	margin-top: 2px;
	font-family: Verdana;
	font-size: 9pt;
	color: #777777;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.thread .pic, .title, .lastpost, .threads, .posts {

			float: left;
			text-align: center;
			border-right: 1px solid #dddddd;
			
}
			
.thread .pic {width: 90px;}
.thread .title {width: 300px;}
.thread .lastpost {width: 365px;}
.thread .threads {width: 90px;}
.thread .posts {width: 90px; border-right: 0px;}

.thread div {
	
			height: 27px;
			padding: 13px 0px 0px 0px;

}

.thread div.lastpost {

			height: 32px;
			padding: 8px 0px 0px 0px;

}


.thread div.lastpost .date {
	
			font-weight: normal;
			font-size: 9px;

}

 .new {

			background-image: url('images/forum_new.png');
			background-position:  center;
			background-repeat: no-repeat
}

 .old {

			background-image: url('images/forum_old.png');
			background-position:  center;
			background-repeat: no-repeat
}

 .locked {

			background-image: url('images/forum_lock.png');
			background-position:  center;
			background-repeat: no-repeat;
			width: 40px;
			height: 40px
}



/* Navigation */


#navbar #links  {

			position: relative;
			top: 4px; 
					
}

#navbar #links div {
			
			cursor: pointer;
}

#navbar #links .home {

			float: left;
			background-image: url('images/home.png'); 
			background-repeat: no-repeat;
			background-position:  center;
			height: 150px; width: 150px;
			position: relative; left: 90px
			
}

#navbar #links .about {

			float: left;
			background-image: url('images/about.png'); 
			background-repeat: no-repeat;
			background-position:  center;
			height: 150px; width: 150px;
			position: relative; left: 90px
			
}

#navbar #links .signup {

			float: left;
			background-image: url('images/signup.png'); 
			background-repeat: no-repeat;
			background-position:  center;
			height: 150px; width: 150px;
			position: relative; left: 90px
			
}

#navbar #links .links {

			float: left;
			background-image: url('images/links.png'); 
			background-repeat: no-repeat;
			background-position:  center;
			height: 150px; width: 150px;
			position: relative; left: 90px
			
}

#navbar #links .help {

			float: left;
			background-image: url('images/help.png'); 
			background-repeat: no-repeat;
			background-position:  center;
			height: 150px; width: 150px;
			position: relative; left: 90px
			
}



/* Form elements */

 .textbox {

			background-color: #1e1e1e;
			background-image: url('images/textbox_bg.png');
			background-position:  left top;
			background-repeat: no-repeat;
			color: #cccccc;
			font-family: Verdana;
			font-size: 10px;
			width: 120px;
			height: 13px;
			border: 1px solid #222222;
			padding-left: 5px
}

.button {

            background-color: transparent;
			color: #ff7507;
			font-weight: bold;
			border: 0px;
			width: 20px;
		    
}

.button:hover {
	
			cursor: pointer;
}

/* User Levels */

.admin { color: #21a2d6; }
.moderator { color: red; }

.guest { color: #cccccc; font-weight: normal; }
.left { float: left; }
.right { float: right; }
.center { margin: 0px auto; }


/* Extras */

.clear { clear: both; }

.counter	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #71714A;
	vertical-align: top;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	text-align: justify;
	font-weight: lighter;
}

