
/* START FILE /data/www/world/facilities/.drupal-6.x/sites/all/themes/facilities/uwtower/css/custom.css*/

/* Reset h1 margin-bottom */
h1, .close div h1 { margin-bottom: 1em; }

#container { margin-top: auto; }

#uwtower-header #towertop {
    position: absolute;
    margin-top: -20px;
    margin-left: 360px;
    background-image: url("images/towerbanner-top.png");
    width: 83px;
    height: 20px;
}

#uwtower-header {
    background-image: url("images/towerbanner-bg.jpg");
    background-color: white;
    width: 100%;
    overflow: hidden;
    margin-top: -16px;
}


#uwtower-header-lr {
    background: url("images/towerbanner.jpg") no-repeat top left;
    height: 104px;
    overflow: hidden;
}

/* s/div/#uwtower-header/ because IE is dumb */
div.morning, #uwtower-header.morning #uwtower-header-lr {
    background-position: 0px -104px;
}

div.evening, #uwtower-header.evening #uwtower-header-lr {
    background-position: 0px -208px;
}

div.night, #uwtower-header.night #uwtower-header-lr {
    background-position: 0px -312px;
}

#uwtower-header.night #towertop {
    background-position: 0px -20px;
}

table.views-table caption { 
    font-size: larger; 
    font-weight: bold; 
    padding-top: 1em;
}



/* END FILE /data/www/world/facilities/.drupal-6.x/sites/all/themes/facilities/uwtower/css/custom.css*/
