/*  
Theme Name: Good Clean Sales
Description: Originally based on the Corporate wordpress theme.
Version: (1.4.1)
Author: Josh Korwin (based on Ori Pearl's work)
Author URI: http://www.threestepsahead.com/
Tags: 
*/

body
{
	background: #666666 url('images/pattern_016_modified.gif');
	font-size: 11px;
	color: #525252;
	margin:0px;
}

h2, a
{
	color: #525252;
}

pre, code {white-space: normal;}

#topspace {
	height:37px;
	background-color:#e9d05a;
}

#top
{

	text-align: right;
	/*height: 24px;*/
	height:auto;
}


#contenttop
{
	background: transparent url('images/header.png') no-repeat 0 0;
	height: 204px;
	border:#FFF 2px solid;
	border-left:0px;
	border-right:0px;
}

#contentwrapper
{
	/*background: transparent url('images/contentbg.png') repeat-y 0 0;*/
	background: #e9d05a;

}

#contentwrapper .menu
{
	padding-top: 7px;
	height:61px;
	/*background:url(images/dottedline_01_h.png) repeat-x;
	background-position:bottom;*/
	border-bottom:dotted #f6863e 3px;
}

#contentwrapper .menu ul
{
	margin-top: 20px;
	margin-left:115px;
	width:650px;
}


#contentwrapper .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 60px;
}

#contentwrapper .menu a
{
	text-decoration: none;
	color: #fff;
}

#contentwrapper .menu a:hover
{
	color: #000;
}

#header
{
	height: 50px;
}

#header #title
{
	
}

#header #title .logo
{
	float: left;
}

#header #title #blogtitle
{
	margin-left: 68px;
}

#header #title h1
{
	font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
}

#header #title h2
{
	font-size: 14px;
	color: #525252;
}

#searchbar
{
	margin-top: 13px;
	float:right;
	width:170px;
}

#introcontainer
{
	margin-top: 0px;
}

#intro
{
	
	height: 200px;
	/*background: url('images/introbg.jpg') no-repeat 0 0;*/
	margin-left: 7px;
}


#intro #introtext
{
	float: left;
	height: 165px;
	margin: 20px auto auto 20px;
	overflow: hidden;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;
}

#intro #introtext p
{
	font-size: 16px;
}

#intro #introicon
{
	float: right;
	margin: 35px 50px;
}

.post
{
	/*background: #fafafa;

	border: solid 1px #eeeeee;*/
	margin: 0px 5px 20px 5px;	
	padding: 100px 15px 15px 60px;	
	_padding: 92px 7px 7px 52px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
	background: #ffe97f;
	border: solid 1px #333333;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
	background: #ffe97f;
	border: solid 1px #333333;
	
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	/*background: #fafafa;
	border: solid 1px #eeeeee;	*/
	border-left:dotted #f6863e 3px;
	padding: 100px 17px 17px 50px;
	margin: 0px 5px 20px 5px;
	_margin: 0px 0px 20px 0px;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	margin-bottom: 40px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-weight:bold;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#footer
{
	height: 52px;
	/*background: url('images/bottombg.png') no-repeat 0 0;*/
	background-color: #e9d05a;
}

.searchform #searchbox
{
	float: left;
	background: #ffe97f;
	border: solid 1px #333333;
	width: 120px;
	height: 14px;
	font-size: 11px;
}

.searchform #searchbutton
{
	height: 18px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton2.png') no-repeat 0 0;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}