/*
Theme Name: Aardvark
Theme URI: http://www.mbwebdesign.co.uk/templates/bbpress
Description: Fresh looking template for BBPress designed by Mathew Browne of MB Web Design
Version: 0.01
Author: Mathew Browne
Author URI: http://www.mbwebdesign.co.uk
*/

/* TO CHANGE COLOURS
Do a search and replace for 3399CC (lighter) and 2B82AC (darker)

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	color: #000000;
	background-repeat: repeat-x;
}

a { color: #AAAAAA; text-decoration: none; }
a:hover { color: #3399CC; }

.alt { background: #F8F3A5}

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

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

#wrapper {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto 80px; WIDTH: 980px; PADDING-TOP: 0px; POSITION: relative; TEXT-ALIGN: left;
}

#header1 { 
	background: #333333; /* Top Color */
	height: 40px;
	min-height: 75px;
	padding: 10px;
}
#header2{
	margin: 0px auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	}
.topright{text-align:right;}
.topleft{text-align:left;}

#header1 h1 { 
	display: block;
	color: #82Bf00;
	text-align: right;
	letter-spacing: -1px;
	vertical-align: bottom;
}

#header1 p { margin-bottom: 0; }

#header1 h1 a { color: #FFFFFE; }
#header1 h1 a:hover{ color: #FFFFFE; }
#header1 h1 a:visited { color: #FFFFFE; }

#header1 a { color: #6DCEF6; text-decoration: none; } /* Link Color */
#header1 a:hover { color: #083949; border-bottom: #FFFF92 2px dotted; border-top: #FFFF92 2px dotted;}

#outmain a { color: #425995; text-decoration: none; }
#outmain a:hover { color: #083949; border-bottom: #FFFF92 2px dotted; border-top: #FFFF92 2px dotted;}

#main_bb{ 
	font-size: 1.2em;
	width: 970px;
	margin: 0px auto;
	position: relative;
	background-color:#333333; /* Main Forum Background */
	padding:5px;
}
.spacer { 
	width: 760px;
	height:10px;
	margin: 0px auto;
	position: relative;
	background-color:#222222;
}

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

#footer_bb { 
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both; 
	text-align: center;
	width: 980px; 
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #3399CC; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	font-weight: bold;
	color: #FFFFFE; /* Top Login Font */
	width: 100%;
}

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

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

p.login {
	font-weight: normal;
	font-size: 1.2em;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}


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

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

#front-page #discussions { 
	margin-left: 170px;
	width: 585px;
	color: black;
}

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

#front-page #main_bb h2, #forum-page #main_bb h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #FFB400; /* Forum Headers */
	border-bottom: 1px dashed #6DCEF6; /* Forum Header Underline */
	margin: 0 0 10px;
	padding: 0 0 5px;
}

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

.sticky { background: #a1d29a; }

#topposters { font-size: 11px; list-style-type: square; }

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

a.ignore_member {color:blue;}

.infobox {
	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 {
	border-left: 1px dotted #666666;
	float: right;
	padding: 0 0 0 1em;
}

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

.forumnav span { font-weight: bold; }

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

#thread {
	list-style: none;
	margin: 0px 0px 0px 150px;
	padding: 0px;
}

#thread li {
	min-height: 200px; /* <-- add this line */
	padding: 0px;
	margin-bottom: 20px;
	height: auto;
	line-height: 1.5em;
}

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

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

.threadauthor {
	min-height: 200px; /* <-- add this line */
	margin-left: -140px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	width: 125px;
	text-align: center;
	padding: 0;
background: #0171AB; /* Avatar Background */
}

.threadauthor small { font: 9px Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em;}

.poststuff {
	border-top: 1px dotted #666666;
	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 {
	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 .forumnav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .forumnav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest tr, #forumlist tr, #favorites tr { background:#F8F3A5; } /* Table Inside */

#latest td, #forumlist td, #favorites td { padding: 5px 10px; color: black;}

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

.bb-root {
	font-weight: bold;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #FFB400; } /* Table Hover */

/*
.rust { color: #C23D00; } notes
.flesh { color: #F7ECD4; } highlights
.leaves { color: #C98614; } information box
.tabgreen { color: #535703; }
.peasoup { color: #B0C036; } table header or mouseover
.creamcorn { color: #FFFF92; } table header color, or link
.greenblue { color: #496E49; } incidentals
.mush E7E59C header
*/


#latest th, #forumlist th, #favorites th {
	background: #4081BF /* Table Header */;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #FFFFFE;
}

#latest, #forumlist, #favorites {
	margin-bottom: 2em;
	width: 100%;
}

#latest th a.new-topic { color: #FFFF00; font-weight: bold; }

.bozo { background-color: #eeee88; }

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

.deleted { background-color: #ee8888; }

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

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

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
	padding-right: 10px;
}

#profile-menu li a { color: #F7ECD4; }

#profile-menu li a:hover { color: #FFFFFE; }
#profile-menu li.current a:hover { color: #083949; }

#profile-menu li {
	font-size: 1.1em;
	background-color: #425995;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #B1CDDF;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #B1CDDF;
	border-top: 1px solid #425995;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

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

#useractivity { margin: 15px 0 5px;
	color: #083949;	border-bottom: 1px dashed #C98614;}

.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: 65%;
}

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


#ed_toolbar input
{
background:#425995 none repeat scroll 0%;

color:#F7ECD4;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:1px;
padding:3px;
	display: inline;
	border-top: 3px double #B1CDDF;
border-bottom: none;
border-left: none;
border-right: none;

}
#ed_toolbar input:hover
{
background:#F8F3A5 none repeat scroll 0%;
border-top: 1px solid #425995;
color: #000000;
}

.sideitem {
			background: url(http://www.biggertoons.com/images/message-right.gif) #F8F3A5 no-repeat bottom right;
			font-size: 100%;
			width: 100%;
			margin: 0 0 0 0;
}

.boxhead {
			background: url(http://www.biggertoons.com/images/messagehead-right.gif) no-repeat top right;
			margin: 0;
			padding: 0;
			text-align: center;
}
.boxhead .headfill {
			background: url(http://www.biggertoons.com/images/messagehead-left.gif) no-repeat top left;
			margin: 0;
			padding: 10px 30px 5px;
			color: white; 
			font-weight: bold; 
			font-size: 1.2em; 
			line-height: 1em;
}
.boxbody {
			background: url(http://www.biggertoons.com/images/message-left.gif) no-repeat bottom left;
			margin: 0;
			padding: 5px 30px 31px;
			color: #6796BD;
			font-weight: bolder;
}