/* Needed for styleswitcher */
#dummy-element{
	width:2px;
}

/*This is for the Peas theme*/
body {
	background: #B9C956  url(../images/bkg_body_peas.jpg) no-repeat center top;
	line-height: 22px;
	font-size: 14px;
	font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
}

#container {
	background-color: #C9D299;
	border: 1px solid #464935;
}

#left .section {
	background-color: #43491F;
	color: #FFF;
}


h1 {
	line-height: 50px;
	font-size: 70px;
	font-weight: bold;
	font-family: 'Cheri','Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville, 'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'Apple Garamond', 'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
	text-shadow: 5px 5px 5px #414422;
	color: #FFF;
	
}

h1 span {
	font-size: 30px;
	text-shadow: 3px 3px 3px #414422;
}

h2 {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Cheri','Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville, 'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'Apple Garamond', 'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
	text-shadow: 2px 2px 2px #414422;
	color: #FFF;
}

h3 {
	line-height: 17px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Cheri','Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville, 'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'Apple Garamond', 'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
	text-shadow: 2px 2px 2px #414422;
	color: #FFF;
}

p {
	padding: 12px 0;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #000;
}

blockquote {
	background-color: #EDEFE0;
	border: 1px solid #464935;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h1 a span, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h2 a span, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	color: #FFF;
	text-decoration: none;	
}

#left a:link, #left a:hover {
	color: #B9C956;
}

#style-switcher {
	overflow: hidden;
	background: url(../images/peasorbeans.jpg) no-repeat center;	
}

#style-switcher #peas {
	width: 57px;
}

#style-switcher #beans {
	width: 103px;
}


ol.commentlist li div.count {
	color: #FFF;		
}

ol.commentlist li.alt div.count {
	color: #dce0c5;		
}

input {
	border: 1px solid #8A9640;
}

input[type=submit] {
	background-color: #B9C956;
	color: #FFF;
	font-size: 26px;
	font-family: 'Cheri','Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville, 'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'Apple Garamond', 'ITC Garamond Narrow', 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
	text-shadow: 2px 2px 2px #414422;
}

textarea {
	border: 1px solid #8A9640;
}

div.post {
	margin: 20px 0;
	border-bottom: 1px solid #8A9640;
	clear: both;
	overflow: hidden;
}

#footer {
	background: url(../images/bkg_footer_2_pea.jpg) no-repeat center bottom;
}

