/*
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
*/

/* Edits to my-template: January 2007 | Xwerx */
/* Added email notification to my-plugins: 25th January 2007 | Xwerx */

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background: #fff;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

html {
min-height: 101%;
}

img {
border: none;
}

a { 
color: #1e9ebd; 
text-decoration: underline; 
}

a:hover { 
text-decoration: none;
}

.alt {
background: #fff;
}

code { 
font: 1.0em Monaco, 'Courier New', monospace; 
}


p {
margin-bottom: 1.0em;
}

.left { 
float: left; 
display: inline;
}

.right { 
float: right; 
display: inline;
}

.delete:hover {
	background: #c00;
	color: #fff;
}

/* Structure
=================================== */

#wrapper {
	background: #fff url('images/header_bg.gif') repeat-x 0px 0px;
}

#header { 
	background: url('images/header_banner.gif') no-repeat top left; /* Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 760px;
	height: 106px;
	position: relative;
	z-index: 25;
}

/*#headmolly {
background: url('images/banner_molly.gif') no-repeat top left; /* Remove to get rid of bb emblem. 
	position: relative;
	z-index: 50;
	margin: 0;
}*/

#header h1 { 
	width: 77px;
	height: 77px;
	margin: 0;
	padding: 0;
}

#headnav {
float: left;
padding: 0 0 0 0;
}

#headnav p{
font-weight: normal;
color: #fff;
font-size: 1.2em;
margin: 6px 0 0 0;
}

#header a, #header a:visited, #headnav a, #headnav a:visited {
color: #fff;
text-decoration: underline;
/*border-bottom: 1px dotted #fff;*/
}

#header a:hover, #headnav a:hover {
text-decoration: none;
}

#main { 
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.bbcrumbalt {
text-align: left;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 40px 0 20px;
}

/* ---[ red div before footer info ]--- */

#footdiv {
border-top: 1px solid #ccc;
}

/* ---[ footer wrap ]--- */

#footer_wrap {
	position: relative;
	margin: 0px auto;
	padding: 0;
    width: 760px;
}

/* ---[ footer ]--- */

	#footer {
	/* position: relative;
float: right;*/
margin-right: 0;
	}	

#footer p{
font-size: 1.1em;
font-weight: bold;
	padding: 5px 0 0 0;
	text-align: right;
	color: #550a0c;
}

#footer a, #footer a:visited {
	color: #550a0c;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.notice { 
	border: 1px dashed #1e9ebd; 
	background: #e0eade; 
	color: #000; 
	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;*/
	margin: 4px 0 0 0;
	font-size: 1.2em;
	float: right;
	color: #fff;
}

.login p { 
padding: 4px 0 5px 0; 
}

.login label { 
padding-right: 10px; 
}

.login #submit { 
font-size: 1em;
background: #0c4e5e;
color: #fff;
border: 1px solid #1e9ebd; 
height: 18px;
width: 50px;
}

p.login { 
font-weight: normal;  
margin-top: 6px;
}

form.login input { 
	height: 17px;
	border: 1px solid #1e9ebd;
}


/* Front Page
=================================== */

#front-page #hottags { 
float: right;
position: relative;
margin: 0 5px 0 0;
width: 140px;
}

#front-page #discussions { 
margin: 0 0 0 0;
width: 590px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #userlogin, 
#currentfavorites, #register {
	color: #0c4e5e;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

h2.post-form {
	color: #0c4e5e;
	margin: 20px 0 10px 0;
	padding: 0 0 5px;
}

#front-page #discussions ul {
	padding: 0 0 0 14px;
}

.sticky {
	background: #e0eade;
}


/* Topic Page
=================================== */

.infobox {
	border-width: 1px 0;
	padding: 5px;
	/*border: 1px dashed #1e9ebd; 
	background: #e0eade; 
	border-bottom: 1px solid #ccc;*/
	margin-bottom: 10px;
}

/*.infoin {
border-width: 1px 0;
	border: 1px dashed #1e9ebd; 
	background: #e0eade; 
	padding: 5px; 
} */

.infobox ul {
	margin: 10px 0 0 15px;
	padding: 0;
	list-style:square;
}

.infobox ul li { 
	padding-bottom: 3px;
}

#topic-tags {
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}

.nav {
color: #000000;
	margin: 15px 0;
	padding: 12px 0;
}

.nav span {
	font-weight: bold;
}

.nav span,.nav a {
	padding: 6px;
}

#thread {
	background: #d7e6ea;
	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;
}

.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: left;
}

.postform {
	background: #d7e6ea;
	padding: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 680px;
	display: block;
}

.postform label {
	display: block;
}

.admin { 
	padding: 10px 0 0;
}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit {
	text-align: left;
}

.topiclink {
	display: block;
}

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
	color: #0c4e5e;
}

/* 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;
	border-bottom: 1px dashed #ccc;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #d9c2c3;
}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #1e9ebd;
	background: #0c4e5e;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-align: left;
	color: #fff;
}

#latest, #forumlist, #favorites {
	background: #d7e6ea;
	border-collapse:collapse;
	border-bottom: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

.bozo {
	background: #eeee88;
}

.alt.bozo {
	background: #ffff99;
}

.deleted {
	background: #ee8888;
}

.alt.deleted {
	background: #ff9999;
}

/* Profile Page
=================================== */

#profile-menu {
float: right;
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #550a0c;
	padding: 4px;
	display: inline;
	position: relative;
	top: -10px;
	margin-left: 4px;
	border-bottom: 1px solid #c4161c;
	border-left: 1px solid #c4161c;
	border-right: 1px solid #c4161c;
}

#profile-menu li a, #profile-menu li a:visited {
	color: #fff;
	text-decoration: none;
}

#profile-menu li a:hover {
	color: #fff;
	text-decoration: underline;
}

#profile-menu li.current {
background-color: #d9c2c3;
}

#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: none;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 10px;
	color: #000000;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

fieldset p.instruct {
border: 1px dashed #1e9ebd;
background: #e0eade;
padding: 2px 2px 2px 4px;
}

/* New Login Page
=================================== */

#login_head{
width: 100%;
height: 25px;
margin: 0;
font: 11px Verdana,Arial,Helvetica,sans-serif;
background: #0c4e5e;
border-top: 1px solid #1e9ebd;
}

fieldset.front_login{
width: 100%;
margin: 0;
padding: 0;
border-top: none;
border-bottom: 1px dashed #ccc;
border-left: 1px dashed #ccc;
border-right: 1px dashed #ccc;
}

.login_head_text{
color: #fff;
margin: 0 10px 0 10px;
padding: 5px 0 0 0;
font-weight: bold;
}

#front_login{
float: left;
margin: 0;
padding: 4px 0 0 8px;
width: 30%;
font: 11px Verdana,Arial,Helvetica,sans-serif;
}

#front_login td{
color: #000;
font-weight: bold;
}

form.login input{
width: 140px;
}

#login_spidey{
float: left;
margin: 0 0 10px 0;
width: 5%;
}

#login_spidey_text{
float: right;
margin: 5px 0 10px 0;
padding: 0;
width: 55%;
font: 11px Verdana,Arial,Helvetica,sans-serif;
}


/***** Attachments   **********/
ol.ol_attach {
	margin-left:18px;
}

div.att_actions {
	clear:both;
	width:300px;
}

div.att_actions a#att_actions_add {
	text-align:left;
}

input.uploadAttachment {
	display:block;
	width:300px;
}

input.att_actions_upload {
	margin-top:1em;
	width:75px;
}

div#att_extensions {
	float:right;
	margin-right:2em;
}





