/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {

	font: normal small Arial, Helvetica, sans-serif;
	color: black;
	font-size: 76%;
	margin: 2em 5em 5em 5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #457600;
  color: red;
	margin-bottom: 1em;
	font-weight: bold;
}

h2.emph {
	color: #457600;
}

.response h2 {
	color: #457600;
}

.red {
	color: red;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
	font-size: 1.1em;
}

a {
	color: #457600;
}

a:hover {
	text-decoration: none;
	color: #FF5302;
}

img {
margin: 10px 10px 10px 10px;
}

a img { border: 0; }

/* Post */

.latest-post {
	padding: 40px 40px 10px 100px;
}

.latest-post h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #FF5302;
}

.content {
	padding: 2em 2em 1em 3em;
	border-top: 1px solid #C9DEAB;
}

.content h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #95B668;
}

/* Wrapper */

#wrapper {
	width: 740px;
	margin: 0 auto;
background: #FFFFFF url(images/img.jpg);
}

/* Header */

#header {
	height: 90px;
	padding: 30px 50px 10px 10px;
	color: #E5F5D0;
	color: black;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	width: 80%;
	margin: 0 auto;
	background: #FFFFFF url();
}

#colOne {
	float: right;
	width: 70%;
	padding-right: 20px;

}

#colTwo {
	float: left;
	width: 20%;
	padding: 150px 40px 0 40px;

}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: none;
}

h2 {
	font-size: 1.1em;
}

h1 {
	font-size: 1.3em;
	}
	
h3 {
	font-size: 1em;
	}

.main li {
	margin-left: 2em;
	margin-bottom: .5em;
	color: black;
	}
	
#excerpt {
color: black; font-size: 1.2em; font-weight: normal;
}

.response {
width: 20em;
text-align: center;
border: thin solid Black;
padding: 10px;
margin-left: 50px;
margin-bottom: 20px;
}

/* Menu */

#menu {
	height: 35px;
}

#menu ul {
	float: right;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #E5F5D0;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Footer */

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



.footer p {
	padding: 2em 0;
	text-align: center;
}


.links li {
	list-style: none;
	display: inline;
	font-weight: bold;
	margin-right: 1em;
}

/* Form */

.fillout label, .fillout input {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

.fillout label {
	width: 175px;
	text-align: left;
	padding-right: 50px;
}

.fillout br {
	clear: left;
}