/* 
    Document   : structure
    Created on : 14/09/2010, 16:29:21
    Author     : Diego Matoso - diegomatoso@gmail.com
    Description:
        regarding the site structure
*/

html, body {
    height: 100%;
}

body {
    /*padding-bottom: 10px;*/
}

#page {
    min-height: 100%;
    height: auto !important;
    /*padding-top: 85px;*/
}

.page-full #header_center, 
.page-full #center {
    max-width: 99.9%;
}

.page-full #header_center {
    padding: 0 15px;
}

#top {
    width: 100%;
    min-height: 85px;
    height: auto !important;
    height: 85px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
}

#header_center {
    padding: 0 5px;
    margin-bottom: 15px;
    max-width: 1190px;
    margin: auto;
}

.tabs_static {
    /*
    position: fixed;
    top: 0;
    z-index: 9999;
    */
}

#center_calendar {
    padding: 0 15px;
    margin-bottom: 80px;
}

#center {
    padding: 0 15px;
    margin-bottom: 80px;
    max-width: 1190px;
    margin: auto;
}

#footer {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.box_structure_header {
    height: 85px;
}

.box_structure_footer {
    height: 72px;
}

.pagination {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
}

/* new layout 2012-09-28 */
#footer .new-footer-center {
    display: none;
}

