@font-face {
    font-family:riffic;
    src:url("../fonts/riffic-bold/riffic.eot?") format("eot"),
        url("../fonts/riffic-bold/riffic.woff") format("woff"),
        url("../fonts/riffic-bold/riffic.ttf") format("truetype"),
        url("../fonts/riffic-bold/riffic.svg#Riffic-Bold")
}

*{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

body{
    background: #37474F;
    background-attachment: fixed;
}

.clearfix{
    clear: both;
    float: none;
}

#global{ 
    background: white;
    box-shadow: 0px 0px 2px gray;
    margin: 0px auto;
    margin-top: 30px;
    padding: 20px;
    width: 65%;
} 

#logo{
    border-radius: 20px 0px;
    font-family: riffic;
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 75px;
    background: #c62828;
    color: white;
    text-align: center;
    width: 250px;
    height: 80px;
    margin-bottom: 20px;
    float: left;
}

#menu{
    background: #c62828;;
    font-family: riffic;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 20px;
}

#menu ul{
    line-height: 46px;
}

#menu ul li{
    display: inline-block;
    height: 46px;
    transition: all 300ms;
}

#menu ul li:hover{
    background: #f14c4caf;
}   

#menu a{
    display: block;
    color: white;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

#post{
    width: 60%;
    float: left;
    font-family: Helvetica, Arial;
}

.post{
    padding: 7px;
}

.post h2{
    font-size: 30px;
    color: #333;

}
.post .date{
    display: block;
    color: gray;
    margin-top: 5px;
}

.post p{
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
}

.button-more{
    padding: 15px;
    background: #c62828;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    color: white;
    width: 70px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

#sidebar{
    font-family: Helvetica, Arial;
    width: 31%;
    float: right;
}

#sidebar h4{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 10px;
    color: #333;
    background: url(../img/lines.png) repeat-x;
}

#sidebar h4 span{
    background: white;
    padding: 5px;
}

#sidebar img{
    width: 100%;
}

#sidebar p{
    font-size: 15px;
    text-align: justify;
}

form input[type="text"],
form input[type="password"],
form input[type="email"]{
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 95%;
    margin-bottom: 10px;
    margin-top: 5px;
}

form input[type="submit"]{
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

footer{
    font-family: Helvetica, Arial;
    color: white;
    height: 47px;
    background: #c62828;
    margin: 0px auto;
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    line-height: 47px; 
}

.bx-caption{
    background: #37474F !important;
    opacity: 0.75;
    font-size: 20px;
    font-family: 'Acme', sans-serif !important;
    
}


