body {
	margin: 0;
	padding: 0;
	background: #fff ;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #444;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
  clear: both;
}

h2 {
	font-weight: normal;
	color: #2c902b;       
}

p, ul {
	line-height: 200%;
}

a { 
  color: #2c902b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none; 
}

img {
	border: none;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
}

#subheader {
	height: 40px;
	margin: 0 0 20px 0;
}

#content {
	float: right;
	width: 670px;
}

.post {
	margin-bottom: 45px;
}

.post .title {
  padding: 0 0 0 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	margin: 0 0 -10px 0;
}

.post .entry {
	border-top: 1px solid #ddd;
  margin: 20px;
  padding: 10px 0;
}

.post .entry p {
 text-indent: 5px;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 20px;
}

#sidebar ul {
  margin: 10px 0 30px 0;
  padding: 0 10px;
}

#sidebar ul li {
  list-style: none;
  background: url(images/list.gif) left center no-repeat;
  padding: 0 0 3px 16px;
  margin: 0 0 3px 0;  
  border-bottom: 1px solid #ddd;
}

#sidebar ul li:hover {
  border-bottom: 1px solid #ccc;
}

#sidebar ul li a {
  color: #444;
  text-decoration: none;
}

#footer-top {
  height: 13px;
  width: 920px;
  margin: 0 auto;
  background: url(images/footer.gif) 0 0 no-repeat;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background: #eee;
}

#footer p {
  padding: 0 20px 13px 20px;
  color: #444;
}
