/*  
Theme Name: Clean Copy
Author URI: http://corymiller.com
Version: 1
Author: Cory Miller
Description: Clean Copy 2 Column is a clean blue, grey and white theme designed for blog content and sharp simplicity.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Header photo by Ville Miettinen, used with permission
*/


body {
	background: #FAFBDB;
	color: #000;
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #0000ff;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #0000ff;
	}
#container { 
	background: #ffffff;
	width: 860px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	border: 1px solid #000000;
	overflow: hidden;
	}
#header {
	background: #ffffff url(images/header.jpg) top center no-repeat;
	padding: 110px 185px 25px 210px;
	text-align: left;
	}	
#header h2 {
	color: #000000;
	font-size: 50px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h2 a {
	color: #000000;
	text-decoration: none;
         font-weight: bold;
	}

#header h2 a:hover {
	color: #FF0000;
	text-decoration: none;
         font-weight: bold;
	}

#header h3 {
	color: #CC2325;
	font-size: 22px;
        font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	text-indent: 0px; 
	margin: 0px;
	}

#header p {
       color: #0000FF;
       font-weight: bold;
       font-size: 19px;
       font-family: Arial, Verdana, Sans-Serif;
       text-indent: 0px;
       margin: 0px;
       }

#menu { 
	background: #CC2325;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-bottom: 2px solid #000000;
         border-top: 1px solid #000000;
         font-size: 13px;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	padding: 8px 16px 8px 16px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #000000;
	padding: 8px 16px 8px 16px;
	text-decoration: none;
	}



#content { 
	display: block;
	background: #ffffff;
	width: 540px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	float: left; 
	position:relative;
	padding: 0px 0px 15px 0px;
	}
#content p{
	margin: 0 0 1.5em;
	line-height: 1.6em;
	font-size: 1.2em;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #0000FF;
	font-size: 22px;	
	font-family: Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0 0 7px 0;
         padding: 0px 0px 5px 0px; 
	line-height: 120%;
	font-variant: normal;
	}
	
#content h1 a  {
	color: #0000FF;
	text-decoration: none;
         font-weight: bold;
         text-decoration: none;
	}

#content h1 a:hover {
	color: #ff0000;
	background: none;
         font-weight: bold;
	text-decoration: underline;
	}

#content h1 a:visited {
	color: #0000FF;
	background: none;
         font-weight: bold;
	text-decoration: none;
	}

#content h2 {
	color: #000000;
	font-size: 22px;	
	font-family: Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
         padding: 0px 0px 5px 0px; 
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #000000;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #ff0000;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
	}

#content h4 {
         color: #CC2325;
         font-size: 20px;
         font-weight: bold;
         margin: 0 0 0.5em;
         text-transform: none;
         }

#content h4 a  {
	color: #CC2325;
	text-decoration: none;
	}

#content h4 a:hover {
	color: #CC2325;
	background: none;
        font-weight: bold;
	text-decoration: none;
	}

#content h4 a:visited {
	color: #CC2325;
	background: none;
        font-weight: bold;
	text-decoration: none;
	}

#content a {
         color: #0000FF;
         font-weight: normal;
         text-decoration: underline;
         }

#content a:hover {
         color: #000000
         font-weight: normal;
         text-decoration: none;
         }

#content a:visited {
         color: #0000FF;
         font-weight: normal;
         text-decoration: underline;
         }



#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}

#content ol li {
	margin: 0.3em 0;
	padding: 5px 0px 0px 25px;
         line-height: 1.4em;
         font-size: 1.2em;
	}

#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: 0.3em 0;
	padding: 5px 0px 0px 25px;
         line-height: 1.4em;
         font-size: 1.2em;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

.link {
        color: #3300FF;
        text-decoration: underline;
        }

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.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;
	}


#sidebar { 
	display: block;
	color: #000000;
	width: 190px;
	float: left; 
	position:relative;
	margin: 10px;
	padding: 15px;
	text-align: left;
	border: 2px solid #CC2325;
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	color: #000000;
	font-size: 15px;
	font-family: Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
	}
#footer { 
	background: url(/images/footer2.jpg) top center no-repeat;
	font-weight: normal;
        font-size: 11px;
	padding: 10px;
        height: 160px;
	text-align: left;
	clear: both;
	border-top: 12px solid #000000;
	border-bottom: 12px solid #000000;
	}
#footer a {
	color: #000000;
	text-decoration: none;
        font-weight: normal;
	}
#footer a:hover {
	color: #000000;
        font-weight: normal;
	text-decoration: underline;
	}

img.left {
clear:left;
float:left;
margin:0.5em 10px 0.5em 0pt;
padding:3px;
}

img.right {
clear:right;
float:right;
margin:0.5em 0pt 0.5em 10px;
padding:3px;
}

img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; float: none; clear: both; }

#estimate {
	background: #FAFBDB;
        border: 1px dashed #000000;
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
         padding: 10px;
	}

#estimate a  {
	color: #000000;
	text-decoration: none;
	}

#estimate a:visited  {
	color: #000000;
	text-decoration: none;
	}

#article {
        background:#CCCCCC none repeat scroll 0 0;
        border:3px #000000;
        color:#000000;
        font-family:Arial,Verdana,Sans-Serif;
        font-size:12px;
        margin:0 0 25px 0;
        padding:20px;
        }

.paypal {
        text-align: center;
        }

#sitelinks {
        text-align: center;
        font-family: Arial, Verdana, Sans-Serif;
        font-size:9px;
        padding: 5px;
        }

#sitelinks a  {
	color: #000000;
	text-decoration: none;
	}

#sitelinks a:visited  {
	color: #000000;
	text-decoration: none;
	}


#youtube {
        text-align:center;
        padding: 0px 0px 20px 0px;
        }

#bestcontact {
        background: #FAFBDB;
        }