/*
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 
=================================== */


body {
	margin-bottom: 20px;

}

a { color: #06c; text-decoration: none; font-family: Trebuchet MS, Arial, Sans-Serif;}
td a, th a
{
	color: #036;
}
.alt { background: #fff; }

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

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}
a.new-topic
{
	font-size: 13px;
}


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

#wrapper {}

#header { 
	background:#FFF4C8 url(http://www.shipcompliant.com/assets/css/i/bg_ribbon.gif) repeat-x 0 0;
	margin: 0 auto;
	width: 760px;
	height: 156px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 35px;
	left: 10px;
	display: block;
	padding: 6px;
	z-index: 2;
	font: 3em/1em Georgia,"times new roman",times,serif;
	text-align: right;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
}
#header h1 a { color: #000; text-decoration: none; }
#header h1 a:hover { color: #FFA200; }

#header p.login {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-align: right;
	font: 1.4em/33px "trebuchet ms",trebuchet,helvetica,sans-serif;
	text-transform:uppercase;
	
	}
#header p.login a {
	text-decoration:underline;
	color:#06c;
	}
#header p.login a:hover{
	color: #FFA200;
	}

#main { 
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
	padding: 30px 0;
}
#main h2 {
	color:#AD0000;
	font-weight: normal;
	line-height: 1.4em;
	font: 20px georgia,"times new roman",times,serif;
}

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



.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
=================================== */

form.login { 
	position: absolute;
	bottom: 50px;
	right: 10px;
	padding:5px;
	font-weight: bold;
	color: #333;
	width: 44%;
	z-index: 1;
	border:#fc0 solid 1px;
	background:#FFF9E3;
}

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

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

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

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

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


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

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

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

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


#userlogin,
#currentfavorites,
#register {
	color: #333;
	border-bottom: 1px solid #ddd;
	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 #ccc;
	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 #ccc;
	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: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	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: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

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


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

.poststuff {
	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: 1.2em georgia,"times new roman",times,serif;
	text-align: center;
	color:#333;
}

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

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	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;
}

/* 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: 8px 10px; }

#forumlist td a {
	font-size:1.3em;
	text-transform:uppercase;
	display:block;
	color:#06c;
	}
#forumlist td a:hover {
	color:#AD0000;
	}

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

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

#latest th,
#forumlist th,
#favorites th {
	border-bottom: 1px solid #aaa;
	background: #EBEBEB;
	color: #036;
	font-family: trebuchet ms, Helvetica, sans-serif;
	padding: 5px;
	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;
}

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