/*  
Theme Name: Direct Response
Author URI: http://corymiller.com
Version: 1
Author: Cory Miller
Description: Direct Response Web 2.0 is a two column, widget-ready, web 2.0 theme, based on copywriter Ray Edwards' blog.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
    background: #ffffff url(images/background03.jpg) top center repeat-x;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    margin: 0px;
    }

body * {margin: 0px; padding: 0px;}

a, a:visited { 
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
    }
a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    }
#container { 
    background: transparent;
    width: 860px;
    text-align: left; 
    margin: 0px auto 20px auto; 
    padding: 0px;
    overflow: hidden;
    }
#header {
    width: 860px;
    height:131px;
    overflow: hidden;
    background: transparent;
    padding: 0px;
    text-align: center;
    position:relative;
    }   
#header h2 {
    color: #ffffff;
    font-size: 23pt;
    font-family:  Arial, Helvetica, Verdana, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    text-indent: 30px; 
    padding: 40px 0px 0px 0px;
    }

#header h2 a { color: #ffffff; text-decoration: none; }

#header h2 a:hover { color: #ffffff; }

#header h3 {
    color: #000000;
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    }

.mugshot {
    position: absolute;
    top: 0px;
    right: 15px;
    }

#menu { 
    margin: 0px;
    line-height:44px;
    text-align: center;
    }
#menu img{ border: none; }
#menu h2 {
    color: #ffffff;
    font-size: 15px;
    font-family:  Arial, Helvetica, Verdana, Sans-Serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    }
#menu li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }
        
#menu ul {
    margin: 0px;
    }
    
#menu ul li a {
    font-family:  Arial, Helvetica, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 20px 14px 20px;
    margin: 0px;
    text-decoration: none;
    }

#menu ul li a:hover {
    color: #ff3300;
    background: #e0e0e0;
    padding: 13px 20px 14px 20px;
    }

* html #content { width: 500px; min-height: 500px; margin: 0px; margin-top: 38px; margin-bottom: 30px;
clear: both; }

#content { 
    display: block;
    background: #ffffff;
    width: 530px; 
        margin: 0px;
    margin-top: 38px;
        margin-bottom: 30px;
    float: left; 
    position:relative;
    padding: 0px;
    clear: both;
        }
#content p{
    margin: 0px;
    line-height: 18px;
    padding: 0px 0px 10px 0px;
    }
    
#content p img{
    border: none;
    padding: 0px 10px 10px 0px;
    }
#content h1 {
    color: #ff9900;
    font-size: 21px;    
    font-family:  Arial Bold, Helvetica Bold, Verdana, Sans-Serif;;
    font-weight: bold;
    margin: 0px;
    line-height: 120%;
    font-variant: normal;
    text-transform: uppercase;
    }
#content h1 a  {
    color: #ff9900;
    text-decoration: none;
    }

#content h1 a:hover { color: #000000; }
#content h1 span { 
    color: #666666;
    font-style: italic;
    }

#content h1 span a, h1 span a:visited { color: #666666; }
    
#content h1 span a:hover { color: #000000; }

#content h2 {
    color: #ff9900;
    font-size: 18px;    
    font-family:  Arial Bold, Helvetica Bold, Verdana, Sans-Serif;;
    font-weight: bold;
    margin: 0px;
    line-height: 120%;
    font-variant: normal;
    text-transform: uppercase;
    }
#content h2 a  {
    color: #ff9900;
    text-decoration: none;
    }

#content h2 a:hover {
    color: #000000;
    text-decoration: none;
    }

#content h3 {
    color: #333333;
    font-size: 14px;
    font-family:  Arial Bold, Helvetica Bold, Verdana, Sans-Serif;;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    line-height: 120%;
    border-bottom: 1px solid #ff9900;
    }
#content h3 a  {
    color: #333333;
    text-decoration: none;
    }

#content h3 a:hover {
    color: #2397E9;
    background: #ffffff;
    text-decoration: underline;
    }

#content ol {
    list-style-type: decimal;
    line-height: 18px;
    margin: 0px;
    padding: 0px 0px 10px 30px;
    }
#content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    }

    
#content li {
    margin: 0px;
    padding: 0px;
    }
    
#content ul li {
    list-style: square inside;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px 0px 0px;
    }
    
#content ul li a {
    color: #666666;
    text-decoration: underline;
    }

#content ul li a:hover {
    color: #000000;
    }
blockquote{
    margin: 0px 0px 0px 25px;
    padding: 0px 25px 0px 10px;
    font-style: italic;
    color: #666666;
    border-left: 1px solid #cccccc;
    }
    
#content blockquote p{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    }

.post { 
    padding: 20px 30px 20px 30px;
    border: 1px solid #666666;
        overflow: visible;
    }

#post { 
    padding: 20px 30px 20px 30px;
    border: 1px solid #666666;
        overflow: visible;
    }

.postspace {
    width: 440px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    }
.postspace2 {
    width: 440px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    }
.postspace3 {
    width: 440px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    }

#emailbox {
    background: #000000 url(images/emailbox.gif) top center repeat-x;
    color: #ffffff;
    margin: 0px;
    padding: 20px;
    }

* html #emailbox { 
    position:relative;
    top: 10px;
    bottom: 10px;
    margin: 0px 0px 10px 0px; 
    background: #000000; 
    }

* html #.emailboxtext { padding: 10px 0px; margin: 0px; }

.emailboxtext {
    color: #ffffff;
    font-size: 21px;
    font-family: Arial Bold, Helvetica Bold, Verdana, Sans-Serif;
    font-weight: bold;
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    text-transform: uppercase;
    }

#sidebar { 
    display: block;
    color: #000000;
    width: 295px;
    float: right; 
    position:relative;
    margin: 38px 0px 30px 0px;
    padding: 0px;
    text-align: left;
    }
* html #sidebar { width: 295px; margin: 28px 0px 30px 0px; }

#sidebar p{
    margin: 0px;
    line-height: 16px;
    padding: 5px 0px 10px 0px;
    }

#sidebar img {
    margin: 0px;
    line-height: 16px;
    padding: 0px 5px 5px 0px;
    }

#sidebar h2 {
    color: #333333;
    font-size: 21px;
    font-family:  Arial Bold, Helvetica Bold, Verdana, Sans-Serif;;
    list-style: none;
    padding: 25px 0px 5px 0px;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px dotted #cccccc;
    }

#sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    }
    
#sidebar li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
    
#sidebar ul li {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    }
#sidebar ul li a {
    color: #2397E9;
    font-weight: bold;
    text-decoration: underline;
    }

#sidebar ul li a:hover {
    color: #000000;
    text-decoration: none;
    }
#sidebar ul li ul li { padding: 8px 0px 0px 10px; }

#sidebar ul li ul li a { color: #2397E9; }

* html #footer { padding: 20px; clear: both; margin: 0px; margin-top: 30px;  }

#footer { 
    color: #ffffff;
    background: #333333;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    
    border-top: 3px solid #000000;
    margin: 0px;
        margin-top: 30px;
        overflow: hidden;
    }
#footer a {
    color: #FFFFFF;
    text-decoration: underline;
    }
#footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
    }
