/* CSS Document */

/* GENERAL */
body {
    background: #000 url(../img/bg_greystrip.png) repeat-x;
    color: #fff;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
}
    h1, h2, h3 {
        font-weight: normal;
        font-family:"Times New Roman", Georgia, Serif;
    }
        h2 {
            font-size: 3em;
        }
        h1 span, h2 span {
            display: none;
        }
    a:link, a:visited {
        color: #986640;
        font-weight: bold;
        text-decoration: none;
    }
    a:hover, a:focus {
        text-decoration: underline;
    }
    p {
        line-height: 1.4em;
        margin-bottom: 1em;
    }

/* CONTAINERS */
#container {
    margin: 0 auto;
    overflow: auto;
    width: 960px;
}
    #left, #centre {
        margin: 16px 0 32px;
        float: left;
    }
    #left {
        width: 168px;
        margin-right: 16px;
    }
    #centre {
        margin-top: 0;
        position: relative;
        width: 776px;
    }
        #home #centre {
            margin-top: 16px;
        }
    #right {
        float: right;
        margin: 0;
        width: 240px;
    }

/* HEADER */
#header {
    display: block;
    height: 64px;
    overflow: auto;
    padding: 16px 0;
}
    #header h1 {
        float: left;
        height: 64px;
        line-height: 1px;
    }
    #bookatable {
        background: url(../img/bookatable.png) no-repeat;
        float: right;
        height: 64px;
        width: 240px;
    }
        #bookatable h2 {
            display: none;
        }
        #bookatable a {
            color: #fff;
            display: block;
            font-weight: normal;
            height: 29px;
            padding: 35px 0 0 8px; 
        }
        #bookatable a span {
            font-weight: bold;
        }
        #bookatable a:hover {
            text-decoration: none;
        }
            #bookatable a:hover span {
                text-decoration: underline;
            }

/* NAVIGATION */
ul#nav {
    font-weight: bold;
    height: 272px;
    margin-bottom: 16px;
    width: 100%;
}
    ul#nav li {
        padding: 0px 0px 6px;
    }
        ul#nav li a {
            font-size: 1.1em;
        }
            ul#nav li a.current {
                color: #fff;
            }
            ul#nav li a:hover {
                color: #fff;
                text-decoration: none;
            }

img.imgColumn {
    float: left;
    margin-top: 16px;
}


/* HOME PAGE */
/* Carousel */
#carouselContainer {
    border: 1px solid #4c4c4c;
    float: left;
    height: 270px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    width: 518px;
}
#carousel ul {
    overflow: hidden;
}
    #carousel li {
        float: left;
        height: 270px;
        width: 518px;
    }
    a.prev, a.next {
        cursor: pointer;
        height: 136px;
        padding: 136px 4px 0;
        position: absolute;
        top: 0;
        z-index: 99;
    }
        a.prev img, a.next img {
            margin-top: -16px; 
        }
    a.prev {
        left: 0;
    }
    a.next {
        right: 0;
    }

/* Tweets */
#tweets {
    color: #fff;
    height: 272px;
    margin-bottom: 16px;
    position: relative;
    width: 240px;
}
    #tweets h2 {
        line-height: 1px;
    }
    #tweets ul {
        height: 240px;
        overflow: hidden;
        padding-top: 10px;
    }
        #tweets ul li {
            background: transparent url(../img/tweet_cow.png) no-repeat top left;
            
            padding: 0 0 8px 32px;
        }
            #tweets ul li a {
                font-weight: normal;
            }
            #tweets ul li a.date {
                color: #fff;
                font-size: 0.8em;
                padding-top: 0px;
            }
            #tweets ul li#loading {
                background: transparent url(../img/tweet_load.gif) center center no-repeat;
                height: 100px;
                padding: 0;
                text-align: center;
                width: 100%;
            }
    div#follow {
        bottom: 0px;
        left: 0px;
        position: absolute;
        width: 240px;
    }
        div#follow img, div#follow a {
            float: left;
        }
        div#follow a {
            border: 1px solid #484847;
        }
            div#follow a:hover {
                border-color: #adacac;
            }
/* Teasers */
#teasers {
    background: url(../img/teasers_bg.jpg) no-repeat top left;
    border: 1px solid #4c4c4c;
    float: left;
    height: 462px;
    margin-top: 32px;
    padding: 16px;
    width: 486px;
}
    #teasers #teaser_quote {
        float: right;
        font-size: 1.5em;
        line-height: 1.2em;
        margin: 1.2em 16px 0 0;
        width: 192px;
    }
        #teasers #teaser_quote strong {
            display: block;
        }
        #teasers #teaser_quote .quotee {
            color: #adacac;
            font-size: 0.8em;
            line-height: 0.8em;
            padding-top: 0.8em;
        }
    #teasers h2 {
        font-size: 1.7em;
    }
    #teasers h3 {
        font-family: helvetica, arial, sans-serif;
        font-size: 0.9em;
        letter-spacing: 1px;
        margin-top: 1.2em;
        text-transform: uppercase;
        width: 176px;
    }
    #teasers p {
        font-size: 0.8em;
        margin-top: 0.3em;
        width: 176px;
    }
        #teasers p a {
            font-weight: normal;
        }

#toomanywomen {
	background: url(../img/right_toomanywomen.png) no-repeat top left;
	color: #000;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	height: 48px;
	line-height: 1.2em;
	margin-top: 16px;
	padding: 72px 8px 0;
}
	#toomanywomen strong {
		color: #981246;
	}
	#toomanywomen:hover {
		text-decoration: none;
	}
		#toomanywomen:hover strong {
			text-decoration: underline;
		}

/* FIND US */
#findus #map {
    height: 384px;
    width: 100%;
}
#findus h2 {
    float: left;
    padding: 30px 0 30px 16px;
    width: 734px;
}
#findus #centre p {
    float: left;
    padding-left: 16px;
    width: 486px;
}
	#findus #centre p img {
		float: left;
		padding: 0 24px 8px 0;
	}
#findus #right li {
    padding-bottom: 8px;
}




/* GOOGLE MAPS */
#map {
    float: left;
}
#map.gmap_index {
    float: left;
    height: 148px;
    margin-top: 16px;
    width: 240px;
}
    #right select {
        margin: 8px 0 0;
        width: 100%;
    }
    .tooltip {
        background: url(../img/tooltip.png) bottom center no-repeat;
        color: #fff;
        padding: 5px 5px 10px;
    }
    #menumtctl_main {
        display: none;
    }

/* RESTAURANT PAGES/PAGE */
#restaurantInfo, #pageInfo {
    float: left;
    height: 384px;
    position: relative;
    width: 776px;
}
    #backgroundImage {
        position: absolute;
        z-index: 0;
    }
    #restaurantInfo h2, #pageInfo h2 {
        line-height: 1em;
        margin: 12px 16px 0;
        position: relative;
        z-index: 99;

        /* text-shadow: #000 2px 2px 5px; */
    }
    #restaurantInfo #book, #pageInfo #overlay {
        background: transparent url(../img/overlay.png) repeat;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 240px;
        z-index: 99;
    }
        #restaurantInfo #book #booktable {
            background: transparent url(../img/rest_bookatable.png) no-repeat top left;
            bottom: 16px;
            font-size: 0.9em;
            height: 114px;
            left: 16px;
            line-height: 1.3em;
            padding: 30px 0 0 7px;
            position: absolute;
            width: 208px;
        }
		#restaurantInfo #book div{
           
            width: 150px;
        }
            #restaurantInfo #book span.phone {
                display: block;
                font-size: 1.9em;
                font-weight: bold;
                padding: 3px 0 8px;
            }

            #restaurantInfo #book div a {
                color: #fff;
            }
#middleText {
    margin: 32px 0 -1em;
    float: left;
    width: 520px;
}
    #middleText p {
        padding: 0 16px;
    }
    #middleText ul {
        list-style-type: disc;
        margin: 0 16px;
    }
        #middleText ul li {
            list-style-position: inside;
        }
#restaurant #map {
    height: 240px;
    margin-top: 16px;
    overflow: hidden;
    width: 520px;
}
#controls {
    float: right;
    font-size: 0.8em;
    margin-top: 3px;
}
    #controls a.active {
        
    }

/* PAGES (SOME TAKEN FROM RESTAURANT) */
#pageInfo #overlay div {
    bottom: 16px;
    left: 16px;
    position: absolute;
    width: 208px;
}
    #pageInfo span.name, #pageInfo span.job {
        color: #adacac;
        display: block;
        font-size: 1.2em;
		line-height: 1.2em;
        padding-bottom: 1px;
    }
    #pageInfo span.name {
        font-weight: bold;
    }
    #pageInfo p {
        font-weight: bold;
        line-height: 1.2em;
        margin: 7px 0 0 0;
    }
        #pageInfo p em {
            padding: 0 3px 0 0;
        }
#middleText h3 {
    font-family: helvetica, arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.1em;
    padding: 16px 16px 8px;
}

/* EVENTS (SOME TAKEN FROM PAGES) */
#events #middleText #eventList h2 {
    font-family: helvetica, arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.1em;
    padding: 16px 16px 8px;
}
#events #middleText #eventList h2 span.date {
    display: inline;
    font-size: 0.7em;
    font-weight: normal;
    vertical-align: baseline;
}
#events #middleText #eventList p {
    margin-bottom: 0.6em;
}


/* MENU */
#menu h2 {
    color: #986640;
    margin: 24px 16px;
    position: relative;
}
    #menu h2 a {
        float: right;
        font-family: helvetica, arial, sans-serif;
        font-size: 0.3em;
        line-height: 3em;
    }
#menu #right {
    margin-top: -16px;
}
    #menuText {
        background: #fff;
        color: #000;
        float: left;
        padding-bottom: 24px;
        width: 520px;
    }
        #menuText p {
            padding: 0 16px;
        }

    /* TEMP MENU STYLES */
    #menuText h3 {
        color: #986640;
        font-family: helvetica, arial, sans-serif;
        letter-spacing: 1px;
        margin-bottom: 1em;
        text-align: center;
        text-transform: uppercase;
    }
    #menuText p {
        font-family:"Times New Roman", Georgia, Serif;
        text-align: center;
        padding: 0 50px;
    }
        #menuText p span.title {
            color: #986640;
            display: block;
            font-weight: bold;
            text-transform: uppercase;
        }
            #menuText p span.title span.glass {
                text-transform: none;
                font-size: 0.8em;
            }
        #menuText p small {
            font-size: 0.8em;
            line-height: 0.5em;
        }
        #menuText p span.price {
            color: #986640;
            padding: 0 4px 0 0;
        }
        #menuText hr {
            border: none;
            background: #000;
            color: #000;
            height: 16px;
            margin: 24px 0;
        }
        p#indicative {
            float: left;
            padding: 16px 16px 0;
            width: 488px;
        }

/* FOOTER */
#footer {
    border-top: #4c4c4c solid 8px;
    clear: both;
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0 auto 5px;
    position: relative;
    padding: 0 88px 16px 0;
    width: 872px;
}
    div.links {
        float: left;
        padding: 8px 0;
        width: 50%;
    }
        div.links.right {
            float: right;
            text-align: right;
        }
    #footerRight {
        float: right;
        margin: -28px -96px -54px 0;
    }
    #footer #copyright {

        border-top: #4c4c4c solid 1px;
        clear: both;
        margin-right: -88px;
        padding-top: 8px;
    }