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



body {
	margin-top: 40px;
	padding: 0;
	background-color: #8e9470;
	color: #333333;
	line-height: 14px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #6E8A21;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

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

#header {
	width: 1000px;
	margin: 0 auto;
	height: 280px;
}

/* Header */

#logo {
	width: 915px;
	height: 82px;
	margin: 0 auto;
	padding-left: 25px;
	background: url(images/img01.gif) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 20px 0 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #cccccc;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#splash {
	width: 940px;
	margin: 0 auto;
	height: 250px;
}

/* Wrapper */

#wrapper {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 720px;
	margin: 20px 0px 0px 20px;
	padding: 0 0 0 0;
	background-image:url(images/right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFF;
}


.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}
.post img{
	margin:20px;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	color:#FFF
}

.title a {
	border-bottom: none;
	color: #6E8A21;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #616161 dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 40px 0 20px;
}

.links {

	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}


/* Sidebars */

#sidebar1 {
	float: left;


}


.sidebar {
	float: left;
	width: 200px;
	font-size: 12px;
	background:#333;
	margin:20px 0px 0px 0px;
	padding: 0 0 0 0;

}

.sidebar ul {
	padding: 12px 15px 0px 40px;
	margin: 0 0 0 0;
	background: url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;

}

.sidebar li {
	padding: 4px;
}

.sidebar ul h2 {
	color:#FFF;
	letter-spacing: -1px;
	font-size: 16px;
}

.sidebar a {
	color: #fff;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

.sidebar a:hover {
	color: #cccccc;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}


/* Footer */

#footer {
	text-align:center;
	width: 940px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #6E8A21;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: none;
}

.flower {
	padding-left: 20px;
}