/* 
Template URL: http://www.WPSalesPage.com
Description: When added to the root folder of any Wordpress Theme, this template provides and alternate sales page style template for pages on the site.
Version: 1.0
Author: Andrew Seltz
Author URI: http://www.GoToGuyEnterprises.com

	The CSS, XHTML, images, and  design of this template are 
	copyright (c) 2009, Andrew Seltz and Go-To Guy! Enterprises.
      Only licensed customers may use it on websites they own.
      All rights reserved.

*/

body {
  background-color: white;
  background-image: none;
}

blockquote {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px 5px 10px;
  background-color: #8DF58D;
  border: 2px solid black;
  font-family: tahoma,verdana,sans-serif;
  font-size: 16px;
  text-align: left;
}

ul
{
  list-style-position: inside;
  list-style-image: url(images/wpsalespage/check.gif);
  font-family: arial,verdana,sans-serif;
  font-size: 18px;
  text-align: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wpsalesletter {
  margin: auto;
  padding: 0px;
  width: 950px;
  background-image: url(images/wpsalespage/pageback.png);
  background-position: left top;
  background-repeat: repeat-y;
}

#wpheader {
  background-image: url(images/wpsalespage/header.png);
  background-repeat: no-repeat;
  width: 950px;
  height: 92px;
}

#wpbody {
  padding-left: 100px;
  padding-right: 100px;
  font-family: 'courier new', courier, monospace;  
  font-size: 13px;
  text-align: left;
  font-weight: lighter;
}

#wpfooter {
  background-image: url(images/wpsalespage/footer.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 950px;
  height: 30px;
  text-align: right;
  font-weight: lighter;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  color: silver;
  text-decoration: none;
}

#prehead {
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

#headline {
  font-family: Verdana,Helvetica,sans-serif;
  color: #C00000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#subhead {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 25px;
  text-align: center;
}

#minihead {
  font-family: Arial,Helvetica,sans-serif;
  color: red;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
}

#center {
  text-align: center;
}

#footertext {
  text-decoration: none;
  color: silver;
}


    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #fff;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

