/*
Theme Name: GreenDigs
Theme URI: http://www.greendigsblog.com/
Description: Based upon the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Miles Rausch (on behalf of L&amp;S)
Author URI: http://www.l-s.com/
Tags: green, fixed width, two (and a half) columns, widgets, koch hazard
*/

body {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #575354;
	margin: 0;
	padding: 0;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

a, a:link, a:visited {
	color: #8eb177;
	text-decoration: underline;
}
a:hover, a:active {
	color: #69994a;
}

/* =form */
form {
	padding: 0; margin: 0;
}
	form input, form textarea {
		padding: 0;
		background: white;
		color: #575354;
		border: 2px #81A6D2 solid;
	}
	#searchform input, form input#submit, form input#searchsubmit {
		border: 1px #807e7f solid;
		border-right: none;
		padding: 4px;
		background: #575354;
		text-transform: lowercase;
		color: white;
	}
	#searchform br {
		display: none;
	}
	form input#s {
		width: 100px;
	}
	form input#s, form input#s-form {
		border: 2px #81A6D2 solid;
		height: 18px;
		padding: 0;
		background: white;
		color: #575354;
	}

/* =page */
#page {
	width: 1175px;
}

/* =navigation */
#navigation {
	width: 1175px;
	height: 41px;
	border-bottom: 1px #807e7f solid;
}

/* =links */
	#navigation .links {
		width: 959px;
		text-align: right;
	}

/* =header */
#header {
	width: 163px;
	float: left;
}

/* =logo */
.logo {
	margin-top: 60px;
	text-align: center;
}

/* =description */
.description {
	margin-top: 240px;
	background: url("images/youmoveus.jpg") no-repeat top left;
	height: 96px;
	width: 163px;
}
	.description span { display: none; }

/* =content */
#content {
	width: 796px;
	float: left;
	border-right: 1px #807e7f solid;
	border-left: 1px #807e7f solid;
}

/* =main */
#main {
	width: 598px;
	border-right: 1px #807e7f solid;
	float: left;
}
	#main h1 {
		width: 597px;
		height: 53px;
		background: url("images/main-h1.jpg") no-repeat top left;
		margin: 12px 0 12px 0;
	}
		#main h1 a {
			display: block;
			width: 597px;
			height: 53px;
		}
		#main h1 span { display: none; }
	#main h2 {
		color: #69994a;
		margin-right: 4px;
		font-size: 1.5em;
	}
	#main h2.pagetitle {
		margin: 0 4px 10px 29px;
		clear: both;
		border: 1px #807e7f solid;
		border-right: none;
		padding: 4px;
	}
	
/* =post */
	#main .post {
		margin: 0 4px 50px 29px;
		clear: both;
	}
		#main .post h2 {
			border: 1px #807e7f solid;
			border-right: none;
			margin-top: 4px;
		}
			#main .post h2 a {
				display: block;
				background: #69994a;
				padding: 2px 0 2px 4px;
				margin: 4px 0 4px 22px;
				color: #fff;
				text-decoration: none;
			}

/* =entry */
		#main .post .entry {
			margin-left: 30px;
		}
		
/* =postmetadata */
		#main .post .postmetadata {
			clear: both;
		}
			#main .post .postmetadata .permalink {
				padding-left: 18px;
				background: url("images/meta-permalink.jpg") no-repeat top left;
				margin-right: 30px;
			}
			#main .post .postmetadata .comments {
				padding-left: 18px;
				background: url("images/meta-comments.jpg") no-repeat top left;
				margin-right: 30px;
			}
			#main .post .postmetadata .tags {
				padding-left: 18px;
				background: url("images/meta-tags.jpg") no-repeat top left;
				margin-right: 30px;
			}
			#main .post .postmetadata .author {
				padding-left: 18px;
				background: url("images/meta-author.jpg") no-repeat top left;
				display: block;
			}
			
/* =page navigation */
.page-navigation {
	display: block;
	text-align: center;
	padding: 10px 10px 20px 10px;
}

/* =sidebar */
#sidebar {
	float: right;
	width: 197px;
}
	#sidebar ul {
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
		width: 184px;
	}
	
/* =widget */
		#sidebar ul li.widget {
			margin: 0; padding: 0;
			padding-top: 12px;
			border-top: 3px #807e7f solid;
			margin-bottom: 20px;
		}
			#sidebar ul li h2 {
				margin: 0 12px 6px 12px;
				font-weight: normal;
				font-size: 1.2em;
			}
			#sidebar ul li.widget ul, #sidebar ul li.widget div {
				margin: 0 0 6px 12px;
				width: 172px;
			}
				#sidebar ul li ul li {
					padding: 2px 0 2px 0;
				}
				
/* =calendar */
			#sidebar ul li#calendar h2 { display: none; }
			#sidebar ul li#calendar table { width: 96%; text-align: center; }
				#sidebar ul li#calendar table caption { font-size: 1.2em; text-align: left; }
				
/* =search */
#searchsubmit { 
}
	
	
/* =footer */
#footer {
	border-top: 1px #807e7f solid;
	color: #999896;
	clear: both;
}

/* =copyright */
	#footer .copyright {
		width: 761px;
		text-align: right;
		font-size: .8em;
	}

/* Begin Images - taken from Default styles.css */
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 */