/* 
Template URL: http://www.WP-Sales-Page.com
Description: This is a page template for WordPress that can be integrated with any WordPress theme you have installed on your WordPress site.
Version: 1.0
Author: Suzanne Bird-Harris
Author URI: http://www.vAssistantServices.com

Copyright (c) 2009, Suzanne and vAssistant Services. All rights reserved.

*/

body {
  background-color: #16367C;
  background-image: none;
  font-family: Arial,Helvetica,sans-serif;
}

blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
  background-image: url(images/wp-sales-page/quote.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  border-top:none;
  border-right: #CCCCCC 1px solid;
  border-left:none;
  border-bottom: #CCCCCC 1px solid;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #ffffcc;
}

ul
{
  list-style-position: inside;
  list-style-image: url(images/wp-sales-page/check.gif);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-align: left;
}

a:link, a:visited, a:active a:focus {
  -moz-outline-style:none;
}

a:hover {
  -moz-outline-style:none;
}

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
}

.preheadline {
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.headline {
  font-family: Impact,Arial,Helvetica,sans-serif;
  font-size: 45px;
  font-weight: bolder;
  text-align: center;
}

.subheadline {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 25px;
  text-align: center;
}

.miniheadline {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
}

img {
  border:none;
  margin:0;
  padding:0;
}

.alignleft {
  margin-right:10px;
  margin-bottom:10px;
  float: left;
}

.alignright {
  margin-bottom:10px;
  margin-left:10px;
  float: right;
}

.aligncenter {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-bottom:10px;
}

.greybox { /* apply this class to a paragraph to put it in a grey box */
	background-color: #F3F3F3;
	border: 1px solid #E2E2E2;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.yellowbox { /* apply this class to a paragraph to put it in a yellow box */
	background-color: #ffffcc;
	border: 1px solid #E2E2E2;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.bluebox { /* apply this class to a paragraph to put it in a blue box */
	background-color: #ccccff;
	border: 1px solid #E2E2E2;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

ul.greencheck { 
  line-height: 18px;
}

.greencheck li {
  list-style:none;
  padding: 0 0 10px 35px;
  background-image: url(images/wp-sales-page/greencheck.png);
  background-repeat: no-repeat;
  background-position: left top;
}

ul.redstop { 
  line-height: 18px;
}

.redstop li {
  list-style:none;
  padding: 0 0 10px 35px;
  background-image: url(images/wp-sales-page/stop.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.yellow { /* this makes your text look like it is highlighted in yellow */
  background-color: #FFFF00;
  font-weight:bold;
}

.red {
  color: #CC0000;
}

.blue {
  color: #0000FF;
}

.green {
  color: #007d0f;
}

.purple {
  color: #800080;
}

.center {
  text-align: center;
}

hr {
  height: 1px;
  border:0;
  width: 95%;
  color: #E6E6E6;
  background-color: #E6E6E6;
}

#wp-sales-page {
  margin: auto;
  padding: 0px;
  width: 750px;
  background-image: url(images/wp-sales-page/background750x1-DkBlue.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}

#pageheader {
  background-image: url(images/wp-sales-page/header750x31-DkBlue.jpg);
  background-repeat: no-repeat;
  width: 750px;
  height: 30px;
}

#pagebody {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial,serif;
  font-size: 16px;
  text-align: left;
}

#pagebody .roundbox { /* this is the opt-in email box with rounded corners */
  background-image: url(images/wp-sales-page/round-box-fill.gif);
  background-repeat: repeat-y;
  background-position: center;
  width: 475px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  height:auto;
  min-height:100px;
}

#pagebody .roundboxcontent p {
  line-height: 25px;
  margin-bottom:0px;
}

.roundboxcontent {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.roundboxcontent .input {
  width: 300px;
  font-size: 15px;
  font-weight: bold;
  padding: 2px;
  color: #CC0000;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333333;
  background-color: #FFF9DF;
}

.roundboxcontent .label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

#pagebody .button {
  background-color: #cc0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 4px;
  background-image: url(images/wp-sales-page/form-btn-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #000;
  margin-top: 10px;
  cursor:pointer;
}

#pagebody .button:hover {
  background-color: #ff0000;
}

.roundboxcontent form {
  margin-bottom: 0px;
}

.roundboxbtm {
  background-image: url(images/wp-sales-page/round-box-btm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 22px;
  margin:0px;
  padding:0px;
}

.roundboxtop {
  background-image: url(images/wp-sales-page/round-box-top.gif);
  background-repeat: no-repeat;
  background-position: center top;
  height: 22px;
}

.disclaimers {
  text-align: center;
  font-weight: lighter;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  color: #eee;
  text-decoration: none;
}

#pagefooter {
  background-image: url(images/wp-sales-page/footer750x30-DkBlue.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 750px;
  height: 30px;
  text-align: right;
  font-weight: lighter;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  color: #16367C;
  text-decoration: none;
}


#footertext {
  text-decoration: none;
  color: #16367C;
}


