/* Archive Styles
---------------------------------------------------------- */
.monthtitle {
	display: block;
	margin: 0; padding: 0 0 10px 0;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	clear: both;
}

.monthtitle a strong {
	margin: 0; padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #D63B00;
	
	/* 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: #151011;
	border: none;
}

.postspermonth li a:hover {
	text-decoration: underline;
}

/* Tags
---------------------------------------------------------- */
#tagged-postings {
}

#tagged-postings .post-item {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url( "../images/content_divider.png" ) no-repeat bottom center;	
}

#tagged-postings h2.post-title {
	text-align: left;
	font-size: 1em;
	padding: 0 0 10px 0;
	line-height: 1.5em;
}

#tagged-postings h2.post-title strong {
	color: #151011;
}

#tagged-postings p.byline {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
}

#tagged-postings p.excerpt {
	/*font-size: 1em;*/
}
