/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*---:[ Set 3: ornate, repeating background pattern ]:---*/

body.custom { background: #111111; }
.custom #container { margin-top: 2em; margin-bottom: 2em; }
.custom #page { padding: 2em 1.5em; background: #FFFFFF; border: 0.1em solid #F99D1C; margin-top: 135px; 
}

/* HEADER */

.custom #header #tagline {
color:#111111;
font-weight:normal;
font-size: 10px;
line-height: 0px;
width: 0px;
}

.custom #header #logo a, .custom #header #logo a:visited {
color:#111111;
font-weight:normal;
}

.custom #header {
border-bottom:0 double #DDDDDD;
clear:both;
margin-top: -38px;
}

.custom #header #logo {
	text-indent: -9999px;
}

.custom #header #logo a {
	display: block;
	float: left;
	position: relative;
	height: 115px;
	width: 500px;
	margin-left:-25px;
	margin-top:-125px;
	text-align: center;
	background: url(images/logo.png) no-repeat;
}

.custom #header #logo {

	padding-top: 3px;

}

.custom #header #logo a {

	line-height: 10px;
	color: #111111;
}

.custom #header #logo a, .custom #header #logo a:visited {

	font-weight: normal;

	color: #111111;

}

.custom #header #logo a:hover {

	color: #111111;

	text-decoration: none;

}

.custom #tagline {
background:transparent none repeat scroll 0 0;
text-indent: -9999px;
line-height: 0px;
margin-top: -5px;
width: 5px;
height: 5px;
}

.custom .menu {
border-color:#DDDDDD;
border-style:solid;
border-width:0 0 1px 1px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:-20px;
}

/*
This styles top right header
*/

.custom #deadlybox {
float: right;
height: 118px;
Width: 200px;
text-align: right;
margin-top: -120px;
margin-right: 80px;
background: none;
background-color: none;
}


/*sidebar titles*/

.custom .sidebar h3 {
background:transparent url(http://www.theguerrillatrader.com/wp-content/themes/thesis_151/thesis_151/custom/images/widget-head3.png) no-repeat scroll 0 0;
color:#000000;
font-size:16px;
line-height:17px;
margin-bottom:8px;
margin-left:-8px;
margin-right:0em;
padding:14px 0 6px 0;
text-align:center;
}

.custom li.widget ul li {
margin-bottom:1.692em;
margin-left:1em;
}

/*search box positioning*/

.custom #s { 
float:none;
font-size:12px;
margin:10px 0 -10px 11px;
padding:9px;
position:static;
width:280px;
}

.custom input, .custom textarea {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #F5B800;
font-size:10px;
width:140px;
}


/*
hides comments are closed statement
*/

.custom .comments_closed p {display: none ;}

.custom.to_comments {
display: none ;
}

.salesletter #footer { padding-bottom: 0; border-top: 0em; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #content { margin: 0 auto; float: none; }

/*
nav menu styling
*/

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
background:#F99D1C none repeat scroll 0 0;
}

/*
makes footer hover orange
*/

.custom #footer a:hover {
color:#F99D1C;
}

/*
this makes title hover orange
*/

.custom h2 a:hover {
color:#F99D1C;
}

/*
optinbox code
*/

#optinbox h3 {
background:transparent none repeat scroll 0 0;
padding-top:25px;
}

.sidebarbox1, #optinbox {
background:transparent url(images/optinbox.jpg) no-repeat scroll 10px 10px;
color:#111111;
font-size:11px;
height:415px;
margin-bottom:-40px;
margin-left:-10px;
margin-top:-15px;
padding:144px 15px 0 23px;
text-align:center;
}

#optinnote {
padding:0;
width:240px;
}

/*
Changes thank you background
*/

body.thankyou-page { sidebars:none;}