/*
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/
*/

.custom .menu { padding: 0 0.1em; font-weight: bold; }


.custom #header {padding-top: 0;}
.custom #footer {padding-bottom: 0; }
.custom a:hover { background: #f2e127 }


.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.4em;
    background: #6E1E1E;
    border: 0.4em;

/* Define the clear div to offset the link floats */
div.clear{
  clear: both;   
  height: 1px;
  width: 1px;
} 




}
.custom #header #logo a { display:block; height:250px; width:915px; background:url('images/casting-out-demonshdr-1.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 #custom_box { background-color:#FFFFFF }
.custom #header_area { display: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 { 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 ]:---*/




