/*
Theme Name: Greene Township
Description: Please contact <a href="mailto:darla@ctinetworks.com">darla@ctinetworks.com</a> with any issues you may have.
Version: 1.0
Author: CTI Networks, Inc.
Author URI: http://www.ctinetworks.com
*/

@import "css/reset.css";


/** Colors
Grey: #c0c0c0
Yellow: #ffc924
Green: #00520a
Dark Green: #013707
end Colors **/

body {
	background: #c0c0c0;
	color: #000;
	font: 100%/1.2 arial, helvetica, sans-serif;
}

a {
	color: #00520a;
 }

a:visited {
	color: #013707;
}

/** Layout **/
#container {
    width: 910px;
	margin: auto;
	overflow: hidden;
	background: #fff url(images/containerbg.jpg) repeat-y;
}

h1 a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	width: 910px;
	height: 110px;
}

h1 a:focus {
	outline: 0;
}

.breadcrumbs {
	background: #00520a;
	color: #fff;
	padding: 6px 5px 7px 0;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.breadcrumbs a {
	color: #fff;
}

#content {
	width: 703px;
	float: right;
}

#sidebar {
	width: 207px;
	float: left;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	background: url(images/footerbg.jpg) no-repeat;
	height: 40px;
}

#footer p {
	padding: 10px;
}
/** end Layout Styles **/


/** Post **/
.post {
    font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 20px;
}

.post h2 {
    color: #013707;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}

.post h2 a, .post h3 a {
    color: #013707;
	text-decoration: none;
}

.post h2.pagetitle {
    margin-bottom: 15px;
}

.home h2.pagetitle {
	display: none;
}

.post h3 {
    margin-top: 10px;
	font-size: 1.4em;
	color: #00520a;
}

.post h4 {
	font-size: 1.2em;
}

.post h1{
	background: url();
	text-indent: 0px;
	width: auto;
	height: auto;
	font-size: 2.0em;
	line-height: 2.0em;
}

.post p {
    margin: 1.0em 0;
}

p.postdate {
    color: #666;
	margin: 0;
}

.entry {
	overflow: hidden;
}

.post ol li {
    margin-left: 40px;
	list-style: decimal outside;
}

.post ul, .post ol {
	margin: 10px;
}

.post ul ul, .post ul ul ul, .post ul ul ul ul, .post ol ol, .post ol ol ol, .post ol ol ol ol {
	margin: 0 10px;
}

.post ul li {
    margin-left: 40px;
	list-style: disc outside;
}

.post blockquote {
    border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}

.post cite {
    text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.post img {

}

.postmetadata {
    clear: both;
	text-align: right;
	font-size: 0.9em;
}

.navigation {
	margin: 20px;
	font-size: 0.8em;
	overflow: auto;
}

table td {
	padding: 5px;
	vertical-align: top;
}

#newsletter {
	clear: both;
	width: 200px;
	float: right;
	text-align: center;
}

#newsletter h3 {
	font-size: 0.9em;
}

.required {
	color: red;
	font-weight: bold;
}


/** end Post Styles **/

/** Sidebar **/
.widget {
    font-size: 0.8em;
	line-height: 1.3em;
	border-top: 1px solid #00520a;
}

.widget a {
	display: block;
	width: 197px;
	border-bottom: 1px solid #00520a;
	text-decoration: none;
	padding: 5px;
	color: #fff;
}

.widget a:hover {
	background: #FFCA24;
	color: #000;
}

.widgettitle {
	display: none;
}

#sidebar ul li ul li ul li a {
	padding-left: 20px;
	width: 177px;
}


/** end Sidebar Styles **/

/** Links **/
.post ul li.linkcat {
	list-style: none;
}
.post ul li ul li {
	list-style: disc;
	line-height: 1.6em;
}
/** end Link Styles **/

/** Gallery **/
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/** end Gallery Styles **/

/** Comment **/
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
#comments-area cite {
    text-align: left;
	display: inline;
	margin: 0;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
h3.comments, #respond h3 {
	padding: 10px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/** end Comment Styles **/

/** Caption **/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/** End Caption Styles **/

/** Miscellaneous **/
.breadcrumbs {
	text-align: right;
	font-size: 0.8em;
}


hr {
	border: 0;
	background: #666;
	height: 1px;
	margin: 40px 0;
}

small {
	font-size: 0.8em;
}

.clear {
    clear: both;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
    margin: auto;
	display: block;
}

.txtaligncenter, .center {
    text-align: center;
}

/* Sets the Visual editor background to white */
body.mceContentBody {
  background: #FFF url() !important;
}
/** end Miscellaneous Styles **/