/* Author information for main.css
----------------------------------------------- */
/* Style sheet by David Henry
   Wednesday, August 29, 2007
   www.inboxart.com
----------------------------------------------- */

/* Page structure
---------------------------------------------------------------------------------------------- */

* {
   margin: 0;
   padding: 0;
   }
body {
   background: #fff fixed url(../images/bg_site.jpg);
   margin: 5px 0 10px 0;
   padding: 0;
   color: #000;
   text-align: center;
   font: 84%/1em Arial, Helvetica, sans-serif;
   }
#wrapper {
   margin: 0 auto;
   width: 780px;
   background: #fff;
   text-align: left;
   line-height: 1.4em;  
   }
#privacy #wrapper {
   width: auto;
   margin: 10px;
   padding: 10px;
   }
#header {
   border: 1px solid #fff;
   }
#content {
/*	margin: 0 1px; */
	border-left: 1px solid #fff;
   background: #fff url("../images/bg_content.jpg") repeat-y top left;
   }
#leftcolWrapper {
	float: left;
	width: 220px;
	background: #F8F2E0;
	}
#leftcol {
	margin-top: 0px;
	padding: 20px 15px;
	color: #000;
	line-height: 1.2em;
	font-size: 90%;
	}
#rightcolWrapper {
	float: right;
/*	background: #fff url("../images/bg_right.jpg") no-repeat top left; */
	width: 558px;
	line-height: normal;
	}
#rightcol {
	padding: 20px;
   }
#rightcol .divider {
   margin: 2em 0;
   border-bottom: 1px dashed #ccc;
   }
#print {
   text-align: right;
   font-size: 86%;
   margin-bottom: 0.5em;
   }
#footer {
	border: 1px solid #fff;
	background: #003;
	padding: 10px;
	color: #fc0;
	font-size: 85%;
	}
   
/* Heading styles
---------------------------------------------------------------------------------------------- */

h1 {
   font-size: 230%;
   text-align: left;   
   line-height: normal;
   margin-bottom: 0.5em;
   }
h2 {
   font-size: 180%;
   font-weight: bold;
   text-align: left;
   line-height: normal;
   margin: 1em 0;   
   }
h3 {
   font-size: 130%;
   font-weight: bold;
   text-align: center;
   line-height: normal;
   color: #006;
   margin: 1em 0;   
   }
#membersonly h3 {
	text-align: left;
	}
#main h3 {
	font-size: 180%;
	}
h4 {
   font-size: 140%;
   font-weight: bold;
   text-align: center;
   line-height: normal;
   margin: 1em 0 1.5em 0;   
   }
h5 {
   font-size: 130%;
   font-weight: bold;
   text-align: left;
   line-height: normal;
   margin: 1em 0;
   color: #c00;
   }
   
/* Form styles
---------------------------------------------------------------------------------------------- */
label {
    width: 90px;
    text-align: right;
	padding: 0;
    float: left;
    }
.formerror {
    border: 1px dashed #FFCC00;
    background-color : #FFFFCC;
    width: auto;
	margin-top: 1px;
    padding: 5px 0;
    }
.errortext {
    padding-left: 90px;
	font-size: 86%;
	color: #c00;
    }
#rightcol label {
   text-align: left;
   }
#rightcol .formerror {
   padding: 5px;
   }
#rightcol .errortext {
   padding-left: 0;
   }
.formfield {
   border: 1px solid #999;
   width: 15em;
   height: 18px;
   }
.textarea {
   border: 1px solid #999;
   }
.dropdown {
   border: 1px solid #999;
   }
input.redbutton {
   background:#c00;
   color:#fff;
   font-size: xx-small;
   margin: 5px 0 1em 1em;
   font-weight: bold;
   height: 26px;
   width: 128px;
   border:2px solid #f00;
   border-color:#f00 #900 #900 #f00;
  }
#orderform {
   margin: 2em 0 1em 0;
   border: 4px dashed #c00;
   background: #ffc;
   padding: 20px;
   }
#orderform h2 {
   margin: 0 0 1em 0;
   text-align: left;
   }
#orderform img {
   margin-right: 3px;
   }
#photo {
	float: left;
	margin-right: 2em;
	font-size: 90%;
	width: 200px;
	}
   
/* Paragraph, blockquote, etc. styles
---------------------------------------------------------------------------------------------- */
p {
   margin: 0 0 1.5em 0;
   }
p#skip {
   margin: 0 0 0 5px;
   font-size: 11px;
   line-height: normal;
   text-align: left;
   }   
blockquote {
   margin: 0;
   padding: 1em 2em 1em 5.5em;
   background: url("../images/blockquote_top.gif") no-repeat;
   }
.photo {
   padding: 1em 1.4em 1em 16px;
   background: url("../images/blockquote_top_photo.gif") no-repeat;   
   }
cite {
   margin-top: -1px;
   padding: 1.5em 0 1.5em 5.5em;
   background: url("../images/blockquote_bottom.gif") no-repeat;      
   font-style: normal;
   display: block;
   }
.blockquotephoto {
   float: left;
   padding: 3px 1.3em 13em 0;
   }

/* List styles
---------------------------------------------------------------------------------------------- */
ul, ol {
   margin: 1em 0 1.5em 2em;
   padding: 0;
   }
li {
   margin-bottom: 1em;
   }
.formerror li, .formerror ul {
   margin-bottom: 0;
   }

/* Link & anchor styles
---------------------------------------------------------------------------------------------- */
#skip a {
   color: #fff;
   background: transparent;
   }
#skip a:hover {
   color: #fc0;
   background: transparent;
   }
#print a {
   color: #999;
   }
.toplink {
   margin-top: 1em;
   color: #999;
   font-size: 80%;
   text-align: right;
   }
.toplink a {
   color: #999;
   }
.bottomlinks {
   text-align: center;
   font-size: 90%;
   }
.bottomlinks a {
   color: #666;
   }
#footer a {
   color: #fc0;
   }
   
/* Image styles
---------------------------------------------------------------------------------------------- */
.icons {
   float: left;
   margin: 3px 5px 0 0;
   }
.imageleft {
   margin: 3px 10px 5px 0;
   }
.imageright {
   margin: 3px 0 5px 10px;
   float: right;
   }
#print img {
   margin-right: 5px;
   } 
#robinheadshot {
   width: 138px;
   font-size: 86%;
   line-height: normal;
   }
#robinheadshot p {
   padding: .4em .4em 0 .4em;
   }

/* Miscellaneous style classes
---------------------------------------------------------------------------------------------- */
.buybutton {
   margin: 2em 0;
   text-align: center;
   }
.custombuy {
	margin: 2em auto 0 auto;
	padding: 11px 0 0 0;
	width: 215px;
	height: 66px;
    color: #fff;
	background: url("../images/button_custom_bg.jpg") no-repeat;
	text-align: center;
   }
.custombuy a, .custombuy a:visited {
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   }
.videotestimonial {
   height: 68px;
   background: url("../images/image_video_testimonial.jpg") no-repeat;
   margin-bottom: 2em;
   line-height: normal;
   }
#home .videotestimonial {
   width: 100%;
   font-weight: normal;
   }
#genius .videotestimonial {
   height: auto;
   }
.videophoto img {
   float: left;
   padding: 3px 2em 3em 15px;
   }
.download {
   border: 1px solid #999;
   background: #f8f8f8;
   padding: 1em;
   margin-bottom: 1.5em;
   }
.download div {
   border-left: 1px solid #999;
   padding-left: 1em;
   margin-left: 4em;
   }
.download img {
   float: left;
   }
.yellowbox {
   border: 2px dashed #fc0;
   background: #ffc;
   padding: 10px;
   margin: 1em 0;
   }
.yellowbox h5 {
   text-decoration: none;
   }
.graybox {
   border: 1px solid #ccc;
   background: #efefef;
   padding: 2em;
   font-family: "Courier New", Courier, mono;
   margin: 1em 0;
   }
.zerospam {
   float: right;
   width: 155px;
   position: relative;
   top: 0px;
   left: -40px;
   }
.lighttext {
   color: #999;
   }
div.clear {
   clear: both;
   }
.center {
   text-align: center;
   }
.hilightred {
   color: #c00;
   }
.highlight {
	background-color: #ff0;
	}
.yes {
   font-size: 200%;
   font-weight: bold;
   color: #c00;
   }  

/* Print style adjustments
---------------------------------------------------------------------------------------------- */

@media print {

body {
   font-size: 12pt;
   color: #000;
   background: #fff;
   }
#wrapper {
   width: 100%;
   padding: 0;
   border: 0;
   }
#header {
   background: #fff;
   border: 0;
   }   
.frustration, #lettertop, #letter, #footer, .testimonials {
   background: #fff;
   }
#content {
	padding: 0;
	width: 100%;
	}
#rightcolWrapper {
	float: none;
	padding: 0;
	width: 98%;
	}
blockquote {
   margin: 0;
   padding: 0;
   background: fff;
   }
.photo {
   padding: 0;
   background: fff;   
   }
cite {
   margin: 1em 0;
   padding: 0 0 0 2em;
   background: fff;      
   display: block;
   }
#footer {
   clear: both;
   margin-top: 1em;
   }
#toplinks, #print, leftcolWrapper, #leftcol, #nav, #skip, .blockquotephoto, .toplink, .bottomlinks {
   display: none;
   }
a:link, a:visited, a:hover, a:active {
   text-decoration: none;
   color: #000;
   background: transparent;
   }
   }