/*
	File:			custom.css
	Description:	Custom styles for Thesis. All customizations made by Bruce Soileau.
	Author UI:		http://www.deauxmaingroup.com
	
	Color Chart
	YELLOW:#FFFF00
	BLACK:#312F2F
	LIGHT GRAY:#CCC
	DARK GRAY:#B82626		TEXT:#888
	WHITE:#F1F1F1
	
	SECTIONS---
	global elements
	headline styling
	core layout elements
	header styles
	post styles
	teasers styles
	sidebar styles
	comment styles
	footer styles
	page styles
*/	
	
/* 
	Theme Name: Sales Page-WhiteGrad
	Theme URL: http://www.wordpresswebpro.com/themes
	Description: Simple to use Sales Page Theme for Wordpress
	Author: Ken Katz
	Author URI: http://www.wordpresswebpro.com
	Version: 1.0
	Tags: wordpress sales page
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

#container {
background-color:#FFFFFF; }

body {
margin:0;
padding:0;
background-color:#e8e8e8;
background-image: url('images/white-black.jpg');
background-repeat: repeat-x;
}

#wrapper {
margin: 50px auto 50px auto;
}

#main {
width:750px;
margin: 0px auto 0px auto;
background-color:#222;
padding: 3px 3px 3px 3px;
}

.content {
background-color:#FFF;
border: 1px 1px 0 1px #737373 solid;
padding: 25px;
color:#000;
font-family: Arial,Helvetica,sans-serif;
font-size:14px;
}

h1, h1 a { /* title for single posts and pages */
	font-family: Verdana;
	font-weight: bold;
	font-size: 35px;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	color: #f00;
	text-align: center;
	text-decoration: none;
}

blockquote {
	margin: 10px 125px 10px 125px;
	padding: 4px 10px 4px 10px;
	background: #ffff99;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #999;
}

#footer {
font-size: 12px;
color: #000;
text-align: center;
}

#footer a {
color: #000;
}

ul {
list-style: none;
}

ul li {
padding-left: 40px;
font-size: 1.1em;
background-image: url(images/check.gif);
background-repeat: no-repeat;
line-height:2em;
}

.prehead {
font-size: 14px;
font-weight: bold;
color: #000;
text-align: center;
}

h2, .posthead {
font-size: 20px;
font-weight: bold;
color: #000;
text-align: center;
margin: 0 30px 30px 30px;
}

h6 {
  color: red;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  text-decoration: underline;
  padding:0;
  margin: 0 30px 0 30px;
}

.smallhead {
  color: red;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  text-decoration: underline;
}

.highlight {
background-color: yellow;
margin: 0
color: #000;
font-weight: bold;
padding: 2px;
}

.salesbox {
	font-size: 16px;
	line-height: 22px;
  text-align: center;
  margin: 15px 155px 30px 155px;
  background: #ffff99;
  padding: 10px 10px;
  border: 3px dashed #ff0000;
  }

.salesbox2 {
	font-size: 16px;
	line-height: 22px;
  text-align: center;
  margin: 15px 155px 30px 155px;
  background: #ffffff;
  padding: 10px 10px;
  border: 3px dashed #ff0000;
  }
  
.salesbox3 {
	font-size: 16px;
	line-height: 22px;
  text-align: center;
  margin: 15px 155px 30px 155px;
  background: #ffffff;
  padding: 10px 10px;
  border: 3px solid #ff0000;
  }
  
  .salesbox4 {
	font-size: 16px;
	line-height: 22px;
  text-align: center;
  margin: 15px 155px 30px 155px;
  background: #ffff99;
  padding: 10px 10px;
  border: 1px solid #999;
  }
  
  .salesbox5 {
	font-size: 16px;
	line-height: 22px;
  text-align: center;
  margin: 15px 155px 30px 155px;
  background: #ffffff;
  padding: 10px 10px;
  border: 1px solid #999;
  }
  
.salesbox6 {
	font-size: 16px;
	line-height: 22px;
  text-align: center;
  margin: 15px 155px 30px 155px;
  background: #ffffff;
  padding: 10px 10px;
  border: none;
  }
  
.salesbox a img {border: none;}
.salesbox2 a img {border: none;}
.salesbox3 a img {border: none;}
.salesbox4 a img {border: none;}
