/* WP Resets ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; list-style: none;}
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 10px;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #555;
	text-align: center;
}
/* -------------------------------------------- */

/* Links ------------------------------------ */
.clear	{
	clear: both;
	}
	
a	{
	color: #21759B;
	font-weight: bold;
	}
	
a:hover	{
	color: #D54E21;
	}
	
a:visited	{
	font-weight: normal;
	}
	
#header h1 a,
#header h1 a:hover,
#header h1 a:visited	{
	color: #fff;
	}
	
#header ul li a	{
	color: #999;
	display: block;
	padding: 8px 10px 7px 10px;
	text-shadow: 1px 1px 1px #333;
	font-weight: normal;
	}
	
#header ul li a:hover,
.pform a	{
	color: #fff;
	}
	
#header ul li.current a	{
	color: #555;
	background: #e4f2fd;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;
	}
	
#header ul li.donate a	{
	background: #d54e21;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
	text-shadow: #b5421c 1px 1px 1px;
	}
	
#headline h2 a	{
	background: url(images/feed.png) no-repeat top left;
	height: 16px;
	width: 16px;
	text-indent: -9999;
	}
			
#headline .hlright form a	{
	border: none;
	font-weight: normal;
	text-decoration: underline;
	}
	
#forums a,
#topics #aboutpost a	{
	font-weight: normal;
	}
	
#forums #sidebar table td.title a	{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-style: normal;	
	}
	
#forums #sidebar table a,	
#forums #sidebar table a:visited,
#forums #content td.title a	{
	font-weight: bold;
	}
	
#forums #content td.title a:visited	{
	font-weight: normal;
	}


/* -------------------------------------------- */

/* Wrapper ------------------------------------ */
.wrapper	{
	width: 100%;
	float: left;
	}
/* -------------------------------------------- */

/* Header ------------------------------------- */
#header	{
	width: 950px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
.header	{
	background: #464646;
	}
	
#header h1	{
	font-size: 35px;
	color: #fff;
	text-align: left;
	margin-top: 20px;
	}
	
#header h1 span	{
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #999;
	}
	
#header .hsearch	{
	position: absolute;
	right: 0;
	top: 10px;
	}
	
#header input, 
#headline input,
.pform input,
.pform textarea,
.pform #postformsub,
.pform select	{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #555;
	background: #414141;
	color: #999;
	padding: 3px;
	font-size: 11px;
	height: 16px;
	}
	
	
#headline input#submit,
.pform input#postformsub,
.pform select	{
	height: 22px;
	}
	
.pform input#postformsub	{
	background: #D54E21;
	color: #FFF;
	}
	
.pform textarea	{
	height: 150px;
	}
	
#header input:hover	{
	border: 1px solid #fff;
	background: #e4f2fd;
	}		
			
#header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 14px;
	}
	
#header ul li	{
	float: left;
	}	

/* -------------------------------------------- */

/* Headline ----------------------------------- */
#headline	{
	width: 950px;
	height: 87px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
.headline	{
	background: #e4f2fd;
	border-bottom: 1px solid #C6D9E9;
	}
	
#headline h2	{
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: left;
	font-size: 25px;
	}
	
#headline .hlright	{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
	}
	
#headline .hlright ul li	{
	display: inline;
	}
	
#headline .hlright form	{
	font-size: 10px;
	}
		
#headline .hlright form .register	{
	margin-bottom: 10px;
	}
	
#headline .hlright form .remember	{
	display: none;
	}

/*
#headline .hlright form .register	{
	width: 150px;
	position: absolute;
	bottom: 33px;
	right: 205px;
	}
*/
		
#headline .hlright form ul.lform input	{
	/* See Line 86 */	
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	}
	
/* -------------------------------------------- */


/* Forums ------------------------------------- */
.bbcrumb	{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
	}
	
.bbcrumb a	{
	font-weight: normal;
	}
/* -------------------------------------------- */

	
/* Forums ------------------------------------- */
#forums	{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	position: relative;
	font-size: 11px;
	}
	
#forums #sidebar	{
	width: 300px;
	float: left;
	}
		
#forums #sidebar table	{
	width: 300px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
	
#forums #sidebar table td.title	{
	font-size: 14px;
	line-height: 1.4em;
	}
	
#forums #sidebar table td span	{
	font-size: 11px;
	display: block;
	}
	
#forums #content	{
	width: 620px;
	float: right;
	}
	
#forums #content table	{
	width: 620px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
		
#forums table td	{
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	}
	
#forums table th	{
	padding: 5px 0;
	color: #333;
	font-size: 12px;
	border-bottom: 2px solid #aaa;
	}
	
#forums #sidebar table td	{
	font: italic 10pt Georgia,"Bitstream Vera Serif","Times New Roman",serif;;
	color: #333;
	}
	
#forums table td.title	{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align: left;
	width: auto;
	color: #555;
	font-size: 12px;
	}
	
#forums table tbody tr:hover	{
	background: #E4F2FD;
	}	

#forums #content table td,
#forums #content table th	{
	text-align: right;
	width: 90px;
	vertical-align: text-top;
	}

#forums #content table td.title,
#forums #content table th.title	{
	width: auto;
	text-align: left;
	}
		
#forums #content table#sticky td	{
	background: #FFFBCC;
	}

#forums #content table#register th.title	{
	border-bottom: 1px solid #dadada;
	}
#forums #content .highlight	{
	padding: 5px 0;
	border-bottom: 1px solid #C6D9E9;
	}
	
#forums #sidebar .sbox	{
	margin-bottom: 24px !important;
	}
	
#forums #sidebar h2,
#forums #content h2,
#forums h3.uprofile,
#topics #aboutpost h3,
h2.post-form	{
	border-bottom: 2px solid #aaa;
	padding: 5px 0;
	margin-bottom: 5px;
	color: #333;
	font-size: 12px !important;
	}
		
#forums #sidebar .sbox ul li,
#topics #aboutpost ul li,
#forums ol li	{
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	}
	
#forums #sidebar #useravatar	{
	text-align: left;
	height: 80px;
	clear: both;
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
	}
	
#forums #sidebar #useravatar .avatar	{
	float: left;
	margin-right: 10px;
	}
	
#forums #sidebar fieldset	{
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #dadada;
	}
		
#forums ol,
#topics #aboutpost ul	{
	margin-bottom: 24px !important;
	}
	
#forums ol li	{
	/* See Line 376 */
	}
	
.pform	{
	border: 5px solid #D54E21;
	background: #464646 ;
	padding: 10px;
	color: #FFF;
	}
	
.pform h3	{
	font-size: 12px;
	margin-bottom: 5px;
	}
	
.pform input	{
	margin-bottom: 10px;
	width: ;
	padding: 3px;
	border: 1px solid #C6D9E9;
	}

.pform textarea	{
	margin-bottom: 10px;
	width: 95%;
	padding: 3px;
	border: 1px solid #C6D9E9;
	clear: both;
	}
	
.pform .help	{
	padding: 5px;
	background: #555555;
	color: #fff;
	}
	
/* -------------------------------------------- */

/* Topic -------------------------------------- */
#topics	{
	width: 950px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
	position: relative;
	}
	
#topics h2	{
	font-size: 24px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 24px;
	}
	
#topics h2 span	{
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size: 20px;
	}
	
#topics #entry	{
	float: left;
	width: 765px;
	}
		
#topics #aboutpost	{
	width: 160px;
	float: right;
	}
	
#topics #aboutpost h3,
h2.post-form	{
	/* See Line 361 */
	}
	
#topics #aboutpost ul	{
	/* See Line 396 */
	}
	
#topics #aboutpost ul li	{
	/* See Line 376 */
	}
		
#topics ol li	{
	display: block;
	float: left;
	width: 765px;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #aaa;
	}
	
#topics .threadauthor	{
	float: left;
	width: 210px;
	font-size: 11px;
	}
	
#topics .threadauthor .avatar	{
	float: left;
	padding: 0;
	margin-right: 5px;
	}
	
#topics .threadpost	{
	float: left;
	width: 535px;
	height: auto;
	overflow: hidden;
	}
	
#topics .threadpost ol,
#topics .threadpost ul	{
	float: none;
	}
	
#topics .threadpost ol li,
#topics .threadpost ul li	{
	float: none;
	list-style-type: circle;
	padding: 2px 0;
	margin: 0px;
	margin-bottom: 5px;
	border: none;
	padding-left: 20px;
	background: url(images/bullet.png) left center no-repeat;
	}
	
#topics .threadpost ol li:last-child,
#topics .threadpost ul li:last-child	{
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#topics .threadpost blockquote	{
	font: italic 10px Georgia;
	border-left: 5px solid #dadada;
	padding-left: 10px;
	margin: 0 0 15px 0;
	}
	
#topics .threadpost pre	{
	border-left: 5px solid #dadada;
	width: 535px;
	font: normal 10pt;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	}
	
#topics .threadpost p {
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
	}	
#topics .topicpost	{
	width: 765px;
	}
	
#topics #aboutpost .admin ul	{
	display: none;
	}
/* -------------------------------------------- */

/* Footer ------------------------------------- */
#footer	{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px !important;
	padding: 10px 0;
	border-top: 2px solid #aaa;
	}
/* -------------------------------------------- */
