/*
Theme Name: Permaculture Marin
Description: Design for Permaculture Marin
Author: Dustin Kahn
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* START STYLES */
body {
	background:url('images/bg.jpg') repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#444444;
}
p {
	margin-bottom:10px;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-family:Georgia,Times New Roman,Times,serif;
}
h1 {
	font-size:18px;
	color:#6A963B;
	margin-bottom:20px;
}
	h1.hometitle {
		color:#444444;
	}
h2 {
	font-size:13px;
	color:#A8475A;
	margin-bottom:10px;
}
	h2.widget-title {
		color:#418ED3;
	}
	h2 a {
		color:#A8475A;
		text-decoration:none;
	}
	h2 a:hover {
		text-decoration:underline;
	}
		
h3 {
	border-bottom:thin solid #A8475A;
	color:#A8475A;
	font-size:13px;
	font-weight:bold;
	margin-right:18px;
	padding-bottom:6px;
	margin-bottom:6px;
}
	#entry h3 a {
		color:#A8475A;
		text-decoration:none;
	}
	#entry h3 a:hover {
		color:#9CB97D;
		text-decoration:none;
	}
#wrapper {
	width:1060px;
	margin:10px auto;
}
#header {
	position:relative;
	border-bottom:10px solid #418ED3;
	background:url('images/header.jpg') no-repeat;
	width:1060px;
	height:90px;
}
	#header a {
		position:absolute;
		text-indent:-9999px;
		width:400px;
		height:50px;
		top:20px;
		left:30px;
	}

#main {
	width:1060px;
	background:url('images/main-bg.jpg') repeat-y;
}
#navbar {
	width:180px;
	float:left;
	font-size:11px;
}
	#navbar ul {
		list-style:none;
	}
		#navbar ul a {
			display:block;
			padding:5px 15px;
			border-bottom:1px dashed #fff;
			font-weight:bold;
			text-transform:uppercase;
		}
			#navbar ul li li {
				text-indent:20px;
			}
			#navbar ul li li a {
				font-weight:normal;
				text-transform:none;
			}
	#navbar a {
		color:#222222;
		text-decoration:none;
	}
	#navbar a:hover {
		color:#a84754;
	}
	#navbar .current_page_item > a {
		background:#ffd478;
	}
#content {
	width:680px;
	float:left;
}
#subheader {
	width:680px;
	height:108px;
}
#entry {
}
	#entry a {
		color:#6b9141;
		text-decoration:none;
	}
	#entry a:hover {
		color:#A8475A;
		text-decoration:underline;
	}
	#entry .page, #entry .post, #entry .sp_events {
		padding:15px;
	}
	#entry ul {
		list-style:disc;
		margin:0 0 10px 15px;
		padding:0 0 0 15px;
	}
	#entry ol {
		list-style:decimal;
		margin:0 0 10px 15px;
		padding:0 0 0 15px;
	}
	#home-upcoming {
		width:470px;
		float:left;
	}
	#home-interest {
		width:180px;
		padding:15px;
		float:left;
		background:#FFFBF0;
	}
	#news {
		padding:15px;
	}
#sidebar {
	width:200px;
	float:left;
}
	.widget-container {
		padding:15px;
		border-bottom:1px dashed #fff;
	}
	.widget_recent_entries {
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		line-height:1.5em;
		color:#444444;
	}
	.widget_recent_entries li {
		margin-bottom:15px;
	}
	#sidebar a {
		color:#222222;
		text-decoration:none;
	}
	#sidebar a:hover {
		color:#a8475a;
		text-decoration:underline;
	}

#footer {
	background:#6a963b;
	color:#fff;
	font-size:10px;
	text-align:center;
	padding:5px;
}
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	
table, table.bio, table.pace {
	margin:10px 0;
}
	table, table.bio td, table.pace td {
		vertical-align:top;
		padding-right:15px;
	}
	
.aligncenter {
	clear:both;
	margin:15px auto;
}
.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}

.navigation {
	padding:10px;
}
	.navigation .nav-previous {
		float:left;
	}
	.navigation .nav-next {
		float:right;
	}
.entry-meta {
	font-style:italic;
	margin-bottom:10px;
}

.comment-form-comment label {
	clear:both;
	display:block;
	font-weight:bold;
}
.form-allowed-tags {
	font-size:10px;
}

.comment-author img {
	float:left;
	margin:0 10px 4px 0;
}
#entry .commentlist, #entry .commentlist ul, #entry .commentlist ol {
	list-style:none;
	padding:0;
}

.posts-nav {
	padding:10px;
}
	.posts-nav .next {
		float:right;
	}
	.posts-nav .prev {
		float:left;
	}
	
.wp-caption-text {
	font-size:10px;
	font-style:italic;
	text-align:center;
}
