/*
Theme Name: GBD
Theme URI: http://bbpress.org/
Description: GBD theme
Version: 0.01 theta-beta
Author: Bryan Veloso & Tabitha Chapman
Author URI: 
*/

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

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;


}

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

.alt { background-color: #222; }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

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

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

.bozo { background-color: #eeee88; }

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

.deleted { background-color: #ee8888; }

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

/* Structure
=================================== */
#font-page{
	text-align:center;
}
#wrapper {
text-align:left;
margin:0 auto;
width:851px;
}

#header {
	background: url('images/page_header_bblogo.png') no-repeat bottom right; /* Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 760px;
	height: 106px;
	position: relative;
}


#header p.description {
	position:absolute;
	left:-5000px;
}

#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: 850px;
	margin: 0 auto 25px;
	position: relative;
}

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

#footer {
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both;
	text-align: center;
	width: 760px;
}

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

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

.login {
	font-weight: normal;



	font-size: 12px;
}

form.login {

}

.login p { padding: 0 0; }
.login div{
	margin:0px;
	padding:0px;
}
.login label {
	display: inline;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}
.remember{
	display:block;
	margin-top:10px !important;
	
}
form.login input#submit {

	margin-top: 14px;

	display: block;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

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

#front-page #hottags {
}

#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 {

	border-bottom: 1px solid #000;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

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

.sticky { background-color: #a1d29a; }

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

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	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 solid #ccc;
	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;
	background-color:#111;
	margin: 0;
	padding: 0;
}

#thread li {
	padding-bottom:20px;
	padding-top:10px;
	margin:0px;
	padding-right:20px;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */

}

#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: #0d0d0d;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}

#thread li.alt .threadpost {  }

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

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

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

#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: #0D0D0D;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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

.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 { margin-top: 1em; }

/* 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-color: #000000; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #000;
	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 {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	padding: 4px 7px;
	position: relative;
	top: -10px;
}

#profile-menu li.current a {
}

#profile-menu li a:hover {
}

#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 {
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
}

#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: 28px 1em 5px 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
}

#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;
}
* { margin: 0; padding: 0; outline: 0;margin-top:15px; }

body {
	font: 12px/120% Helvetica, Arial, Helvetica, sans-serif;
	color: #e0e0e0; 	
	margin: 0; 	padding: 0; 
background-color:#161616;
	text-align: center;
}
.navLinks{
display:block;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #ff0099;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;

}
#sidebar a{
	color: #FF77BD;			
}

/* headers */
h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-serif;
	color: #ABABAB;
}
h1 {
	font-size: 2.4em;	
	letter-spacing: -3px;
	font-weight: normal;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 0px 5px 0px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 4px 5px 4px;	
}

p, dl { padding: 0px 4px 15px 4px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #1B1B1B;
   border: 1px solid #1B1B1B;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.rssbutton{
border:0px !important;
background-color:transparent !important;
}
pre{
	font-family:Helvetica, Arial, Sans-serif;
}
code {
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #ffffff;
}

blockquote.realQuote {
	margin: 15px 0px;
 	padding: 4px 10px 10px 28px;  
   background: #0d0d0d url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.6em;
	font-family: Helvetica, Arial;	
	color: #ffffff;
letter-spacing:-1px;	
}
blockquote {
	margin: 15px 0px;
 	padding: 4px 10px 10px 28px;  
   background: #0d0d0d url(images/quote.jpg) no-repeat 7px 4px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.0em;
	font-family: Helvetica, Arial;	
	color: #ffffff;
letter-spacing:-1px;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #0D0D0D;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
}
tr {
	background-color:#0D0D0D;
	color: #444444;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #0d0d0d;	
}
/* end - table */
#loginForm tr, #loginForm td{
background:transparent;
border:none;
}
/* form elements */
form {
	margin: 20px 0px; padding: 5px 5px 20px 5px;

}
#loginForm form{ margin:0px; padding:0px; position:relative;top:-20px;}
#commentform p{
	padding-left:0px;
}
#commentform #submit{
	margin-top:10px;
cursor:pointer;
background-color:transparent;
border:none;
float:right;
}
label {
	display: block;
	font-weight: bold;
	margin: 0px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1.5em Helvetica, Arial;
	color: #fff;
	background: #0c0c0c;  
	border: 1px solid #818181;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Helvetica, Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #ffffff;
	background: #0D0D0D;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0px;	
	width: 170px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 160px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
background-color:transparent;
float:right;
border:none;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
display:block;
cursor:pointer;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 851px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 851px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
}
#header {
	background: transparent url(images/forumheader.png) no-repeat scroll 0px 20px;
	position: relative;
	width: 851px;	
	height: 290px;	
	margin: 0; padding: 0;		
}

/* header search */
#subHeader form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	z-index: 999999;
}
#subHeader form#quick-search p {
	margin: 0; padding: 0;		
}
#subHeader form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 171px;
	background: none;
}

#subHeader form#quick-search .btn 
{
padding:4px 4px;
border:none;
background-color:transparent;
}
#suHeader form#quick-search label
{
	display: none;	
}

/*  Navigation  */
#nav {
	
	margin: 0; padding: 0;		
	height: 40px;
	width: 851px;	
	left: 0;	top: 35px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 851px;		
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #ffffff;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #fff;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header h1, #header #intro{
position:absolute;
left:-5000px;
}


/* Main Column */
#main {
	float: left;

	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2.4em Helvetica, Arial, sans-serif;	
	color: #fff; 
	letter-spacing: -3px;	
	text-transform: none;	
}
#main h2 a {
	color: #fff;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 170px;
	padding: 0; margin: 25px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 0; 
	font: normal 1.8em Helvetica, Arial, sans-serif;				
	color: #fefefe;
}
#sidebar ul {
	text-align: left;
	margin: 0; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 0px ;
	margin: 0;		
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #ff77bd; 	
		
	font-weight: bold;		
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #fff;	
	font-family: Helvetica, Arial, Sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em Helvetica, Arial, sans-serif;	
	color: #767676;
	width: 851px;
	float: left;	
	display: inline;
	border-top: 1px solid #636363;		
}

#footer-wrap h3 {
	font: normal 2.6em/1em Helvetica, Arial, sans-serif;
	color: #ffffff;	
}
#footer-content {	
	margin: 0 auto;		
	width: 851px;
	text-align: left;		
}
#footer-content ul.col-list {
	list-style: none;
	margin: 0px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
}
#footer-content ul.col-list li a {

	display: block;
	font-weight: bold;
	width: 98%;	
	color: #767676;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: Helvetica, Arial;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 268px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 250px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}
.rssFeed{
background-image:url('http://www.girlsbydesign.com/images/feedIcon.png');
background-repeat:no-repeat;
padding-left:16px;
}
/* postmeta */
.postmeta {	
	height:20px;
	padding: 0px 5px; margin: 20px 0px 15px 0px;	
	font-size: 1.05em;	
	color: #bebebe;
	border: 1px solid #0d0d0d;
	background: #0d0d0d;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;color:#bebebe;	}
.postmeta a.readmore { margin: 0 10px 0 5px;color:#bebebe;	}

.post-info { font-size: .95em; padding-top: 3px; color: #999999;padding-bottom:0px;	}
.post-info a { color: #ff0099; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#loginForm table{
margin:0px;
position:relative:
top:-10px;
}
#footer {
clear:both;
text-align:center;
}
#footer {
bottom:0px;
}
#footer {
bottom:0px;
font-family:verdana;
font-size:9px;
margin-bottom:20px;
text-align:center;
text-transform:uppercase;
}
#footer a{
color:#ffffff;
}
.navLinks a{
color:#ffffff;
}

