/*
Theme Name: BRH
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress... in blue.
Version: 0.01 theta-beta
Author: Ben Hollis
Author URI: http://avalonstar.com
*/


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

a { color: #32689b; text-decoration: none; }
a:hover { color: #001364; }
#header { 
	background-image: url('images/page_header_bblogo.png');
	color: white !important;
}
#header a {
	color: white;
}
#header p {
	color: white;
}
#header h1 {
	color: white;
}
#header h1 a {
	color: white;
}
#header h1 a:visited {
	color: white;
}
#header p.description {
	color: white;
}
#header .login {
	color: white;
}
#header .login a {
  text-decoration: underline;
}
#wrapper { background-image: url('images/page_header_tile.png'); }

.sticky { background: #adb9e1; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #d8dcf2; }
#profile-menu li a:hover { background: #d8dcf2; }

#main {
    width: 900px;
}

#front-page #discussions {
	width:730px;
}

#search {
	margin-bottom: 1em;
}

#search input {
	width: 90%;
}

#postButton a {
	background:transparent url(../../bb-images/fade-butt.png) repeat scroll 0 0;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:double;
	border-width:3px;
	color:#333333;
	padding:0.25em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 138px;
}

#sidebar {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:150px;
}

#front-page #hottags {
	position: static;
}

#controls {
	overflow: auto;
}

#controls #postButton {
	float: left;
	margin: 0;
}

#controls #search {
	float: right;
	width: 200px;
	margin: 0;
}

#footer {
	width: 900px;
}