@charset "UTF-8";
body {
	font: 100%/1.4 'Puritan', "Puritan Regular", Puritan, Arial, sans-serif;
	background: #E8CC8D url(../images/sparkly_big_background.jpg) fixed center top;
	margin: 0;
	padding: 0;
	color: #5a4a42;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1000px;
	background: #e5e1b5 url(../images/sidebar-back.gif) repeat-y left;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	padding: 0px;
}
#front td {
	font-size: 11px;
	line-height: 13px;
	vertical-align: middle;
}
#front {
	margin-left: 15px;
	margin-bottom: 10px;
}
#FrontSlideShow {
	height: 375px;
	width: 444px;
	overflow: hidden;
	float: left;
	padding-top: 10px;
}
#PrivateDiningMenu {
	padding: 0px;
	float: left;
	width: 530px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #E8A74A url(../images/images/menu-background_02.gif) no-repeat left top;
	float: left;
	width: 775px;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 225px;
	background: #EADCAE;
	padding: 0px;
}
.sidebar1 img , .sidebar1 a img{
	margin: 0px;
	padding: 0px;
}
.InteriorSidebar .content {
	width: 554px;
}
.InteriorNoSidebar .content {
	width: 760px;
}
.content {
	padding: 10px 0 10px 15px;
	float: left;
	font-size: 85%;
}
.Front .content {
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.Social img {
	margin-right: 8px;
}
.nav {
	background-color: #304F4F;
}

/* ~~ The footer ~~ */
.footer {
	padding: 20px 0px 10px;
	background: #eef7d0 url(../images/footer-background.gif) repeat-x top;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	min-height: 173px;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	overflow: hidden;
}
.SidebarAddress {
	padding: 20px 0px 10px 0;
	background: #eef7d0 url(../images/footer-background.gif) repeat-x top;
	position: relative;
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	text-align: center;
}
.SidebarAddress p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.footer p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.RedBold {
	font-weight: bold;
	text-transform: uppercase;
	color: #9E3E17;
}
.RedHighlight a{
	color: #9E3E17;
}
.ShadedBox {
	background-color: #E5E1B5;
	margin-right: 4px;
	padding-right: 4px;
	border: 1px solid #9E3E17;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 3px;
}
.ShadedBox h2 {
	font-size: 130%;
	padding-right: 3px;
	padding-left: 5px;
}
.RedHighlight {
	color: #9E3E17;
}
.FooterAddress {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 225px;
	line-height: 18px;
}
.FooterRight {
	float: right;
	width: 300px;
	font-size: 13px;
	line-height: 19px;
}
.FooterSocial {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height: 18px;
}
.subfooter {
	padding: 10px;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #231F20;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	background-color: #E8CC8D;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#OpenTable {
	margin-bottom: 20px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.PhotoRight {
	float: right;
	margin-left: 8px;
	border: 1px solid #9E3E17;
}
.PhotoLeft {
	float: left;
	margin-right: 8px;
	border: 1px solid #9E3E17;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twelvepx {
	font-size: 12px;
}
.FooterCentral {
	margin-right: 315px;
	margin-left: 240px;
}
.TopImageStrip {
	float: left;
	padding-top: 15px;
	padding-bottom: 0px;
}
.SidebarRight {
	float: right;
	width: 200px;
	padding-top: 20px;
	margin-right: 0px;
	font-size: 85%;
}
.SidebarRight ul {
	margin-right: 0px;
}
.SidebarRight p  {
	margin-right: 0px;
}
.SidebarRightFront {
	float: right;
	width: 280px;
	padding-bottom: 10px;
}
.SidebarRightFront h4 {
	margin-bottom: 4px;
}
.SidebarRight h3 {
	margin-bottom: 4px;
}
.SidebarRight ul {
	margin-left: 0px;
	padding-left: 30px;
}
.content h1 {
	font-weight: normal;
	font-size: 28px;
	margin: 0px 0px 4px;
}
.RedText {
	color: #C00;
}
#bluestar {
	position: absolute;
	left: 969px;
	top: 612px;
	z-index: 100;
}
#tanstar {
	position: absolute;
	left: 953px;
	top: 74px;
	z-index: 100;
}
.SidebarRightFront p {
	margin-right: 0px;
}
#yellowstar {
	position: absolute;
	left: -64px;
	top: 475px;
	z-index: 100;
}
.FooterRight iframe {
	background-color: #EEF7D0;
	height: 75px;
}
.Front .container{
	background-image: url(../images/sidebar-back.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.InteriorSidebar .container{
	background-image: url(../images/right-sidebar-back.gif);
	background-repeat: repeat-y;
	background-position: right 88px;
}
.InteriorNoSidebar .container {
}
.InteriorSidebar .header {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #9e3e17;
}
.InteriorNoSidebar .header {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #9e3e17;
}
.subfooter p {
	margin-right: 0px;
	margin-left: 0px;
}
.BoxOut {
	padding: 5px;
	border: 2px solid #304F4F;
	width: 500px;
	margin: 10px;
	background-color: #EEF7D0;
	text-align: center;
}
.BoxOutLeft {
	padding: 5px;
	border: 2px solid #304F4F;
	width: 500px;
	margin: 10px;
	background-color: #EEF7D0;
	text-align: left;
}
#form1 {
	width: 540px;
}
#WineMatcher {
	height: 450px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.Outlined {
	background-color: #EEF7D0;
	border: 2px solid #304F4F;
}
.content hr {
	margin-right: 15px;
	margin-left: 15px;
	color: #9E3E17;
	background-color: #9E3E17;
	border: 1px solid #9E3E17;
}
h3  {
	margin-bottom: 5px;
}
.content h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.content h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#PrivateDiningMenu ul.MenuBarHorizontal li{
	background-image: url(../images/images/menu-background_02.gif);
	border: 1px solid #9E3E17;
}
#MainDiningMap {
	background-image: url(../images/floorplan2010.png);
	height: 357px;
	width: 730px;
	margin-left: 15px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-position: left top;
	position:relative;
	z-index: 2;
}
#ThirdFloorMap {
	background-image: url(../images/floorplan2010-3rd-Floor.jpg);
	height: 357px;
	width: 730px;
	margin-left: 15px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-position: left top;
	position:relative;
	z-index: 1;
}
#MainDiningMap li, #ThirdFloorMap li {
    margin:0;
    padding:0;
    list-style:none;
}
#MainDiningMap li a, #ThirdFloorMap li a {
	position:absolute;
	display:block;
}
#MainDiningMap li a span, #ThirdFloorMap li a span { 
	display:none; 
}
#MainDiningMap li a:hover span, #ThirdFloorMap li a:hover span {
	position:relative;
	display:block;
	width:500px;
	left:-250px;
	top:20px;
	border:1px solid #9E3E17;
	background:#fff;
	height: 300px;
}
#apDiv1 {
	position:absolute;
	width:135px;
	height:121px;
	z-index:1;
	left: 680px;
	top: 16px;
}
#DiningRoomsTable {
	width: 510px;
	margin-left: 15px;
	border-collapse: collapse;
}
.content #DiningRoomsTable p {
	margin: 0px;
}
.content #DiningRoomsTable td {
	padding: 4px;
	border-bottom: 1px solid #9E3E17;
}
#MainDiningMap .Espada {
	height: 40px;
	width: 40px;
	left: 17px;
	top: 216px;
	z-index: 10;
}
#MainDiningMap .Host {
	height: 40px;
	width: 40px;
	left: 104px;
	top: 184px;
}#MainDiningMap .Table31 {
	height: 40px;
	width: 40px;
	left: 187px;
	top: 127px;
}#MainDiningMap .MainDining {
	height: 40px;
	width: 40px;
	left: 175px;
	top: 85px;
}#MainDiningMap .RaisedSeating {
	height: 40px;
	width: 40px;
	left: 314px;
	top: 115px;
}#MainDiningMap .Capistrano {
	height: 40px;
	width: 40px;
	left: 450px;
	top: 81px;
}#MainDiningMap .SanJose {
	height: 40px;
	width: 40px;
	left: 516px;
	top: 105px;
}#MainDiningMap .Alamo {
	height: 40px;
	width: 40px;
	left: 629px;
	top: 89px;
}#MainDiningMap .Terrace {
	height: 40px;
	width: 40px;
	left: 587px;
	top: 0px;
}
#ThirdFloorMap .RiverTerrace {
	height: 40px;
	width: 40px;
	left: 262px;
	top: 49px;
}#ThirdFloorMap .RiverTerraceRoom {
	height: 40px;
	width: 40px;
	left: 232px;
	top: 108px;
}
.VideoThumb {
	font-size: 90%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E3E17;
}
.Article {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E3E17;
	clear: right;
	overflow: auto;
}
.VideoThumb p {
	margin-bottom: 8px;
}
.content form hr{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.Article p {
	padding-left: 170px;
}
.SidebarRight h3 {
	margin-top: 10px;
}
.SidebarRight ul {
	margin-bottom: 20px;
}
.topspace {
	margin-top: 4px;
}
.content .VirtualTour{
	width: 510px;
	height: 382px;
}
.content .TabbedPanels{
	margin-right: 10px;
	margin-left: 10px;
}
.TabbedPanels p, .TabbedPanels ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.TabbedPanelsContent.TabbedPanelsContentVisible iframe {
	margin-right: auto;
	margin-left: auto;
}
.vt {
	height: 400px;
	width: 510px;
}
ul.twocolumn li {
	float: left;
	width: 49%;
}
#FrontHeadline {
	font-size: 20px;
	line-height: 22px;
	padding-top: 5px;
}

