.boardlist {
	background-color: #0072bc;
	float: left;
	width: 700px;
}

.board p {
	padding: 0px;
	margin: 0px;
	font-size: x-small;
}

.boardtitle {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

p.board {
	width: 300px;
	float: left;
}

.boardtitle:hover {
	text-decoration: underline;
}

.category {
	background-color: #0072bc;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	float: left;
	padding: 0px;
	width: 100%;
	color: #fff;

}

.cat_name {
	float: left;
	width: 250px;
	font-size: 31px;
	padding-left: 5px;
	font-variant: small-caps;
}

.cat_desc {
	font-size: 11px;
	font-variant: normal;
	font-weight: lighter;
	padding: 2px;
}

#linktree,#linktree a {
	clear: left;
	color: #000;
	margin-bottom: 5px;
	text-decoration: none;
}

#linktree a:hover {
	text-decoration: underline;
}

#headbuttons {
	clear: left;
	margin-top: 6px;
	float: right;
}

/****************************
Board View CSS
*****************************/
.forum_topics {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.forum_topics h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.forumcategory h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.forum_topics a {
	color: black;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

#topic_header {
	color: #cccccc;
	background-color: #666666;
	height: 15px;
}

.topic_a {
	height: 48px;
	background-color: #CCCCFF;
	border-top: 1px solid #DEDCD4;
	border-bottom: 1px solid #fff;
}

.topic_b { 
	height: 48px;
	background-color: #F5F5F2;
	border-top: 1px solid #DEDCD4;
	border-bottom: 1px solid #fff;
}

.t_ico,.t_name,.t_poster,.t_stats,.t_update {
	float: left;
}
.h_ico,.h_name,.h_poster,.h_stats,.h_update { float: left; margin: 0; height: 10px; }
.h_ico {width: 35px;}.h_name{width:430px;}.h_poster{width: 90px;text-align: center;}.h_stats{width:130px;text-align: center;}.h_update{width:215px;}

.t_ico {
	width: 35px;
	clear: left;
}

.t_name {
	width: 430px;
	height: 32px;
	padding: 8px;
}

.t_name>a {
	font-size: 14px;
	color: blue;
}

.t_name>span {
	font-style: italic;
	font-size: 10px;
}

.t_poster {
	width: 90px;
	height: 45px;
	padding-top: 0px;
	text-align: center;
	background-color: #8f8f8f;
}
	.topic_a > .t_poster {
		background-color: #afafaf;
	}
	.t_poster > a {
		display: block;
		margin-top: 13px;
		color: blue;
		height: 12px;
	}

.t_stats {
	width: 130px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
}

.t_stats>p {
	margin: 0;
	padding: 0;
}

.t_update {
	width: 215px;
}

/****************************
Topic View CSS
*****************************/
#forum_posts {
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.topic_post {
	border-right-color: black;
	border-left-color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #fff;
	min-height: 150px;
}

.post_sidebar {
	text-align: center;
	min-height: 200px;
	display: block;
	float: left;
	width: 225px;
}

.post_sidebar a {
	width: 100%;
	display: block;
	text-align: center;
}

.post_sidebar img {
	margin-top: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

.post_box {
	float: left;
	width: 645px;
	border-left: 1px solid #CCCBC4;
	min-height: 200px;
}

.post_topbar {
	border-bottom: 1px solid #CCCBC4;
	background-color: #D9D7CE;
	height: 25px;
}

.post_datetime {
	text-align: right;
	float: right;
	height: 15px;
	display: inline;
	margin-top: 5px;
	height: 20px;
}

.post_topbar a.name {
	text-indent: 36px;
	width: 225px;
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
	font-family: arial, verdana, tahoma, sans-serif;
	color: #0054a6;
}

.post_topbar a:hover {
	color: #4269ff;
}

.post_text {
	padding: 10px;
	font-size: 12px;
	min-height: 160px;
	width: 752px;
}

.post_text a {
	text-decoration: none;
	color: #448ccb;
}

.post_siggy {
	padding: 3px;
	border-top-color: #CCCBC4;
	border-top-width: 1px;
	border-top-style: dotted;
	min-height: 19px;
	font-size: 10px;
	color: #8E8E8E;
	width: 765px;
	display: block;
}

.post_siggy a {
	text-decoration: none;
	color: #448ccb;
}

.post_bottom {
	clear: both;
	border-top: 1px solid #DFDACD;
	background-color: #ECEAE6;
	height: 30px;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.post_seperator {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 5px;
	background-color: #004080;
}

/****************************
"Button" CSS
*****************************/
#headbuttons>a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	padding: 5px 10px 5px 10px;
}

#headbuttons>a:hover {
	background-color: #333;
}

.postbuttons {
	margin-right: 5px;
	margin-left: 2.5px;
	}
.postbuttons > a {
	background-color: #2c2c2c;
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
	font-family: Arial;
	height: 15px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin-top: 2.5px;
	margin-left: 2px;
}
.postbuttons .blue > a {
	background-color: blue;
}

/** Page Buttons **/
.pagebuttons {

}

.pagebuttons > a {
	background-color: #2c2c2c;
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
	font-family: Arial;
	height: 15px;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin-top: 2.5px;
	margin-left: 2px;
}
a.thispage {
	background-color: blue;
}