/*
Theme Name: Hidari BBPress
Theme URI: http://bbpress.org/
Description: Hidari's BBS Skin
Version: v.eight thousand
Author: Justin Bacon
Author URI: http://www.hidaridesu.com
*/

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

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
}
/*
a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }
*/
.alt { background: #fff; }

pre, code {
	font: 1.0em Monaco, 'Courier New', monospace;
	font-weight:bold;
	}

p { margin-bottom: 1.0em; margin-left:.3em;}

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #ccc;
	color: #fff;
}

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

/* Fix to prevent WP child navigation from showing up */

#childnavigation {display:none !important;}

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

#bbheader { 
	height: 90px;
	position: relative;
	background-color:black;
	text-align:left;
	border:1px dashed white;
	border-bottom:none;
}


#bbheader h1 a {
	padding-right:.2em;
	color: #FFF;
}

#bbheader h1 { 
	position:absolute;
	top:1px;
	right:0;
	font-style: italic;
	font-size: 48pt;
	line-height:48pt;
	font-variant: small-caps;
	font-weight: bold;
	padding-right:2%;
	display: block;
	text-align: right;
	letter-spacing: -1px;
	z-index: 2;
	margin-right:-.2em;
}

#bbheader p {
	margin-bottom: 0;
	margin-left:1em;
}

#main { 
	background-color:#eee;
	font-size: 1.2em;
	margin: 0 auto 25px;
	position: relative;
	text-align:left;
	padding:.4em 0 0;
	border-left:1px dashed black;
	border-right:1px dashed black;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px .4em 20px;
}

.admin {
	padding:.3em;
}

#bbfooter { 
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both; 
	text-align: center;
}

#viewdiv {
	padding-bottom:.3em;
}

.notice { 
	border: 2px solid #aaa; 
	background: #ddd; 
	color: #333; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: .5em .5em 1.1em .5em; 
}

.notice p { margin-bottom: 0; }

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

.login { 
	position: absolute;
	bottom: 15px;
	left: 0;
	font-weight: bold;
	color: #bbb;
	width: 100%;
	z-index: 1;
}

.login p { padding: 0 0 5px; }

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

.login #submit {
	float: left;
	margin-top: 1.4em;
}

.login {
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.3em;
}

form.login input { 
	font-size: 1em;
	margin-top: 3px;
	border: 1px solid #999;
}


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

#front-page #hottags { 
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions { 

}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: .3em 0 10px .3em;
	padding: 0 0 5px;
	font-weight:bold;
}

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

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

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	padding-bottom:0;
}

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

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

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#topic_posts {
	margin-left:.5em;
}

.topicmeta {
	color:#888;
}

.nav {
	background-color:#ddd;
	padding: 12px 0 12px 1em;
	border-bottom:1px solid #ccc;
	font-size:120%;
	font-weight:bold;
}

.nav span { font-weight: bold; }

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

.nav a:hover {
	background-color:#eee;
}

.page-numbers {
	border:2px solid #aaa;
}

.page-numbers.current {
	border:2px solid #444;
}

#thread {
	background: #eee;
	list-style: none;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

ol#thread {margin-left:0;}

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

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

.threadauthor {
padding:0 .2em;
margin-bottom:1em;
border-bottom:1px dotted #ccc;
}

.threadauthor p {
	margin:0;
}

.threadauthor strong {
	font-size:110%;
}

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

.post_count_plus {
	padding-left:2em;
}

.authorsaid {
	color:#888;
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.post {
	font-size:120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 97.5%;
	display: block;
}

.postform label { display: block; }

#postformsub {
	margin-right:.5em;
}

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

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

.submit { text-align: right; margin-right:.3em; }

.topiclink { display: block; }

.topictitle {
	font-size: 28px;
	font-weight: bold;
	display: inline;
	margin:0 .2em;
	color:#000;
}

/* 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; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

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

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

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

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
	margin-right:.3em;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #DDD;
	padding: 4px 7px;
	display: inline;
	position: relative;
	top: 1px;
	border:1px solid black;
	border-bottom:4px double black;
}

#profile-menu li.current {
	background-color: #aaa;
	border-bottom:1px solid black;
	top:4px;
}

#userinfo { margin-top: 10px; padding-left:.3em;}

#userinfo dt { font-weight: bold; }

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

#useractivity { margin: 15px 0 5px; padding-left:.3em; }

.user-recent { margin: 0 0 10px; padding-left:.3em; }

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

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

/* 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:93%;
}

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

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

fieldset table td { padding: 2px 0; }

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