/*
Theme Name: Direwires11
Description: Child theme for the Bueno theme
Author: ADYO
Template: bueno
*/

@import url("../bueno/style.css");

.post .title {
    
    color: #000000;
    font-size: 32px;
    border-bottom: none;
    margin: 0;
    padding: 0 0 5px;
    position: relative;
    width: 100%;
    line-height: 34px
}
.dateofpost {
    color: #96B69F;
    font-family: 'Nothing You Could Do',Impact,Helvetica,arial,sans-serif;
    font-size: 11px; 
    margin: 0 0 0px;
    padding: 0 0 5px;
    border-bottom: 1px solid #E7E7E7;
    text-decoration: none;
    text-transform: none;
    z-index: 100;
     position: relative;
    width: 100%;
}
.entry img {
    border: 0px solid #B0B0B0;
}

/* 2.6 Extended Footer */
/* #extended-footer  { display: none; background-color: #96B69F; } */

.widget h3 {
    color: #404040;
    margin: 0 0 7px;
    padding: 10px 0;
    text-transform: none;
}


