/*
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!


/*

MAKE A BACKUP OF YOUR CUSTOM.CSS FILE BEFORE USING THIS CODE!

Copy and paste the ouput below into your custom.css file.

Refresh your site to behold the power of the Mule Herd.

*/


.custom #header { border-bottom:none; height:200px; padding-top:0; padding-bottom:0; background:url(http://myeastbayagent.com/wp-content/themes/thesis_16/custom/images/header.jpg) center left no-repeat; } 
.custom #header #logo { display:none; } .custom #header #tagline { display:none; }

.custom #footer_1 {text-align:left; color:#333;} 
.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;} 
.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;} 
.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;} 
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}

/*---:[ Start corklandingpage ]:---*/

.corklandingpage ul.menu {display: none;}
.corklandingpage #comments {display: none;}
.corklandingpage #header { padding: 0; border-bottom: 0em; }
.corklandingpage #footer { padding-bottom: 0; border-top: 0em; }
.corklandingpage #footer { display: none; }
.corklandingpage #sidebars { display: none; border: none; }
.corklandingpage #tabs {display:none;}
.corklandingpage #content_box { background:none;
	overflow: hidden;
}
.corklandingpage .comments_closed { display: none; }
.corklandingpage #header #logo { display: none; }
.corklandingpage #header #tagline { display: none; }
.corklandingpage #content { margin: 0 auto; float: none; }
.corklandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.corklandingpage a { color: #111; }
.corklandingpage a:hover { color: ; background: #f2e127; }

body.corklandingpage {
	background: url(http://wordpresslandingpage.com/wp-content/uploads/2009/08/corkboard.jpg) fixed;
}
	.corklandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
		.corklandingpage #page { background: #fff;
}

.corklandingpage h1 {

	font-variant: normal;

	text-align: center;

	font-weight: bold;

	font-size: 3.1em;
}

.corklandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.corklandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.corklandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.corklandingpage #content_box { background:none;
	overflow: hidden;
}

/*---:[ End corklandingpage ]:---*/


/*---:[ Start SalesLetter ]:---*/
.salesletter ul.menu {display: none;}
.salesletter #comments {display: none;}
.salesletter #header { padding: 0; border-bottom: 0em; }
.salesletter #footer { padding-bottom: 0; border-top: 0em; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #tabs {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #header #tagline { display: none; }
.salesletter #content { margin: 0 auto; float: none; }
.salesletter #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.salesletter a { color: #111; }
.salesletter a:hover { color: ; background: #f2e127; }
body.salesletter { background: #44443f; }
	.salesletter #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }
		.salesletter #page { background: #fff; }

		.salesletter h1 {
			text-align: center;
			font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		}

		.salesletter p.alert {
			text-align: center;
			font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
		}
		
		.salesletter #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.salesletter #content_box { background:none;
	overflow: hidden;
}

/*---:[ End SalesLetter ]:---*/



/*---:[ Start whitelandingpage ]:---*/
.whitelandingpage ul.menu {display: none;}
.whitelandingpage #comments {display: none;}
.whitelandingpage #header { padding: 0; border-bottom: 0em; }
.whitelandingpage #footer { padding-bottom: 0; border-top: 0em; }
.whitelandingpage #footer { display: none; }
.whitelandingpage #sidebars { display: none; border: none; }
.whitelandingpage #tabs {display:none;}
.whitelandingpage #content_box { background:none; }
.whitelandingpage .comments_closed { display: none; }
.whitelandingpage #header #logo { display: none; }
.whitelandingpage #header #tagline { display: none; }
.whitelandingpage #content { margin: 0 auto; float: none; }
.whitelandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.whitelandingpage a { color: #111; }
.whitelandingpage a:hover { color: ; background: #f2e127; }

body.whitelandingpage { background: #fff; }
	.whitelandingpage #container { margin-top: 0em; margin-bottom: 2em; padding: 0.0em; background: #33332f; border: 0.0em solid #3e3e3a; }
		.whitelandingpage #page { background: #fff; }
.whitelandingpage h1 {
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	font-size: 3.1em;
}

.whitelandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.whiteandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.whitelandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.whitelandingpage #content_box { background:none;
	overflow: hidden;
}

/*---:[ End whitelandingpage ]:---*/


/*---:[ Start bluelandingpage ]:---*/
.bluelandingpage ul.menu {display: none;}
.bluelandingpage #comments {display: none;}
.bluelandingpage #header { padding: 0; border-bottom: 0em; }
.bluelandingpage #footer { padding-bottom: 0; border-top: 0em; }
.bluelandingpage #footer { display: none; }
.bluelandingpage #sidebars { display: none; border: none; }
.bluelandingpage #tabs {display:none;}
.bluelandingpage #content_box { background:none; }
.bluelandingpage .comments_closed { display: none; }
.bluelandingpage #header #logo { display: none; }
.bluelandingpage #header #tagline { display: none; }
.bluelandingpage #content { margin: 0 auto; float: none; }
.bluelandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.bluelandingpage a { color: #111; }
.bluelandingpage a:hover { color: ; background: #f2e127; }
body.bluelandingpage { background: #006699; }
.bluelandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #000; border: 0.0em solid #3e3e3a; }
.bluelandingpage #page { background: #fff; }
.bluelandingpage h1 {
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	font-size: 3.1em;
}

.bluelandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.bluelandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.bluelandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.bluelandingpage #content_box { background:none;
	overflow: hidden;
}


/*---:[ End bluelandingpage ]:---*/


/*---:[ Start twitterlandingpage ]:---*/
.twitterlandingpage ul.menu {display: none;}
.twitterlandingpage #comments {display: none;}
.twitterlandingpage #header { padding: 0; border-bottom: 0em; }
.twitterlandingpage #footer { padding-bottom: 0; border-top: 0em; }
.twitterlandingpage #footer { display: none; }
.twitterlandingpage #sidebars { display: none; border: none; }
.twitterlandingpage #tabs {display:none;}
.twitterlandingpage #content_box { background:none; }
.twitterlandingpage .comments_closed { display: none; }
.twitterlandingpage #header #logo { display: none; }
.twitterlandingpage #header #tagline { display: none; }
.twitterlandingpage #content { margin: 0 auto; float: none; }
.twitterlandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.twitterlandingpage a { color: #111; }
.twitterlandingpage a:hover { color: ; background: #f2e127; }

body.twitterlandingpage {
	background: url(http://wordpresslandingpage.com/wp-content/uploads/2009/08/pyramids1.jpg) fixed;
}

	.twitterlandingpage #container { margin-top: 3em; margin-bottom: 2em; padding: 0.4em; background: #000;
}
		.twitterlandingpage #page { background: #fff; }

.twitterlandingpage h1 {
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	font-size: 3.1em;
}

.twitterlandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twitterlandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.twitterlandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.twitterlandingpage #content_box { background:none;
	overflow: hidden;
}


/*---:[ End twitterlandingpage ]:---*/


/*---:[ Start greylandingpage ]:---*/
.greylandingpage ul.menu {display: none;}
.greylandingpage #comments {display: none;}
.greylandingpage #header { padding: 0; border-bottom: 0em; }
.greylandingpage #footer { padding-bottom: 0; border-top: 0em; }
.greylandingpage #footer { display: none; }
.greylandingpage #sidebars { display: none; border: none; }
.greylandingpage #tabs {display:none;}
.greylandingpage #content_box { background:none; }
.greylandingpage .comments_closed { display: none; }
.greylandingpage #header #logo { display: none; }
.greylandingpage #header #tagline { display: none; }
.greylandingpage #content { margin: 0 auto; float: none; }
.greylandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.greylandingpage a { color: #111; }
.greylandingpage a:hover { color: ; background: #f2e127; }
body.greylandingpage { background: #44443f; }
	.greylandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }
		.greylandingpage #page { background: #fff; }
.greylandingpage h1 {
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	font-size: 3.1em;
}

.greylandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.greylandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.greylandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.greylandingpage #content_box { background:none;
	overflow: hidden;
}
/*---:[ End greylandingpage ]:---*/

/*---:[ Start twittertwolandingpage ]:---*/
.twittertwolandingpage ul.menu {display: none;}
.twittertwolandingpage #comments {display: none;}
.twittertwolandingpage #header { padding: 0; border-bottom: 0em; }
.twittertwolandingpage #footer { padding-bottom: 0; border-top: 0em; }
.twittertwolandingpage #footer { display: none; }
.twittertwolandingpage #sidebars { display: none; border: none; }
.twittertwolandingpage #tabs {display:none;}
.twittertwolandingpage #content_box { background:none;
}
.twittertwolandingpage .comments_closed { display: none; }
.twittertwolandingpage #header #logo { display: none; }
.twittertwolandingpage #header #tagline { display: none; }
.twittertwolandingpage #content { margin: 0 auto; float: none; }
.twittertwolandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.twittertwolandingpage a { color: #111; }
.twittertwolandingpage a:hover { color: ; background: #f2e127; }

body.twittertwolandingpage {
	background: url(http://www.delawareohiorentals.com/wp-content/uploads/2010/02/option2.jpg) fixed;
}

	.twittertwolandingpage #container { margin-top: 3em; margin-bottom: 2em; padding: 0.4em; background: #000;
	width: 600px;
}
		.twittertwolandingpage #page { background: #fff; }

.twittertwolandingpage h1 {
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	font-size: 3.1em;
}

.twittertwolandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twittertwolandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.twittertwolandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.twittertwolandingpage #content_box { background:none;
	overflow: hidden;
}


/*---:[ End twittertwolandingpage ]:---*/

/*---:[ Start twitterthreelandingpage ]:---*/
.twitterthreelandingpage ul.menu {display: none;}
.twitterthreelandingpage #comments {display: none;}
.twitterthreelandingpage #header { padding: 0; border-bottom: 0em; }
.twitterthreelandingpage #footer { padding-bottom: 0; border-top: 0em; }
.twitterthreelandingpage #footer { display: none; }
.twitterthreelandingpage #sidebars { display: none; border: none; }
.twitterthreelandingpage #tabs {display:none;}
.twitterthreelandingpage #content_box { background:none; }
.twitterthreelandingpage .comments_closed { display: none; }
.twitterthreelandingpage #header #logo { display: none; }
.twitterthreelandingpage #header #tagline { display: none; }
.twitterthreelandingpage #content { margin: 0 auto; float: none; }
.twitterthreelandingpage #content h2, .sale #content h1 { font-size:25pt; text-align:center; font-weight:bold; }
.twitterthreelandingpage a { color: #111; }
.twitterthreelandingpage a:hover { color: ; background: #f2e127; }

body.twitterthreelandingpage {
	background: url(http://wordpresslandingpage.com/wp-content/uploads/2009/08/pyramids1.jpg) fixed;
}

	.twitterthreelandingpage #container { margin-top: 3em; margin-bottom: 2em; padding: 0.4em; background: #000; width: 600px;
}
		.twitterthreelandingpage #page { background: #fff; }

.twitterthreelandingpage h1 {
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	font-size: 3.1em;
}

.twitterthreelandingpage h1 {
	text-align: center;
	font: normal bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twitterthreelandingpage p.alert {
	text-align: center;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.twitterthreelandingpage #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;
	width: 600px;
}
.twitterthreelandingpage #content_box { background:none;
	overflow: hidden;
}

/*---:[ End twitterthreelandingpage ]:---*/

.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:120px; left:780px; width:468px; }

#footer{
 background: #eeeeee;
}
.custom #footer {
 height: 100%;
 width: 100%;
 border-top:2em solid #9c9c9c;
 background: #eeeeee;
padding:0em;
}
.custom #footer a{
 border-bottom: 1px none #cccccc;
}
.custom #footer {
 text-align:center;
}
/* footer widget area setup */
#footer_setup {
 /* widgetized footer background (not footer background) */
 background: #444343;
 /* widget padding */
 padding:1.5em;
 /* margin at bottom of widgets */
 margin-bottom: 25px;
 /* do not change this! */
 overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
 /* contents alignment */
 text-align: left;
 /* widget width */
 width: 33.3%;
 /* space between widgets */
 padding-right: 0px;
 /* text color */
 color: #2361A1;
 /* do not change these! */
 display: inline-block;
 float: left;
 height: 100%;
}

/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
#footer_setup .footer_items h3 {
 /* font size */
 font-size: 1.5em;
 /* bold or not */
 font-weight: bold;
 /* uppercase or not */
 text-transform: uppercase;
 /* space out the letters*/
 letter-spacing: 0px;
 /* font color*/
 color: #ffffff;
 /* padding under header text */
 padding-bottom: 3px;
 /* border under header text */
 border-bottom: 3px none #ffdf00;
 /* distance between border and widget text */
 margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
 font-size:1.4em;
 line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }



#footer{
 background: #eeeeee;
}
.custom #footer {
 height: 100%;
 width: 100%;
 border-top:2em solid #9c9c9c;
 background: #eeeeee;
padding:0em;
}
.custom #footer a{
 border-bottom: 1px none #cccccc;
}
.custom #footer {
 text-align:center;
}
/* footer widget area setup */
#footer_setup {
 /* widgetized footer background (not footer background) */
 background: #444343;
 /* widget padding */
 padding:1.5em;
 /* margin at bottom of widgets */
 margin-bottom: 25px;
 /* do not change this! */
 overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
 /* contents alignment */
 text-align: left;
 /* widget width */
 width: 33.3%;
 /* space between widgets */
 padding-right: 0px;
 /* text color */
 color: #2361A1;
 /* do not change these! */
 display: inline-block;
 float: left;
 height: 100%;
}

/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
#footer_setup .footer_items h3 {
 /* font size */
 font-size: 1.5em;
 /* bold or not */
 font-weight: bold;
 /* uppercase or not */
 text-transform: uppercase;
 /* space out the letters*/
 letter-spacing: 0px;
 /* font color*/
 color: #ffffff;
 /* padding under header text */
 padding-bottom: 3px;
 /* border under header text */
 border-bottom: 3px none #ffdf00;
 /* distance between border and widget text */
 margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
 font-size:1.4em;
 line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }