/*
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 */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 200px; width: 920px; background: url('images/webpage_header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}
.custom #header { border-bottom: none; }
.custom #page {
    background: #fff;
}
.custom #header { padding: 0; border-bottom:none;}
/*---:[ 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 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 {
	width: 650px;
}

.corklandingpage #content { margin: 0 auto; float: none;
	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 #content_box { background:none;
	overflow: hidden;
}

.corklandingpage div#disqus_thread {
	display: none;
}

.corklandingpage div#sidebar_1.sidebar {
	display: none;
}

.corklandingpage #content a.dsq-brlink {
	display: none;
}

.corklandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}

/*---:[ 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 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;
		}
		
.salesletterlandingpage #container {
	width: 650px;
}

.salesletterlandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}


.salesletter #content_box { background:none;
	overflow: hidden;
}

.salesletter div#disqus_thread {
	display: none;
}

.salesletter div#sidebar_1.sidebar {
	display: none;
}

.salesletter #content a.dsq-brlink {
	display: none;
}

.salesletter div#column_wrap {
	width: 100%;
	background-image: none;
}

/*---:[ 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 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;
	width: 100%;
}
.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 {
	width: 650px;
}

.whitelandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}

.whitelandingpage #content_box { background:none;
	width: 100%;
}

.whitelandingpage div#disqus_thread {
	display: none;
}

.whitelandingpage div#sidebar_1.sidebar {
	display: none;
}

.whitelandingpage #content a.dsq-brlink {
	display: none;
}

.whitelandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}

/*---:[ 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 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 {
	width: 650px;
}

.bluelandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}


.bluelandingpage #content_box { background:none;
	overflow: hidden;
}

.bluelandingpage div#disqus_thread {
	display: none;
}

.bluelandingpage div#sidebar_1.sidebar {
	display: none;
}

.bluelandingpage #content a.dsq-brlink {
	display: none;
}

.bluelandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}

/*---:[ 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 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 {
	width: 650px;
}

.twitterlandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}
.twitterlandingpage #content_box { background:none;
	overflow: hidden;
}

.twitterlandingpage div#disqus_thread {
	display: none;
}

.twitterlandingpage div#sidebar_1.sidebar {
	display: none;
}

.twitterlandingpage #content a.dsq-brlink {
	display: none;
}

.twitterlandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}

/*---:[ 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 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 {
	width: 650px;
}

.greylandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}

.greylandingpage #content_box { background:none;
	overflow: hidden;
}

.greylandingpage div#disqus_thread {
	display: none;
}

.greylandingpage div#sidebar_1.sidebar {
	display: none;
}

.greylandingpage #content a.dsq-brlink {
	display: none;
}

.greylandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}
/*---:[ 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 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 {
	width: 650px;
}

.twittertwolandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}


.twittertwolandingpage #content_box { background:none;
	overflow: hidden;
}

.twittertwolandingpage div#disqus_thread {
	display: none;
}

.twittertwolandingpage div#sidebar_1.sidebar {
	display: none;
}

.twittertwolandingpage #content a.dsq-brlink {
	display: none;
}

.twittertwolandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}


/*---:[ 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 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 {
	width: 650px;
}

.twitterthreelandingpage #content { margin: 0 auto; float: none;
	width: 600px;
}

.twitterthreelandingpage #content_box { background:none;
	overflow: hidden;
}

.twitterthreelandingpage div#disqus_thread {
	display: none;
}

.twitterthreelandingpage div#sidebar_1.sidebar {
	display: none;
}

.twitterthreelandingpage #content a.dsq-brlink {
	display: none;
}

.twitterthreelandingpage div#column_wrap {
	width: 100%;
	background-image: none;
}

/*---:[ End twitterthreelandingpage ]:---*/

.custom ul.menu {background:#201a62; padding-top:3px; padding-bottom:3px;}



