/*
Theme Name: Marked
Theme URI: http://refueled.net/marked-for-bbPress/
Description: A two column bbPress theme. Based on the 'Marked' WordPress theme by freewpthemes.net.
Version: 1.0
Author: refueled
Author URI: http://refueled.net
*/

/* basics */

*{margin:0; padding:0;}

body {
	margin: 0px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
}


/* links */

a {
	text-decoration: none;
	color: #74870B;
}

a:hover {
	text-decoration: none;
	color: #74870B;
}

/* New Topic Link */

.new-topic{
	color: #74870B;
	font-weight:bold;
	font-style:italic;
}


/* misc */

.alt{background-color: #fff;}

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

p {margin-bottom: 1.0em;}

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
	font-weight:normal;
	}


fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
	display:inline;
	
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

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

.deleted { background-color: #ee8888; }

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

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

.bbcrumb {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 0 10px;
}

/* wrapper */

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y left top;
}

/* Header */

#header {
	width: 980px;
	height: 110px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 20px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 46px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 660px;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(images/img03.jpg) no-repeat left top;
	
}

#menu ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu ul li {
	display: inline;
	text-align: center;
}

#menu ul li a {
	display: block;
	float: left;
	height: 30px;
	margin: 0px 1px 0px 0px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

#menu ul li a:hover, #menu ul li.active a {
	background: #9BAF31;
	font-weight: bold;
	color: #FFFFFF;
}

#splash {
	width: 940px;
	height: 410px;
	margin: 0 auto;
}



/* content */


#content {
	float: left;
	width: 660px;
}

.post {
	margin: 20px;
}

.post ol{margin:10px 20px;}


/* Login Form  */

.login {
	margin:0 0 14px 0;
	padding:30px;
	font-weight: normal;
	color: #444;
	background: #101010;
}

form.login {
	bottom: 15px;
}

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

.login label {
	padding:6px 10px 0 0;
	line-height: 22px;
	font-size:11px;
	display:block;
	color:#a1a1a1;
}

form.login input {
	border: none;
	padding: 2px;
	line-height: 14px;
	font-size: 11px;
	margin: 0;
	width:230px;
	height: 17px;
}

form.login input#submit {
	margin:10px 0 0 0;
	padding: 4px;
	border: none;
	background: #9BAF31;
	color: #FFFFFF;
	width:80px;
	height:auto;
}

div.remember label {
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
	font-size:11px;
}

form.login input#remember {
	padding: 0;
	margin:14px 0;
}

.loggedin{
	margin: 0 0 30px 0;
	padding: 20px 30px 30px;
	list-style: none;
	background: #101010;
}

.loggedin p{
	line-height: 23px;
}

.formsection{

	}
	
.reglog{padding:0 0 6px 0;}


/* Front Page  */


#front-page #discussions {
	
}

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

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

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

.sticky { background-color: #e6e6e6; }


/* Topics */

.infobox {
	border-bottom: 1px solid #ccc;
	padding:0;
}

.infobox ul {
	margin: 0;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	padding: 12px 6px 12px 0;
}

#topic-info-side {
	padding: 12px 0 0 0;
}

#topic-info-side li{
	color:#a1a1a1;
}

#topic-tags {
	padding: 0 0 12px 0;
}


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

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

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

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

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

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

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #f6f6f6;
}

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

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

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

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

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	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 {
	background-color:#f6f6f6;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 580px;
	border:1px solid #bdbdbd;
}

.postform label {}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

#postformsub {
	padding: 4px 4px;
	margin:0;
	border: none;
	background: #9BAF31;
	color: #FFFFFF;
	width:80px !important;
	display:inline;
}

.topiclink { display: block; }

.topictitle {
	font:normal 20pt georgia, times;
	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{display:inline; padding:8px 4px;}

#topic-move fieldset{margin:8px 0 -8px;}

#topic-move input{
	margin-left: 4px;
	padding: 4px;
	border: none;
	background: #9BAF31;
	color: #FFFFFF;
}

/* Forum Content */

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

#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:hover, #forumlist tr:hover, #favorites tr:hover { background-color:#e6e6e6; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #e9e9e9;
	background-color:#f4f4f4;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

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

/* Profile Page  */

#profile-menu {
}

#profile-menu ul li {
}

#profile-menu li a {
	
}

#profile-menu li.current a {
}

#profile-menu li a:hover {
	text-decoration:underline;
}

#useravatar { margin-bottom: 1em; }

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

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

/* Login, Register, Profile Edit  */

#login-page fieldset,
#register-page fieldset,
#profile-page 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;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

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

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

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

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

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

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

.hidden {
	display: none;
}


/* hot tags */

#hottags {
	margin:24px 0 0 0;
	padding:0;
	}

#hottags h2{
	padding:0;
	margin:0;
}

#sidebar .frontpageheatmap {
	font-weight: normal;
	padding:30px;
	margin:0;
	background: #101010;
	line-height:22px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: -85px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

#sidebar ul {
	margin: 0 0 30px 0;
	padding:20px 30px 30px;
	list-style: none;
	line-height: normal;
	background: #101010;
}

#sidebar li {
	margin: 0;
	padding: 9px 0;
	border: none;
	border-bottom: 1px solid #252726;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 30px 40px 30px;
	
}


#sidebar h2 {
	margin: 0px;
	padding: 10px 0px 10px 30px;
	background: #0C0C0C;
	font-size: 160%;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #A1A1A1;
}

#sidebar a:hover {
	text-decoration: none;
	color:#fff;
}

#tag-form{
	margin: 0 0 30px 0;
	padding:30px;
	list-style: none;
	line-height: normal;
	background: #101010;
	overflow:hidden;
}

#tag-form input{
	width: 160px;
	height: 17px;
	padding: 4px 0 3px 5px;
	border: none;
	color: #000000;
	float:left;
}

#tag-form input#tagformsub {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #9BAF31;
	color: #FFFFFF;
	width:60px;
	height:auto;
}
	
/* search */

.searchform{
	margin:0 0 20px 0;
	padding:20px 0;
	background: #101010;
	}

	

.searchform input#q {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

.searchform input#q {
	width: 160px;
	height: 17px;
	margin-left: 30px;
	padding: 4px 0 3px 5px;
	border: none;
	color: #000000;
}

.submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #9BAF31;
	color: #FFFFFF;
}


#topic-search-form{}

#topic-search-form .submit { text-align:left;  margin:12px 0;}



/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
