/*	
Theme Name: Earthly
Theme URI: http://trevorfitzgerald.com/introducing-earthly-wordpress-theme/
Description: Earthly incorporates a color scheme designed for sites that desire an eco-friendly or earthy theme.
Author: Trevor Fitzgerald
Author URI: http://trevorfitzgerald.com/
Version: 1.1
Tags: brown, green, tan, light, two-columns, right-sidebar, fixed-width, theme-options, threaded-comments, seasonal
*/

/* START RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* START FORM STYLE */
#commentForm .buttons {
	margin: 1em 0;
}

#commentForm .buttons a,
#commentForm .buttons button {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 0.5em 1em 0.6em 0.7em;
}
#commentForm .buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
}
#commentForm .buttons button[type] {
	padding: 0.5em 1em;
	line-height: 1.3em;
}
*:first-child+html button[type] {
	padding: 0.5em 1em;
}
#commentForm .buttons button img,
#commentForm .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

#commentForm button:hover,
#commentForm .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
#commentForm .buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

#commentForm button.positive,
#commentForm .buttons a.positive {
	color: #529214;
}
#commentForm .buttons a.positive:hover,
#commentForm button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
#commentForm .buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

#commentForm .buttons a.negative,
#commentForm button.negative {
	color: #d12f19;
}
#commentForm .buttons a.negative:hover,
#commentForm button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
#commentForm .buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

#commentForm input,
.searchInput,
#commentForm textarea {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	width: 60%;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 0.5em;
	margin: 0.5em 0;
}

#commentForm input.image {
	border: none;
	width: inherit;
}

#commentForm textarea {
	width: 70%;
	height: 8em;
}

#commentForm label {
	float: left;
	width: 7em;
	font-size: 0.8em;
	color: #8b8b8b;
	margin: 1em 0 0 0.4em;
}
/* END FORM STYLE */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #D6C484 url(images/bg.png) repeat;
	color: #444;
}

#header {
	background: #7D7A4C url(images/header-bg.png) repeat;
}

#title {
	padding: 1em 0;
}
	#title h2 {
		font-size: 2.4em;
		padding: 0.1em 0 0;
		line-height: 1.4em;
		width: 620px;
	}
		#title h2 a {
			color: #fff;
			text-shadow: 1px 1px 2px #bbb;
		}
		#title h2 a:hover {
			text-decoration: none;
		}
	#tagline {
		font-size: 1.2em;
		font-style: italic;
		color: #FAEFC8;
	}
	#connect {
		float: right;
	}
		#connect a {
			display: block;
			padding: 0.3em 1em;
			color: #fff;
			text-align: center;
			margin: 0 0 0.3em;
			font-size: 0.8em;
		}
			#connect .rss {
				background: #CC5042;
			}
			#connect .twitter {
				background: #33CCFF;
			}
			#connect .facebook {
				background: #3B5998;
			}

#title,
#nav,
#primary,
#footer,
#credits {
	margin: 0 auto;
	width: 905px;
}

#nav {
	background: #54472A;
	margin: 1em auto;
}
	#nav ul {
		float: left;
		margin: 0 1em;
		width: 650px;
		height: 52px;
	}
		#nav li {
			float: left;
			margin: 0.5em 0;
		}
			#nav a {
				display: block;
				padding: 0.8em;
				font-size: 0.9em;
				color: #fff;
			}
			#nav a:hover {
				background: #4C4026;
			}
	#nav .search {
		margin: 0 0 0 700px;
		padding: 5px 0 0;
	}
		#nav .search input {
			font-size: 0.8em;
			width: 150px;
		}

#primary {
	background: #faefc8;
}

#main {
	float: left;
	width: 590px;
}
#main,
#sidebar {
	padding: 2em;
}

#main h1,
#main h2 {
	font-size: 1.8em;
	margin: 0.3em 0;
}
	#main h2 a {
		text-decoration: underline;
	}
	#main h2 a:hover {
		text-decoration: none;
	}

#main h3,
#main h4,
#main h5,
#main h6 {
	margin: 0.8em 0;
}
	#main h3 {
		font-size: 1.4em;
	}
	#main h4 {
		font-size: 1.3em;
	}
	#main h5 {
		font-size: 1.2em;
	}
	#main h6 {
		font-size: 1.1em;
	}

.post {
	padding: 0 0 4em;
}

.postMeta {
	font-size: 0.9em;
	line-height: 2em;
}

.content img {
	margin: 1em;
}
.gallery img {
	padding: 0.5em;
}

.commentCount {
	float: right;
	text-align: center;
}
	.commentCount a {
		display: block;
		font-weight: bold;
		width: 44px;
		height: 26px;
		font-size: 0.8em;
		padding: 0.4em 0 0 0;
		background-image: url(images/commentBubble.png);
		background-repeat: no-repeat;
		background-color: #CECB8A;
		color: #666;
	}

.postdate {
	position: absolute;
	text-align: center;
	background: #faefc8;
	margin-left: -6em;
	padding: 1em;
}
	.day {
		font-size: 1.8em;
	}
	.month {
	}
	.year {
		font-size: 0.9em;
	}

.content {
	margin: 1em 0;
}

p {
	line-height: 1.7em;
	margin: 1.5em 0;
}

.content ol,
.content ul {
	line-height: 1.7em;
	margin: 1.5em 3em;
}

.content ol {
	list-style: decimal;
}

.content ul {
	list-style: disc;
}

.postPages {
	background: #EFDEA4;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
}
	.postPages span {
		font-weight: bold;
	}

#sidebar {
	margin-left: 650px;
	color: #ccc;
	font-size: 0.9em;
	color: #777;
}
	#sidebar .widget {
		margin: 2em 0;
	}

#sidebar .searchInput {
	width: 170px;
}

#sidebar img {
	border: 2px solid #7D7A4C;
	padding: 5px;
}

.widgettitle {
	color: #7D7A4C;
	font-size: 1.2em;
	margin: 0 0 1em;
}

#sidebar li {
	border-bottom: 0.1em solid #ddd;
}
	#sidebar li a {
		display: block;
		padding: 0.4em;
		line-height: 1.2em;
	}
	#sidebar li a:hover {
		background: #FFF8DF;
	}
	#sidebar li ul a {
		padding: 0.4em 0.4em 0.4em 1em;
	}
	#sidebar li ul li {
		border-bottom: none;
	}

#sidebar .rss-date {
	font-size: 0.9em;
	color: #aaa;
}

#sidebar .rssSummary {
	padding: 0.5em 0 1em 1em;
}

#sidebar #recentcomments li {
	padding: 0.4em;
}

#sidebar .widget_calendar {
	margin: 2em auto;
	text-align: center;
	color: #7D7A4C;
}
	.widget_calendar table {
		width: 80%;
	}
	.widget_calendar caption {
		font-weight: bold;
		margin: 0 0 0.5em;
	}
	.widget_calendar thead {
		background: #CECB8A;
		color: #fff;
	}
	.widget_calendar th,
	.widget_calendar td {
		padding: 0.2em;
	}
		.widget_calendar tbody a {
			display: block;
			font-weight: bold;
		}

.commentlist li {
	background: #e9e6b4;
	margin: 0 0 2em;
	padding: 1em;
}
	.commentlist li.author {
		background: #EEEFA4;
	}
.commentlist .name {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}
	.commentlist .name a {
		color: #0082ff;
	}
	.commentlist .date {
		font-size: 0.8em;
		color: #aaa;
	}
	.commentlist .comment-text {
		margin: 1em 0 0;
	}
.authorAvatar {
	float: left;
}
.avatar {
	padding: 0.3em;
	border: 0.2em solid #ddd;
}
.comment {
	margin: 0 0 1.4em 100px;
}
.comment-no-avatar {
	margin: 0 0 1.4em 0;
}
	.comment code {
		background: #fff;
		padding: 0.4em;
	}
.actions {
	float: right;
	color: #ddd;
}
	.actions a {
		 font-size: 0.8em;
		 font-style: italic;
	}
.cancel-comment-reply {
	float: right;
}
	.cancel-comment-reply a {
		 font-size: 0.8em;
	}
		.comment-text p {
			font-size: 0.9em;
		}
		.children li {
			border-left: 0.2em solid #DADC95;
			margin-left: 0.5em;
			padding-left: 0.5em;
		}

	.loggedIn {
		font-size: 0.8em;
		margin: 0 0 1em;
		color: #444;
	}

#footer {
	background: #7D7A4C url(images/header-bg.png) repeat;
	margin: 1em auto;
	color: #5F5747;
	font-size: 0.9em;
}
	#footer .widgettitle {
		color: #444;
	}
	#footer .widget {
		float: left;
		width: 240px;
		padding: 2em;
	}
	#footer ol,
	#footer ul {
		line-height: 1.7em;
	}
	#footer,
	#footer a {
		color: #D6C484;
	}

#credits {
	text-align: center;
	color: #777;
	font-size: 0.8em;
	padding: 1em 0;
}

blockquote {
	margin: 0 2em;
	padding: 0 0 0 1em;
	border-left: 0.2em solid #CECB8A;
	color: #333;
}

cite {
	font-size: 0.9em;
	font-style: italic;
}
	cite a {
		font-style: italic;
	}

pre {
	margin: 1em 3em;
	background: #f9f9f9;
	padding: 1em;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #CC5042;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.edit {
	float: right;
	font-size: 0.8em;
}

.success {
	margin: 1em;
	padding: 1em 1em 1em 3em;
	border: 1px solid #4f8a10;
	color: #4f8a10;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #dff2bf url(images/tick.png) no-repeat 1em 1em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 0.1em solid #ddd;
	text-align: center;
	background: #efefef;
	padding-top: 0.4em;
	margin: 1em;
}

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

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 0.4em 0.5em;
	margin: 0;
}
