/*
Theme Name: Custom Template For BeyondChron
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.8+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.0
*/
@import url("sass/stylesheets/sass_style.css");

.single-post .post {
/*width:60% !important;*/
float:left !important;
}

.single-post #secondary {
float:right !important;
}

/*
.single-post img.attachment-large {
width:400px;
height:297px;
float:left;
}
*/
.single-post img.attachment-large {
/*width:auto;
height:297px;*/
/*  float:left;*/
}

.archive h1.entry-title {
/*  margin-top:-10px !important;*/
}


.category-archives .maincontent .hentry img.wp-post-image {
width:296px;
height:220px;
}

.archive .maincontent .row {
margin-right: -15px;
margin-left: -15px;
margin-bottom: 30px;
border-bottom: 1px solid #CCC;
padding-bottom: 14px;
}

#secondary aside {
/*background-color: #ffffff;*/
}

ul#menu-about-us {
margin-left:-40px;
}

.category-letters-to-the-editor .col-md-7 {
width: 100%;
}

.wp-about-author-pic {
display: none;
}

.wp-about-author-text {
margin-left:0 !important;
}

a.alt {
    color: #151515;
    text-decoration: none;
}