/*
Theme Name: Superbold for bbPress
Theme URI: http://www.refueled.net/bbpress-templates/
Description: Design based on <a href="http://www.gorotron.com/blog/">Superbold</a> by gorotron
Version: 1
Author: Refueled
Author URI: http://www.refueled.net
*/


/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	font: 60% arial,helvetica,sans-serif;

/*
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */
	text-align: center;
*/
}

a { color: #ffe1a4; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

.alt { background: #200000; color: #fff; }

code { font: 1em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #3c0000;
	color: #fff;
}

h1 { font-size: 2em; }

h2 { font-size: 1.2em; }

h5 { font-size: 1.1em; }

/* Structure
=================================== */

#wrapper {
	width: 800px; /* controls the main width of the page, if changed also change #content and .sidebar */
	margin: 0 auto;
	padding: 0px 0 25px 0;
	border: 1px solid #666;
	border-top: none;
	background: #000;
	text-align: left;
	}
	
#spacer {
	height: 25px;
	background: white;
	}
	
#title { 
	height: 67px;
	background: #000;
	margin-bottom: 7px;
	}
	
#title h1 { 
	font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left: 12px;
	margin-right: 5px;
	display:inline;
}

#title h1 a{ /* is the title in the header */
	color: #fff;
	text-decoration: none;
	
	}
	
#title h1 a:hover {
	text-decoration: none;
	color: #9B9B9B;
	
	}

#topic-info {
	text-align:center;
	padding:0 1em 0 0;
	font-size: 1.2em;
}


#description { /* Forum description */
	display:inline;
	font-size:11px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 125px;
	background: #000;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}
	


#header p { margin-bottom: 0; }

#header h1 a, #header h1 a:visited { color: #fff; text-decoration: none; }
#header h1 a:hover, #header h1 a:active{ text-decoration: underline; }

#main { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 13pt;
	width: 660px;
	margin: 10px auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFCF01;
}

.bbcrumb a {
	color: #ffe1a4;
}

#footer { 
	margin: auto;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 20px;
	clear: both; 
	text-align: center;
	width: 660px; 
}

#footer a:link, #footer a:visited { /* more link link color fixes for nav & admin stuff */
	color: #777;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover, #footer a:active {
	color: #777;
	text-decoration: underline;
	font-weight: bold;
	}	

.notice { 
	border: 2px solid #FFCF01; 
	background: #121212; 
	color: #ffe1a4; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice a {
	color:#ffe1a4;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 0px solid #666;
}

.login a, .login a:visited {  color: #ffe1a4; text-decoration: none;}
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0; margin-top: 0px;}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	margin-top: 18px;
	padding: 2px;
	font-size: .9em;
}

p.login {
	font-weight: normal;
	font-family: verdana, sans-serif;
	padding-bottom: 12px;
	
}

form.login input { 
	margin-top: 3px;
	margin-bottom: 13px;
	border: 1px solid #666;
}


/* Front Page
=================================== */

textarea {
	border: 1px solid #666;
	font-size: 14px;
	}
	
input {
	border: 1px solid #666;
	}

tags-input {
	border: 1px solid #666;
	}

#front-page #hottags { 
	float: left;
	margin-left: 4px;
	width: 149px;
	overflow-x: hidden;
}

#front-page #hottags a {
	color: #ffe1a4;
} 
	
#front-page #discussions { 
	margin-left: 170px;
	width: 460px;
}

#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #FFCF01;
	border-bottom: 1px solid #666;
	margin: 0 0 14px;
	padding: 0 0 5px;
}

#front-page #latest, #front-page #forumlist {
	color: #fff;
}

#forumlist a {
	color: #ffe1a4;
}

#forumlist a:hover {
	color: #fff;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
	}
	

/* Topic Page
=================================== */

.infobox {
	padding-top:3em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-tags {
	border-left: 0px solid #ccc;
	float: right;
	margin-top: -12em;
}

/*
.nav {
	margin: 15px 0;
	padding: 12px 0;
	font-size: 1.2em;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }
*/

#thread {
	background: #330e00;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
	font-size: 1.1em;
}

#thread li {
	line-height:1.5em;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-top:1px solid #666;
	padding:1.5em 1em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	/* margin-left: -120px; chime commented */
	left: -5px; 	/* chime added */
	position: absolute;
	overflow: hidden;
	width: 95px;
}

.threadauthor a img, .imgborder img {
	color:#ccc;
	border: 1px solid #ccc;
	width: 93px;	/* chime added */
	height: 93px;	/* chime added */
}

.threadauthor a {
	color:#ffe1a4;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px solid #666;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.poststuff a {
	color: #ffe1a4;
}


.num, #forumlist small {
	font: 1.1em Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.admin { padding: 10px 0 0; }

.admin a {
	color: #ccc;
}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
	color: #FFCF01;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-size: 1.2em; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #222; color: #fff;}

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;	
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#ffe1a4;
}

#latest, #forumlist, #favorites {
	background: #330e00;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ff9999; }

.deleted { background: #3c0000; }

.alt.deleted { background: #3c0000; }

/* Profile Page
=================================== */

#profile-menu {
	list-style-type:none;
	text-align:right;
	font-weight:bold;
	margin-top: 10px;
	padding:0;
	float: right;
}

#profile-menu li {
	float:left;
	text-align:center;
}

#profile-menu li a {
	font-size:11px;
	display:block;
	width:66px;
	text-decoration:none;
	color:#000;
	padding:8px 0;
	padding-left: 5px;
	background-color:#FFCF01;
	}	

#profile-menu li a:hover {
	background:url(images/navlink.png) no-repeat;
	text-decoration:none;
}

.moreprofile { font-weight: bold; color:#FFCF01; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; color:#FFCF01; }

#userinfo dd { margin: 0 0 5px; } 

#userinfo a { color: #ffe1a4; } 

#useractivity { margin: 15px 0 5px; color: #ccc;}

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

.user-recent ol li a { color:#ffe1a4; }

.user-recent h4 {
	color: #FFCF01;
}

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 620px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; padding-left: 4px; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

/* this is for my 48 x 48 avatars */
.post {
	min-height: 60px;
}

.view  {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -14px;
	}

.signature {
	clear:both;
	border-top:1px solid #333;
	font-size:0.9em;
	color:#ccc;
	padding-top:0.8em;
	padding-bottom:0.8em;
	padding-left:1em;
	}

.postform label { display: block; }

select {
color:#fff;
background:#330e00;
border:1px solid #666;
width: 100%;
}

select:focus {
background:#000;
}

select:hover {
background:#222;
color: #fff;
}

input.btn3 {
color:#fff;
background-color:#330e00;
border:1px solid #666;
width: 100%;
font-size: 14px;
}

input.btn3:focus {
background:#000;
color:#fff;
}

input.btn3:hover {
background:#222;
color: #fff;
}

input.btn4 {
color:#fff;
background-color:#330e00;
border:1px solid #666;
}

input.btn4:focus {
background:#000;
color:#fff;
}

input.btn4:hover {
background:#222;
color: #fff;
}

.postform textarea,.postform input#topic,.postform input#post_content,input.btn, input#topic, textarea#post_content, .postform#tags-input, input#tagformsub, input#tag, input#sk6ers_title, input#is_bozo, input.delete, input#bb_title {
color:#fff;
background:#330e00;
border:1px solid #666;
width: 100%;
}

.postform textarea:focus, .postform input#topic:focus, .postform input#post_content:focus, input.btn:focus, input#topic:focus, textarea#post_content:focus, .postform #tags input:focus, input#tagformsub:focus, input#tag:focus, input#sk6ers_title:focus, input#is_bozo:focus, input.delete:focus, input#bb_title:focus {
background:#000;
color:#fff;
}

.postform textarea:hover, .postform input#topic:hover, .postform input#post_content:hover, input.btn:hover, input#topic:hover, textarea#post_content:hover, .postform #tags-input:hover, input#tagformsub:hover, input#tag:hover, input#sk6ers_title:hover, input#is_bozo:hover, input.delete:hover, input#bb_title:hover {
background:#222;
color:#fff;
}

input#user_login, input#user_email, input#user_url, input#from, input#occ, input#interest, input#sig {
color:#fff;
background:#330e00;
border:1px solid #666;
}

input#user_login:focus, input#user_email:focus, input#user_url:focus, input#from:focus, input#occ:focus, input#interest:focus, input#sig:focus {
background:#000;
color:#fff;
}

input#user_login:hover, input#user_email:hover, input#user_url:hover, input#from:hover, input#occ:hover, input#interest:hover, input#sig:hover {
background:#222;
color:#fff;
}

input#postformsub, input#topic, input#forum_id, .postform textarea#post_content, input#blockme1, input#tags-input {
display: block;	
color:#fff;
background:#330e00;
border:1px solid #666;
width: 100%;
}

input#postformsub:focus, input#topic:focus, .postform textarea#post_content:focus,input#blockme1:focus, input#forum_id:focus, input#tags-input:focus {
background:#000;
color: #fff;
}

input#postformsub:hover, input#topic:hover, .postform textarea#post_content:hover,input#blockme1:hover, input#forum_id:hover, input#tags-input:hover {
background:#222;
color: #fff;
}

.goleft {
text-align: left;
}

.goright {
text-align: right;
}

.centerit {
text-align: center;
}

.yellow {
color: #ffe1a4;
}

.red {
color: #FFCF01;
}

.gray {
color: #ccc;
}

.white {
color: #fff;
}

#color1 a {
color: #ffe1a4;
font-weight: bold;
}

.up {
text-transform: uppercase;
}

.graylinks a {
color: #ffe1a4;
}

.yellowlinks a {
color: #ffe1a4;
}

#topic-info a {
color: #ffe1a4;
}

.topicmeta {
	text-align:center;
}

hr {
border: 0;
width: 100%;	
background-color: #666;
color: #ccc;
height: 1px;
}

.threadpost {
min-height: 100px;
height: auto !important;
height: 100px;
font-size: 1.1em;
}

.threadpost a {
	color: #ffe1a4;
}

.rightrudda {
	float: left;
	width: 60%;
	margin: 4px;
}

.leftrudda {
	float: left;
	width: 30%;
	margin: 4px;
}

.little {
	font-size: 0.9em;
}

.indent {
	margin-left: 20px;
}

.justify {
	text-align: justify;
}

blockquote {
border: 1px #ffe1a4 solid;
background-color:#222;
margin: 1em;
padding: 0.3em;
font-style: italic;
}

#ed_toolbar input {
	background: #000;
	color: #fff;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding: 0px;
}

#ed_toolbar input:hover {
	background: #330e00;
	color: #fff;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding: 0px;
}

#ed_toolbar input:focus {
	background: #330e00;
	color: #fff;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #000;	
	padding: 0px;
}

#horiz li, #horiz ul {
	list-style-type : none;
	margin : 0;
	padding:0;
    display: inline;
 	}
 	
.blacky {
	background-color: #000;;
	font-size: 1em;
	text-align: center;
}

h5 {
	color: #FFCF01;
	margin: 0 0 14px;
	padding: 0 0 5px;
	text-align: center;
}

.bigger {
	font-size: 1.1em;
}

