/*
Theme Name: DeepBluebbPress
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Brad Mahaffey
Author URI: http://vanillagreen.com/

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

* { margin: 0; padding: 0; }

html {
	height: 100%;
	background: #040404;
}
body {
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url(images/header_bg.gif) repeat-x center top;
	color: #fff;
}
div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}

.alt { background: #222222; }

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

p { margin-bottom: 1.0em; 
color:#FFFFFF;
font-family:'Lucida Grande',"Helvetica Neue",Helvetica,Arial;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
 }

.left { float: left; }

.right { float: right; }

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

a {
	color: #90c9fe;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	behavior: url(images/iepngfix.htc);
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	max-width:470px;
}
h2 {
	font-size: 1.3em;
margin-bottom:15px;
}
h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}
/* Structure
=================================== */

#wrapper {
	background: #000000 url('images/page_header_tile.png') repeat-x 0px -25px;
}
#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:15px;
border-bottom:2px solid #272727;
}
#profile-page h3.bbcrumb {
padding:0px 0px 15px 15px;
margin-bottom:15px;
}


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

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

.login { 
	font-weight: bold;
	color: #888;
font-size:11px;
font-family:Arial, Helvetica;
line-height:23px;
margin:0px;
padding:0px;
display:inline;
}

.login p { padding: 0 0 5px;font-size:11px;font-family:Arial, Helvetica;margin:0px;padding:0px;display:inline;font-weight:normal;}

.login label {
	display: inline;
	padding-right: 10px;
	font-size: 1em;
}

.login #submit {
margin:0px;
display:inline;
}

form.login input { 
	font-size: 11px;
display:inline;
	margin:0px
	border: 1px solid #999;
}


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

#front-page #hottags, #hottags { 
overflow:hidden;
padding:15px;
}

#front-page #discussions { 
padding:15px;
width:576px;
}

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

#front-page #main h2, #forum-page #main h2, h2.post-form, #currentfavorites, #register {
	color: #333;
}

#userlogin { color: #BBB; }

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

.sticky { background: #001070; }
.admin {padding:15px;background:#0e1216;}
/* Topic Page
=================================== */

.infobox {
	border: 2px solid #272727;
	border-width: 1px 0;
	padding: 1em;
background:#1A1A1A;
}

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

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

#topic-info {
	float: left;
}

#topic-tags {
	border-left: 1px solid #555;
	float: right;
	padding: 0 0 0 1em;

}

.nav {
	padding: 15px;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 2px 4px; }

/* RSS */
.rss_subscribe {
background:#1D0B01 url(images/rss-icon.gif) no-repeat scroll 50px 12px;
font-size:1.6em;
margin:7px 0pt 15px;
padding:15px 20px 15px 95px;
}
.rss_subscribe a {
	color: #f26b00;
}
#thread {
	list-style: none;
	margin: 0 0 0 100px;
	padding: 15px;
}

.threadpost .post {
	padding-bottom: 50px;
	margin-top:10px;
}

#thread li {
	padding: 1em 1.0em;
	line-height: 1.2em;
}

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


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

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	color:#FFFFFF;
font-family:'Lucida Grande',"Helvetica Neue",Helvetica,Arial;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
background:#1A1A1A none repeat scroll 0% 50%;
border-top:2px solid #272727;
padding:1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 98%;
	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:hover, #forumlist tr:hover, #favorites tr:hover { background: #521d00; }

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

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

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

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

#profile-menu {
	list-style: none;

}

#userinfo { padding:15px; }

#userinfo label { font-weight:bold; }

#userinfo dt { font-weight: bold; }

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

#feastoffools-net h2, #archive h2, #archive h3, #profile-page h3, #profile-form h3 {
	color:#bbb;
	border-bottom:1px solid #333333;
	margin-bottom:10px;
	margin-top:20px;
	padding-bottom:3px;
	text-align:left;
}


#userinfo h4.breakdown-question {
	font-weight:bold;
}

#useractivity { margin: 15px 0 5px; }

#profile-left-col { width:300px;float:left; margin-right:10px; }
#userinfo .avatar_med { display:block; margin-right:15px; border:1px solid #595959; }
#profile-left-col div { padding-left:10px; }
.picture img { border:1px solid #595959;cursor:pointer;height:75px;width:75px; }

#profile-left-col  li {
	line-height:25px;
	padding:2px;
	background:#000;
	border:none;
}

#profile-left-col li.alt {
	background:#222;
}


.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

#fofregular span { font-size:14px; }

#aboutme p { margin-left:5px; }

#favorite-things h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

#favorite-things p {
	margin:0;
}

#userinfo #music, #userinfo #tv, #userinfo #books, #userinfo #movies {
	border:1px solid #333;
	padding:5px;
	margin:5px;
}

#userinfo #music  { background:#500021; }
#userinfo #tv     { background:#502500; }
#userinfo #books  { background:#1C5000; }
#userinfo #movies { background:#003550; }

#interests p { margin-left:5px; }

#userinfo #tagline {
	font-style:italic;
	font-size:16px;
}

#breakdown { float:right;
padding-left:5px;
width:260px; }

#contactme p { display:inline;margin-right:10px; }
#contactme p img { vertical-align:middle;margin-right:2px; }

/* Profile Edit
=================================== */

#profile-form {
}

#profile-form #breakdown {
width:260px;
	padding-left:0;
	overflow:auto;
}

.input-row {
	margin-bottom:10px;
	margin-left:5px;
}

.input-row label {
	width:250px;
	display:block;
	float:left;
	margin-right:10px;
}


#profile-form #breakdown .input-row label {
	width:250px;
}

.input-row span { 
	margin-left:20px;
	margin-right:10px;
}

.input-row p {
	margin:5px 0 0 260px;
	color:#ccc;
	font-style:italic;
}

.input-row input.text {
	width:250px;
}

.input-row textarea {
	width:260px;
}

.input-row select#bday_month, .input-row select#bday_day {
	width:50px;
}

.input-row select#bday_year {
	width:75px;
}

.input-row select#status {
	width:200px;
}

.input-row #aim, .input-row #yahoo {
	width:150px;
}

fieldset { 
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
border:none;
}

legend { 
	font-weight: bold;
font-size:14px;
}

fieldset table { 
	text-align: left;
}

fieldset table td { padding: 2px 0; }
fieldset table tr {font-size:10px;}
fieldset p { 
	font-size: 11px;
	margin: 10px 0px;
}


#profile-page #yui-main .yui-b {
	position:relative;
}

strong { font-weight:bold; }

/* ADDED */
#footer .center {
	width: 1005px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	/*	border-left: 1px solid #fff;
	border-right:  1px solid #fff;*/
	position: relative;
}
#footer a:link, #footer a:visited {
color:#ffffff;
}

#footer p#copy {
	position: absolute;
	clear: both;
	top: 5px;
	width:970px;
	text-align:center;
	color: #3d2c01;
	font-size: 0.75em;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul#footer_nav1 {
	position: absolute;
	font-weight: bold;
	font-size: 1.0em;
	top: 32px;
	width:970px;
	text-align:center;
}
#footer ul#footer_nav1 li {
	display: inline;
	padding:0px 7px;
}
#footer ul#footer_nav2 {
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	top: 68px;
	width:970px;
	text-align:center;
}
#footer ul#footer_nav2 li {
	display: inline;
	padding: 0 15px;
}
#footer h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0 0 10px 0;
}
/** Top Nav - main **/
#top_nav {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 836px;
	margin-right: -5px;
}
#top_nav #menu a {
	color: #fff;
	text-decoration: none;
}
#top_nav #menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#top_nav #menu li a {
	float: left;
	height: 0;
	padding-top: 51px;
	overflow: hidden;
	background: url(images/top_nav.jpg);
	background-repeat: no-repeat;
}
#top_nav #menu li#item1 a {
	width: 189px;
	background-position: 0 0px;
}
#top_nav #menu li#item2 a {
	width: 190px;
	background-position: -189px 0;
}
#top_nav #menu li#item3 a {
	width: 149px;
	background-position: -379px 0;
}
#top_nav #menu li#item4 a {
	width: 151px;
	background-position: -528px 0;
}
#top_nav #menu li#item5 a {
	width: 157px;
	background-position: -679px 0;
}
/* hover */
#top_nav #menu li#item1 a:hover {
	width: 189px;
	background-position: 0 -51px;
}
#top_nav #menu li#item2 a:hover {
	width: 190px;
	background-position: -189px -51px;
}
#top_nav #menu li#item3 a:hover {
	width: 149px;
	background-position: -379px -51px;
}
#top_nav #menu li#item4 a:hover {
	width: 151px;
	background-position: -528px -51px;
}
#top_nav #menu li#item5 a:hover {
	width: 157px;
	background-position: -679px -51px;
}

#header p#welcome {
	position: absolute;
	top: 8px;
	left: 130px;
	font-style: italic;
	font-size: 0.7em;
}
#header {
	width: 100%;
	height: 157px;
	position: relative;
	margin-left: -30px;
}
#content {
	width: 950px;
	border: 2px solid #272727;/*background: url(images/content_bg.gif) repeat-y center top;*/
}
#content #left_bar {
	width: 605px;
	float: left;
	border-right: 2px solid #272727;
}
#content #right_bar {
	float: left;
	width: 345px;
	margin-left: -2px;
}
#content .inside_wrap {
	padding: 12px 12px 11px 12px;
}
/* user area */
#header #user_area {
	position: absolute;
	top: 0;
	right: 0px;
	height: 33px;
line-height:33px;
	font-size: 0.7em;
}
#header #user_area a {
	color: #727272;
float:left;
}
#header #user_area ul li {
	float: left;
}
#header #user_area ul li a {
height:33px;
line-height:33px;
padding:0px 10px;
}
#header #user_area ul li a#letters {
	font-weight: bold;
	font-style: italic;
	background: url(images/ico-mail.gif) no-repeat left 11px;
	padding-left: 20px;
	overflow: hidden;
}
#header #user_area ul li a#letters:hover {
	background: url(images/letter_bg.gif) no-repeat left top;
	padding-left: 29px;
}
#header #user_area ul li a:hover {
	background: url(images/ua_hover.gif) repeat-x;
	color: #fff;
}
/* Main navigation */
#header ul#main_nav {
	font-size: 0.75em;
	position: absolute;
	top: 140px;
	left: 122px;
	z-index: 1000;
}
#header ul#main_nav li {
	display: inline;
	padding: 0 24px 0 0;
}
#header ul#main_nav li a {
	color: #1f88cc;
}
#header ul#main_nav li a:hover, #header ul#main_nav li span {
	text-decoration: underline;
}
#footer {
background:transparent url(images/footer_bg.gif) repeat-x scroll 0px -325px;
border-top:4px solid #1B6BB4;
clear:both;
height:100px;
margin-top:35px;
padding:0pt;
position:relative;
width:100%;
}
/***************************************
	Header elements
****************************************/
#center {
	width: 995px;
	margin: 0 auto;
	padding: 0 0 0 40px;/*border-left: 1px solid #fff;
	border-right:  1px solid #fff;*/
}
#header #logo {
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 100;
}
#header h1 {
	color: #C2E9FE;
	position: absolute;
	top: 38px;
	left: 170px;
	max-width:none;
}
#header h1 a, #header h1 a:visited {
	color: #C2E9FE;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#search_form {
width:100%;
}
#search_form label {
color:#FFFFFF;
display:block;
font-size:1em;
font-weight:bold;
margin-bottom:8px;
text-transform:uppercase;
}
#search_form .form-text, #search_form .form-text-hover {
font-size:1em;
padding:5px;
width:305px;
}
#search_form .form-text-hover {
background:#091E6C none repeat scroll 0% 50%;
border:1px solid #0078C6;
color:#465FB9;
}

.form-text {
background:#101010 none repeat scroll 0% 50%;
border:1px solid #292929;
color:#008ad2;
font-size:1em;
padding:5px;
}
label {
color:#FFFFFF;
}
.form-textarea {
background:#101010 none repeat scroll 0% 50%;
border:1px solid #292929;
color:#008ad2;
padding:5px;
}

#birthdays .user {
	border:1px solid #333;
	margin-bottom: 12px;
	overflow:hidden;
	padding:10px;
	background:#111;
	float:left;
	width:265px;
	height:125px;
	margin-right:10px;
}

#birthdays .user img {
	float:left;
	margin-right:5px;
}

#birthdays .user h3 {
	margin-top:0;
	margin-bottom:5px;
}

#birthdays .user h4 {
	font-size:14px;
	margin-bottom:5px;
}

#birthdays .user h5 {
	margin-bottom:5px;
}

#birthdays .user p {
	font-style:italic;
	margin-left:105px;
	color:#ccc;
}