/*
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/

*/

/* This line sets up our clickable background image based on the site title's link */
/* Adjust the height & width below to reflect the actual size of your image */
/* Change the filename of your image to reflect the actual header's file name */

.custom #header #logo a { display: block; height: 175px; width: 900px; background: url('images/slrheader.jpg') no-repeat; outline: none; }

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header #tagline { height: 0; }

.custom #header {border-bottom:none; padding:0}

.custom #header { padding: 0; }

/* @override http://www.delawareohiorentals.com/wp-content/themes/thesis_16/custom/custom.css?020510-211831 */

/* @override http://wordpresslandingpage.com/wp-content/themes/thesis_15/custom/custom.css?080309-160817 */
/* @override http://wordpresslandingpage.com/wp-content/themes/thesis_15/custom/custom.css?080309-160816 */
/*
File:			custom_backgrounds.css
Description:	CSS template for customizing your Thesis background
USAGE: Please do not use this file directly! Instead, copy the appropriate set of CSS you want 
to use and paste it into your custom stylesheet, custom.css. You can find this file at: 
wp-content/themes/thesis/custom/custom.css
NOTE: If you want to prevent your background from scrolling with the rest of the page, simply 
add "background-attachment: fixed;" to your body.custom declaration. For example, if you would 
like to use the example cloud background but keep it fixed, your body.custom declaration 
should look like this:
body.custom { background: #394f5c url('images/bg-clouds.jpg') 50% 0 no-repeat; background-attachment: fixed; }
*/

/*---:[ 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; }
.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; }
		.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;
}
/*---:[ 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;
		}

/*---:[ 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;
}

/*---:[ 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;
}


/*---:[ 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;
}


/*---:[ 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;
}
/*---:[ End greylandingpage ]:---*/