/*
Theme Name: Kakumei
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

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

* { margin: 0; padding: 0; }

body {
	color:#ddd;
	margin-bottom: 50px;
	background: #000;
	font-size:12px;
	font-family:Arial, sans-serif;
}

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

.alt { background: #333; }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; font-weight: normal; }

h2 { font-size: 1.5em; font-weight: normal; }

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

#wrapper {
	background: #000;
}

#header { 
	margin: 0 auto 10px;
	width: 80%;
	min-height: 106px;
	position: relative;
}

*html #header {
	height: 106px;
}

#header h1 { 
	background: url(/images/logo.gif) no-repeat 0 0;
	height: 36px;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 2;
}

#header h1 a {
	display: block;
	float: left;
	height: 36px;
	text-indent: -9999em;
	width: 293px;
}

span.description {
	top: 39px;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	left: 293px;
	position: absolute;
}

#header .login { 
	color: #ddd;
	padding: 70px 0 35px 0;
}

#header a.return {
	background: url(/images/return.gif) no-repeat 0 0;
	display: block;
	height: 51px;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	top: 25px;
	width: 253px;
}

#header a.return:hover {
	background: url(/images/return.gif) no-repeat 0 -51px;
}

#main { 
	font-size: 1.2em;
	width: 80%;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer { 
	border-top: 1px solid #444;
	margin: auto;
	color: #555;
	font-size: .8em;
	padding-top: 10px;
	clear: both; 
	text-align: center;
	width: 80%; 
}

.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 p { 
	margin:0 0 2px 0;
	padding: 0 0 5px; 
}

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

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

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

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

/* Typography
=================================== */

form, table {
	color:#fff;
}

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

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

#front-page #discussions { 
	margin-left: 170px;
}

.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: #fff;
	border-bottom: 1px solid #777;
	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 solid #666;
	border-width: 1px 0;
	padding: 1em;
}

.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 #666;
	float: right;
	padding: 0 0 0 1em;
}

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

.nav span { font-weight: bold; }

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

#thread {
	background: #212121;
	border: 1px dotted #3f3f3f;
	list-style: none;
	margin: 0 0 0 140px;
	padding: 0;
}

#thread li {
	padding: 1.5em 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: -153px;
	overflow: hidden;
	position: absolute;
	width: 140px;
}

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

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

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

.postform {
	background: #333;
	border:1px solid #3f3f3f;
	padding: 1em;
	margin-bottom: 1em;
}

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

.postform label { display: block; }

#postformsub {
	background: #ace145;
	font-size: 14px;
	height: 40px;
	width:200px;
}

input#topic {
	font-size: 24px;
	width: 500px;
}

#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: 32px;
	font-weight: normal;
	display: inline;
}

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

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

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

#content .nav a {
	border: 1px solid #666;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #666;
}
#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 tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #444; }

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

#latest, #forumlist, #favorites {
	background: #212121;
	border:1px dotted #3f3f3f;
	margin-bottom: 2em;
	width: 100%;
}

#forumlist td a,
#latest td a {
	font-size: 17px;
}

.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: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#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 #ccc;
	border-bottom: 1px solid #666;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

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