#homeblog {
	position: absolute;
	top: 0px;
	left: 580px;
	height: 360px;
	overflow: hidden;
	width: 330px;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #afbf7c;
	background-color: #f1f9cf;
}
.ca-title {
	line-height: 15px;
	letter-spacing: 1px;
	font: 9px/13px Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #66804d;
	border-color: #afbf7c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: -10px;
	margin-top: 10px;
}
#entry_list {
	font: 10px/13px Verdana, sans-serif;
	color: #217070;
	margin-top: 10px;
}
.entry {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 8px 10px 8px 20px;
	border-color: #afbf7c;
}
	
.entry a {
	text-decoration:underline;
	color: #217070;
}
.entry a:hover{
	text-decoration: underline;
	color: #66804d;
}
.entry a:visited{
	text-decoration: underline;
	color: #217070;
}
.name a {
	color: #66804d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
}
.name a:hover{
	text-decoration: underline;
	color: #66804d;
}
.name a:visited{
	text-decoration: none;
}
.byline {
	font-size:8px; 
	text-transform: uppercase; 
	color: #afbf7c;
	padding-top: 4px;
}
#more {
	font: 9px/13px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #afbf7c;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 20;
	border-top: 1px solid #afbf7c;
	background-color: #f1f9cf;
	padding: 10px 10px 10px 20px;
}
#more a {
	color: #66804d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	padding: 2px;
}
#more a:hover{
	text-decoration: underline;
	color: #217070;
}
#more a:visited{
	color: #66804d;
}
