/*
 @author: Paul Jones
 
 Global preset - That's right no funny stuff
 ============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
color:#39b54a;
background-color:#39b54a;
}
a:link, a:active. a:visited {
color:#39b54a;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}
#OT_logoLink a:link, #OT_logoLink a:active, #OT_logoLink a:visited {
color:#39b54a;
text-decoration:none;
}
#OT_logoLink a:hover {
color:#FFFFFF;
text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 10px;
}
h2 {
color:#39b54a;
font-size:24px;
}
h3 {
font-size:18px;
}
:focus {
    outline: 0;
}

#sidebar h1, #sidebar h3, #sidebar h4 {
    margin: 0;
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 13px;
}

html, body {
    background-color: #434343;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.noWeight {
    font-weight: normal;
}

#siteContainer {
    position: relative;
    margin: 0 auto;
    width: 980px;
    background: #585858 url(../images/bg.jpg) repeat-x;
}

#welcome {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-welcome.png) no-repeat;
    z-index: 10;
}
#reserve {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-reserve.png) no-repeat;
    z-index: 10;
}
#join {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-join.png) no-repeat;
    z-index: 10;
}
#calendar {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-calendar.png) no-repeat;
    z-index: 10;
}
#directions {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-directions.png) no-repeat;
    z-index: 10;
}
#chef {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-chef.png) no-repeat;
    z-index: 10;
}
#menu {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-menu.png) no-repeat;
    z-index: 10;
}
#speak {
    width: 128px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../images/bg-speak.png) no-repeat;
    z-index: 10;
}
#mainNav {
    position: absolute;
    right: 40px;
    top: 25px;
    width: 514px;
    z-index: 30;
}

#mainNav li {
    float: left;
}

#mainNav a {
    display: block;
    margin: 0 20px;
    height: 16px;
    background: url(../images/mainMenu.png) no-repeat;
}

#mainNav .home {
    width: 42px;
    background-position: left 0;
}

#mainNav .theMenu {
    background-position: left -16px;
    width: 64px;
}

#mainNav .theChef {
    background-position: left -32px;
    width: 60px;
}

#mainNav .speakToUs {
    background-position: left -48px;
    width: 85px;
}

#mainNav .calendar {
    background-position: left -64px;
    width: 63px;
}

#mainNav .home:hover {
    background-position: right 0;
}

#mainNav .theMenu:hover {
    background-position: right -16px;
}

#mainNav .theChef:hover {
    background-position: right -32px;
}

#mainNav .speakToUs:hover {
    background-position: right -48px;
}

#mainNav .calendar:hover {
    background-position: right -64px;
}

#shadowLeft, #shadowRight {
    background: url(../images/bg-shadow.png) repeat-y;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

#shadowLeft {
    left: 0;
}

#shadowRight {
    background-position: top right;
    right: 0;
}

/*************   Sidebar   *************/
#sidebarWrapper {
    position: absolute;
    left: 32px;
    z-index: 30;
}

#sidebar {
    width: 247px;
    position: fixed;
    top: 0;
	z-index:100;
}

#sidebar #wellingtonLogo {
    margin-top: 10px;
}

#sidebar .nav a {
    background: url(../images/sideMenu.png) no-repeat;
    width: 211px;
    height: 37px;
    display: block;
    margin-bottom: 15px;
}

#sidebar .nav a.directions {
    background-position: left 0;
}

#sidebar .nav a.reserveTable {
    background-position: left -37px;
}

#sidebar .nav a.joinPack {
    background-position: left -74px;
}

#sidebar .nav a.theMenu {
    background-position: left -111px;
}

#sidebar .nav a.directions:hover {
    background-position: right 0;
}

#sidebar .nav a.reserveTable:hover {
    background-position: right -37px;
}

#sidebar .nav a.joinPack:hover {
    background-position: right -74px;
}

#sidebar .nav a.theMenu:hover {
    background-position: right -111px;
}

#specials, #events {
    margin-bottom: 25px;
    width: 207px;
	
}

#specials {
    color: #999;
}

#specials p {
    font-size: 12px;
}

#events {
    color: #fff;
}

#events p {
    font-size: 13px;
}

#events p.small {
    font-size: 12px;
}

#events .allEventsLink {
    text-align: right;
}

#events .allEventsLink a {
    color: #39b54a;
}

#events .allEventsLink a:hover {
    color: #BBFFC3;
}

#specials .top, #events .top {
    height: 24px;
}

#specials .top {
    background: url(../images/side-specialPanel.png) no-repeat;
}

#events .top {
    background: url(../images/side-eventsPanel.png) no-repeat;
}

#specials .middle, #events .middle {
    background: url(../images/side-panelBg.png);
    padding: 2px 12px;
}

#events .middle {
    padding-top: 8px;
}

#specials .bottom, #events .bottom {
    background: url(../images/side-panelBtm.png) no-repeat;
    height: 10px;
}

#sidebar #socialMedia li {
    color: #8F8D85;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    margin: 3px;
}

#socialMedia .fourSquare img {
    margin: 2px 10px 1px 0px;
}

#sidebar #socialMedia li img, #sidebar #socialMedia li p {
    float: left;
}

#sidebar #socialMedia li p {
    width: 100px;
    margin-top: -5px;
}

/*************   Content   *************/
#content {
    margin: 0 30px 60px 280px;
    width: 500px;
    float: left;
}

#content .flash {
    height: 550px;
    width: 700px;
    z-index: 0;
}
#content .opSpacer {
    height: 75px;
    width: 700px;
    z-index: 0;
}
#content .info {
    width: 500px;
    color: #dbd5c1;
    line-height: 20px;
	margin-top: 10px;
}
#content .opInfo {
min-height:550px;
    width: 500px;
    color: #dbd5c1;

	margin-top: 10px;
}
#content .opInfo p {
    line-height: 20px;
	}
input, textarea {
float:left;
margin:0 10px 10px 0;
position:relative;
}
input#submit {
clear:both;
margin:0 10px 10px 180px;
position:relative;
}
label {
float:left;
width:240px;
text-align:right;
margin:0 10px 10px 0;
position:relative;
}
/*************   Footer   *************/
#footer {
    clear: both;
    position: relative;
    background-color: #000;
    color: #dbd5c1;
    padding: 35px 40px 20px 280px;
    z-index: 20;
    font-size: 10px;
}

#footer .info {
    position: absolute;
    top: -50px;
    right: 30px;
    width: 386px;
}

#footer .info .top {
    background: url(../images/footer-hoursPanelTop.png) no-repeat;
    height: 7px;
}

#footer .info .middle {
    background-color: #000;
    position: relative;
    padding: 3px 28px;
}

#footer .schedule, #footer .address {
    font-size: 11px;
    width: 160px;
    margin-top: 3px;
    float: left;
}

#footer .address {
    margin-left: 10px;
}

#footer .schedule span {
    position: absolute;
    left: 92px;
    font-weight: normal;
}

#footer .schedule p {
    margin-bottom: 0;
    font-weight: bold;
}

#footer .address p {
    margin-bottom: 0;
}
#footer .sWords {
color:#333333;
}

#footerFiller {
	background-color:#000;
	width:100%;
	height:0;
}
/************** open table ***********/
#OT_searchWrapperAll {
background-color:#000000;
}
#OT_searchWrapper {
background-color:#000000;
}
#OT_logo {
display:none;
}
