/* TABLE OF CONTENTS
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
* font
* slides
* header
* logo
* nav-main
* whats on
** days of the week
* food
* photos
* contact
*/
/* @fonts */
body
{
    font-size:85%;
}
/* @slides */
/* @header */
/* @logo */
#header #logo
{
    width:75px;
    margin-right:-75px;
}
#header #nav-main
{
    padding-left:75px;
    padding-right:75px;
}
/* @nav-main */
#nav-main li
{
}
/* @whats on */
/* @days of the week */
#whatson .whatson-comp
{
    padding-left:50px;
    margin-bottom:10px;
}
#whatson .whatson-comp dt
{
    width: 40px;
    margin-left: -50px;
    margin-right: 10px;
}
h2,
#whatson .whatson-comp dt p
{
    font-size: 2em;
}
/* @food */
#food .menu-item-landscape
{
    width:50%;
}
#food .menu-item-portrait
{
    width:33.333334%;
}
/* @photos */
.social-pix li
{
/*    width:31.333334%;*/
    width:23%;
}
/* @contact */
#contact-items li
{
    width:auto;
}
