/*
Theme Name: Misty Morning for bbPress
Theme URI: http://www.refueled.net/bbpress-themes/
Description: A bbPress theme based on our Misty Morning Wordpress theme.
Version: 1.0
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/



/* Basics */

* { margin: 0; padding: 0; }

body {background: #312624 url(http://www.gangstyle.com/i/bg.jpg) repeat; color: #fff; font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif; margin: 0; padding: 0;}

a {
	color: #fff;
	text-decoration: none;text-decoration: underline;font-weight: bold;
  }

a:hover {
	color: #EA6F22;
	text-decoration: underline;font-weight: bold;
  }

a:visited {
	color: #fff;text-decoration: underline;font-weight: bold;
  }

.alt { background: #453535; color: #fff; }

.alt a { background: #453535; color: #fff; text-decoration: none; }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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


#topnav{background-color: #471A05; height:22px;text-align: right; vertical-align: middle;padding-right: 5px;color: #fff; font-size: 11px;padding-top: 5px;}

#topnav a:link {color: #fff;font-weight: bold;text-decoration: none;}

#topnav a:visited {color: #CCCCCC;font-weight: bold;text-decoration: none;}

#topnav a:hover {color: #FFBA16;font-weight: bold;text-decoration: none;}

#topnav a:active {color: #EE915B;font-weight: bold;text-decoration: none;}

h1{
	font-family: georgia, Verdana, Sans-Serif;
	font-size: 14pt;
	font-weight: 300;
	color: #fff;
	}
	
h2{
	font-family: georgia, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: 300;
	margin: 6px 0 6px 0;
	color: #fff;
	}


/* Container */

#container {margin: 0 auto; width: 955px; position: relative; background: #312624 url(images/bg.jpg) no-repeat; border: 0px solid #fff; overflow: hidden;}
	
#spacer {
	height: 25px;
	background: white;
	}
	
/* Header */

#header {width: 955px; background: #fff url(http://www.gangstyle.com/i/logo.jpg) top center no-repeat; height: 100px;  margin-top: 0; color: #fff; height: 139px;}

#header h1 {display:none; font-family: palatino linotype, georgia, arial, times;font-size: 20pt; font-weight: 300; padding: 110px 0 0 18px; margin:0; color: #fff;}
	
#header h1 a {
	color: #fff;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #EC6E24;
	text-decoration: none;
	}
	
#header h2 {display: none; font-family: palatino linotype, georgia, arial, times; font-size: 10pt; font-weight: 300; font-style: italic; padding: 0 0 0 18px; margin:0; color: #fff;}
	
h1, h2, h3, h4 {
	
	}
	
h3{

	font-size: 14px;
	font-weight: bold;
	}
	
h4{
	
	font-size: 9pt;
	font-weight: 300;
	}
	
#header p { margin-bottom: 0; }



/* Navigation */

#nav {margin: 0; width: 955px; height: 20px; font-size: 11px; list-style: none; padding: 3px 15px 0px 5px;  background-color: #9C8E8D; color: #fff; height: 30px;border-top: 10px solid #9C8E8D;}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	color: #ffffff; background: #EC6E24; padding: 5px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 5px;
}

#nav a:hover {
	color: #453535; background: #EC6E24; padding: 5px; font-size: 13px; font-weight: normal; text-decoration: none;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #919191;
	width: 180px;
	left: -999em; 
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{color: #ffffff;list-style: none;
	font-size: 11px;
	text-align: left;
	width: 180px;
}

#nav li ul a:hover{
	color: #EC6E24;
	font-weight: bold;
	font-size: 11px;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
  
#subnav{vertical-align:middle; padding: 0px 0px 5px 15px; background-color: #7D6C6A; color: #fff;}

#subnav a:link {color: #fff; font-weight: normal;font-size: 12px; text-decoration: underline;}

#subnav a:visited {color: #fff; font-weight: normal;font-size: 12px; text-decoration: underline;}

#subnav a:hover {color: #EC6E24; font-weight: normal;font-size: 12px; text-decoration: underline;}

#subnav a:active {color: #CCC4C2; font-weight: normal;font-size: 12px; text-decoration: underline;}

#tagrow{padding: 4px 0px 2px 5px; margin:0px;height:37px;}

.image{padding-right: 7px;}

.imager{padding-left: 1px;}

/* Main Content */


#main { 
	font-size: 11px;
	line-height: 13pt;
	margin: 0;
	padding: 12px;
	float: right;
	width: 700px;
}

#frame { 
	padding: 0 0 0 2px;
}


h3.bbcrumb {	font-size: 10pt; letter-spacing: 1px; font-weight: 300; margin: 12px 0 6px 0; color: #fff;}

.bbcrumb a {color: #fff;}

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

.notice p { margin-bottom: 0; }

/* Login Form */

.login { 
	font-size: 8pt;
	color: #fff;
	margin: 19px 12px 0 0;
	padding: 12px 6px 0 6px;
	width: 640px;
	float: right;
	background-color: #B7A399;
}

.login a, .login a:visited {  color: #fff; text-decoration: none;}
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0; margin-top: 0px;}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 16px;
	height: 18px;
	padding: 0px 4px 6px 4px;
	color: #481905;
	border: 0px solid #E7E7E7;
	background-color: #fff;
}

p.login {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-bottom: 12px;
	
}

form.login input { 
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 3px;
	margin-bottom: 13px;
	border: 0px solid #E7E7E7;
	padding: 2px;
}

p.submit{margin-top: 12px;}

/* Sidebar + Hottags */

#sidebar {
	width: 210px;
	float: left;
	color: #fff;
	padding: 3px;
	list-style-type: none;
	border-top: 1px solid #fff;
		background: #453535;
		color: #fff;
  }

#sidebar h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	color: #fff;
	background: #453535;
  }


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

#sidebar a:hover {
	color: #EC6E24;
	text-decoration: underline;
  }

#sidebar ul { 
	background-color: #453535;
	list-style-type: none;
	margin: 0; 
	font-size: 11px;
	padding: 12px;
	border-right: 1px solid #E3E3E3;
  }

#sidebar li { 
	margin: 0;
	line-height: 14pt; 
	padding: 0;
  }
  
#sidebar li a{ 
	margin: 0;
	padding: 0;
	color: #fff;
  }

#sidebar ul li ul { 
	margin: 0 14px 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #fff; 
  }

tags-input {
	border: 1px solid #868686;
	}

#hottags { 
	width: 210px;
	overflow-x: hidden;
	float: left;
	margin: 0 0 12px 0;
	color: #fff;
	
}

.frontpageheatmap {
	background-color: #fff;
	list-style-type: none;
	margin: 0; 
	width: 210px;
	font-size: 8px;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 14pt;

}

#hottags h2 {
  font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	color:  #fff;
	background: #453535;
  }
  
	.ftrquotes {font-size: 12px; color:#fff; background: #453535; padding: 3px;}
	
	.credits {text-align: right; font-size: 10px; color:#fff;padding-right: 5px;}

/* Search */

#searchform{
	padding: 0;
	font-family: verdana, arial, times;

	
}

#searchform input#s{width: 70%; font-size: 8pt; padding: 2px; }

#searchform input#searchsubmit{
	width: 24%;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	background-color: #fff;
	color: #797979;
}


/* Front Page or Forum Section */

#forums {
  padding: 0 0 20px 0px;
  }

textarea {
	border: 1px solid #fff;
	}
	
select {
	border: 1px solid #EC6E24;
	}
	
input {
	border: 1px solid #EC6E24;
	}

#front-page #discussions { 
	margin: 0;
	padding: 0 0 12px 0;
	float: right;
  }

#front-page #main h2, #userlogin, #currentfavorites, #register {
	color: #fff;
	margin: 0 0 10px;
	padding: 12px 0 12px 0;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12pt;
	font-weight: 300;
  }
  
h2.post-form{
	color: #fff;
	margin: 22px;
	padding: 12px;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12pt;
	font-weight: 300;
	}
	
#post-form {
	padding: 12px;
	}

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

.sticky { 
	background: #E3E3E3; 
	}


/* Topic Page */

.infobox {
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 16px;
	float: right;
	overflow: hidden;
	width: 620px;
}

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

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

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

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

.nav span { font-weight: bold; }

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

#thread {
  clear: both;
	background: #background-color: #6E5E5E;;
	list-style: none;
	margin: 20px 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; }

.threadpost{font-family: verdana, arial, times; font-size: 8pt; background-color: #6E5E5E; padding:}

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

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

.poststuff {
	border-top: 1px dotted #fff;
	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: #6E5E5E;
	padding: 0;
}

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

.postformsub {
  font-family: verdana, arial, tahoma; font-size: 7pt; background-color: #453535;
  }

.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: 16pt;
	font-weight: normal;
	display: inline;
}

/* Other Content */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #fff;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #fff;
}
#content a:visited {
	font-weight: normal;
}

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

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-size: 8pt; color: #fff; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #9C8E8D;color: #fff }

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #9C8E8D;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#fff;
}

#latest, #forumlist, #favorites {
	background: #CAB2A6;
	color: #fff;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #453535; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }



/* Search Page */

.results{margin: 24px; }



/* Profile Page */



#profile-menu {
	list-style-type:none;
	text-align:right;
	margin: -65px 0 0 0;
	padding:0;
	float: right;
	
}


#profile-menu li {
	float:left;
	text-align:center;
}

#profile-menu li a {
  font-family: verdana, arial, times;
	font-size:8pt;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:5px;
	background:#FFF;
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
	}	

#profile-menu li a:hover {
	background:none;
	text-decoration:none;
	color: #fff;
}



#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 Page*/

fieldset { 
	border-top: 3px double #fff;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 640px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; padding-left: 4px; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}


/* 48 x 48 avatars */

.post {
	min-height: 60px;
}

.view  {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -14px;
	}
	
	


/* Footer */

#footer {
font-size: 11px;
fon-weight: bold;
	clear: both;
	width: 100%;
	height: 30px;
	background: #312624;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
#footer .left{
	float:left;
	
	}

#footer .left p {
	padding: 8px;
	margin: 0;
	font-size: 11px;
fon-weight: bold;
	}


#footer .left a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
}

#footer .left a:hover {
	color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
	float:right;
	}
	
#footer .right p {
	padding: 8px;
	margin: 0;
	font-size: 7pt;
	}

#footer .right a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
	}

#footer .right a:hover {
	color: #f5f5f5;
	text-decoration: underline;
	border:none;
	}

img{border:none;}