/*
   Theme Name: 1stwebdesigner HTML5/CSS3 Layout
   Date: March 2013
   Description: Basic HTML5/CSS3 layout built on a responsive framework
   Version: 1.0
   Author: Christian Vasile
   Author URL: http://christianvasile.com
   */




/* ===========================
   ======= Textos Home ====== 
   =========================== */
.post-content {
    background: none repeat scroll 0 0 #FFffff;
    opacity: 0.91;
    margin: 0 auto;
    margin-top: -141px;
    text-align:center;
    position: relative;
    width:100%;
    min-height:280px;
}

.thumbnail {
    margin:0 auto;
    text-align:center;
}

.wrapper {
    text-align:center;
}

/* ===========================
   ======= NavBar Area ====== 
   =========================== */
.navbarmenu {
    width: 70%;
    float: right;
    background-color: #FFF;
}

.navbarimage {
    width: 30%;
    float: left;
}

.navbarmain {
    overflow: hidden;
    line-height: 25px;
    background-color: black;
}

.mainHeader img {
    width: 70%;
    height: auto;
    padding-top: 5%;
    padding-left: 10%;
}
/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
    overflow: hidden;
    line-height: 25px;
}

.topcontent {
    background-color: #FFF;
}

.bottomcontent {
    background-color: #FFF;
}

.content {
    width: 78%;
    float: right;
}

.post-info {
    font-style: italic;
    color: #999;
    font-size: 85%;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
    width: 22%;
    float: left;
    background-color: #f2f2f2;
}

.middle-sidebar {
    width: 22%;
    float: left;
    background-color: #f2f2f2;
}

.bottom-sidebar {
    width: 22%;
    float: left;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px) {
    .body {
        clear: both;
        margin: 0 auto;
        width: 100%;
    }


    .mainHeader img {
        width: 100%;
        height: auto;
        margin-bottom: 3%;
    }

    .mainContent {
        overflow: hidden;
        line-height: 25px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .topcontent {
        background-color: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .bottomcontent {
        background-color: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .content {
        width: 100%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .post-info {
        display: none;
    }

    .top-sidebar {
        width: 100%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #f2f2f2;
        margin-bottom: 0;
    }

        .top-sidebar p {
            width: 90%;
        }

    .middle-sidebar {
        width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #FFF;
        margin-bottom: 0;
    }

        .middle-sidebar p {
            width: 90%;
        }

    .bottom-sidebar {
        width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #FFF;
        margin-bottom: 1%;
    }

        .bottom-sidebar p {
            width: 90%;
        }
    /* ===========================
   ======= NavBar Area ====== 
   =========================== */
    .navbarmenu {
        width: 100%;
        background-color: #FFF;
    }

    .navbarimage {
        width: 100%;
        float: left;
    }

    .navbarmain {
        overflow: hidden;
        line-height: 25px;
        background-color: black;
    }

    .mainHeader img {
        width: 100%;
        height: auto;
    }
}
