/*  
Theme Name: Urban Tilth
Theme URI: http://www.urbantilth.org/site
Author: Sarah Mattern
Author URI: http://matternco.com/
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

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


small {
	font-size: 0.9em;
	line-height: 1.4em;
	}


/* Main Elements */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #414219;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	}

a, a:visited {
	color: #B97201;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #BFAE3F;
	text-decoration: underline;
	font-weight: normal;
	}

#page {
	background-color: white;
	width: 940px;
	border: solid #BFAE3F;
	border-width: 0 1px 0 1px;
	text-align: left;
	}

img.pageheader {
	width: 558px;
	height: 98px;
	border: 1px solid #414219;
	margin-bottom: 20px;
	}

#header {
	background-color: #DBD7A6;
	background-image: url(images/headers/header1.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 90px;
	width: 100%;
	text-align: left;
	}

#navbar {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 30px;
	background-color: white;
	background-image: url(images/navbg.png);	
	background-repeat: repeat-x;
	}

#navbar a, #navbar a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #414219;
	text-decoration: none;
	border-right: 1px solid #8E822F;
	padding: 8px 15px 7px 15px;
	float: left;
	width: auto;
	}

#navbar .page-item-3 a, #navbar .page-item-3 a:visited {
	padding-left: 20px;
	}

#navbar a:hover {
	color: #414219;
	background-image: url(images/navbg_over.png);	
	background-repeat: repeat-x;
	text-decoration: none;
	}

#navbar .current_page_item a {
	background-image: url(images/navbg_over.png);	
	background-repeat: repeat-x;
	}

#navbar ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#navbar li {
	}
	
.widecolumn {
	float: left;
	margin-right: 20px;
	padding: 20px 0 20px 20px;
	width: 560px;
	font-size: 1.3em;
	line-height: 1.5em;
	}

.widecolumn p {
	margin: 5px 0 10px 0;
	}

.widecolumn .callout {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	margin-top: 10px;
	}

.widecolumn .callout a, .widecolumn .callout a:visited, .widecolumn .callout a:hover {
	font-weight: bold;
	} 

.widecolumn .postmetadata {
	margin: 20px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.narrowcolumn {
	float: left;
	width: 320px;
	}

.post {
	
	}

.post hr {
	display: block;
	}

.alt {
	background-color: #F2F2EA;
	border-top: 1px solid #BFAE3F;
	border-bottom: 1px solid #BFAE3F;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background-color: #DBD7A6;
	border-top: 1px solid #BFAE3F;
	}

#footer p {
	margin: 0;
	padding: 20px 0 20px 20px;
	font-size: 1.2em;
	line-height: 140%;
	text-align: left;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.breadcrumbs {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}

a.eventday {
	}

#wp-calendar caption {
	width: 0px auto;
	}

#wp-calendar caption a {
	text-align: center;
	}

#wp-calendar td {
	width: 80px;
	height: 60px;
	}
/* End Main Elements */


/* Begin Sidebar */
#sidebar {
	padding-top: 20px;
	}

#sidebar .button {
	margin-bottom: 10px;
	}

#sidebar .button p, #sidebar .button ul {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 2px 0;
	}

#sidebar ul.ec3_events li {
	padding-top: 15px;
	margin-left: auto;
	list-style: none;
	}

#sidebar ul.ec3_events ul li {
	padding-top: 5px;
	list-style: disc inside;
	margin-left: 10px;
	}

#sidebar .ec3_list_day {
	color: #333333;
	}
	
#sidebar ul li {
	list-style: disc inside;
	padding-top: 3px;
	}

#sidebar ul ul li {
	list-style: disc inside;
	padding-top: 3px;
	}

#sidebar .button h2 {
	font-size: 1.5em;
	font-weight: bold;
	}

#sidebar .wp_quotes_quote {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	margin: 0 auto;
	}

#sidebar .wp_quotes_author {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	font-style: italic;
	margin: 0 auto;
	}

#sidebar form {
	padding-top: 3px;
	}

#sidebar .submit {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-size: 11px;
	padding: 1px;
	background-color: #797624;
	color: white;
	margin-left: 5px;
	border: 1px solid #414219;
	display: inline;
	}

#sidebar .form { /* This is mainly for password protected posts, makes them look better. */
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	width: 150px;
	background-color: white;
	border: 1px solid #414219;
	display: inline;
	}
	
#greybutton {
	height: auto;
	min-height: 7.8em;
	width: 230px;
	padding: 10px 80px 10px 10px;
	background-color: #DEDDC9;
	border: 1px solid #BFAE3F;
	background-image: url(images/sidebar/broccoli.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #7D7926;
	}

#greybutton em, #greybutton a, #greybutton a:visited, #greybutton a:hover {
	font-weight: bold;
	}

#greybutton h2, #greybutton h2 a, #greybutton h2 a:visited {
	color: #414219;
	text-decoration: none;
	}

#greybutton h2 a:hover {
	color: #414219;
	text-decoration: underline;
	}

#yellowbutton {
	height: 7.8em;
	width: 300px;
	padding: 10px;
	background-color: #BFAE3F;
	border: 1px solid #797624;
	color: #414219;
	}
	
#yellowbutton h2, #yellowbutton h2 a, #yellowbutton h2 a:visited {
	color: #EDEBD3;
	text-decoration: none;
	}

#yellowbutton h2 a:hover {
	color: #EDEBD3;
	text-decoration: underline;
	}

#brownbutton {
	height: 7.8em;
	width: 210px;
	padding: 10px 100px 10px 10px;
	background-color: #7C4C00;
	border: 1px solid #414219;
	background-image: url(images/sidebar/peas.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #BFAE3F;
	}

#brownbutton a, #brownbutton a:visited {
	font-weight: bold;
	color: #BFAE3F;
	text-decoration: none;
	} 

#brownbutton a:hover {
	font-weight: bold;
	color: #BFAE3F;
	text-decoration: underline;
	}

#brownbutton h2, #brownbutton h2 a, #brownbutton h2 a:visited {
	font-weight: bold;
	color: #DBD7A6;
	text-decoration: none;
	}

#brownbutton h2 a:hover {
	font-weight: bold;
	color: #DBD7A6;
	text-decoration: underline;
	}

#creambutton {
	height: auto;
	min-height: 7.8em;
	width: 210px;
	padding: 10px 100px 10px 10px;
	background-color: #DBD7A6;
	border: 1px solid #797624;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/sidebar/blueberry.png);
	color: #797624;
	}

#creambutton h2, #creambutton h2 a, #creambutton h2 a:visited {
	color: #414219;
	text-decoration: none;
	}

#creambutton h2 a:hover {
	color: #414219;
	text-decoration: underline;
	}

/* End Sidebar */

/*	Begin Headers */

h1 {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 40px;
	color: #414624;
	text-transform: lowercase;
	letter-spacing: -.04em;
	margin-top: -5px;
	line-height: 100%;*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

h1 a, h1 a:visited, h1 a:hover {
	/*text-decoration: none;
	color: #414624;
	font-weight: bold;*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

.description {
	/*font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: #B97201;
	text-transform: uppercase;*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

h2 {
	font-size: 1.6em;
	color: #414219;
	text-decoration: none;
	font-weight: bold;
	}
	
h2 a, h2 a:visited {
	color: #414219;
	text-decoration: none;
	font-weight: bold;
	}

h2 a:hover {
	color: #414219;
	text-decoration: underline;
	}

.ddsg-wrapper h2 {
	color: #7C4C00;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #7C4C00;
	margin-top: 15px;
	}

h3 a, h3 a:visited {
	color: #B97201;
	text-decoration: underline;
	font-weight: bold;
	}

h3 a:hover {
	color: #BFAE3F;
	text-decoration: underline;
	font-weight: bold;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Misc */

#wp-calendar {
	float: left;
	}

#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #7C4C00;
	margin-bottom: 5px;
	}
	
#wp-calendar table {
	
	}
	
#wp-calendar table th {
	}
	
#wp-calendar table td {
	
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol, .entry ul {
	padding-left: 35px;
	margin: 0;
	}

.entry ol li {
	list-style: decimal;
	}

.entry ul li {
	list-style: square;
	}

.entry ol li, .entry ul li {
	margin: 0;
	padding-left: 10px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin-top: 52px;
	}

#searchform .submit, #searchsubmit {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-size: 11px;
	padding: 1px;
	background-color: #797624;
	color: white;
	width: 60px;
	margin-left: 10px;
	border: 1px solid #414219;
	display: inline;
	}

#content .submit {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-size: 11px;
	padding: 1px;
	background-color: #797624;
	color: white;
	border: 1px solid #414219;
	display: inline;
	}

#searchform .form { /* This is mainly for password protected posts, makes them look better. */
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	width: 150px;
	background-color: white;
	border: 1px solid #414219;
	display: inline;
	}

select {
	width: 130px;
	}

#commentform input, .input {
	width: 170px;
	margin: 5px 5px 1px 0;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	background-color: white;
	border: 1px solid #414219;
	}

#commentform textarea, .textarea {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	background-color: white;
	border: 1px solid #414219;
	width: 500px;
	}

#commentform #submit {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-size: 11px;
	padding: 1px;
	background-color: #797624;
	color: white;
	margin-left: 5px;
	border: 1px solid #414219;
	width: auto;
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

td.imagecol, td.textcol {
	padding: 0 10px 20px 0;
	}
/* End Various Tags & Classes*/