#frame_blog {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 160px;
	height: 360px;
	margin: -180px 0 0 0;
	background-color: #CAD98D;
	border: #66804D solid;
	border-width: 3px 0 3px 0;
	overflow: hidden;
}

#blog_div {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 800px;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #afbf7c;
	background-color: #f1f9cf;
	text-align: left;
	overflow: visible;

}
#entries {
	position: relative;
	float: left;
	left: 0px;
	width: 590px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #afbf7c;
	min-height: 546px;
	margin: 0;
}
.entry{
	padding: 10px 10px 10px 20px;
	font: 12px/16px Verdana, sans-serif;
	color: #217070;
	border-color: #afbf7c;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	list-style-type: none;
	display: block;
	margin: 0;
}
.entry a {
	text-decoration:underline;
	color: #217070;
}
.entry a:hover{
	text-decoration: underline;
	color: #66804d;
}
.blog-title {
	letter-spacing: 1px;
	font: 18px/22px Georgia, serif;
	color: #66804d;
	border-color: #afbf7c;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: -8px;
	margin-top: 25px;
}
.intro {
	font: 11px/14px Verdana, sans-serif;
	color: #66804d;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 15px 0 0 0;
	border-color: #afbf7c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.intro a:hover{
	text-decoration: underline;
	color: #217070;
}
.archiveintro {
	font: 14px/18px Georgia, serif;
	color: #66804d;
	border-color: #afbf7c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 15px 0 0 0;
}
.archiveintro a:hover{
	text-decoration: underline;
	color: #217070;
}
.byline {
	font-size: 9px;
	line-height: 15px;
	text-transform: uppercase; 
	color: #afbf7c;
	letter-spacing: 1px;
}
.byline a {
	color: #66804d;
	text-decoration: none;
}
.byline a:hover{
	text-decoration: underline;
	color: #66804d;
}
#sidebar {
	position: relative;
	width: 180px;
	float: right;
	font-family: Verdana, sans-serif;
}
.sidehead {
	font-size: 9px;
	margin: 15px 0 3px 0;
	display: block;
	color: #afbf7c;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0 0 0;
}
.sidelist li{
	font: 9px/12px Verdana, sans-serif;
	color: #afbf7c;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;	
}
.sidelist ul{
	margin: 0;
	padding: 0;
	display: block;
}
.sidelist a {
	color: #66804d;
	text-decoration: none;
}
.sidelist a:hover{
	text-decoration: underline;
	color: #217070;
}
#subscribe a{
	font: 10px/12px Verdana, sans-serif;
	margin: 20px 0 3px 0;
	color: #66804d;	
	text-decoration: none;
}
#subscribe li {
	display: block;
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
}
#subscribe a:hover{
	text-decoration: underline;
	color: #217070;
}
#subscribe {
	margin: 20px 0 10px -13px;
	padding: 0;
	display: block;
}