/*
Theme Name: Popper Child Theme
Theme URI :http://wordpress.com.shannonhalycz.com/
Description: A child theme of Popper theme.
Author: shannon
Author URI: http://wordpress.com.shannonhalycz.com/
Template: popper
Version: 0.2.0
*/

@import url("../popper/style.css");
body, .widget {
    background-color: 		#4d0013;
    color:white;
    margin:0;
}
#twitter_timeline-2{
   
        padding: 0 10px;
    background-color:#4d0013;


}



.site-footer{
    background-color:black;
}

#primary-menu
{
    background-color:black;
}
/*.entry-content h3{
    text-align: center;
}
*/
.site-info{
    font-size:0;
}
.site-title{
    font-weight:300;
    text-decoration: none;
}

.site-description{
    font-style:italic;
}


.main-navigation {
    position:static;
}
.entry-header,
.entry-title,

#secondary,
.image-attachment a,
::before {
    background-color:black;

}

.entry-title{
    padding-top:20px; 
}
.entry-content, {
    background-color: white;
    color:black;
}
.posted-on,.byline{
    color:white;
}

.entry-meta{
    background-color:#4d0013;
    
  
  
   
}
.meta-content{
    width:87.5%;
     background-color: #2F4F4F;
    position:relative;
    left:5.5%;
    border-bottom:40px solid #2F4F4F;
    border-top:40px solid #2F4F4F;
    margin-top: 0;
    
    display: none;
}
article{

    background:white;
    
}


.page-content a,
.entry-content a,
.entry-summary a,
.comment-content a,
.entry-footer a:hover,

.entry-meta a:hover,

.index-entry-meta a:hover,

.comment-navigation a:hover,

.posts-navigation a:hover,

.post-navigation a:hover,
,
.paging-navigation a:hover,
{
    border-color: black;
}

.page-content a:hover,

.entry-content a:hover,

.entry-summary a:hover,

.comment-content a:hover,
{
    border-bottom: 3px solid black;
    box-shadow: inset 0 -3px black;
}

.entry-footer 
{    
 
    background-color:black;
    border-bottom: solid 10px black;
}
.entry-content{
    color:black;
}


.sd-title{
    color:black;
}

.continue-reading a:hover,

.entry-content .continue-reading a:hover,
.entry-content .continue-reading a:focus {
    border-color:white;
    background: hsla(0, 100%, 100%, .1);
}

@media screen and (min-width: 65em) {
    .sidebar-right #secondary, .sidebar-left #secondary {
        background-color:#4d0013;
    }
}

.reply a,
.comment-form .form-submit input {
    border-color: white;
    background-color: black;
    color:  white;
}

.reply a:hover,
.reply a:focus,
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
    border-color: white;
    background-color:#373737;
    color:black;
}

