/*
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 {
	margin-bottom: 50px;
  background: #F6F6F6;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

a { 
	color: #037; text-decoration: none; 
}

a:hover { 
	color: #c00; 
}

.alt { 
	background: #fff; 
}

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

code { 
	font: 1.0em Monaco, 'Courier New', monospace;
  border: thin dotted Black;
	border-bottom-style: solid;
	background-color: #DCDCDC;    
}

p { 
	margin-bottom: 1.0em; 
}

img {
  margin: 0px 3px 0px 3px;
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

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

h1 { 
	font-size: 2em; 
}

h2 { 
	font-size: 1.5em; 
}

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

#topbar {
	width: 790px;
	margin: 0 auto 0px;
  padding: 2px 0px 0px 30px;
	height: 33px;
	position: relative;
	background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#wrapper {
	width: 820px;
	margin: 0 auto 0px;
  padding: 0px 0px 0px 0px;
	position: relative;
	background: #fff url('http://www.einspruch.org/blog/resources/head-panorama.jpg') repeat-x 0px -25px; 
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#logo {
	width: 820px;
	margin: 0 auto 0px;
  padding: 0px 0px 0px 0px;
	text-align: right;
  background: #fff;
	position: relative;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;	
}

#logo h1 {
  padding: 2px 10px 2px 10px;	
  font-size: 28px;
  font-family: times;
}

#topbar p { 
	margin-bottom: 0; 
}

#main {
	width: 760px;
	margin: 0 auto 0px;
  padding: 10px 30px 10px 30px;
	position: relative;
	font-size: 1.2em;
  background: #FFF;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

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

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

#special {
	float; left;
}

#special-icon {
  float: left;
	margin-top: 15px;
  padding-top: 3px;  
  width: 50px;
	text-align: center;
}

#special-restricted {
	float: left;
  margin-top: 15px;
  padding: 5px 0px 5px 20px;
  font-weight: bold;
  border: 1px solid black;
  width: 655px;
}

#special-standard {
	float: left;
 	margin-top: 15px;
 	padding: 5px 0px 5px 20px;
 	border: 1px solid #ccc;
 	width: 655px;
}

.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 {
  margin: 0;
  pading: 0;
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.3em;
	color: #444;
	z-index: 1;
}

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

.search {
	bottom: 31px;
	left: 380px;
	font-weight: bold;
	color: #444;
	width: 100%;
	z-index: 1;
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.3em;
}

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

.qsubmit {
	margin-top: 1.4em;
}

/* Menu =================================== */

#menubar {
  overflow: hidden;
  vertical-align: bottom;    
}

.topmenu, 
.topmenuactive {
	color: black;
	width: 110px;
	float: left;
	margin: 24px 12px 0px 0px;
	padding: 3px 4px 2px 4px;
	height: 20px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #909090;
  background-color: #d8d8d8;
}

.topmenu { 
	border-bottom: 1px solid #909090;	
}

.topmenu:hover, 
.topmenuactive, 
.topmenuactive:hover {
  background: white;	
  border-bottom: 1px solid white;
}

.e1p {
  color: black;
}

.e1p:hover { 
	color: red;	
}

.e1a {
  color: black;
}


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

#front-page #hottags {
	top: 0;
	left: 0;
  padding-left: 10px;
	width: 750px;
	overflow: hidden;
}

#front-page #discussions {
	margin-left: 0px;
	width: 760px;
}

.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: 0 0 10px;
	padding: 0 0 5px;
}

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

.sticky { 
	background: #ddddff;
}

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

.infobox {
	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 {
  width: 200px;
	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 0px;
	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 {
	overflow: hidden;
	width: 110px;
  vertical-align:top;
}

.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, 
.forumtable tr:hover, 
#favorites tr:hover { 
	background: #abcde7; 
}

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

#forumlist {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 600px;
}

.forumtable {
  background: #f7f7f7;
	width: 570px;
}

.forumsubtable {
  background: #ddddff;
	width: 430px;
  border: 1px solid #ccc;
  border-top: 0;
}


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

.bozo { 
	background: #eeee88; 
}

.alt.bozo { 
	background: #ffff99; 
}

.deleted { 
	background: #ee8888; 
}

.alt.deleted { 
	background: #ff9999; 
}

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

#profile-menu {
	list-style: none;
	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;
}

.external {
  width: 100%;
  margin-top: 12px;
	padding: 3px;
	font-size: 1em;
  background: #eee;
}

.tdExternal {
  padding: 7px;
  padding-bottom: 2px;
}
