.entry-meta {
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 0px 20px 0px;
}

/*::SIDEBAR SIZE::*/
.one-container .inside-right-sidebar, .one-container .inside-left-sidebar {
    margin-top: 0px;
    width: 200px;
}

/*::SIDEBAR ALIGNMENT::*/
.grid-parent {
    padding-left: 25px;
    padding-right: 0px;
}

/*::MORE LEFT PADDING FOR CONTAINER::*/

.one-container.both-sidebars .site-main {
    margin-left: 75px;
    margin-right: 30px;
}





/*::CONTROLS SIZE OF POST FEATURED IMAGE::*/
.one-container .inside-article .page-header-below-title {
        margin: 8px 0px 0px 0px;
  /*margin-top: 2px;*/
    max-width: 325px;
    padding: 0px 15px 0px 0px;
}

  
/*::ADJUSTS POST CONTENT AROUND FEATURED IMAGE::*/
.page-content, .entry-content, .entry-summary {
    margin: 6px 0px 0px;
    text-align: justify;
}
  
  /*::POST IMAGE PADDING::*/
.post-image-aligned-left .post-image {
    margin: 0px 20px 0px 0px;
}
.post-image-below-header.post-image-aligned-left .post-image {
    margin: 5px 15px 0px 0px;
}


/*::WIDGET TITLE FORMATTING::*/
.widget-title {
    font-family: inherit;
    font-weight: 500px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 2px;
    padding:0px;
}

/*::MAKES CONTENT A LITTLE MORE LEFT::*/
.push-20 {
    left: 16%;
}


/*::MAKES POST IMAGE FLOAT LEFT::*/
.page-header-image, .page-header-image-single {
    line-height: 0;
    float:left;
    padding-right: 20px;
}

/*::POST HEADING::*/
h1 {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
    color: #990000;
}

/*::PUTS LINE BETWEEN POST LISTINGS::*/
.hentry {
    margin: 0px 0px 2em;
    padding: 16px 0px 0px 0px;
    border-bottom: 2px solid #990000;
}

/*::PUTS FLUID BORDER ABOVE FOOTER CONTAINER::*/
.footer-widgets {
    background-image: none;
    border-top: solid 25px;
    padding: 30px;
}


/*::JUSTIFIES PARAGRAPH TEXT::*/
p {
    margin-bottom: 1.5em;
    text-align: justify;
}


/*::SQUARE WIDGET LIST::*/
.widget ul li {
    list-style-type: square;
    position: relative;
    padding-bottom: 5px;
    color: #a3a3a3;
    margin-left: 17px;
}

/*::IMAGE CAPTION::*/
.wp-caption .wp-caption-text {
    padding: 0px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.44) none repeat scroll 0% 0%;
    color: #FFF;
    position: inherit;
    bottom: 0px;
    left: 0px;
    text-align: center;
}
/*::SQUARE WIDGET LIST::*/
.widget ul li {
    list-style-type: square;
    position: relative;
    padding-bottom: 5px;
    color: #a3a3a3;
    margin-left: 17px;
}

/*::IMAGE CAPTION::*/
.wp-caption .wp-caption-text {
    padding: 0px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.44) none repeat scroll 0% 0%;
    color: #FFF;
    position: inherit;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

/*::REMOVE AUTHOR::*/
.single .byline, .group-blog .byline {
    display: none;
}

/*::CHANGE HEADER COLOR::*/
.entry-title a, .entry-title a:visited {
    color: #990000;
}

.entry-summary {
    margin: 0 0 0;
}