div#blogArchiveCal
{
  list-style:none;
  float: right;
	clear:both;
	margin-bottom:30px;
	
	margin:10px 40px 25px;
  width:820px;
}

div.yearRow
{
	clear:both;
	border-bottom:1px solid #d1dbda;
	padding-bottom:50px;
}

div#blogArchiveCal a, div#blogArchiveCal h3
{
	display:block;
	float:left;
	width:33px;
	margin-top:10px;
	font-size:85%;
	text-decoration:none;
	color:#928073;
	line-height:1.4;
	padding-left:20px;

}

div#blogArchiveCal a:hover
{
	color:#3c8f97;
	background-color: white;
	background-position:top left;
	background-repeat:no-repeat;
}

div#blogArchiveCal h3
{
	
	width:53px;
	padding-left:0px;
	
	font-size:95%;
	color:#3c8f97;
}
