body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #E6EED0;
	margin: 0px;
	padding: 0px 0px 0px;
}

a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 5px;
	margin: 0px;
}
h1 {
	margin:0px;
	text-align:center;
	padding-right:15px;
	font-size:34px;
	font: "Trebuchet MS", Tahoma, Arial;
	font-style:italic;
	color: #59770e;
}
h1 a, h1 a:visited{
	color: #59770e;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: bold 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
		float: right;
}
.post-year {
  font-size: xx-small;
  color: #999;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
  margin-left: 5px;
}
.post-day {
	font-size: 18px;
	color: #999;
  margin-left: 5px;
}
.post-title {
	float: left;
	margin-left: 10px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: left;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
#commentform textarea{
	width: 200px;
	height: 100px;
}
iframe
{
	width: 200px;
	height: 160px;
}

.wpfilebase-attachment
{
	width: 200px;
}
