/***** Body stuff *****/

html
{
    height: 100%;
}

body
{
    height: 100%;
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.png');
    background-position: center top;
    background-color: #270606;
}

/***** Layout *****/

div.gradient
{
    height: 600px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -590px;
    background-image: url('/images/layout/body_gradient.png');
    background-position: center top;
    background-repeat: repeat-x;
}

table.wrapper
{
    height: 100%;
    width: 960px;
    position: relative;
    z-index: 2;
    min-height: 100%;
    margin: 0px Auto 0px Auto;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-image: url('/images/layout/content_bg.png');
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-y;
}

table.wrapper td.top
{
    vertical-align: top;
}

table.wrapper td.bottom
{
    vertical-align: bottom;
}

/***** Header *****/

div.header1
{
    width: 100%;
    height: 150px;
    background-image: url('/images/layout/header-1.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.header2
{
    width: 100%;
    height: 150px;
    background-image: url('/images/layout/header-2.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.header3
{
    width: 100%;
    height: 150px;
    background-image: url('/images/layout/header-3.png');
    background-position: center top;
    background-repeat: no-repeat;
}

/***** Sidebar *****/

div.sidebar
{
    float: left;
    width: 200px;
    min-height: 384px;
    padding-top: 13px;
    background-image: url('/images/menu/menu_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.sidebar a, div.sidebar a:visited, div.sidebar a:hover
{
    border: none;
    text-decoration: none;
}

div.sidebar ul.menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sidebar ul.menu li
{
    height: 35px;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.png');
}

div.sidebar ul.menu li.m_weddings
{
    background-image: url('/images/menu/off/weddings.png');
}

div.sidebar ul.menu li.m_dinners
{
    background-image: url('/images/menu/off/dinners.png');
}

div.sidebar ul.menu li.m_calendar
{
    background-image: url('/images/menu/off/Calendar.png');
}

div.sidebar ul.menu li.m_about
{
    background-image: url('/images/menu/off/about.png');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.png');
}

/***** Expanding Menus on the Sidebar *****/

div.expando
{
    width: 200px;
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/expando_bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando div.eventcenter-top
{
    height: 35px;
    background-image: url('/images/menu/eventcenter_top.png');
}

div.expando div.cookingclasses-top
{
    height: 35px;
    background-image: url('/images/menu/cookingclasses_top.png');    
}

div.expando div.news-top
{
    height: 35px;
    background-image: url('/images/menu/news_top.png');    
}

div.expando div.photogallery-top
{
    height: 35px;
    background-image: url('/images/menu/photogallery_top.png');    
}

div.expando div.expbottom
{
    height: 16px;
    background-image: url('/images/menu/expando_bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.expando div.expcontent ul
{
    margin: 0px;
    padding: 2px 25px;
    list-style: none;
    background-image: url('/images/menu/expando_bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando ul li
{
    height: auto;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
    border: none;
}

div.expando ul li a, div.expando ul li a:visited
{
    color: #660022;
    text-decoration: none;
}

div.expando ul li a:hover
{
    color: #d56e63;
    text-decoration: none;
}

/***** Sidebar Logos *****/

div.logos
{
    width: 200px;
    margin: 20px 0 0px 0;
    text-align: center;
}

div.logos img
{
    margin-bottom: 16px;
}

div.logos img.logo
{
    border: 1px solid #000000;
}

/***** Sidebar Featured Items *****/

div.inv_specials
{
    width: 200px; 
    margin: 4px 0px 8px 0px;
    text-align: center;
}

div.inv_specials img
{
    margin: 0 Auto 8px Auto;
    border: 1px solid #000000;
}

div.inv_specials img.title
{
    border: none;
}

/***** The phone strip. *****/

div.strip
{
    height: 36px;
}

/***** Content *****/

div.content
{
    float: right;
    width: 720px;
    margin: 5px 20px 16px;
    min-height: 620px; /***** footer overlap sidebar fix *****/
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
}

div.content div.section
{
    clear: both;
    margin-bottom: 16px;
}

div.content div.seperator
{
    clear: both;
    height: 24px;
    font-size: 0px;
    line-height: 0px;
}

div.content td
{
    color: #000000;
}

div.content td p
{
    color: #000000;
    line-height: 24px;
}

div.content h1, div.content h2, div.content h3
{
    padding: 0;
    margin: 0;
    font-family: Requiem, Garamond, "Hoefler Text", "Times New Roman", Times, Serif;
    color: #660022;
    text-shadow: #a8a8a0 0px 0px 1px; /* This line fixes the Anti-Alias bug in some CSS3 browsers. */ 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hIEfix.png',sizingMethod=crop);zoom:1; /* This line fixes the Anti-Alias bug in IE */
    /* letter-spacing: +1; */ /* <----- Doesn't appear to work with embedded fonts, so I've commented it out. */
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 34px;
}

div.content h2
{
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 27px;
}

div.content h3
{
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 24px;
}

div.content h1 span, div.content h2 span, div.content h3 span
{
    font-family: Garamond, "Hoefler Text", "Times New Roman", Times, Serif;
}

div.content .nobottom
{
    margin-bottom: 0;
}

div.content a, div.content a:visited
{
    color: #DD0000;
}

div.content a:hover
{
    color: #0000DD;
}

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 28px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content td li
{
    color: #000000;
    line-height: 24px;
}

/***** Bottom & Footer *****/

div.footer
{
    float: right;
    width: 720px;
    margin: 0px 20px 0px 0px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #660022;
    color: #660022;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #660022;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #660022;
}

div.footer a:hover
{
    color: #d56e63;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    font-style: italic;
    color: #660022;
}

/***** Photos and Such (includes .pic for backwards compatibility) *****/

div.content .photo, div.content .pic
{
    border: 1px solid #660022;
}

div.content .rotator
{
    overflow: hidden;
}

/***** News Headlines *****/

div.pnews
{
    clear: both; 
    border: 1px solid #49331E; 
    background-color: #e5e5cf; 
    padding: 10px 10px; 
    margin: 0px Auto 12px Auto;
}

div.pnews h3
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.pnews p.pinfo
{
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

/***** Planning Details Page *****/

table.roomcap
{
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
}

table.roomcap td
{
    padding: 4px 4px;
    text-align: center;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

table.roomcap strong
{
    color: #660022;
}

/***** Kitchen Contributors *****/

ul.kitchen-contrib li
{
    padding-bottom: 16px;
}

/***** Contact Page *****/

div.contact_info
{
    float: left;
    width: 352px;
}

div.contact_form
{
    float: right;
    width: 350px;
    border: 1px solid #660022;
    background-color: #FFFFF2;
    text-align: center;
}

div.address-box
{
    width: 350px;
    margin: 0 0;
}

div.content h3.googlemaps
{
    clear: both;
    padding-top: 15px;
}

div.content h3.googlemaps a, div.content h3.googlemaps a:visited
{
    color: #660022;
}

div.content h3.googlemaps a:hover
{
    color: #220066;
}

