/*
Theme Name: The Hybrid (aka Kakumei Too)
Theme URI: http://bbpress.org/forums/topic/new-free-theme-the-hybrid-formerly-kakumei-too
Description: updated look to Bryan Veloso's work - 760px width - REQUIRES "Topic Views" Plugin
Author: _ck_
Author URI: http://bbshowcase.org
Version: 0.01 

License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/

Donate: http://amazon.com/paypage/P2FBORKDEFQIVM
*/

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

* { margin: 0; padding: 0; }

body {
	background: #B5AF73 url(images/bg16b.png)  fixed center top;
	font: 66.66% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

#wrapper {width:750px; margin:0 6px 0 4px; overflow:hidden;}

a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }

.alt { background: #eee; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; overflow:auto;}

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #eee;
}

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

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


#header {  		
	height: 106px;
	position: relative;		
	background: #C9C9C9 url('images/page_header_tile.png') repeat-x  0px -25px;
	overflow:hidden;	
	}

#header h1 { 
	font-family: Georgia;
	font-style: italic;
	display: block;
	color: #444;
	letter-spacing: -1px;		
	position:absolute;
	top: 20px;
	left:-15px;
	background:  url('images/page_header_bblogo.png') no-repeat -10px  -45px;
	height:131px;
	line-height:80px;	
	padding:0 0 0 90px;
	font-size:200%;
	z-index:255;
	}

#header p { margin-bottom: 0; }

#header a h1 { color: #555; text-decoration: none; }
#header a:hover h1, #header a:visited h1 { color: #666; }

#header .description {margin-top: 75px; padding-left: 75px; font-style:italic; font-size:1em;}

#main { 
	font-size: 1.2em;
	width: 760px;
	margin: -30px auto 0 auto;
	padding:0;
	position: relative;	
	background: #e8eae4;		
}

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

#footer { 
	border-top: 1px solid #ccc;	
	color: #555;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 0 0 0;		
	overflow:hidden;	
	clear:both;
}

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

.notice p { margin-bottom: 0; }

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

.login { 
	position: absolute;
	top: 35px;
	right: 10px;
	font-weight: bold;
	color: #444;	
	z-index: 255;	
	white-space:nowrap;			
}

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

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

.login #submit {
	font-size: 1.2em;

}

p.login {
	font-weight: normal;
	font-size: 1.0em;
}

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


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

#front-page #viewdiv { 
	font-family: arial, sans-serif;	
	white-space:nowrap;
	overflow: hidden;
	margin-bottom:1px;	
	font-weight:bold;	
	line-height:150%;
}

#front-page #hottags { 
	overflow: hidden;
	margin-bottom:1px;		
	line-height:150%;
	}

.frontpageheatmap {
	font-weight: bold;
	padding-bottom: 10px;
	line-height:250%;

}

#front-page #discussions { 
	width: 100%;
}

#forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

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

.sticky { background: #a1d29a; }

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

.infobox {
	border: 1px double #333333;
	border-width: 1px 0;
	padding: 0 1em 1em 1em;
	margin:0;
	clear:both;
	zoom:1;
}

.infobox ul {
	padding-bottom:1em; 
	margin:0;
	list-style-type:square; 
	list-style-position: inside; 
	position:relative;
}

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

#topic-info {
	padding-right: 1em;
}

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

.topicmeta {float:left; padding-top:1em;}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

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

#thread {
	background: #ddd;
	list-style: none;
	margin: 0 0 0 110px;
	padding: 0;
}

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

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

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

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 105px;
}

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

.poststuff {
	border-top: 1px dotted #eee;
	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: 99%;
	display: block;
}

.postform label { display: block; }

#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;
}
#thread .post img {width:615px;} // adjust own width there
/* 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, #frontpagemeta td { padding: 5px 10px; }

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

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

#latest, #forumlist, #favorites, #frontpagemeta {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 750px;
}

#latest th h2, #forumlist th h2, #favorites th h2,#frontpagemeta th h2 {border:0;margin:0;padding:0;text-align:left;}
#frontpagemeta th h2 {text-align:center;}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover  { background: #e4f3e1; }

.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;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: 0px;
	left:-100px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

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

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

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

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

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

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

fieldset { 
	border-top: 3px double #eee;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 1em; 
	margin-bottom: 1em;	
	width:91%;
}

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

.report_post	{float:right; color:red; margin-top:-1em;}
.admin 	{margin-bottom:1em;}

.timetitle {border-bottom: 1px dashed #999; cursor: help;}

.avatar {border:0;}
 
.spoiler {color:black;background: black;} 
.spoiler:hover {color:black;background:transparent;} 
.spoilertitle{background: #ddd; font-weight: bold;} 
.spoilersmall{font-size: 8px;} 