/*
Design by Free CSS Templates
http://www.freecsstemplates.org/preview/solutions
Released for free under a Creative Commons Attribution 2.5 License
				original	now
width 	940px			990px
sidebar	240px			280px
content	670px			670px
#sidebar li li { padding: 12px 0px; }	=> padding: 9px 0px;
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	text-transform: lowercase;
	color: #618C04;
}
h1 { font-size: 44px; }
h2 { font-size: 32px; }
h3 { font-size: 18px; }

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
	text-align: justify;
}
ul, ol { }
blockquote { }

a { color: #77B003; }
a:hover { text-decoration: none; }
a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 10px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.emph {
	color: #975;
}

/* Page Layout Here! */
#container {
	width: 910px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 36px;
	margin: 0 auto;
}
#page {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
}
#logo {
	width: 100%;
	height: 115px;
	margin: 0 auto;
}
#content {
	float: right;
	width: 680px;
/*border: 1px solid #fee;*/
}
#sidebar {
	float: left;
	width: 200px;
/*border: 1px solid #fee;*/
}
/* end Page Layout */

#menu {
	float: left;
	width: 680px;
	height: 43px;
	background: url(images/img02.jpg) no-repeat left top;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a, #respond {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 13px 30px 0px 30px;
	background: url(images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover { 
	text-decoration: none; 
	color: #687220;
}
#menu a.chose
{
	color: #454499;
}
#respond {
	float: right;
	cursor:pointer;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #618C04;
}
#logo h1 {
	padding-top: 30px;
	font-size: 48px;
}

.post {
	margin-bottom: 45px;
}
.post .title {
	height: 44px;
/*	padding-left: 15px;*/
}
.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #618C04;
}
.post .meta {
	margin-top: -8px;
	margin-left: 2px;
	padding: 0px 30px 2px 15px;
	border-bottom: 1px solid #D4D8CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}
.post .meta span {
	display: block;
	margin-top: -10px;
}
.post .entry {
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
}
.entry p {
	line-height: 150%;
}
.post .links {
	display: block;
	width: 120px;
	height: 20px;
	margin: 0px 0px 0px 0px; 
	padding: 4px 0px 0px 40px;
	Xbackground: url(images/img03.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.post h3 {
	padding-left: 15px;
}
.post .entry {
	padding-left: 30px;
}
#content li {
	margin-bottom: .5em;
	line-height: 150%;
}

#sidebar ul {
	margin: 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	padding: 8px;
	padding-left: 20px;
	text-indent: -10px;
	border-bottom: 1px solid #E9E8DD;
}
#sidebar li a {
	font-weight: normal;
	color: #808080;
}
#sidebar li a:hover {
	color: #77B003;
}
#sidebar p {
	margin: 0;
	padding: 0px 14px;
}
#sidebar h2 {
	height: 20px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	font-size: 18px;
	font-weight: normal;
	color: #618C04;
}
#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 44px;
	margin: 0 auto;
	padding: 0;
	background: #E1E1E1;
}
#footer p {
	margin: 0;
	padding: 16px 80px 0px 80px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #555;
}
#footer a {
}

