
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

em { font-style: italic; font-weight: inherit; }
strong { font-weight: bold; font-style: inherit;  }



/*  clearing  */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*  global  */

body {
  background: #6E3802;
  text-align: center;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Palatino Linotype", Book Antiqua, Palatino, "Hoefler Text", Georgia, serif;
  font-size: 13px;
  line-height: 18px;
  min-width: 950px;
  }

.noCSS, .no-css, hr { display: none }

div.hr {
  margin: 1.5em 0;
  border-top: 1px dashed #CCC;
  height: 1px;
  }



/*  layout  */


div#outerContainer {
  position: relative;
  margin: 0 auto;
  width: 950px;
  }

div#innerContainer {
  margin: 0 auto;
  width: 800px;
  border: 5px solid #000;
  border-top-width: 0;
  text-align: left;
  }

div#logo {
  position: absolute;
  top: 20px;
  left: 85px;
  z-index: 10;
  }

div#noScriptHeader {
  position: absolute;
  top: 0px;
  left: 75px;
  z-index: 9999;
  }

div#mainMenu {
  background: #000000;
  padding: 3px 0 10px 10px;
  }

div#contentAreaOuter {
  position: absolute;
  top: 243px;
  left: 70px;
  width: 810px;
  }

div#contentArea {
  border: 5px solid #000;
  border-width: 0 5px 5px 5px;
  }

  div#contentAreaInner {
    background: #FFFFFF url(/img/page_bg.jpg) repeat scroll;
    padding: 35px;
    }

  div#minHeight {
    float: left;
    width: 1px;
    height: 445px;
    }

div#footerInfo {
  color: #F78E1F;
  font-size: 11px;
  left: 238px;
  position: relative;
  text-align: right;
  top: -92px;
  width: 565px;
  }

div#menuMenu {
  position: absolute;
  top: 38px;
  left: 500px;
  width: 265px;
  text-align: right;
  }

  .currentMenu {
    font-weight: bold;
    }



/*  crates  */

#crateLeft {
  position: absolute;
  top: 272px;
  left: -4px;
  background: transparent url(/img/crates_left.jpg) no-repeat scroll 0px 0px;
  width: 74px;
  height: 402px;
  }

#crateRight {
  position: absolute;
  top: 144px;
  left: 880px;
  background: transparent url(/img/crates_right.jpg) no-repeat scroll 0px 0px;
  width: 75px;
  height: 381px;
  }

#crateBottom {
  position: relative;
  top: -33px;
  left: -23px;
  background: transparent url(/img/crates_bottom.gif) no-repeat scroll 0px 0px;
  width: 250px;
  height: 103px;
  }

.bulleted {
  padding-left: 18px;
  background: transparent url(/img/bullet.gif) no-repeat scroll 0px 4px;
  margin-bottom: 0.5em;
  }

.pressBlurb {
  font-size: 14px;
  line-height: 18px;
  }

.bigQuote {
  color: #C06000;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: bold;
  }

.bigAuthor {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
  color: #6E3802;
  }

.bottleTopRight {
  position: absolute;
  top: 35px;
  left: 640px;
  width: 126px;
  height: 26px;
  }



/* menu */

#menuColumn1, #menuColumn2 {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  float: left;
  width: 340px;
  }

#menuColumn2 {
  float: right;
  }

#menuPage .quote {
  font-size: 14px;
  line-height: 20px;
  color: #8A6821;
  background: #F7F5D0;
  padding: 1em;
  border: 1px solid #CCA937;
  margin: 1em 0;
  width: 200px;
  }

#menuPage .quoteCredit {
  font-size: 11px;
  font-weight: bold;
  color: #DDA200;
  }




/*****  Newsletter Form  *****/

fieldset {
  margin: 1em 0;
  padding: 1.2em;
  border: 1px solid #BFBAA6;
  background: #FDFBF8;
  }

legend { font-weight: bold; font-size: 14px; }

.standard-input {
  font-size: 16px;
  width: 280px;
  padding: 2px;
  }

.form-button {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  background-color: #D98B2C;
  border-color: #D98B2C;
  width: 100px;
  padding: 4px 0;
  font-family: Arial, sans-serif;
  }

.unsubscribe {
  background-color: #D1CDC3;
  border-color: #D1CDC3;
  float: left;
  font-size: 11px;
  padding: 5px 0;
  }

.formResult {
  border: 2px dotted #AA5;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1em;
  background: #FF6;
  }



/*****  Gifts  *****/

input, textarea {
  font-size: 15px;
  padding: 2px;
  }

textarea {
  font-family: "Palatino Linotype", Book Antiqua, Palatino, "Hoefler Text", Georgia, serif;
  font-size: 13px;
  }

.required {
  font-weight: bold;
  color: #C00;
  }

.edit-button, .delete-button {
  line-height: 16px;
  font-size: 10px;
  padding-left: 19px;
  }

.edit-button { background: transparent url(/img/icons-edit.png) scroll no-repeat 0px 0px }

.delete-button { background: transparent url(/img/cross.png) scroll no-repeat 0px 0px }

.results {
  background-color: #FFF;
  border: 3px solid #B8D3E5;
  padding: 1em 1em 1em 3em;
  margin: 1em 0;
  font-weight: bold;
  }

  .results-ok {
    color: #3A7305;
    border-color: #4D9906;
    background: #FFF url(/img/results-ok.png) no-repeat scroll 10px 10px;
    }

  .results-error {
    color: #c52020;
    border-color: #D40B00;
    background: #FFF url(/img/results-error.png) no-repeat scroll 10px 12px;
    }

  .results-alert {
    color: #999900;
    border-color: #999900;
    background: #FFF url(/img/results-note.png) no-repeat scroll 10px 11px;
    padding: 9px 9px 9px 40px !important;
    }


/* Pagination */

div.pagination { font-size: 11px; margin: 2em 0; text-align: center; }

div.pagination a.page-index { background: #C90; color: #FFF; margin: 0 2px; padding: 2px 6px; text-decoration: none; }
  div.pagination a.page-index:hover { background: #960; }

div.pagination span.disabled { color: #CCC; }
div.pagination span.current-page { background: #FFF; color: #000; font-weight: bold; margin: 0 2px; padding: 2px 6px; }


/* Events */

h3.event-title { color: #C06000; font-weight: normal; font-size: 20px; line-height: 1.4em; margin: 0; }
div.event-date { font-size: 14px; font-weight: bold; }
div.event-description { margin: 0.5em 0; padding-left: 3em; }


/* Auction */

div#page-auction blockquote {
  border-left: 1px solid #999;
  padding-left: 18px;
  margin: 8px 0 4px 3px;
  }

div#page-auction h3 { margin: 20px 0 6px 0; }

div#page-auction td { vertical-align: top; }

div#page-auction .bulleted { padding-left: 22px; }


/*****************************/





/* global */

body, h1, h2, h3, p, div {
	font-family: "Palatino Linotype", Book Antiqua, Palatino, "Hoefler Text", Georgia, serif !important;
	}

p {
	margin: 0 0 1em 0;
	}

.p { margin: 1em 0 }



/* headers */

h1 { font-size: 26px; line-height: 1.3em; font-weight: bold; }
h2 { font-size: 25px; line-height: 1.3em; font-weight: bold; margin-bottom: 0.4em; color: #C06000; }
h3 { font-size: 19px; line-height: 1.3em; }




/* images */

.imgFloatLeft, .floatLeft, .float-left {
	float: left;
	padding: 0;
	margin: 0 1.5em 1.5em 0;
	}

.imgFloatRight, .floatRight, .float-right {
	float: right;
	padding: 0;
	margin: 0 0 1.5em 1.5em;
	}

.framed {
	border: 5px solid #6E3802;
	background: #6E3802;
	}

.photo-grid {
	float: left;
	width: 132px;
	height: 132px;
	}

	.photo-grid img {
		/* display: block !important; */
		position: relative;
		padding: 5px;
		background: #FFF;
		z-index: 1;
		/* border: 5px solid #FFF; */
		}



/* text */

.smallText {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	letter-spacing: 1px;
	}

.callout {
	color: #A78200;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 23px;
	}



/* lists */

ul {
	list-style: circle;
	}

	li {
		margin: 2px 0 2px 20px;
		}



/* links */

a:link, a:visited, a:active, a:hover {
	color: #BA7804;
	font-weight: bold;
	text-decoration: underline;
	}

	a:hover {
		color: #5D3C02;
		}

	a.active:link, a.active:visited, a.active:active, a.active:hover {
		color: #000;
		}

	#footerInfo a:link, #footerInfo a:visited, #footerInfo a:active, #footerInfo a:hover {
		color: #F78E1F;
		text-decoration: none;
		font-weight: normal;
		}

		#footerInfo a:hover {
			color: #FFE681;
			text-decoration: underline;
			}

div.email-link {
	line-height: 22px;
	background: transparent url(/img/icon_email.gif) scroll no-repeat 0px 2px;
	padding-left: 22px;
	}

div.map-link {
	line-height: 22px;
	background: transparent url(/img/icon_map.gif) scroll no-repeat 0px 2px;
	padding-left: 22px;
	}





/*****  Menu Sprites  *****/

a.menu-sprite, div.menu-sprite, div.menu-rule {
	display: block;
	float: left;
	background-image: url(/img/menu.png);
	height: 25px;
	text-decoration: none;
	}

div.menu-rule				{ width: 5px; background-position: 0px 0px; }

a.menu-the-restaurant	{ width: 70px; background-position: -5px 0px; }
a.menu-owners			{ width: 51px; background-position: -75px 0px; }
a.menu-menu				{ width: 41px; background-position: -126px 0px; }
a.menu-wine-list		{ width: 81px; background-position: -167px 0px; }
a.menu-press			{ width: 41px; background-position: -248px 0px; }
a.menu-private-dining	{ width: 86px; background-position: -289px 0px; }
a.menu-newsletter		{ width: 69px; background-position: -375px 0px; }
a.menu-gifts			{ width: 36px; background-position: -444px 0px; }
a.menu-photo-gallery	{ width: 83px; background-position: -480px 0px; }
a.menu-contact 			{ width: 53px; background-position: -563px 0px; }
a.menu-events 			{ width: 48px; background-position: -616px 0px; }

a.menu-the-restaurant-active, a.menu-the-restaurant:hover	{ width: 70px; background-position: -5px 25px; }
a.menu-owners-active, a.menu-owners:hover					{ width: 51px; background-position: -75px 25px; }
a.menu-menu-active, a.menu-menu:hover						{ width: 41px; background-position: -126px 25px; }
a.menu-wine-list-active, a.menu-wine-list:hover				{ width: 81px; background-position: -167px 25px; }
a.menu-press-active, a.menu-press:hover						{ width: 41px; background-position: -248px 25px; }
a.menu-private-dining-active, a.menu-private-dining:hover	{ width: 86px; background-position: -289px 25px; }
a.menu-newsletter-active, a.menu-newsletter:hover			{ width: 69px; background-position: -375px 25px; }
a.menu-gifts-active, a.menu-gifts:hover						{ width: 36px; background-position: -444px 25px; }
a.menu-photo-gallery-active, a.menu-photo-gallery:hover		{ width: 83px; background-position: -480px 25px; }
a.menu-contact-active, a.menu-contact:hover 				{ width: 53px; background-position: -563px 25px; }
a.menu-events-active, a.menu-events:hover 				{ width: 48px; background-position: -616px 25px; }

