/* @group Resets */

*, html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, blocquote, form, img {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
}

ul, ol {
	list-style-type: none;
}

a img {
	border-style: none;
}

a:focus, a:active, input:focus {
	outline: none;
}

img {
	margin-bottom: -5px;
}

/* @group IE6 */

#ie6Warning {
	width: 880px;
	padding: 20px;
	background-color: #d60101;
	color: #fff;
	margin-top: 20px;
	text-align: left;
}

#ie6Warning h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

#ie6Warning p {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

#ie6Warning a {
	color: #e9e811;
}

/* @end */

/* @end */

/* @group Global */

.clearing {
	clear: both;
	height: 1px !important;
	overflow: hidden;
	margin: -1px 0 0 0;
	width: 100%;
	padding: 0;
}

body {
	background-color: #fcf8d0;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
}

/* Colors */

.yellow {
	color: #fcf8d0;
}

.gold {
	color: #c2a303;
}

.brown {
	color: #634a1d;
}

.white {
	color: #fff;
}

/* Images */

img.right {
	float: right;
	margin: 5px 0 10px 20px;
}

img.left {
	float: left;
	margin: 5px 20px 10px 0;
}

img.center {
	margin: 0 auto;
	text-align: center;
}

/* Margins */

/* Top */

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

/* Bottom */

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

/* Right */

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

/* Left */

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

/* Floats */

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

/* Elements */

div.center {
	text-align: center;
}

.nbrdr {
	border-style: none !important;
}

#global-wrap {
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/* @group Logo */

#logo {
	z-index: 50;
	width: 132px;
	height: 133px;
	display: block;
	position: absolute;
	top: 10px;
	left: 32px;
}

#logo a {
	display: block;
	background: url(../img/global/on-the-square-logo.png) no-repeat;
	text-indent: -5000px;
	width: 132px;
	height: 133px;
}



/* @end */



/* @end */

/* @group Navigation */

#navigation {
	width: 960px;
	height: 60px;
	background: url(../img/nav/nav-back.jpg) no-repeat;
	clear: both;
	padding-top: 40px;
}

#nav-wrap {
	width: 780px;
	height: 60px;
	margin-left: 180px;
}

#nav-wrap #main-nav {
	width: 380px;
	float: left;
	height: 60px;
}

#nav-wrap #main-nav .nav-type {
	font-size: 21px;
}

#nav-wrap #main-nav ul li {
	display: inline;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	font: 21px Georgia, "Times New Roman", Times, serif;
}

#nav-wrap #main-nav a {
	color: #634a1d;
	text-decoration: none;
	display: block;
	width: auto;
	height: 45px;
	text-align: center;
	padding-top: 15px;
}

#nav-wrap #main-nav a:hover, #nav-wrap #main-nav a.active {
	color: #000;
	background: url(../img/nav/main-nav-active-back.png) no-repeat center center;
}

#nav-wrap #sec-nav {
	width: 360px;
	float: right;
	margin-top: 24px;
	height: 30px;
}

#nav-wrap #sec-nav ul li {
	display: inline;
	float: left;
	font-size: 10px;
	margin-right: 15px;
}

.win #nav-wrap #sec-nav ul li {
	display: inline;
	float: left;
	font-size: 10px;
	margin-right: 12px;
}

#nav-wrap #sec-nav a {
	color: #634a1d;
	text-decoration: none;
}

#nav-wrap #sec-nav a:hover {
	color: #000;
}

#nav-wrap #sec-nav a.active {
	color: #c2a303;
	background-color: #fff;
	margin: -7px;
	padding: 7px;
}



/* @end */

/* @group Content */

#content-wrap {
	background-color: #634a1d;
	padding: 10px;
	width: 940px;
	clear: both;
}

/* Main Image */

#main-image-2 {
	width: 940px;
	overflow: hidden;
	margin: 0;
}

#main-image {
	width: 940px;
	height: 255px;
	overflow: hidden;
	margin: 0;
}

/* @end */

/* @group Info Block */

#info-wrap {
	background: url(../img/info/info-back.png) no-repeat;
	width: 900px;
	height: 106px;
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 20px;
}

.ie7 #info-wrap {
	background: url(../img/info/info-back.png) no-repeat;
	width: 900px;
	height: 106px;
	display: block;
	clear: both;
	margin: 20px 0 0;
	padding: 10px 20px;
}

#info-wrap a {
	text-decoration: none;
	color: #fcf8d0;
}

#info-wrap a:hover {
	color: #c2a303;
	text-decoration: none;
}

#info-wrap .info {
	width: 180px;
	height: 86px;
	float: left;
}

#info-wrap .info h6 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
}

#info-wrap .info p {
	font-size: 11px;
	line-height: 1.3em;
	margin-right: 20px;
}



/* @end */

/* @group Footer */

#footer {
	width: 960px;
	text-align: center;
	height: 67px;
	background: url(../img/footer/footer-back.jpg) no-repeat center center;
	display: block;
	clear: both;
	font-size: 10px;
	padding-top: 30px;
	margin-bottom: 20px;
}

#footer a {
	color: #634a1d;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#footer ul {
	display: block;
}

#footer ul li {
	display: inline;
	float: none;
}



/* @end */

/* @group Home */

#home-message {
	width: 900px;
	padding: 20px;
	clear: both;
}

#home-message img {
	width: 125px;
	height: 125px;
	margin-right: 20px;
	float: left;
	border: 5px solid #fff;
}

#home-message h1 {
	margin-bottom: 10px;
	font: 26px Georgia, "Times New Roman", Times, serif;
}

#home-message p {
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 10px;
}



/* @end */

/* @group Secondary */

#content-wrap a {
	color: #fff;
	text-decoration: none;
}

#content-wrap a:hover {
	color: #fee7bb;
	text-decoration: underline;
}

#content-wrap a:visited {
	color: #cfba80;
}

#sec-message {
	width: 900px;
	padding: 20px;
	clear: both;
	min-height: 135px;
	position: relative;
}

#sec-message-other {
	width: 900px;
	padding: 20px;
	clear: both;
	min-height: 135px;
	position: relative;
	margin-bottom: 20px;
}

.ie7 #sec-message {
	width: 900px;
	padding: 20px;
	clear: both;
	margin-bottom: -35px !important;
	position: relative;
}

#sec-message h1 {
	font: 26px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 10px;
}

#sec-message p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 10px 15px;
}

#menu-date {
	width: 400px;
	height: 155px;
	float: right;
	margin: 0;
	background: url(../img/dinner/menu.jpg) no-repeat;
}
#to-go {
	width: 300px;
	height: 155px;
	float: right;
	margin: 0;
	background: url(../img/to-go/bag.jpg) no-repeat center;
}

#wine {
	width: 600px;
	height: 155px;
	float: right;
	margin: 0;
	background: url(../img/wine/wine.jpg) no-repeat right;
}

#about {
	width: 600px;
	height: 155px;
	margin: 0;
	background: url(../img/to-go/bag.jpg) no-repeat right;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu-date h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 300px;
	margin: 100px auto 0;
}

#content {
	background-color: #fff;
	min-height: 100px;
	padding: 20px 0 20px 20px;
}

#content p.description {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	font-size: 24px;
	color: #634a1d;
	border-bottom: 1px dotted #c2a303;
	font-variant: small-caps;
	padding-bottom: 5px;
}

p.menu-item {
	background: url(../img/global/bullet.gif) no-repeat 0 16px	;
	padding: 10px 10px 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

p.menu-desc {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #c2a303;
	margin-bottom: 0;
	margin-top: 0;
	clear: both;
	display: block;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 10px;
}

span.price {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Columns */

div.col {
	width: 280px;
	min-height: 100px;
	float: left;
}

/* About */

img.img-about {
	float: right;
	border: 5px solid #fff;
	margin-bottom: 20px;
	margin-left: 20px;
}

img.img-events {
	float: right;
	border: 5px solid #fff;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 30px;
}

div#about-divider {
	width: 100%;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	background: url(../img/about/divider.png) no-repeat center center;
	display: block;
}

div#about-bios {
	margin-left: 10px;
	clear: both;
	margin-bottom: 20px;
}

div#about-bios img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 3px double #9f8e62;
}

div#about-bios h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	margin-bottom: 10px;
	padding-left: 180px;
}

div#about-bios p {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-left: 0;
	padding-left: 180px;
}

div#about-bios div.about-col {
	width: 420px;
}

p.events {
	background-color: #7b5b21;
	border-style: double;
	border-color: #634a1d;
	padding: 20px;
	color: #fff;
	font: normal 18px/1.3em Georgia, "Times New Roman", Times, serif !important;
	display: block;
	margin-top: 30px !important;
}

ul.events {
	background-color: #7b5b21;
	border-style: double;
	border-color: #634a1d;
	padding: 20px;
	color: #fff;
	font: normal 14px/1.3em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-top: 30px !important;
}

ul.events li {
	padding-bottom: 14px;
}

ul.events li:last-child {
	padding-bottom: 0px;
}

ul.events a {
	color: #fee7bb;
	text-decoration: none;
}

ul.events a:hover {
	color: #fff;
}

ul.events a:visited {
	color: #cfba80;
}

/* Contact */

#map {
	float: right;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 30px;
	width: 274px;
}

#map img {
	margin-bottom: 20px;
	border: 3px double #fcf8d0;
}

#map p {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px !important;
	font-size: 16px;
	line-height: 1.2em;
}



/* @end */

/* @group Contact Form */

form#contact-form {
	background-color: #7b5b21;
	border-style: double;
	border-color: #634a1d;
	padding: 20px;
	color: #fff;
	font: normal 21px/1.3em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-top: 30px !important;
	width: 510px;
	margin-left: 10px;
}

.ie7 form#contact-form {
	background-color: #7b5b21;
	border-style: double;
	border-color: #634a1d;
	padding: 20px;
	color: #fff;
	font: normal 21px/1.3em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-top: 30px !important;
	width: 490px;
	margin-left: 10px;
}

form#contact-form input, form#contact-form select, form#contact-form textarea {
	width: 80%;
	padding: 5px;
}

form#contact-form label {
	width: 100%;
	display: block;
}

form#contact-form input#newsletter {
	width: 30px;
	float: left;
	margin-top: 8px;
	cursor: pointer;
}

.ie form#contact-form input#newsletter {
	width: 30px;
	float: left;
	margin-top: 4px;
	cursor: pointer;
}

form#contact-form label#checkbox {
	width: 450px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

form#contact-form input.submit {
	width: auto;
	margin-right: 20px;
	background-color: #fcf8d0;
	padding: 10px;
	border: 3px double #9f8e62;
	color: #634a1d;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	cursor: pointer;
}

form#contact-form input.submit:hover {
	width: auto;
	margin-right: 20px;
	background-color: #7b5b21;
	padding: 10px;
	border: 3px double #9f8e62;
	color: #fff;
}

form#contact-form input.reset {
	width: auto;
	margin-right: 20px;
	background-color: #adab90;
	padding: 10px;
	border: 3px double #9f8e62;
	color: #634a1d;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	cursor: pointer;
}

form#contact-form input.reset:hover {
	width: auto;
	margin-right: 20px;
	background-color: #7b5b21;
	padding: 10px;
	border: 3px double #9f8e62;
	color: #fff;
}

form#contact-form div.form-group {
	margin-bottom: 15px;
}



/* @end */