#asrm-slider {
	margin-left: 0;
	margin-right: 0;
}
#home-primary .hentry{
	border: none;
	padding: 0;
	margin: 0;
}

#home-content{
	/*border: 1px solid red;*/
	margin: 0 0 10px 0;
}

#home-content .entry-header, #home-content .entry-content{
	width: 100%;
}

.home-recent-posts-title-bar{
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #277e79;
	margin: 20px 0 20px 0;
}

.posts-title-bar-title{
	width: 450px;
	padding: 10px 5px 10px 20px;
	color: #ffffff;
	/*border: 1px solid white;*/
	float: left;
}

.posts-title-bar-title a{
	width: 450px;
	padding: 10px 5px 10px 20px;
	color: #ffffff;
	/*border: 1px solid white;*/
	float: left;
	font-weight: bold;
}

.posts-title-bar-all a{
	color: #fff;
	width: 100px;
	padding: 10px 20px 10px 5px;
	text-align: right;
	/*border: 1px solid white;*/
	float: right;
}

.home-recent-the-post{
	width: 94%;
	height: 100%;
	overflow: auto;
	margin: 10px auto 0 auto;
	padding: 20px;
	border: 1px solid #5c3817;
}

.the-post-featured-image a img{
	width: 150px;
	height: 150px;
	min-width: 150px;
	/*width: 30%;
	height: 30%;
	min-width: 200px;*/
	margin: 0 20px 10px 0;
	float: left;
	/*border: 1px solid blue;*/
}

.the-post-content{
	width: 60%;
	min-width: 320px;
	float: left;
	/*border: 1px solid red;*/
}

h1.entry-title {
	color: #5c3817;
	size: 2em;
	font-weight: bold;	
}
h3 {
	size: 1.5em;
	font-weight: bold;
}

.entry-header, .entry-header a {
	size: 10px;
	color: #5c3817;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-header, .entry-header a:hover {
	color: #277e79;
}



/* Cat Boxes */
.entry-header hgroup .entry-title {
    padding-top: 15px;
}
.entry-title, .entry-title a {
    color: #5c3817;
    text-decoration: none;
}
.entry-title {
    clear: both;
    color: #5c3817;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 0.3em;
    padding-top: 15px;
}
.entry-title, .entry-header .entry-meta {
    padding-right: 76px;
}

.page-title {
    color: #5c3817;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: /*2.6em*/0.75em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}

#home-full-width-post-container{
	width: 100%;
}

.home-full-width-post{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 30px 0;
}

.home-full-width-post-title{
	color: #5C3817;
}

.home-full-width-post-content a{
	color: #277e79;
	text-decoration: underline;
}

.home-full-width-post img.wp-post-image{
	float: left; 
    margin: 8px;
}

#home-column-container{
	width: 100%;
	overflow: hidden;
}

#left-column-container{
	width: 49%;
	float: left;
	border-right: 1px solid #cccccc;
}

#left-column-title-bar{
	background-color: #277e79;
}

#left-column-title-bar h2{
	color: #ffffff;
}

.left-column-post{
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0 25px 0 0;
}

.left-column-post img.wp-post-image{
	float: left; 
    margin: 8px;
}

.left-column-post-title{
	color: #5C3817;
}

.left-column-post-content a{
	color: #277e79;
	text-decoration: underline;
}

#right-column-container{
	width: 49%;
	float: right;
}

#right-column-title-bar{
	background-color: #277e79;
}

#right-column-title-bar h2{
	color: #ffffff;
}

.right-column-post{
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.right-column-post-title{
	color: #5C3817;
}

.right-column-post-content a{
	color: #277e79;
	text-decoration: underline;
}

.right-column-post img.wp-post-image{
	float: left; 
    margin: 8px;
}

a.more-link{
	text-decoration: underline;
	color: #277e79;
}

#wpcontent_slider{
	z-index: 1;
}
