/*
Theme Name: SFN Forums
Theme URI: http://www.statefansnationforums.com/
Description: The "revolutionized" new face of SFN Forums.
Version: 1.0
Author: Brian Onorio
Author URI: www.o3strategies.com
*/

/* 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;
}
/* -------------------------------------------- */

/* Links ------------------------------------ */
.clear	{
	clear: both;
	}
	
a	{
	color: #ff0000;
	font-weight: bold;
	}

a.page-numbers { font-size: 0.8em; margin-left: 3px; padding: 3px 3px 1px 4px; }
a.page-numbers:hover { background-position: 0 -100px; }
a.page-numbers, span.page-numbers { background-image: url(images/page-links-background.gif); background-position: 0 0; background-repeat: no-repeat; border-bottom: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; }
a.prev.page-numbers,a.next.page-numbers,span.page-numbers.dots { background: none; border-width: 0; padding: 0 4px; }

.page-nav { padding: 20px 0; text-align: center; }
.page-nav a.page-numbers, span.page-numbers { padding: 4px 4px 2px 5px; font-size: 1.2em; }
span.page-numbers.current { background-position: 0 -100px; color: #ffffff; margin-left: 3px; }


a:hover	{
	color: #cc0000;
	}
	
a:visited	{
	font-weight: normal;
	}
	
#header h1 a,
#header h1 a:hover,
#header h1 a:visited	{
	color: #fff;
	}
	
#header ul li a	{
	color: #fff;
	display: block;
	padding: 8px 10px 7px 10px;
	text-shadow: 1px 1px 1px #333;
	font-weight: normal;
	}
	
#header ul li a:hover,
.pform a	{
	}
	
#header ul li.current a	{
	color: #fff;
	background: #464646;
	-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;
	}
	
#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;
	color: white;
	}
	
#forums a,
#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,
td.title a	{
	font-weight: bold;
	}
	
td.title a:visited	{
	font-weight: normal;
	}


/* -------------------------------------------- */

/* Wrapper ------------------------------------ */
.wrapper	{
	width: 100%;
	float: left;
	}
/* -------------------------------------------- */

/* Header ------------------------------------- */
#header	{
	width: 950px;
	height: 106px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(images/sfnlogo4.png) no-repeat bottom left;
	}
	
.header	{
	background: #cc0000;
	border-top: 2px solid #a51930;
	}
	
#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: #fff;
	color: #000;
	padding: 3px;
	font-size: 11px;
	height: 16px;
	}
	
	
#headline input#submit,
.pform input#postformsub,
.pform select	{
	height: 22px;
	}
	
.pform input#postformsub	{

	}
	
.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: #464646;
	border-bottom: 1px solid #000;
	}
	
#headline h2	{
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: left;
	font-size: 25px;
	color: white;
	}
	
#headline .hlright	{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
	}
	
#headline p { color: #fff; }

#headline p a { color: #fff; }
#headline p a:hover { color: #fff; }
	
#headline .hlright ul li	{
	display: inline;
	color: #fff;
	}
	
#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;
	}
	
table	{
	width: 620px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
		
table td	{
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	}
	
table th	{
	padding: 5px 0;
	color: #333;
	font-size: 12px;
	border-bottom: 2px solid #aaa;
	}
	
#sidebar table td	{
	font: italic 10pt Georgia,"Bitstream Vera Serif","Times New Roman",serif;;
	color: #333;
	}
	
table td.title	{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align: left;
	width: auto;
	color: #555;
	font-size: 12px;
	}
table tbody tr:hover	{
	
	}	

table td,
table th	{
	text-align: left;
	width: 90px;
	vertical-align: text-top;
	}

table td.title,
table th.title	{
	width: auto;
	text-align: left;
	}
		
table#sticky td	{
	background: #FFFBCC;
	}

table#register th.title	{
	border-bottom: 1px solid #dadada;
	}
.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,
#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,
#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,
#aboutpost ul	{
	margin-bottom: 24px !important;
	}
	
#forums ol li	{
	/* See Line 376 */
	}
	
.pform	{
	
	background: #fff ;
	padding: 10px;
	color: #000;
	}
	
.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;
	color: #000;
	}
	
/* -------------------------------------------- */

/* Topic -------------------------------------- */
#topics	{
	width: 950px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
	position: relative;
	}
	
h2	{
	font-size: 24px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 12px;
	}
	
h2 span	{
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size: 20px;
	}
	
#entry	{
	float: left;
	width: 765px;
	}
		
#aboutpost	{
	width: 160px;
	float: right;
	}
	
#aboutpost h3,
h2.post-form	{
	/* See Line 361 */
	}
	
#aboutpost ul	{
	/* See Line 396 */
	}
	
#aboutpost ul li	{
	/* See Line 376 */
	}
	
.page-nav {
	margin-bottom: 12px;
	text-align: center;
}
		
ol li	{
	display: block;
	float: left;
	width: 765px;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #aaa;
	}
	
.threadauthor	{
	float: left;
	width: 210px;
	font-size: 11px;
	}
	
.threadauthor .avatar	{
	float: left;
	padding: 0;
	margin-right: 5px;
	}
	
.threadpost	{
	float: left;
	width: 535px;
	height: auto;
	overflow: hidden;
	}
	
.threadpost ol,
.threadpost ul	{
	float: none;
	}
	
.threadpost ol li,
 .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;
	}
	
.threadpost ol li:last-child,
.threadpost ul li:last-child	{
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
.threadpost blockquote	{
	font: italic 12px Georgia;
	border-left: 5px solid #dadada;
	padding-left: 10px;
	margin: 0 0 15px 0;
	}
	
.threadpost pre	{
	border-left: 5px solid #dadada;
	width: 535px;
	font: normal 10pt;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	}
	
.threadpost p {
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
	}	
.topicpost	{
	width: 765px;
	}
	
#aboutpost .admin ul	{
	display: none;
	}
/* -------------------------------------------- */

/* Footer ------------------------------------- */
#footer	{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px !important;
	padding: 10px 0;
	border-top: 2px solid #aaa;
	}
/* -------------------------------------------- */


#bbcode_buttons { display: block; }
#message { display: block; }
textarea#post_content { display: block; }

div.infobox { margin-bottom: 30px; }
