/*

	 
	 COLOR KEY:
	 	Gray: #676a61;
		Green: #b6cc00
		Cream:#f9ffcc

*/




/*
	RESET AND BASICS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*end reset*/


body{ 
font-size: 14px;
line-height: 21px;
color: #000;
background: #262626;
}


/*
	Some Basic, reusable styles
*/

a, a:visited						{ text-decoration: none; outline: none; color: #9A850A }
a:hover								{ text-decoration: underline; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both;}
fieldset							{ border: none; }
::selection                         { background: #cgcgcg; color: #000; /* Safari */ }


.button								{ background: #f3e358 url(images/button-bg.png) repeat-x left; color: #000 !important; 
									  font-size: 18px; -moz-border-radius: 10px; border: none;
									  letter-spacing: -1px; padding: 8px 15px 6px 15px; -webkit-border-radius: 10px; 
float: right;}
.button:hover						{ background: #fff; cursor: pointer; }
.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }

/*
	Site Tile Image Replacement
*/

h1.site-title {
	width: 350px; height: 75px;
	position: relative;
	overflow: hidden;
	}

h1.site-title span {
		background: url("../images/header-image.jpg");
		position: absolute;
		width: 100%;
		height: 100%;
	}


/*
	Sticky Footer
*/


body.about #wrapper {
	background-color: #fff;
	height: auto ;
	margin-top: 10px;
	margin-bottom: 10px;
}



#footer {position: relative;
	height: 221px;
	clear:both;
	padding-top: 10px;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
	MAIN STRUCTURE
*/

#wrapper {
	
}

#header {
}

#footer {
}


#nav {

}

#nav ul {

}

#nav ul li{
	padding-left: 25px;
}

#nav ul li a{

}

#nav ul li a:hover{

}



/*text styles*/

h1 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

p {
	padding-bottom: 30px;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}


/*padding styles*/

.pad-left {
	padding-left: 10px;
}

.pad-right {
	padding-right: 10px;
}

.pad-top {
	padding-top: 10px;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-all {
	padding: 10px;
}

/* Start Stock Bandit Styles */

#header{
	background-color: #131313;
	height: 187px;
	border-bottom: 1px solid #3c3c3c;
}
#headercontainer { background-color: #000000;}

#footer {
	background-color: #131313;
	border-top: 1px solid #3c3c3c;
}

#footer-top {
	height: 180px;
	color: #fff;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
}

#footer-bottom {
	background-color: #f3e358;
	height: 41px;
}

img#rss {
	float: right;
	padding-top: 13px;
}

img#twitter {
	float: right;
	padding-top: 11px;
	padding-left: 20px;
}



#nav ul .signup {
	font-weight: bold;
	color: #f3e358;
}

#banner {
	margin-top: 20px;
	height: 301px;
	background: url(/images/bannerbg.png) repeat-x;
}

#footlinks {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	color: #000;
	padding-top: 11px;
}

#footlinks ul {
	float: left;
}

#footlinks ul li{
	display: inline;
}

#footlinks li {
	padding-right: 20px;
}

#copyright {
	float: right;
}

#ql-login {
	height: 190px;
	margin-top: -10px;
	border-left: 1px solid #3c3c3c;
}

#ql-login h3 {
	margin-top: 10px;
	margin-left: 10px;
}

.loginform {
	padding-left: 10px;
}

.yellow {
	color: #f3e358;
}

#ql-middle ul {
	margin-top: 0px;
}

#ql-right ul {
	margin-top: 26px;
}

label {
	float: left;
	padding-right: 10px;
}

input.memberform {
	margin-bottom: 10px;
	width: 200px;
	height: 16px;
}

img#one, #two, #three {
	padding-top: 18px;
}

#how {
	padding-top: 10px;
}

#quicklinks a {
	color: #fff;
}

#quicklinks a:hover {
	text-decoration: underline;
}

#left-large {
	margin-top: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	color: #000;
	height: auto;
	
}

#left-large-content {
	padding: 20px;

}

#nav_container {
	background-color: #131313;
	border-top: 1px solid #333;
}

#nav {
	position: relative;
	z-index: 9999;
}

#nav ul {
	display: inline;
}

#nav ul li{
	padding-left: 30px;
	
}

#nav ul li.first{
	padding-left: 0px;
	
}

#nav ul li ul li {
	padding-left: 0px;
}

#nav ul li a{
color: #fff;
font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
font-size: 18px;
font-weight: normal;

}

#nav ul li a:hover{
text-decoration: underline;
}

#nav ul li {
	display: inline;
	float: left;
}

#nav li ul {
	display: none;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px 5px 15px;
	background-color: #121212;
	margin-left: 1px;
	white-space: nowrap;
}

#nav ul li ul li a {
	border-top: 1px solid #fff;
	font-size: 14px;
}

#nav ul li a:hover {
	background-color: #121212;
}

#nav li:hover ul {
	display: block;
	position: absolute;
}

#nav li:hover li {
	float: none;
}

#nav li:hover a {
	background-color: #121212;
}

#nav li:hover li a:hover {
	background: #868686;
}

.advertise {
	padding-top: 10px;

}

.advertiser {
	padding-top: 10px;
	float: right;
}

.advertisert {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

body.index #wrapper {
	background-color: #262626;
}

body.index #footer {
	margin-top: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.post ul li {
	list-style: ;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 50px;
}

.post ul li ul li {
	list-style: disc;
	margin-left: 50px;
}

.post ul {
	padding-bottom: ;
}

img.alignright, .alignright {float:right; margin:0 0 1em 1em}
img.alignleft, .alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter, .aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


#footlinks a {
	color: #000;
}


/* BLOG Styles */
form#searchform input#s {
	border: 1px solid #262626;
	width: 93%;
	height: 30px;
	font-size: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 3px;
	margin-top: 5px;
	color: #a0a198;
}

#search {
	padding-top: 10px;
}

#searchform {
	
}

form#searchform input#searchsubmit {
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}



#commentform {
	width: 500px;
	padding-bottom: 50px;
}

#comment {
	width: 500px;
}

.comment-body {
	font-size: 12px;
	padding-bottom: 15px;
}

.commentlist {
	list-style: none;
}

.commentlist ul li{
	list-style: none;
}

.depth-1 {
	padding: 5px;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
	width: 610px;
	
}

.depth-2 {
	margin-left: 1px;
	width: 595px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	background-color: #f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
}

.depth-3  {
	margin-left: 1px;
	width: 580px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.depth-4 {
	margin-left: 1px;
	width: 565px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	background-color: #f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
}

.depth-5 {
	margin-left: 1px;
	width: 550px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.depth-6 {
	margin-left: 1px;
	width: 535px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	background-color: #f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
}

.depth-7 {
	margin-left: 1px;
	width: 520px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
}

.sidebar h3 {
	padding-top: 20px;
}

#headerlogin {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	float: right;
	padding-top: 13px;
	height: 75px;
}
#headerlogin a {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	text-decoration: none;
}
#headerlogin a:hover {
	text-decoration: underline;
}
#headerlogin input {
	font-size: 12px;
	/*padding: 0px 2px;*/
}
#headerlogin input#user, #headerlogin input#pass, #headerlogin input#pass_1 {
	width: 125px;
	height: 14px;
}
#headerlogin input#pass, #headerlogin input#pass_1 {
	float: left;
}
input.disabled {
	color: #999999;
	/*font-style: italic;*/
}

