/*
Theme Name: Kakumei Blue
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress... in blue.
Version: 1.0
Author: <a href="http://avalonstar.com">Bryan Veloso</a> with updates by <a href="http://unlettered.org">Sam Bauers</a>
Author URI: 
*/


@import url('../kakumei/style.css');

body { 
	font: 12px/18px "Lucida Sans", Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	background: #f4f4f4;
}

#wrapper {
	background: url('images/etakeoff/hd-bg.jpg') no-repeat top center #FFF;
	margin: 0 auto;
	padding: 0 0 30px;
	width: 1024px;
	border: 1px solid #15243B;
	border-top: 0;
	position: relative;
}

#header {
	background: url('images/etakeoff/etakeoff-logo.jpg') no-repeat top left; /* Remove to get rid of bb emblem. */
	margin: 0;
	width: 990px;
	height: 161px;
	position: relative;
}
#header h1 a, #header p.description { display: none; }
#header h1 {
	cursor:pointer;
	display: block;
	position: absolute;
	top: 35px;
	left: 105px;
	width: 325px;
	height: 70px;
}
#credentials .login p, #credentials p.login, #credentials .login label { color: #FFF; }
#credentials .login a { color: #CCC; }
#credentials .login a:hover { color: #EEE; }

#credentials { width: 295px; position: absolute; bottom: 10px; right: 0; }
#credentials form { float: right; }
#credentials .remember { display: none; }

#main {
	width: 960px;
	margin: 20px auto;
	position: relative;
}
a { color: #233759; text-decoration: none; }
a:hover { color: #001364; }

#header div.search { margin: 15px 10px 0 0; background: url('images/etakeoff/search-bg.png') no-repeat; width: 222px; height: 23px; }
#header div.search input { border: 0; margin: -10px 0 0 0; font-size:13px; background: transparent; padding: 0 0 2px 25px; width: 180px; }
#header div.search input.submit { margin-left: -9999px; }
input#tagformsub:hover { color: #001364; }
input#tagformsub:active { border-color: #001364; }
.sticky { background: #adb9e1; }
#thread li.pingback { background-color: #d8dcf2; border-color: #d8dcf2; }
#thread li.pingback .threadpost { background-color: #d8dcf2; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #233759; color: #EEE; }
#latest tr:hover a, #forumlist tr:hover a, #favorites tr:hover a { color: #FFF; }

#profile-menu {
	list-style: none;
	position: absolute;
	right: 35px;
	top: -4px;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 1px solid #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	color: #EEE;
	background: #233759;
}



a.prev.page-numbers:hover, a.next.page-numbers:hover { color: #001364; }
p.submit input:hover { color: #001364; }
p.submit input:active { border-color: #001364; }

table#latest, table#forumlist, #viewdiv { width: 800px; }

#footer { width: 1024px; }
#footer p { text-align: right; }

.notice {
	border: 1px solid #CDC30B;
	background-color: #FEF886;
	color: #CDC30B;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
	margin-top: 25px;
}

.notice.error {
	border-color: #CDC30B;
	background-color: #FEF886;
	color: #CDC30B;
}

/* hide non-required form fields on login area */
#register-page table tr.form-field { display: none; }
#register-page table tr.form-required { display: block; }

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

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