/*

Psst! Em <-> Pixel reference here: http://jontangerine.com/silo/css/pixels-to-ems/

*/

html, body {
    background-image: url(../img/bg791w.gif);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #e5e3c6;
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    font-size: 100%;
    color: #666;
    height: 100%;
    text-align: center;
    }
    
 
a {
    /*
    color: #cc6600;
    */
    color: #c60;
    text-decoration: none;
    }

a:hover { text-decoration: underline; }

a img { border: 0; }

h2 { 
    font-size:  1.5em;
    font-weight: 100;
    /* previous!
    line-height: 1.438em;
    */
    line-height: 1.125em;
    color: black; 
    margin: 0 0 -15px 0;
    }
    

/*
#index h2 { margin-bottom: -20px; }
*
*/    
#index h2.nextpost { /* adulterate WP post headlines (after the uppermost) here */
    border-top: 20px solid white;
    }
    
h3 {
    font-size:  1.25em;
    font-weight: 100;
    line-height: 1.438em;
    color: black; 
    }
    
h3.o, h3.ono {
    font-size:  1.25em;
    font-weight: 100;
    line-height: 1.438em;
    color: #666633;
    }
    
 
h3.w {
    font-size:  1.25em;
    font-weight: 100;
    line-height: 1.438em;
    color: white; 
    }
    


/* 
p, h2 { 
    padding-left: 5px; 
    }
*/

p, td {
    font-size: 0.875em; 
    line-height: 1.375em;    
    }
    
/* Below styles apply to blog posts */   
.date { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.750em;
    margin: 18px 0 10px 0; 
    display: inline-block; 
    }
    
.date2 { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.750em;
    margin: 5px 0 0px 0; 
    display: inline-block; 
    line-height: 1.65em;
    text-align: center;
    }
    
p span.date { 
    margin: -2px 0 0px 0; 
    display: inline-block; 
    }
    

 
/* defaults */
a img, map, img { border: 0; }

/* wordpress add-ons for img wrap */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* devel */

/*div { border: 1px solid orange; }

/* #devel */

/* structure */
#body, #header  { width: 771px; }

#body { 
    /*
    position: absolute; 
    top: 160px;
    left: 0;
    */
    background: white;
    /* border-bottom: 10px solid #e5e5e5; */
    text-align: left;
    }

#container { 
    width: 771px;
    background: white;
    margin: 0 auto;
    position: relative;
    display: block;
    min-height: 96%; /* added for footer */   
    _height: 96%; /* ditto, for IE 6 */
    padding-bottom: 42px;  /* footer nestles in this space */
    }
    
#faqlist {
	margin-left: 20px;
	}

#header { 
    height: 150px;
    border-bottom: 10px solid white;
    position: relative;    
    }

#header #logo { 
    width: 180px;
    float: left; 
    }
    
#header #banner { 
    width: 591px;
    float: right;
    }
    
#header #banner img { float: left; }

#header #nav-row { 
    width: 591px;
    height: 35px;
    float: right;
    }

#header #nav-row img { float: left; } 

#main { 
    width: 391px;
    /* padding-left: 10px; */
    border-style: solid;
    border-width: 10px 10px 0 5px;
    border-color: white;
    float: left;
    }
    
#main p { padding-right: 10px; }

/* four-column page center table styles */    
#main table { 
    width: 390px; 
    margin-top: 10px;
    }

#main table td { 
    width: 300px;
    text-align: left;
    }
    
#main table td h3 { margin-top: -1px; }
    
#main table td.left { padding-right: 10px; }

#submain {
    width: 590px; 
    float: left; 
    margin-top: 10px;
    margin-left: 180px;
    clear: both;    
    }
    
#submain table { border-bottom: 60px solid white; }
    
#submain table td {
    width: 196px;
    padding-right: 10px;
    text-align: left;
    }
    
#submain table td h3 { margin-top: -1px; }

/* txt styles */   

#main table td p, #submain table td p { 
    font-family: Verdana, sans-serif; 
    font-size: 0.875em;
    padding-left: 0; 
    }
    
#main table td p strong, #submain table td p strong { 
    font-family: Verdana, sans-serif; 
    font-size: 1em;
    color: black;
    font-weight: bold; 
    line-height: 0.875em;
    }

/* ==||== */

#left {
    width: 180px;
    float: left;
    }
    
#left2 {
    width: 120px;
    float: left;
    text-align: center; /* center right-column elements... */
    }
    

    
#left p { /* left column caption copy */
    text-align: center; /* center right-column elements... */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.689em;
    padding: 0 0px;
    }
    
#left2 p { /* left column caption copy */
    /* see next item below for easier solution to this layout */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.689em;
    padding: 0 0px;
    }

div.caption img { /* applies to any image within a div of class caption */
    margin-bottom: 5px; /* just picked his up from the page */
    }
   

    
#right {
    width: 180px;
    max-width: 180px;
    float: right;
    text-align: center; /* center right-column elements... */
    }
   
#right p { /* right column copy */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.689em;
    padding: 0 4px;
    }

#clear {
    width: 100%; 
    height: 1px;
    clear: both;
    }
    
#footer {
    width: 770px;
    height: 41px;
    background: url(../img/footer.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: left;
    }
    
#footer p {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 0.625em;
    margin-left: 195px;
    padding-top: 5px;
    }
    
#footer p, #footer a { color: white; }


table.markets p strong, table.markets p.cheat em { 
    display: inline-block;
    padding-top: 10px; 
    margin-bottom: -3px;
    }

/*
table.markets p.nocheat strong {
    display: inline;
    padding: 0;
    margin: auto;
    }
    
table.markets p.nocheat {
    display: inline-block;
    padding-top: 7px; 

    }
*/    
table.markets h3.o, table.markets h3.ono { margin-bottom: -10px; }
table.markets p.cheat { margin-top: -4px; }

/* styles */
.caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.689em;
    padding: 0; /* FYI no 'px' after 0 */
    }

.blue { color: #3292ad; }
.green { color: #7a774e; }

/* online store */
p.over img { 
    margin-bottom: 25px; /* complements table nudge below */ 
    }
    
#main.checkout img.btw { margin: 10px 0; }

#main.checkout p.green { margin-bottom: -5px; }
    
#main.checkout select {
    width: 250px;
    margin-right: 10px;
    font-family: verdana, sans-serif;
    font-size: 0.750em;
    }
    
#main.checkout table {
    height: 20px;
    padding: 0;
    /* margin-top: -10px; */ /* IE only */
    display: block;
    clear: both;
    }

   
#main.checkout form { padding: 0; }   
#main.checkout input { padding: 0; }
#main.checkout p.caption { margin-top: -8px; }
/*
#main.checkout tr { height: 20px; }
*/

