/*
Theme Name: Navigation for bbPress
Theme URI: http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/
Description: A port of the Navigation 1.0 theme for WordPress
Version: 1.3
Author: GPS Gazette
Author URI: http://www.gpsgazette.com/
Ported By: Jim Stitzel
Porter URI: http://open-dialogue.com/blog
*/

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

* { margin: 0; padding: 0; }

body {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 50px;
	text-align: center;
	background: #F9FCFE url(img/bg.png) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #448ABD;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

a:hover {
	color: #448ABD;
	text-decoration: underline;
	border: none;
}

a:visited:hover {
	color: #448ABD;
	text-decoration: underline;
	border: none;
}

a:visited {
	color: #448ABD;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.alt { background: #fff; }

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: 36px;
	padding-left: 65px;
	color: #666666;
}

h2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 3px;
	margin: 5px 0 6px 0;
	text-align: left;
	border-bottom: 8px solid #f0f8ff;
}

h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 3px;
	margin: 5px 0 6px 0;
	text-align: left;
	border-bottom: 8px solid #f0f8ff;
}

#container {
	float: left;
	width: 100%;
	overflow: hidden;
	background: none;
	color: #333;
}

#content {
	display: block;
	padding: 6px 1em 1em 1em;
	margin: 25px 225px 25px 225px;
	text-align: left;
	background: #FFF;
	border: double #ccc;
}

#leftnav {
	float: left;
	width: 160px;
	display: block;
	padding: 6px 1em 1em 1em;
	margin:  70px 10px 0 8px;
	text-align: left;
	background: #FFF;
	border: double #ccc;
}

#rightnav {
	float: right;
	width: 160px;
	display: block;
	padding: 6px 1em 1em 1em;
	margin:  70px 8px 0 10px;
	text-align: left;
	background: #FFF;
	border: double #ccc;
}

.rss {
	background: url(img/rss.png) no-repeat;
	padding-left: 14px;
	font-size: 0.8em;
	text-transform: uppercase;
}

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

#wrapper { background: #fff; }

#blogtitle {
	display: block;
	color: #C3DEF1;
	float: left;
	text-align: left;
	margin: 4px 0 0 25px;
	padding: 12px 8px 8px 8px;
	background: url(img/logo.png) no-repeat;
}

#blogtitle a:link {
	color: #C3DEF1;
	text-decoration: none;
	border: none;
}

#blogtitle a:visited {
	color: #C3DEF1;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#blogtitle a:hover {
	color: #C3DEF1;
	text-decoration: none;
}

#header h1 { 
	font-family: Georgia;
	font-style: italic;
	position: absolute;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 59px;
	bottom: 31px;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }

#header h1 a:hover, #header h1 a:visited { color: #666; }

#main { 
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}

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

#footwrap {
	clear: both;
	margin: auto;
	width: 100%;
	background: #F9FCFE;
	color: #333;
	padding: 12px 0 10px 0;
	font-weight: normal;
}

#footwrap a:link {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#footwrap a:hover {
	color: #3F3F3F;
	text-decoration: underline;
	border: none;
}

#footwrap a:visited:hover {
	color: #3F3F3F;
	text-decoration: underline;
	border: none;
}

#footwrap a:visited {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#footwrap img {
	padding: 0px 5px 0px 5px;
}

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

.notice p { margin-bottom: 0; }

#list {
	margin-left: 2em;
}

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

.login { 
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: bold;
	color: #444;
}

.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: 25px;
	left: 225px;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions { 
	margin-left: 0;
	margin-right: 0;
}

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

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

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

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

.sticky { 
	background: #27506e; 
	color: #fff;
}

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

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	overflow: hidden;
	width: 96%;
}

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

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

.nav span { font-weight: bold; }

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

#thread {
	background: #eee;
	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; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

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

.poststuff {
	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;
	padding: 5px 0;
}

.postform {
	background: #fff;
	padding: 1em;
	width: 95%;
}
	
.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 95%;
	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;
}

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

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

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

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #14568a;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	padding: 10px 10px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#latest, #forumlist, #favorites {
	background: #f0f8ff;
	margin-bottom: 2em;
	width: 99%;
	overflow: hidden;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

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

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

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

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

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