.articleSectionHeader {
	margin-bottom:18px;
}
.datePosted {
	font-size:9px;
	margin-bottom: 0px;
	line-height:normal;
	color:#666;
}
.articleHeadline {
	margin: 0px 0px 0px 0px;
}
.articleHeadline a {

}
.articleTags {
	font-size:9px;
}
.articleTags a {

}
.addthis_container {
	
}
.articlesErrorMsg {
	font-weight:bold;
}
hr {
    height:1px;
    border:none;
    background-color:#999;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul#searchByYear {
	margin:18px 0 18px 18px;;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:center;
	background:#0B0D00;
	width: 130px;
	line-height: 1em;
	height: 36px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
ul#searchByYear li {
	cursor: pointer;
	padding-top: 11px;
	list-style: none;
	padding-bottom: 11px;
}
ul#searchByYear a:link, ul#searchByYear a:visited {
	text-decoration: none;
	color: #CC8219;
	display: block;
}
ul#searchByYear a:hover {
	text-decoration: none;
	color: #F2ECE0;
}
ul#searchByYear ul {
	position:absolute;
	background: #0B0D00;
	list-style: none;
	line-height: 1em;
	margin: 0px;
	padding: 3px 3px 1px;
	text-align: center;
	border-right: none;
	width: 126px;
	border-left: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: none;
	border-bottom: none;
	display: none;
	top: 36px;
	left: -1px;
}

ul#searchByYear li:hover > ul {
	display: block;
	list-style: none;
}
ul#searchByYear ul li {
	font-weight: normal;
	margin: 0px 0px 2px;
	padding: 4px 0px;
	background: #B78219;
}
ul#searchByYearSub a:link, ul#searchByYearSub a:visited {
	text-decoration: none;
	color: #F2ECE0;
	display: block;
}
ul#searchByYearSub a:hover {
	text-decoration: none;
	color: #fff;
}
