/*
Theme Name: Code My Own Road Theme
Theme URI: http://www.codemyownroad.com
Description: Theme for Code My Own Road
Version: 1.0
Author: Josh Kohlbach
Author URI: http://joshkohlbach.com
Tags: CMOR
Template: quick-framework
*/

/* COMMON STYLES  */

body {
	font: 14px/22px 'Droid Serif', Times New Roman, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 1000px;
	color: #404040;
}

p {
	padding-bottom: 10px;
}

a, a:hover, a:visited {
	color: #0068eb;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 28px;
	line-height: 28px;
	color: #3c6403;
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 16px;
	line-height: 16px;
	color: #3c6403;
	text-decoration: none;
	font-weight: bold;
}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 14px;
	line-height: 14px;
	color: #3c6403;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

i, em { font-style: italic; }

b, strong { font-weight: bold; }

em b, b em, em strong, strong em, i strong, strong i, i b, b i {
	font-weight: bold;
	font-style: italic;
}

ol li {
	list-style: decimal inside;
}

ul li {
	list-style: disc inside;
	padding-bottom: 5px;
}

ol, ul {
	margin-bottom: 15px;
}

img {
	border: none;
}

input, textarea, select {
	display: block;
}

#header {
	height: 0px;
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: visible;
}

#primary-menu {
	height: 30px;
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: visible;
	background: #3e6505;
}

#body-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#content {
	width: 560px;
	height: auto;
	margin-top: 0px;
	padding-top: 20px;
	text-align: left;
	float: right;
	overflow: visible;
}

.content-full {
	width: 620px !important;
	height: auto;
	margin: 0px auto 0 auto !important;
	float: none !important;
	clear: both !important;
	text-align: left;
	overflow: hidden !important;
}

#primary {
	width: 280px;
	float: left;
	padding: 30px 0 20px 0;
	text-align: left;
	height: auto;
	overflow: visible;
}

#footer {
	height: 85px;
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 30px 0 0 0;
	background: #d5d5d5;
	font-size: 10px;
}

/* MENU */
#primary-menu ul {
	width: 900px;
	height: 30px;
	margin: 0 auto 0 auto;
	text-align: right;
}

#primary-menu ul li {
	float: right;
	list-style: none;
	padding-top: 5px;
}

#primary-menu ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#primary-menu ul li.underlineme a {
	text-decoration: underline;
}

#primary-menu ul li:hover a {
	text-decoration: underline;
	color: #e5ffdf;
}

/* LOGO */
#header-logo {
	float: left;
	margin-left: -50px;
}

#header-logo-full-page {
	float: left;
	margin-left: -5px;
}

/* SIDEBAR */
.sidebar li {
	list-style: none;
	padding-bottom: 30px;
}

.sidebar li h2 {
	color: #606060;
	font-size: 16px;
}

.sidebar li h2.subhead-title {
	color: #3C6403;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 24px;
}

.mailing-list-box {
	text-align: center;
	padding: 20px 15px 20px 15px;
	background: #feffee url('images/optin_bg.jpg') no-repeat left top;
	border: 1px solid #cccccc;
}

.mailing-list-box form, #mc_embed_signup {
	background: transparent !important;
}

.mailing-list-box .form-label {
	text-align: left;
	padding-left: 12px;
	padding-top: 10px;
}

.mailing-list-box .email {
	width: 210px;
	height: 25px;
	margin: 0 auto 10px auto;
}

.mailing-list-box .subscribe-button, #comments-submit, #end-of-post-subscribe-form .subscribe-button, #searchsubmit {
	height: 38px;
	width: 140px;
	color: #ffffff;
	background: transparent url('images/blue-button.png') 0 0;
	border: 1px solid #e5e5e5;
	font-weight: bold;
}

.mailing-list-box .subscribe-button {
	margin: 0 auto 0 auto;
}

.mailing-list-box .subscribe-button:hover, #comments-submit:hover, #end-of-post-subscribe-form .subscribe-button:hover, #searchsubmit:hover {
	background: transparent url('images/blue-button.png') 0 38px;
	cursor: pointer;
}

#searchform #s {
	height: 25px;
	margin: 5px 0 10px 0;
	width: 100%;
}

#searchform {
	padding: 0 10px 0 10px;
}

.business-guide-sidebar {
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}

.business-guide-img-left {
	float: left;
	padding-right: 15px;
}

.business-guide-img-right {
	float: right;
	padding-left: 15px;
}

.business-guide-heading {
	color: #000000;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
}

.business-guide-sidebar p {
	font-size: 14px;
	line-height: 18px;
}

/* CONTENT */
.google_adsense_top {
	width: 468px;
	margin: 20px auto 20px auto;
	overflow: hidden;
	position: relative;
}

.google_adsense_side {
	width: 168px;
	margin: 20px auto 20px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#content h1 {
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #eeeeee;
}

.content-full h1 {
	margin-bottom: 15px;
}

#content h2 {
	padding-bottom: 15px;
	padding-top: 5px;
	font-weight: bold;
	color: #3C6403;
}

#content h3 {
	padding-bottom: 10px;
	padding-top: 5px;
	font-style: normal;
	color: #000000;
}

#content p {
	padding-bottom: 10px;
}

#content .post {
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

#content .post h2 {
	padding-bottom: 10px;
	color: #3c6403;
}

.continue-reading {
	padding-bottom: 10px;
	font-style: italic;
	padding: 10px;
	background: #f1f1f1;
}

.alignleft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.alignright {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.aligncenter, .alignnone {
    float: none;
    text-align: center;
    display: block;
    margin: 15px auto 15px auto;
    overflow: hidden;
}

.little {
	font-size: 12px;
	font-style: italic;
	color: #909090;
}

.social-icons {
	padding-top: 10px;
	padding-bottom: 20px;
}

.add-to-cart-button {
	margin-top: 10px;
}

.add-to-cart-button a {
	height: 31px;
	width: 140px;
	color: white;
	background: transparent url('images/blue-button.png') 0 0;
	border: 1px solid #E5E5E5;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-top: 7px;
	margin-top: -7px;
	margin-right: 10px;
}

.add-to-cart-button:hover a {
	background: transparent url('images/blue-button.png') 0 38px;
	cursor: pointer;
}

.commentlist li, .pingpackslist li {
	list-style: none;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}

.commentlist li.byuser {
	background: #e5ffdf;
}

img.avatar {
	float: right;
	border: 5px solid #e5e5e5;
}

.comment-body {
	padding-top: 20px;
}

.commentlist li .comment-reply-link {
	padding-bottom: 10px;
	font-style: italic;
	padding: 10px;
	background: #e5e5e5;
	display: block;
	margin-top: 20px;
}

#comments {
	margin-top: 50px;
}

#comments h3 {
	font-size: 18px;
	line-height: 18px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	margin-top: 20px;
}

#comments .comments-pingbacks-heading {
	margin-top: 30px;
	font-style: italic;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

#end-of-post-subscribe-form {
	width: 90%;
	margin: 10px auto 20px auto;
	padding: 20px 20px 15px 20px;
	background: #feffee url('images/optin_bg_bottom.jpg') no-repeat center top;
	border: 1px solid #cccccc;
	text-align: center;
}

#end-of-post-subscribe-form .subscribe-button {
	display: inline;
}

#end-of-post-subscribe-form .email {
	height: 25px;
	display: inline;
}

.product-container {
	display: block;
	margin-bottom: 80px;
	float: left;
}

a.credit, a.credit:hover, a.credit:visited {
	text-align: right;
	font-size: 10px;
	color: #808080;
	float: right;
}

.start_here_topic_button_link {
	float: none;
	display: inline-block;
	height: 138px;
	width: 210px;
	margin: 5px;
	background-position: left bottom;
	background-repeat: no-repeat;
} 

.start_here_topic_button_link:hover {
	background-position: left top;
	cursor: pointer;
}

.sidebar_topic_button {
	float: none;
	display: inline-block;
	height: 52px;
	width: 210px;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 5px;
}

.sidebar_topic_button:hover {
	background-position: left top;
	cursor: pointer;
}

/* FOOTER */
#footer a, #footer a:visited, #footer a:hover {
	color: #404040;
}

#footer img {
	vertical-align: middle;
}

