/* 
    Document   : style
    Created on : 14-abr-2013, 12:21:12
    Author     : dmiranda
    Description:
        Purpose of the stylesheet follows.
*/
*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: #00a3e8;

}
root { 
    display: block;
}
@font-face {
    font-family: "light";
    src: url('../ttf/OpenSans-Light.ttf');
}
#center{
    background-color:white;
    margin-top: 15px;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 3px 3px #818181;
    min-height: 1000px;
}
#center #header{
    text-align: center;
    font-size: 40px;
    font-family:'light';
    background-color: #dce9ea;
    height: 120px;    

    background-image: url(../img/noise.png);
    margin-bottom: 2px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#center #links{
    font-size: medium;
    margin-top:40px;
}
#center #content{
    margin-top: 30px;
}
#center #content .post {
    margin-top: 20px;

}
#center #content .post_title {
    font-size: 21px;
    margin-left:60px;
    font-style: bold;
}
#center #content .post_content {
    margin-left: 60px;
    margin-top:20px;

}

#footer {


}
