/*
Theme Name: bbOrg
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress DOT org.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

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


a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }

.alt {
	background: #fff;
}

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


p {
	margin-bottom: 1.0em;
}

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

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

#footer { width:100%; height: 25px; padding: 30px 0; text-align: center; background: #1e2225; color: #fff; float: left; }

#footer a { color: #fff; text-decoration: none; }
#line { background-image: url(images/line.gif); width: 100%; height: 7px; float: left; }


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

.notice p { margin-bottom: 0; }

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

.login { color: #444; margin-top: 1em; padding: 1em; background: #f9f9f9; border: solid 1px #f1f1f1; }



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

#hottags {
	margin-top: .2em;
}

#front-page #discussions { 
	width: 100%;
}

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

#front-page #main h2, h2.post-form, #userlogin, 
#currentfavorites, #register {
	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: #f1f1f1; }

.sticky a { color: #140; font-size: small; }

.sticky a:visited {
	color: #3e9fd9;
}

.recent-sticky {
	background: #d5dee6;
}	


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

.infobox { background-color: #f9f9f9; padding: 1em; border: solid 1px #e4e4e4; }

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

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

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}

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

.nav span {
	font-weight: bold;
}

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

#thread {
	background: #f6f5f5;
	list-style: none;
	margin: 0 0 0 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;
}

#threada { margin-left: -110px; overflow: hidden; position: absolute; width: 90px; }
#threada small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#threada strong a,#threada strong a:visited,{ font-weight: bold; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 20px 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: #f8f8f8; width: 987px; padding: 0; border: solid 1px #f1f1f1; }

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	display: block;
}

.postform label {
	display: block;
}

.admin { 
	padding: 10px 0 0;
}

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

form.search {
	padding-bottom: 1.2em;
}

form.search input {
	float: left;
}

form.search input.inputButton {
	margin-top: -3px;
	float: right;
	background-color: #f1f1f1;
	border-style: outset;
	border-width: 2px;
}

form.search input.inputButton:active {
	border-style: inset;
}

#front-page h2 {
	clear: both;
}

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

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

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

#latest, #forumlist, #favorites { background: #f7f7f7; margin-bottom: 2em; width: 100%; padding: 5px; border: solid 1px #e4e4e4; }

.bozo {
	background: #eeee88;
}



.deleted {
	background: #ee8888;
}
/*
.deleted.alt {
	background: #ff9999;
}
.bozo.alt {
	background: #ffff99;
}
*/

/* Profile Page
=================================== */
#useravatar img { background-color: #f9f9f9; width: 100px; height: 100px; margin-left: 35px; padding: 5px; border: solid 1px #f1f1f1; }
.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 { padding: 10px 0 10px 10px; margin-bottom: 15px; border-width: 0; }

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


#post_content {
	width: 97%;
}

.post {
	overflow: hidden;
}

.post pre {
	overflow-x: auto;
}

