/* Archive Styles
---------------------------------------------------------- */
.monthtitle {
	display: block;
	margin: 0; padding: 12px 10px 18px 20px;
	background-color: #ffffff;
	background: url("../images/archive_heading.png") no-repeat top left;
	/* testing
	border: 1px dotted pink; */
}

.monthtitle a strong {
	margin: 0; padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #39444d;
	
	/* testing
	border: 1px dotted pink; */
}

.monthtitle a {
	margin: 0; padding: 0;
	color: #39444d;
	
	/* testing
	border: 1px dotted pink; */
}

.postspermonth {
	list-style: none;
	margin: 20px 0 20px 0; padding: 0;
}

.postspermonth li {
	display: block;
	margin: 5px 0 0 20px; padding: 0;
	background:transparent none repeat scroll 0%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 1.5em;
}

.postspermonth li a {
	margin: 0; padding: 2px 10px 2px 18px;
	background: url("../images/link_arrow.png") no-repeat 5px 50%;
	background-color: #ffffff;
	text-decoration: none;
	color: #39444d;
	border: none;
}

.postspermonth li a:hover {
	color: #d8e1e9;
	background: url("../images/link_arrow_white.png") no-repeat 5px 50%;
	background-color: #5c748b;
}

