/* Basic Elements */



body {
	background-color: #F0F0F0;
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}

/* Layout */

#header {
	margin: 0px auto;
	height: auto;
	border: 0px solid #444444;
	background-color: #525252;
	background-position: left;
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #CCC;
			

}


#navbar {
	margin: 0px auto;
	height: 100px;
	background-image: none;
	text-align: center;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
			

}


#toolbar {
	margin: 0px auto;
	height: 40px;
	background-color: #EB921D;
	font-family: Tahoma;
	font-size: xx-large;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			

}
#wrapper .thread .posts a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper {
	margin: 0px auto;
	width: 800px;
	border: 0px none #555555;
	height: inherit;
	font-family: Tahoma;

}

#online {
	margin: 0px auto auto;
	width: 800px;
	border-top: 0px solid #555555;
	position: relative;
	top: auto;
	height: auto;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	font-family: Tahoma;

}
#date  {
	float: left;
	font-size: 10px;
	font-family: Tahoma;
	color: #FFF;
	width: 350px;
	position: relative;
	top: 0px;
	left: 0px;
	font-weight: bold;
}
#online .f_header  {
	position: relative;
	border-right: 0px;
	padding: 10px 0px 0px;
	text-align: center;

}


/* Forum header */

.f_header {
	background-color: #f4f4f4;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #ccc;
	padding: 10px 0px 0px;
	background-image: url(images/fheader.gif);
	background-repeat: repeat-x;
	text-align: left;
			

}

.f_header .h_title, .h_lastpost, .h_threads, .h_posts, .h_threadsvisit{
	float: left;
	text-align: center;
	font-family: Tahoma;
			

}
#header .clear p {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-align: left;
}



.f_header .h_title {
	width: 220px;
	text-align: right;
	font-family: Tahoma;
}
.f_header .h_lastpost {
	width: 150px;
	text-align: right;
	font-family: Tahoma;
}
.f_header .h_threads {
	width: 180px;
	text-align: right;
	font-family: Tahoma;
}
.f_header .h_threadsvisit {
	width: 130px;
	text-align: center;
	font-family: Tahoma;
}


.f_header .h_posts {
	width: 80px;
	border-right: 0px;
	text-align: center;
	font-family: Tahoma;
}

/* Category bar */

.category {

			height: 32px;
			background-image: url(images/topic_bg.png);
			background-repeat: repeat-x;
			font-family: Verdana;
			font-size: 11px;
			color: #333333;
			padding: 8px 0px 0px 12px;
			border-top: 1px solid orange;
}


/* Threads */

.thread {
	background-color: #000;
	height: 90px;
	background-image: url(images/thread_bg.png);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 14px;
	color: #777777;
	font-weight: bold;
			
}

.thread .pic, .title, .review, .lastpost, .threads, .posts, .picone {
	float: left;
	text-align: center;
	border-right: 1px solid #dddddd;
	font-family: Tahoma;
			
}
			
.thread .pic {
	width: 90px;
	height: auto;
	font-size: 24px;
	padding-top: 35px;
	font-family: Tahoma;
}
.thread .picone {
	width: 90px;
	height: auto;
	font-size: 16px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.thread .title {
	width: 175px;
	height: 40px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thread div {
	height: auto;
	padding: 5px 0px 0px;

}

.thread div.lastpost {
	height: auto;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	width: 155px;
	border-left-style: none;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #D6D6D6;
	margin-top: 25px;

}
.thread div.review {
	height: auto;
	font-size: 12px;
	text-align: center;
	width: 155px;
	border-left-style: none;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #D6D6D6;
	margin-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thread .threads {
	width: 90px;
	height: auto;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thread .posts {
	width: 130px;
	border-right: 0px;
	height: auto;
	font-size: 12px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.thread div.lastpost .date {
	
			font-weight: normal;
			font-size: 9px;

}


/* Navigation */


#navbar #links  {

			position: relative;
			top: 4px; 
					
}



/* Form elements */

 .textbox {

			background-color: #1e1e1e;
			background-image: url(images/textbox_bg.png);
			background-position: top left;
			background-repeat: no-repeat;
			color: #cccccc;
			font-family: Verdana;
			font-size: 10px;
			width: 120px;
			height: 13px;
			border: 1px solid #222222;
			padding-left: 5px;
}

/* Extras */

.clear {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	text-align: left;
}
#wrapper #navbar {
	text-align: left;
	color: #FFF;
	font-family: Tahoma;
	font-size: 24px;
	height: auto;
}
#wrapper #navbar p {
	font-family: Tahoma;
	font-size: 16px;
	text-align: justify;
}
#online .users_total p {
	text-align: right;
	font-weight: bold;
	color: #CCC;
	font-size: 12px;
	border: 10px solid #1E1E1E;
}
.users_total #form1 p label {
	text-align: left;
	background-color: #1E1E1E;
}
.thread .lastpost {
	width: 130px;
	border-right: 0px;
	height: auto;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
