﻿/*
    Royal Tyrell Museum home.css 
    Author: Phil Champagne 
    RealDecoy Inc.
*/    
/* =Branding/header
------------------------------------------------------------------------------ */
#home #brandingOuterHome {
    /*background: transparent url('/images/header-drop-shadow.jpg') 0 100% repeat-x;*/
    background-color: #A6A6A6;
    padding-bottom: 6px;
}
#home #brandingHome {
    /*background: transparent url('/images/header-home-bg.jpg') 50% 0 repeat;*/
    background-color: #F7F6F4;
    width: 100%;
    min-height: 96px;
    height: auto !important;
    height: 96px;
    position: relative;
    padding-top: 15px;
}
#home #brandingHome #brandingInner {
    width: 940px;
    margin: 0 auto 0 auto;
}
#home #brandingHome #brandingInner #logo {
    float: left;
    width: 168px;
    margin: 15px 0 0 0;
}
/* =Utilitis
------------------------------------------------------------------------------ */
#utilities {
    float: right;
    width: 210px;
    margin: 19px 0 0 0;
}
/* =Layout
------------------------------------------------------------------------------ */
#home #wrapperInner {
    background: none !important;
    width: 974px;
    margin: 0 auto 0 auto;
    position: relative;
}
#home #wrapperInnerBg {
    /*background: url('/images/inner-wrapper-bottom-bg.jpg') 50% 100% no-repeat;*/
    font-size: 1px; /* IE6 */
    min-height: 0;
    height: auto !important;
    height: 0;
    padding: 0 0 130px 0;
    margin: 0 0 0 2px;
}
#home #flashContent, #home #noFlashContent {
    /*background: url('/images/flash-content-drop-shadow.jpg') 0 100% no-repeat;*/ 
    max-width: 1200px;
    min-width: 975px;
    margin: -6px auto 0 auto;
    padding: 0 0 6px 0;
    position: relative;
}
/* =Main nav
----------------------------------------------------------------------------- */
ul#mainNav {
    float: left;
    width: 525px;
    font-family: georgia, times, serif;
    font-size: 116%;
    margin: 50px 0 0 37px;
    text-align: center;
}
/* =Page bottom buttons
------------------------------------------------------------------------------ */
#home #masterPageBtns {
    background: none;
    float: left;
    width: 940px;
    position: absolute;
    bottom: 24px;
    left: 16px;
}    
#home #masterPageBtns li {
    float: left;
}
#home #masterPageBtns li a {
    display: block;
    font-family: georgia, times, serif;
    font-size: 146.5%;
    color: #a21029;
    height: 104px;
    line-height: 19px;
    text-decoration: none;
}
#home #masterPageBtns li a:hover {
    color: #064b6f;
}
#home #masterPageBtns li span {
    display: block;
    font-family: georgia, times, serif;
    padding: 48px 0 2px 16px;
}
#home #masterPageBtns li a.visit {
    float: left;
    display: block;
    width: 229px;
}
#home #masterPageBtns li a.programs {
    float: left;
    display: block;
    width: 240px;
}
#home #masterPageBtns li a.exhibits {
    float: left;
    display: block;
    width: 240px;
}
#home #masterPageBtns li a.research {
    float: left;
    display: block;
    width: 221px;
}