/*
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 
=================================== */
a {
	color:#f77f29;
	text-decoration:none; }
a:hover {
	color:#f77f29;
	text-decoration:underline; }
.new-topic {
	color:#FFFFFF; }
.new-topic:hover {
	color:#FFFFFF; }
.alt { background: #fff; }
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; }

/* Structure
=================================== */
.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
=================================== */
.login { 
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: bold;
	color: #444;
	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
=================================== */
#cont #event_wrap #hottags { 
	/*position:relative;*/
	display:none;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden; }
#cont #event_wrap #discussions { 
/*	margin-left: 170px; */
	width: 925px; }
.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; }
#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: 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: 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: 5px 10px; }
#forumlist tr td div.nest {
	padding-left: 2.5ex; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #EEEEEE; }
#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #a3a782;
	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; }
#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; }












/*** MISC ***/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#83876e;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x; }
#wrapper {
	background-image:url(images/cont_bg.png);
	width:995px;
	margin:0 auto;
	margin-top:5px; }
#wrapper_events {
	background-image:url(images/cont_events_bg.png);
	width:995px;
	margin:0 auto;
	margin-top:5px; }
.clear-float {
	clear:both; }


/*** HEADER ***/
#header {
	background-image:url(images/header.jpg);
	height:100px;
	width:995px; }
#header .logo {
	float:left;
	width:350px;
	padding-left:20px;
	padding-top:15px; }
#header .rss {
	font-weight:bold;
	font-size:16px;
	text-align:right;
	float:right;
	width:250px;
	padding-top:35px;
	padding-right:260px; }
#header .rss a {
	color:#6f7358;
	text-decoration:underline; }
#header .rss a:hover {
	color:#6f7358;
	text-decoration:none; }



/*** MENU ***/
#menu {
	background-image:url(images/menu_bg.gif);
	height:39px;
	width:985px;
	margin:0 auto; }
#menu .links {
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
	float:left;
	width:600px;
	padding-left:10px;
	padding-top:10px; }
#menu .links a {
	color:#FFFFFF;
	text-decoration:underline;
	padding-left:3px;
	padding-right:3px; }
#menu .links a:hover {
	color:#6f7358;
	text-decoration:underline;
	padding-left:3px;
	padding-right:3px; }
#menu .search {
	float:right;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-top:7px;
	width:350px; }
#menu .search img {
	vertical-align:middle; }
#menu .search input {
	vertical-align:middle; }


/*** CONTENT ***/
#cont {
	width:985px;
	margin:0 auto; }
#cont h1 {
	font-size:30px;
	font-weight:normal;
	color:#6f7358;
	margin:0px;
	padding:0px; }
#cont h2 {
	margin:0px;
	padding:0px;
	font-size:18px; }
#cont h3 {
	margin:0px;
	padding:0px;
	font-size:16px; }
#cont .left {
	float:left;
	width:579px;
	line-height:18px;
	padding-top:25px;
	padding-left:20px;
	padding-right:10px;
	background-image:url(images/left_top_bg.gif);
	background-repeat:repeat-x;
	background-position:top; }
#cont .left a {
	color:#f77f29;
	text-decoration:underline; }
#cont .left a:hover {
	color:#f77f29;
	text-decoration:none; }
#cont .left .post {
	margin-top:35px; }
#cont .left .postby {
	border-top:3px solid #c0c0c0;
	padding-top:5px;
	padding-bottom:25px; }
#cont .left .recent_posts ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-top:10px; }
#cont .right {
	float:right;
	color:#FFFFFF;
	width:346px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	background-image:url(images/right_top_bg.gif);
	background-repeat:repeat-x;
	background-position:top; }
#cont .right #feat_book img {
	margin-right:10px; }
#cont .right #feat_book .fname {
	font-size:18px;
	font-weight:bold;
	color:#f77f29;
	padding-top:15px; }
#cont .right #feat_book .fteaser {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF; }
#cont .right #related_books a {
	font-size:16px;
	font-weight:bold;
	color:#ff9900;
	text-decoration:underline; }
#cont .right #related_books a:hover {
	font-size:16px;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none; }
#cont .right #related_books p {
	margin-top:0px;
	margin-bottom:15px; }
#cont .right #related_books .books_left {
	float:left;
	width:150px; }
#cont .right #related_books .books_right {
	float:right;
	width:150px; }
#cont .right .recent_delmio_posts ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:25px; }
#cont .right .recent_delmio_posts a {
	color:#FFFFFF;
	text-decoration:underline; }
#cont .right .recent_delmio_posts a:hover {
	color:#FFFFFF;
	text-decoration:none; }
#cont .right .popular_posts ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:25px; }
#cont .right .popular_posts a {
	color:#FFFFFF;
	text-decoration:underline; }
#cont .right .popular_posts a:hover {
	color:#FFFFFF;
	text-decoration:none; }
#cont .right .more_boooks ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:25px; }
#cont .right .more_boooks a {
	color:#FFFFFF;
	text-decoration:underline; }
#cont .right .more_boooks a:hover {
	color:#FFFFFF;
	text-decoration:none; }
#cont .right #ads .ad_left {
	float:left;
	width:125px;
	margin-right:30px;
	margin-left:10px;
	margin-bottom:20px;
	margin-top:10px; }
#cont .right #ads .ad_right {
	float:left;
	width:125px;
	margin-bottom:20px;
	margin-top:10px; }
#cont .right #cat a {
	color:#ff9900;
	text-decoration:underline; }
#cont .right #cat a:hover {
	color:#ff9900;
	text-decoration:none; }
#cont .right #cat strong {
	font-size:16px;
	padding-bottom:10px; }
#cont .right #cat .cat_left {
	float:left;
	width:200px;
	margin-top:15px; }
#cont .right #cat .cat_right {
	float:right;
	width:125px;
	margin-top:15px; }
#cont .left .explore_3_col {
	margin-bottom:25px;
	margin-top:25px;
	padding-top:15px;
	border-top:3px solid #CCCCCC; }
#cont .left .explore_3_col a {
	font-size:16px;
	font-weight:bold;
	color:#ff9900;
	text-decoration:underline; }
#cont .left .explore_3_col a:hover {
	font-size:16px;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none; }
#cont .left .explore_3_col p {
	margin-top:0px;
	margin-bottom:15px; }
#cont .left .explore_3_col .col1 {
	float:left;
	width:185px; }
#cont .left .explore_3_col .col2 {
	float:left;
	width:185px; }
#cont .left .explore_3_col .col3 {
	float:left;
	text-align:center;
	width:185px; }
#cont .left .explore_3_col .col3 img {
	margin-bottom:10px; }
#cont #event_wrap {
	line-height:18px;
	padding-top:30px;
	padding-left:30px;
	padding-right:20px;
	background-image:url(images/left_top_bg.gif);
	background-repeat:repeat-x;
	background-position:top; }
#cont #event_wrap .link_buttons {
	color:#999999;
	text-align:center;
	margin-bottom:20px; }
#cont #event_wrap .link_buttons a {
	color:#f28648;
	text-decoration:underline; }
#cont #event_wrap .link_buttons a:hover {
	color:#f28648;
	text-decoration:none; }
#cont #event_wrap .event_left {
	float:left;
	width:450px;
	padding-right:25px; }
#cont #event_wrap .event_right {
	float:right;
	width:450px; }


/*** FOOTER ***/
#footer {
	color:#FFFFFF;
	background-color:#83876e;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center; }
#footer a {
	color:#FFFFFF;
	text-decoration:underline; }
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none; }