/*
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 #aace38; 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 {
background:transparent url(images/logo.png) no-repeat scroll 0 0;
display:block;
float:left;
height:115px;
margin-left:-25px;
margin-top:-133px;
position:relative;
text-align:center;
width:500px;
}

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

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AACE38 none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#111111;
height:14px;
}

/*
This styles top right header
*/

.custom #deadlybox {
background:transparent none repeat scroll 0 0;
float:right;
height:118px;
margin-right:170px;
margin-top:-120px;
text-align:right;
width:100px;
}


/*sidebar titles*/

.custom .sidebar h3 {
background:transparent url(http://thesupremacymethod.com/wp-content/themes/thesis_16/custom/images/widget-head3.png) no-repeat scroll 0 0;
color:#000000;
font-size:16px;
line-height:14px;
margin:0 0 8px -8px;
padding:14px 0 15px;
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 #aace38;
font-size:10px;
width:295px;
}


/*
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_page_item a {
background:#aace38 none repeat scroll 0 0;
}

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

/*
makes footer hover orange
*/

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

/*
this makes title hover orange
*/

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

/*
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:445px;
margin-bottom:-120px;
margin-left:-10px;
margin-top:-15px;
padding:182px 8px 0px 19px;
text-align:center;
width:290px;
}

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

/*
Removes Sidebars on Thank You page
*/

body.thankyou-page { sidebars:none;}

#af-form-1145901017 body,
#af-form-1145901017 dl, #af-form-1145901017 dt, #af-form-1145901017 dd,
#af-form-1145901017 h1, #af-form-1145901017 h2, #af-form-1145901017 h3, #af-form-1145901017 h4, #af-form-1145901017 h5, #af-form-1145901017 h6,
#af-form-1145901017 pre, #af-form-1145901017 code, #af-form-1145901017 form,
#af-form-1145901017 fieldset, #af-form-1145901017 legend, #af-form-1145901017 textarea, #af-form-1145901017 blockquote,
#af-form-1145901017 th, #af-form-1145901017 td {float:none; color: inherit; margin:0px; padding:0px; position:static;}

#af-form-1145901017 ul,
#af-form-1145901017 ol {list-style-image:none; list-style-position:outside; list-style-type:disc; padding-left:40px;}

#af-form-1145901017 div {margin:0px;}

#af-form-1145901017 .bodyText p {
margin:-3px;
}

#af-form-1145901017 table {border-collapse:collapse; border-spacing:0;}

#af-form-1145901017 fieldset,
#af-form-1145901017 img {border:0;}

#af-form-1145901017 button,
#af-form-1145901017 input,
#af-form-1145901017 submit,
#af-form-1145901017 textarea {float:none; margin:0px; position:static;}

#af-form-1145901017 select,
#af-form-1145901017 label,
#af-form-1145901017 optgroup,
#af-form-1145901017 option {float:none; margin:0px; padding:0px; position:static;}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
#af-form-1145901017 input,
#af-form-1145901017 button,
#af-form-1145901017 textarea,
#af-form-1145901017 select {*font-size:100%;}

 .af-clear {clear:both;}

.lastNameContainer {margin-top:10px;}

.af-body input.text {float:none;}

.af-element label {display:block; float:left;}

.stacked .af-element label {float:none; display:block;}

.af-form {margin:auto; text-align:left;}

.af-header,
.af-footer {margin-bottom:0px; margin-top:0px; padding:5px;}

.af-divider {display:block; height:12px; margin-bottom:5px;}

.af-divider-parent {padding-bottom:10px;}

.af-element,
.af-usaddress {padding: 6px 0;}

.af-element {padding-bottom:5px; padding-top:5px;}

.af-divider-parent {padding-top:0 !important;}

.af-body input.text,
.af-body textarea {padding:2px!important;}

.af-body .af-textWrap input.text, .af-body .af-textWrap textarea {width:100%;}


.af-body .af-textWrap {text-align:left;}

.af-element-checkbox label,
.af-element-checkbox input.checkbox,
.af-element-radio label,
.af-element-radio input.radio {display:inline !important; float:none !important;}

.choiceList-radio-inline .af-element-radio {float:left;}

.af-element-checkbox .choice {display:inline;}

.af-body input.submit,
.af-body input.image {float:none !important;}

.af-body input.image {border:none !important;}

#af-form .af-body input.submit, 
.af-body.af-standards input.submit {padding:3px 10px;}

.af-usaddress input {margin-bottom:4px;}

.af-element label {float:left; text-align:left;}

.af-form .af-element input.button {float:none !important;}

.af-element input.radio {width:inherit !important;}

.af-element-radio label {display:inline;}

.af-element-radio.inline {display:block !important; float:left; margin-left:0px; margin-right:7px;}

.af-element-radio.block {display:block;}

.lbl-right .af-element label{text-align:right;}

.af-quirksMode .af-element {padding-left: 0px!important; padding-right: 0px!important;}

#af-form-1145901017  .af-body a {color:#000000; text-decoration:underline; font-style:normal; font-weight:normal; }

#af-form-1145901017  .af-body label.choice {color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:inherit; font-family:inherit; }

#af-form-1145901017  .buttonContainer input.submit {background-image:url(http://thesupremacymethod.com/wp-content/themes/thesis_16/custom/images/optinbutton.png); background-position:top left; background-repeat:repeat-x; background-color:#bf0000; border:1px solid #bf0000; color:#FFFFFF; text-decoration:none; width:142px; font-style:normal; font-weight:normal; font-size:16px; font-family:inherit; }

#af-form-1145901017  .buttonContainer {display:block; text-align:center; }

#af-form-1145901017  .af-body label.previewLabel {display:block; float:left; width:25%; text-align:left; color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:inherit; font-family:inherit; }

#af-form-1145901017  .af-body .af-textWrap, #af-form-1145901017  .af-body .af-dateWrap, #af-form-1145901017  .af-body .af-selectWrap, #af-form-1145901017  .af-body .af-checkWrap, #af-form-1145901017  .choiceList-radio-inline, #af-form-1145901017  .choiceList-radio-stacked {width:70%; display:block; float:right; }

#af-form-1145901017 .af-element-radio, #af-form-1145901017  input.radio {margin-left:0px; }

#af-form-1145901017 .choiceList-radio-inline .af-element-radio {margin-right:10px; }

#af-form-1145901017  .af-body input.text, #af-form-1145901017  .af-body textarea {background-color:#FFFFFF; border-color:#CCCCCC; border-width:2px; border-style:inset; color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-size:inherit; font-family:inherit; }

#af-form-1145901017  .af-body input.text:focus, #af-form-1145901017  .af-body textarea:focus {background-color:inherit; border-color:#CCCCCC; border-width:2px; border-style:inset; }

#af-form-1145901017  .af-footer {background-color:transparent; background-repeat:no-repeat; background-position:top left; background-image:none; border-style-bottom:none; border-style-left:none; border-style-right:none; border-style-top:none; color:#000000; font-size:; font-family:, serif; }

#af-form-1145901017  .af-header {background-color:transparent; background-repeat:no-repeat; background-position:inherit; background-image:none; border-style-top:none; border-style-left:none; border-style-right:none; border-style-bottom:none; color:#000000; font-size:; font-family:, serif; }

#af-form-1145901017  .af-body {padding-bottom:10px; background-repeat:no-repeat; background-position:inherit; background-image:none; color:#000000; font-size:12px; font-family:, serif; }

#af-form-1145901017  .af-body .privacyPolicy {color:#000000; font-size:12px; font-family:, serif; }

#af-form-1145901017   {background-color:transparent; border-color:inherit; border-width:none; border-style:none; }

#af-form-1145901017 .af-standards .af-element {
padding-left:0;
padding-right:10px;
}

#af-form-1145901017 .af-standards .af-divider {margin-right:15px; margin-left:15px; }

#af-form-1145901017 .af-quirksMode {padding-right:15px; padding-left:15px; }

#af-form-1145901017 {width:261px; }

#af-form-1145901017 .af-quirksMode {width:261px;}

#af-form-1145901017.af-quirksMode { overflow-x:hidden; }

#af-form-1145901017 .af-quirksMode .bodyText {padding-top: 2px; padding-bottom: 2px;}
#af-form-1145901017 {overflow:auto;}