/*
Theme Name: PEAS
Theme URI: http://peasfoundation.org/
Description: 
Version: 1.0
Author: Charles Forster & Caleb Stauffer
Author URI: http://charlesforster.com
Tags:
*/



* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

html {
	background-color: #fbf49c;
	background-image: url(images/bg_html.jpg);
	background-position: center 155px;
	font-family: Arial;
	font-size: 13px;
	color: #26490f;
}

p {
	margin-bottom: 15px;
}

a {
	outline: none;
	color: #577d3f;
}

img {
	border: none;
}




#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	display: inline;
	width: 960px;
	height: 125px;
	margin-top: 14px;
}

	#header div {
		float: left;
		display: inline;
		width: 540px;
	}
	
	#header a {
		float: left;
		display: inline;
	}
	
		#header a:hover {
			background-position: bottom;
		}
		
		#header a.rss:hover {
			background-position: top;
		}
	
#content {
	float: left;
	display: inline;
	width: 915px;
	margin: 55px 0px 0px 35px;
}
	
#copy {
	float: left;
	display: inline;
	width: 590px;
}

.post {
	float: left;
	display: inline;
}

	.post + .post {
		margin-top: 40px;
	}

.entry {
	float: left;
	display: inline;
	margin-top: 10px;
	line-height: 20px;
}

	.entry h1 {
		margin-bottom: 5px;
		font-size: 22px;
		color: #95ca57;
	}
	
.tags {
	float: left;
	display: inline;
	width: 505px;
	height: 30px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 85px;
	background-image: url(images/bg_tags.jpg);
	color: #FFFFFF;
}

	.tags a {
		color: #FFFFFF;
	}
	
.commentlist {
	float: left;
	display: inline;
	margin-top: 20px;
	list-style: none;
}

	.comment {
		float: left;
		display: inline;
		width: 570px;
		padding: 10px;
		background-color: #F1E68D;
	}
	
		.comment + .comment {
			margin-top: 5px;
		}
	
		.comment p {
			margin-bottom: 0px;
		}
		
		.comment p + p {
			margin-top: 15px;
		}
	
#respond {
	float: left;
	display: inline;
	width: 590px;
	margin-top: 20px;
}

#commentform {
	float: left;
	display: inline;
	width: 590px;
	margin-top: 5px;
}

	#commentform input[type=text] {
		border: 1px solid #000000;
		padding: 3px;
	}

	#commentform textarea {
		float: left;
		display: inline;
		width: 584px;
		padding: 3px;
		font-family: Arial;
		font-size: 12px;
	}
	
	#commentform input[type=submit] {
		float: right;
		display: inline;
		margin-top: 10px;
	}
	
#sidebar {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 25px;
}

	#post-7 {
		font-weight: bold;
	}

	#post-10 {
		float: left;
		display: inline;
		width: 300px;
		height: 390px;
		margin-top: 13px;
		background-image: url(images/bg_sidebar_contact.jpg);
	}
	
		#post-10 h2 {
			margin-bottom: 15px;
			font-size: 16px;
		}

#footer {
	float: left;
	display: inline;
	width: 940px;
	height: 160px;
	margin: 20px 0px 0px 12px;
	background-image: url(images/bg_footer.jpg);
}

	#footer ul {
		float: left;
		display: inline;
		margin: 67px 0px 0px 42px;
		list-style-type: none;
	}
	
		#footer ul li {
			float: left;
			display: inline;
			margin-right: 15px;
		}
		
		#footer ul li + li {
			padding-left: 15px;
			border-left: 1px solid #95ca57;
		}
		
	#footer a {
		color: #26490f;
		text-decoration: none;
		text-transform: uppercase;
	}
	



.alignleft {
	float: left;
	display: inline;
}

	.entry img.alignleft {
		margin: 15px 15px 15px 0px;
	}

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

	.entry img.aligncenter {
		margin-top: 15px;
		margin-bottom: 15px;
	}

.alignright {
	float: right;
	display: inline;
}

	.entry img.alignright {
		margin: 15px 0px 15px 15px;
	}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.line-height {
	line-height: 20px;
}

.posttitle,
.posttitle a,
.pagetitle,
.pagetitle a {
	color: #577d3f;
	font-style: italic;
	font-size: 28px;
}

.postinfo {
	color: #95ca57;
	font-weight: normal;
	font-size: 11px;
}

	.postinfo a {
		color: #577d3f;
	}
	
.gallery-img {
	margin: 0px 5px 5px 0px !important;
	border: 3px solid #95CA58;
}

