/******
Theme Name: wp sales2
Theme URI: http://salespages.wordpresswebpro.com
Description: .
Author: Woredpress Web Pro - Ken Katz
Author URI: http://wordpresswebpro.com
*****/

body {
margin:0;
background-color:#e8e8e8;
background-image: url('images/turq.png');
font: normal 15px Verdana, Helvetica, Arial, sans-serif;
}

#wrapper {
width:800px;
margin: 20px auto 20px auto;
padding: 0;
background-color:#fff;
border: 1px solid #000;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #555555;
}

a:hover, a:active {
	color: #1C1D16;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.8em;
}

ul, ol, blockquote, pre {
	color: #000000;
	margin: 12px;
	padding: 8px;
}


ul {
	list-style-type: square;
}

pre {
	background-color: #F9F6ED;
	border: 1px solid #cccccc;
}

ins {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

del {
	color: #555555;
}

abbr, acronym {
	cursor: help;
}

/**--Header--**/

#header {
width:799px;
height: 150px;
margin: -5px 0 0 0px;
padding: 0 1px 0 0;
background-color:#333;
background-image: url('images/dk-red.png');
background-repeat: repeat;
}


#header h1 {

	font-size: 30px;
	font-weight: bold;
	text-align:left;
	padding: 20px 0px 0px 30px;
	line-height: 0.8em;
}

#header h2 {
	text-align:left;
	padding: 0 0 0 40px;
	font-size: 14px;
	color: #fff;
}

#header h1 a {
	color: #ff0000;
	text-decoration:none;
}

#header h1 a:hover {
	color: #999;
	text-decoration:none;
}

#header #search {
	float: right;
	padding: 90px 10px 0 0;
}

#header #search input {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover {
	background-color: #e5e5e5;
	border: 1px solid #777777;
}


/**--Content--**/

#content {
	width: 600px;
	background: #fff;
	float: left;
	padding: 0 0 0 20px;
}

#content2 {
	width: 600px;
	background: #fff;
	float: left;
	padding: 0 0 0 20px;

}

.post {
	padding: 30px 20px 50px 0px;
	margin: 0;
}

.post h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
}

.post h2 a {
	text-decoration: none;
	color: #000000;
}

.post h2 a:hover {
	text-decoration: none;
	color: #222;
}

.post h2 a:visited {
	text-decoration: none;
	color: #222;
}

.entry {
	line-height: 20px;
	padding: 10px 0 0 0;
}

.postinfo {
	color: #222;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.postinfo a {
	color: #222;
	text-decoration: none;
	font-size: 12px;
}

.postinfo a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.postdate {
	color: #222;
}

p.postmetadata {
	font-size: 12px;
	color: #222;
	text-decoration: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #fff;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 10px;
}

p.postmetadata a {
	color: #666;
	text-decoration: none;
}

p.postmetadata a:hover {
	color: #000;
	text-decoration: none;
}

p.postmetadata strong {
	float: left;
	text-decoration: none;
}

.entry img.left { 
	padding: 6px; 
	margin: 10px 10px 10px 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 10px auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: 1px solid #888;
	background: #fff;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/**--Navigation--**/

#menu {
width:800px;
margin: 0;
background-color:#000;
padding: 0;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
overflow: hidden;
}

#menu a {
	text-decoration: none;
	padding: 5px 10px;
	color: #cccccc;
	font-size: 13px;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu ul {
	margin: 0 auto;
	text-decoration: none;
	width: 800px;
	padding: 5px 10px;
	text-align: left;
}

#menu ul li {
	display: inline;
	padding: 0;
	font-size: 13px;
}

.nav{
	padding: 10px 20px 10px 0px;
	line-height: 20px;
}

/**--Sidebar--**/

.sidebar {
	float: left;
	width: 160px;
	margin: 30px 0px 30px 10px;
	display: inline;
	overflow: hidden;
	background: #fff;
}

.sidebar ul {
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 30px 0px;
}

.sidebar ul li {
	text-decoration: none;
	margin: 0;
	padding: 0 0 5px 0;
	color: #555555;
	border-bottom: 1px solid #DCDBDB;
}

.sidebar ul li h2 {
	margin: 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	font-size: 16px;
	color: #555555;
	font-weight: 500;
}

.sidebar ul ul li {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.sidebar a {
	color: #1C1D15;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 6px 0px; 
}

.sidebar a:hover {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
}

/**--Footer--**/

#bottom {
	clear: both;
	color: #fff;
	width: 796px;
	padding: 0;
	text-align: center;
	margin: 0;
	background: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#bottom p {
	margin: 0;
	padding: 0 10px 10px;
}


#bottom a:link, #bottom a:visited {
	color: #000;
}

#bottom a:hover, #bottom a:active {
	color: #000;
}

#footer {
margin: 0 auto;
text-align: center;
color: #000;
font-size: 12px;
}

#footer a:link {
color: #000;
}

#footer a {
color: #000;
}
#footer a:hover {
color: #000;
text-decoration: none;
}

/**--Comments Section--**/

#commentlist li {
	margin-bottom: 1.5em;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #444;
}

#commentform {
	margin: 1em 0;
	padding: 0 0 0 40px;
	width: 400px;
}

#commentfun {
	padding: 0 0 0 40px;
}

#commentform textarea {
	border: 1px solid #444;
	width: 400px;
}

#commentform textarea:hover {
	border: 1px solid #444;
}

#commentform textarea:focus {
	border: 1px solid #444;
}


#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	border: 1px solid #444;
	width: 400px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	border: 1px solid #444;
	width: 400px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	border: 1px solid #444;
	width: 400px;
}

#commentform input{
	margin-bottom: 3px;
}


/**--Sales Letter--**/
#container {
margin: 50px auto 50px auto;
}

#main {
width:750px;
margin: 0px auto 0px auto;
background-color:#222;
padding: 3px 3px 3px 3px;
}

#words {
background-color:#FFF;
border: 1px solid #000;
padding: 25px;
color:#000;
font-family: Arial,Helvetica,sans-serif;
font-size:14px;
}

#footer2 {
font-size: 12px;
color: #000;
text-align: center;
}

#footer2 a {
color: #000;
}
.h1sales {
  margin: 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 35px;
	padding: 10px 0 10px 0;
	line-height: 1.1em;
	color: #f00;
	text-align: center;
	text-decoration: none;

}

.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: 0 155px 30px 155px;
  background: #ffff99;
  padding: 10px 10px;
  border: 3px dashed #ff0000;
  }
  
  blockquote {
	margin: 10px 125px 10px 125px;
	padding: 4px 10px 4px 10px;
	background: #ffff99;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #999;
}

/**--^^^ Sales Letter ^^^--**/
