.post {
	border-bottom:1px solid #606060;
	padding:20px 0;
}

.post img {
	width:100%;
	max-width:550px;
	margin-top:20px;	
}

.post h3 {margin-top:0;}

.navbar {margin-bottom:0;}

.newsImage {
	border:1px solid #000;
	margin-left:20px;
	margin-top:0;
	
}

.newsImage img{
	margin-top:0;
	padding-bottom: 0;
}

.newsTitle {
	font-weight: 700;
	font-size: 18px;
	color:#000;
}

.newsTitleTwo {
	font-size: 14px;
	color:#000;
}

.borderRow {
	padding:10px 0;
	border-top:1px solid #606060;
	border-bottom:1px solid #606060;
	margin-top:-1px;
	display: block;
}

a.archivesButton {
    background: url("/images/_pages/_global/arrow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    display: block;
    line-height: 1;
    padding-right: 20px;
    padding-top: 0;
    text-align: right;
    text-transform: uppercase;
}

a.pageItem {
	padding:5px;
	border:1px solid #000;
	color:#000;
}
	
a.pageItem:hover {
	border-color:#9d9d9d;
	color:#9d9d9d;
}

.padBottom {padding-bottom:5px;}

.catTitle {font-size:17px;}

ul.nav_categories {list-style: none; padding-left:0;}
