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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 333;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	width: 220px;
	background: #E7CCA7 url(images/img04.gif) repeat-x;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: 659b00;
	letter-spacing: -1px;
}

h2, h3 {
	color: 6A3A90;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	font-xize: 14px;
	margin-top: 0em;
	line-height: 130%;
	color: #333;
}

ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: 6A3A90;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Content */

#content {
	float: right;
	width: 565px;
	padding-top: 0px;
	background-color: #E7CCA7;
	padding-bottom: 0px;
}


/* Header */

#header {
	width: 800px;
	height: 200px;
	background-color: E7CAA7;
	background: url(headerimages/headermenu3_01.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Page */

#page {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post {
	font-size: 14px;
	line-height: 17px;
}

.post .title {
	margin: 0;
	background-image: url(textbackground.jpg);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post h1.title {
	padding: 5px 0 0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
	background-color: #E7CAA7;
	background-image: url(textbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.post .entry {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	color: #333333;
	background-image: url(textbackground.jpg)
}

.post .entry2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
	background-image: url(textbackground.jpg);
	line-height: 17px;
	}

.post .entry2 a:hover {
	text-decoration: none;
}

.post .meta {
	height: 20px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #659B00;
	background-repeat: no-repeat;
	font-size: 12px;
	margin-bottom: 0px;
	background-color: f8dec0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background-color: #E7CAA7;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 60px;
	background-color: E7CCA7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(footer2.gif);
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #659b00;
}

#footer .credit {
	float: right;
}

