/*
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 and Modified by Matt hinchliffe for La Stupenda
Version: 0.01
Author: Mathew Browne / Matt Hinchliffe
Author URI: http://www.mbwebdesign.co.uk
*/

/* TO CHANGE COLOURS
Do a search and replace for FFAC00 (lighter) and FFAC00 (darker)

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

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	color: #fff;
	background: #000;
	font-size: 0.8em;
}

body, th, td, input, textarea, select, option {
	font-family:"Times New Roman", Times, serif;
	}

h1, h2, h3 {
	color: #ebd178;
	}

h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	}
h2 {
	font-size: 1.2em;
	}

h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
	}

a img {
	border: none;
	}

a {
	color: #ebd178;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #fff;
	}

.alt { background: #333333}

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

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

#wrapper {
}


#header {
	padding: 0 0 30px 0;
	background: #000 url(images/TopNav.jpg) no-repeat scroll bottom center;
	}
#header2{
	margin: 0px auto;
	width: 760px;
	margin-top:18px;
	margin-bottom:10px;
	}
.topright{text-align:right;}
.topleft{text-align:left;}

#header h1 { 
	display: block;
	color: #82Bf00;
	text-align: right;
	letter-spacing: -1px;
}
#header h1 img {
	border: none;
	}

#header p { margin-bottom: 0; }

#outmain{
	background:#111;
	}
#main{ 
	font-size: 1.2em;
	width: 760px;
	margin: 0px auto;
	position: relative;
	background-color:#222;
	padding:5px;
}
.spacer { 
	width: 760px;
	height:10px;
	margin: 0px auto;
	position: relative;
	background-color:#222;
}

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

#footer {
	margin: 1em auto;
	color: #666;
	font-size: 0.9em;
	clear: both; 
	text-align: center;
	width: 760px; 
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #ebd178; 
	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: #999999;
	width: 100%;
}

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

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

.login #submit {
	margin-top: 1.35em;
	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;
}

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

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #ebd178;
	border-bottom: 1px dotted #999999;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

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

.sticky { background: #a1d29a; }

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

.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 #666;
	float: right;
	padding: 0 0 0 1em;
}

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

.nav span { font-weight: bold; }

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

#thread {
	list-style: none;
	margin: 5px 5px 5px 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 #666;
	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 .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; }

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

#latest tr, #forumlist tr, #favorites tr { background: #333; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #666; }

#latest th, #forumlist th, #favorites th {
	background: #333333;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

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

.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;
	line-height: 1.4em;
	display: block;
	width: 100%;
	border-top: 3px double #9e9e9e;
	background: #666;
}

#profile-menu li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 10px;
	display: inline;
}

#profile-menu li.current {
	color: #fff;
}

#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: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

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