/*
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 
=================================== */
.emoticon{
	width:32px;
	height:32px;
	z-index: 999;
	cursor: pointer;
}

.underline{ text-decoration: underline;}

.white{
	color: #f7f7f7;
	text-transform:none;
}

.unread_posts {
	background: url("http://www.harrismarine.co.nz/Images/New.png") left no-repeat;
	padding:0 0 0 30px;
	margin-left:20px;
}

.inboxcount div a{
	color: #065083;
}

* { margin: 0; padding: 0; outline: none;
}

body {color: #adadad;
    margin:0 auto;
	margin-bottom:0px;
	height:100%;
	min-height:100%;
	background: #000000;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width:100%;
}

.logintext{
font: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
font-color: #ffffff;
font-size: 14px;


}


a { color:#6eabcb; text-decoration: none; }
a.number { color:#1a507e; text-decoration: none; }
a.loginlink { color:#363636; text-decoration: none; }
a:hover { text-decoration: underline; }

tr{ background: #656565;}
.alt {}

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { font-size: 1.5em; color:#e6e6e6; }

fieldset {
	border-width: 0;
	margin: 0;
}

img.avatar { max-width:150px; max-height: 150px; margin:0 0 10px 0; clear:both;}

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

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

#wrapper {
width:100%;
background: #000000;
min-height:100%;
height:100%;
display:block;
position:absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;

}

#header {
    background: #000000 repeat;
	margin: 0 auto;
	width: 900px;
	height:auto;
    padding-top:40px;
    padding-left:30px;
    padding-right:30px;
}

.headleft {
width:460px;
height:auto;
float:left;
}

#header h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	float:left;
}

#header p.description {
	font-size: 1.4em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-style: normal;
	color: #f7f7f7;
	float:left;
}

#header p { 
	margin-bottom: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #dcdcdc;
	font-size: 14px;
}

#header h1 a { 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none; }

#header h1 a:hover, #header h1 a:visited { 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
 }

#main {
	background: #000;
	margin-bottom:70px;
	font-size: 13px;
	width: 900px;
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:0px;

bottom:0; /* stick to bottom */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #6e6e6e;
	font-size: 14px;
}

.bbcrumb {
	position:relative;
	margin-bottom: 0; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 20px;
	align:left;
	width:auto;
}


.notice {
	border: 2px solid #4c9545;
	background-color: #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: relative;
	font-weight: normal;
	color: #777777;
	width: 290px;
	font-size: 12px;
	margin-top:16px;
	margin-left:130px;
	height:auto;
	float:left;
	text-align:left;
}

form.login{
margin-left:0px;
margin-top:0px;
width:210px;
	
}

.login p { padding: 0 0 4px; }

.login label {
	margin:0 0 8px 0;
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	width:196px;
	height:16px;
	border: 1px solid #999;
	padding: 6px;
	line-height: 14px;
	font-size: 12px;
	margin-top: 6px;
	float: left;
	
}

form.login input#submit {
	float: left;
	margin-top: 6px;
	margin-bottom: 8px;
	display: block;
	width: 80px;
	height: 38px;
	border: none;
	padding: 0;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0 6px 0 0;
	vertical-align: baseline;
	width:14px;
}


.loginbox {
float:right;
padding:20px;
background: #232323;
border:1px solid #2e2e2e;

}

.loginbottom {
margin-top:0px;
padding:0px;
width:160px;
height:27px;
}


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

#front-page #hottags {
	position:absolute;
	width: 150px;
	overflow: hidden;
margin-left:30px;
}

#front-page #discussions {
	padding-top:30px;
	padding-bottom:30px;
	clear:both;
	width: 900px;
	height:100%;
}


.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #currentfavorites, #register{
	color: #e6e6e6;
	padding-bottom:3px;
	margin: 0 0 4px 0;
	margin-left:0px;
	font-style: normal;
	font-size: 22px;
}

h3.bbcrumb {
	color: #e6e6e6;
	padding-bottom:3px;
	margin: 0px 0 25px 0px;
	font-style: normal;
	font-size: 13px;
padding-top:30px;
position:relative;
clear:both;
}



#userlogin {
	display: block;
	color: #e6e6e6;
	padding-bottom:3px;
	margin: 0;
	margin-left:0px;
	font-style: normal;
	font-size: 1.4em;
	
	background: url(http://www.harrismarine.co.nz/Images/BBPress/trbg.gif) top left no-repeat;
	width: 100%;
	height:43px;
	padding-top: 15px; 
	padding-left: 13px;
}







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


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

.infobox {
	border-color: #525252;
	border: 1px solid #525252;
	border-width: 0pt 0pt 1px 0pt;
	color:#f7f7f7;
	background: url(http://www.harrismarine.co.nz/Images/BBPress/trbg.gif) top no-repeat #0c0c0c;
	margin-top:13px;
	margin-bottom: 10px;
	padding:8px 0 0 0;
	height:auto;
}

.infobox ul {
	margin: 20px 0 10px 0;
	padding: 0;
	color:#f7f7f7;
}

.infobox ul li { padding-bottom: 3px;	color:#6e6e6e; width:380px; list-style: none; }

#topic-info {
	width:500px;
	float: left;
	padding:0 20px 20px 20px;
	color:#f7f7f7;
	height:auto;
}

#topic-tags {
	width:200px;
	border-left: 1px solid #525252;
	float: right;
	margin-top:48px;
	padding-left:10px;
	margin-bottom:20px;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #6e6e6e;
}

#thread p {
	color: #6e6e6e;
	margin-bottom: 1em; 
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	<!--border-top: 1px solid #fff;-->
	color: #6e6e6e;
}

#thread li ol, #thread li ul { margin-left: 40px; color: #6e6e6e; }

#thread li ol li, #thread li ul li { padding: 0; color: #6e6e6e; }

.threadauthor {
	float: left;
	padding: 0 1em 0 0;
	width: 120px;
	color: #f7f7f7;
	top:0px;
	bottom:0px;
}

.threadauthor p { margin: 0; color:#6e6e6e; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	*margin-bottom: 10px;
	background: url("http://www.harrismarine.co.nz/Images/WhiteBG.gif") top repeat-x #ffffff;
	color: #6e6e6e;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:auto;
}

.post p {
margin-bottom: 1em; 
}


#thread li.alt .threadpost {  color:#6e6e6e;}

#thread li.deleted { background-color: transparent; color:#6e6e6e;}

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {color:#6e6e6e;
margin-left:200px;	
_height: 90px; /* Hack to fix broken .alt coloring in IE6 */

}

#thread .post blockquote {
color:#6e6e6e;
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	margin-bottom:20px;

}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	margin: 10px 0 0;
	padding: 8px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #ecebeb;
	border: 1px solid #d0d0d0;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}

.num, #forumlist small {
	font: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align: left;
	line-height:14px;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 8px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #6e6e6e;
}

.postform textarea {
	height: 12em;
	margin-top:20px;
	padding: 5px;
	width: 860px;
	display: block;
	color: #6e6e6e;
}

.post p{
	margin-bottom: 1em;  
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #6e6e6e;
	font-size: 1.2em;
}


.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: left; margin-top:15px; margin-bottom:25px; }

.topiclink { display: block; }

.topictitle {
	color:#f7f7f7;
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* 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: 0 10px; border-top:1px solid #191919; }

#latest td a, #forumlist td a { display:block; color: #f7f7f7; width:100%; height: 50px; line-height: 50px;font-weight: bold; text-transform: none;}

#latest td a:hover, #forumlist td a:hover { text-decoration:none; }





#forumlist tr td div.nest {
	padding-left: 2.5ex; 
}


#latest tr{
	background:#424242;
}
	#latest tr:hover, #forumlist tr:hover{
		background: #353535;
		cursor: pointer;
	}

#latest tr.tabletitle, #forumlist tr.tabletitle{
	background:url(http://www.harrismarine.co.nz/Images/BBPress/trbg.gif) no-repeat scroll center top;
}
	#latest tr.tabletitle:hover, #forumlist tr.tabletitle:hover{
	background:url(http://www.harrismarine.co.nz/Images/BBPress/trbg.gif) no-repeat scroll center top;
}

#latest tr.alt {
border-top: 1px solid #191919;
background: #656565;
}
	#latest tr.alt:hover, #forumlist tr.alt:hover {
		background: #353535;
		cursor: pointer;
}

#forumlist td{color:#d9d9db; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 0px 10px;
	color:#d9d9db;
	text-transform: uppercase;
	height:54px;
	background:none;
	
}

#latest, #forumlist, #favorites {
	cellspacing:0;
	margin-top:6px;
	margin-bottom:25px;
	background: url(http://www.harrismarine.co.nz/Images/BBPress/trbg.gif) top no-repeat #424242;
	height:37px;
	width: 100%;
	border: 0;
  	border-spacing: 0;
	
}

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

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
color:#6e6e6e;
}

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

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #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 {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; color:#f7f7f7; }

#userinfo dt { font-weight: bold; color:#f7f7f7; }

#userinfo dd { margin: 0 0 5px; color:#f7f7f7; } 

div#recaptcha_widget_div{ float: left; clear: both; display: block; }

#useractivity { 
	margin: 15px 0 20px 0; 
	color:#f7f7f7; 
	margin-bottom:0px;
	background: url(http://www.harrismarine.co.nz/Images/BBPress/trbg.gif) left no-repeat;
	width: 100%;
	height:33px;
	padding-top: 4px; 
	padding-left: 13px;
	}

.user-recent { padding:10px; margin: 0 0 10px; color:#f7f7f7; background: #171717; }

.user-recent ol { margin: 5px 0 0 28px; color:#f7f7f7; }

.user-recent ol li { margin: 0 0 3px; color:#f7f7f7;  }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 10px 15px 10px;
	margin-bottom: 0px;
	margin-top:0px;
	background-color: #656565;
color:#181818;
height:auto;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	margin-top:55px;
	float: left;
clear: both;
margin: 0 0 8px 0;
display: block;
width: 98%;
padding: 7px 0 6px 16px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
color:#6e6e6e;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
color:#181818;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
color:#181818;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
color:#6e6e6e;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
color:#181818;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

.viewdiv{
width:220px;
height:auto;
float:left;
margin-top:10px;
}

table{
cellspacing:0;
}

#latest tr.sticky, #latest tr.sticky alt { background: #3c7f98; }
#latest tr.sticky:hover, #latest tr.sticky alt:hover { background: #255d72; }