/* @override http://www.themodularblog.com/wp-content/themes/cutler-blog/style.css */

/* @override http://douglascutlerarchitects.com/wp-content/themes/cutler-blog/style.css */

/*
Theme Name: ModGreen
Description: Inspired by DevArt.
Version: 1.0
Author: Coldfire
Author URI: http://coldfireinc.com/
Tags: fixed width, two columns, widgets, coldfire

	This theme was designed and built by Nate Kruska of Coldfire, Inc.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ul li, ol li {
	list-style: none;
	list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img {
	border: none;
}
/* Body
-------------------------------------------------------------------*/
body {
	font: 12px/18px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background: #071503 url(images/grass_bg.jpg) no-repeat fixed center 0;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
	font-size: 30px;
}
h2 {
	line-height: 24px;
	font-size: 20px;
	padding-top: 5px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
h1 span {
	color: #999;
}
a {
	color: #11700d;
}
a:hover {
	color: #3b5a4a;
}
a:visited {
	color: #3b5a4a;
}
p {
	margin-bottom: 10px;
}
input, textarea {
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
blockquote {
	font: italic 14px/22px Georgia, Serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2;
}
.clear {
	clear: both;
	height: 0;
}
/* Container
-------------------------------------------------------------------*/
#container {
	width: 900px;
	padding-bottom: 10px;
	margin: 0 auto;
	overflow: hidden;
}
#container #wrapper {
	width: 900px;
	float: left;
	overflow: hidden;
	background: url(images/wrapper_bg.png) repeat 0 0;
}
/* Header
-------------------------------------------------------------------*/
#header {
	width: 900px;
	height: 180px;
	background: url(images/modular-grass_02.jpg) no-repeat fixed center top;
	float: left;
	position: relative;
}
#header .header-title {
	height: 40px;
	vertical-align: bottom;
	padding: 30px 0 0 151px;
	position: absolute;
	top: 0;
	display: none;
}
#header h1 {
	font: 30px Verdana;
	margin-bottom: 0;
	text-transform: capitalize;
}
#header h1 a, #header h1 a:visited, #header h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#header h1 span {
	padding-left: 10px;
	font-size: 11px;
	color: #ccc;
}
/* Search
-------------------------------------------------------------------*/
#search {
	float: right;
}
#search input {
	border: 0;
}
#search #s {
	width: 148px;
	padding: 4px 0 4px 22px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search-text.gif) no-repeat 0 0;
}
#search #searchsubmit {
	width: 35px;
	height: 22px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat 0 0;
}
/* Navigation
-------------------------------------------------------------------*/
#nav {
	width: 900px;
	height: 42px;
	float: left;
	background: url(images/nav_bg.jpg) repeat-x;
	position: relative;
	border-bottom: 1px solid #666;
}
#nav ul {
	margin-left: 10px;
	position: absolute;
	bottom: -1px;
	overflow: hidden;
	height: 33px;
}
#nav ul li {
	float: left;
	margin-right: 3px;
	padding-left: 7px;
}
#nav ul li.current_page_item {
	background: url(images/nav-tab-left.gif) no-repeat;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 0 15px 0 8px;
	font: bold 12px/33px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#nav ul li a:hover {
	color: #11700d;
}
#nav ul li.current_page_item a {
	background: url(images/nav-tab-right.gif) no-repeat top right;
	color: #555;
}
#nav #feed {
	position: absolute;
	right: 15px;
	top: 12px;
	height: 19px;
	padding-left: 37px;
	color: #544626;
	display: block;
	background: url(images/feed.gif) no-repeat;
	text-decoration: none;
}
/* Content
-------------------------------------------------------------------*/
#content {
	width: 585px;
	float: left;
	padding: 40px;
}
#content img {
	border: 1px solid #ccc;
}
#content .post {
	margin-bottom: 40px;
}
#content .post p {
	text-indent: 20px;
	font-size: 14px;
	line-height: 20px;
}
#content .post h1 a {
	text-decoration: none;
	color: #333;
}
#content .post h1 a:visited {
	color: #aaa;
	text-decoration: none;
}
#content .post h1 a:hover {
	text-decoration: none;
	color: #888;
}
#content .post h2 {
	margin-bottom: 20px;
}
#content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
#content .post-list li {
	list-style: none;
}
#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #777;
	margin-bottom: 20px;
	background: #badeeb url(images/nav_bg.jpg) repeat-x 0 top;
	position: relative;
	padding: 6px 5px 5px;
	border: 1px solid #ccc;
}
#content .post .post-info a {
	color: #333;
	text-decoration: none;
}
#content .post .post-info a:hover {
	color: #555;
	text-decoration: none;
}
#content #pages {
	text-align: center;
}
#content #pages a {
	font: bold 20px "Trebuchet MS";
	color: #414d4c;
	text-decoration: none;
}
#content #pages a:hover {
	color: #1e2726;
}
#content ul, ol, dl {
	margin-bottom: 20px;
}
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 235px;
	float: left;
	font-size: 11px;
	color: #fff;
}
#sidebar h3 {
	font: normal 18px Verdana, Arial, Sans-Serif;
	color: white;
}
#sidebar a {
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover {
	color: gray;
}
#sidebar .block {
	width: 206px;
	padding: 15px;
	overflow: hidden;
	border-bottom: 1px solid #555;
}
#sidebar .block li {
	background: url(images/arrow.gif) no-repeat 2px 8px;
	padding-left: 12px;
}
/* Calendar */
#sidebar .block #calendar_wrap a {
	
}
#sidebar .block #calendar_wrap .pad {
	background: none;
}
#sidebar .block #calendar_wrap #prev {
	background: none;
}
#sidebar .block #calendar_wrap #next {
	background: none;
}
#sidebar .block #calendar_wrap table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar .block #calendar_wrap table th {
	width: 14.2%;
}
#sidebar .block #calendar_wrap table td {
	width: 14.2%;
	background: #d6ded4;
	text-align: center;
	color: #888;
}
/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom {
	width: 900px;
	height: 20px;
	float: left;
	background: url(images/nav_bg.jpg) repeat-x 0 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
/* Comments
-------------------------------------------------------------------*/
.comments-title {
	text-align: center;
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva;
	color: #414d4c;
}
#comments .comment {
	margin-bottom: 10px;
	overflow: hidden;
	background: #88bfd3 url(images/nav_bg.jpg) repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
	color: #555;
}
#comments .comment .comment-avatar {
	width: 50px;
	padding: 5px 7px;
}
#comments .comment .comment-content {
	padding: 10px 15px;
	margin: 5px 0 0;
	background: white url(images/comment_bg.jpg) repeat-x;
}
#comments .comment .comment-content a {
	color: #444;
}
#comments .comment .comment-info {
	font-size: 11px;
	color: #777;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;
	padding-right: 10px;
	margin-bottom: 5px;
}
#comments .comment .comment-info a {
	color: #444;
	text-decoration: none;
}
/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	background: #88bfd3 url(images/nav_bg.jpg) repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
	color: #555;
}
#commentform p {
	margin-bottom: 7px;
}
#commentform textarea {
	width: 99%;
	border: 1px solid #aaa;
	height: 120px;
}
#commentform input.text {
	width: 150px;
	border: 1px solid #aaa;
	margin-right: 5px;
	padding: 3px 3px;
}
#commentform input#submit {
	padding: 3px 10px;
}
/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 900px;
	float: left;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
}
#footer-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer-inner ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer-inner ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
}
#footer-inner ul li:first-child {
	border-style: none;
}
#footer p {
	margin: 0;
	color: #d6ded4;
	clear: both;
}
#footer li a {
	color: #fff;
	padding-right: 4px;
	padding-left: 5px;
	text-decoration: none;

}
#footer a:hover {
	color: #d6ded4;
	text-decoration: underline;
}
/* Other pgaes */
.before-after-box {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
}
.before-after-box p {
	line-height: 20px;
	font-size: 14px;
}
.before-after-box h3 {
	font-size: 22px;
	border-bottom: 1px dotted silver;
	font-weight: normal;
	font-style: normal;
	color: #555;
}
.before-after-box .before-pic {
	float: left;
	padding: 10px 5px 0;
	text-align: center;
	background-color: #ddd;
	border: 1px solid #aaa;
	margin-right: 15px;
	margin-bottom: 5px;
}
.before-after-box .after-pic {
	padding: 10px 5px 0;
	text-align: center;
	background-color: #ddd;
	border: 1px solid #aaa;
	margin-right: 15px;
	clear: both;
}
#content .before-after-box .after-pic img, #content .before-after-box .before-pic img {
	border: 1px solid #aaa;
}
#content .before-after-box .before-pic p.wp-caption-text, #content .before-after-box .after-pic p.wp-caption-text {
	margin: 0;
	padding: 0 0 5px;
}
#content #byline {
	float: left;
	margin-right: 50px;
}
#content .contact-info {
	text-align: left;
	margin-right: 30px;
	margin-left: 300px;
}
#content .more-story {

	height: 22px;
	float: left;
	padding: 2px 0 0 4px;
	margin: 7px 0 0;
}
#content .more-story span {
	background: url(images/readmore_bg_02.gif) no-repeat right top;
	height: 18px;
	width: 0;
	padding: 5px 15px 4px 13px;
}
#content .more-story a {
	height: 18px;
	background: url(images/readmore_bg_01.gif) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 5px 0 4px 4px;
}
#content .more-story a:hover {
	color: white;
}
a.more-link {
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
}
a.more-link:hover {
	color: gray;
}
.link-code {
	font-family: "Courier New", Courier, mono;
	padding: 10px;
	margin: 20px 50px;
	font-weight: bold;
	border: 1px solid #777;
	background-color: #ddd;
}
.resources-wrapper {
	clear: both;
	padding-top: 30px;
}
#content .post .resources-wrapper p {
	text-indent: 0;
}
/* Forms */
#newsletter-reg .cform {
	width: auto;
}
#newsletter-reg .cform, #newsletter-reg .cform fieldset, #newsletter-reg .cform fieldset .cf-ol li {
	background-color: transparent;
	border-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#newsletter-reg .cform fieldset label, #newsletter-reg .cform fieldset .emailreqtxt, #newsletter-reg .cform fieldset .reqtxt {
	display: none;
	margin: 0;
	padding: 0;
}
#newsletter-reg .cform fieldset .cf-ol input {
	width: 199px;
	margin-bottom: 3px;
}
#newsletter-reg .cform input.sendbutton {
	width: 69px;
	font-weight: bold;
	float: left;
	margin: 0;
}
#cformsform .cf-fs1, #cforms3form .cf-fs1 {
	background: #88bfd3 url(images/nav_bg.jpg) repeat-x;
	border: 1px solid #ccc;
	padding: 20px;
}
#cformsform .sendbutton, #cforms3form .sendbutton {
	background: #88bfd3 url(images/nav_bg.jpg) repeat-x;
}