/* IE Doesn't follow the honor code */

h1#page-title { display: none; }
table, tr, td { border-color: #ffffff; }

#welcome-pane, #link-pane, #contact-pane {
    width: 100%;
}

@media (min-width:1145px) {
    #welcome-pane, #link-pane {
        width: 70%;
        float: right;
    }
    
    #contact-pane {
        width: 25%;
        float: left;
        position: absolute;
        position: top;
        margin-top: -18px;
    }
}

h2.section-title {
    font-size: 32px;
    color: #336699;
    margin-bottom: -15px;
}
p {
    margin: -5px 0;
}

table#link-table {
    width: 100%;
}
table#link-table td { 
    width: 30%;
    padding: 0px 3% 10px 0;
}

/* CONFIGURE NIVO SLIDER */
div#slider { width: 100%; }
@media (max-width: 1145px) {
    div#slider { width: calc(100% + 40px); }
    div#content { padding: 0px; }
    div#welcome-pane, div#link-pane, div#contact-pane { 
        margin: 0 20px; 
        width: calc(100% - 40px);    
    }
}
div#block-nivo-slider-nivo-slider > h2 { display: none; }
div.theme-bar.slider-wrapper {
    border: none;   
}