/* CSS Document */
@font-face {
    font-family: "Gabriola.ttf";
    src: url(../fonts/Gabriola.ttf) format("truetype"); /* format("truetype"); */
}
.customfont { 
    font-family: "Gabriola", Verdana, Tahoma;
}
.body { 
	margin: 0px auto;
	background-color: #fff; 
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(147, 147, 147);
}
#home {
	background: url(../images/main-bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#main-content {
	width: 1060px;
	margin-left: 14px;
	margin-top: 14px;
	font-size: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-top: -14px;
}
#header {
	width: 1100px;
	height: 70px;
	margin: 0px auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(110, 105, 105);
	text-decoration: none;
}
#address {
	width: 240px;
	height: 95px;
	margin-left: 840px;
	margin-top: 0px;
	font-size: large;
	text-align: right;
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	z-index: 9999;
}
#logo {
	background-image: url(../images/logo.png);
	position: relative;
	margin: 5px 0px 0px 10px;
	width: 400px;
	height: 70px;
}
#nav {
	width: 1100px;
	height: 60px;
	margin: 5px auto 0px auto;
	;
	position: relative;
	z-index: 999;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}
#container {
	width: 1090px;
	margin: -6px auto 5px auto;
	border: 1px solid rgb(212, 149, 212);
	padding: 10px 0px 10px 0px;
	background-color: rgb(245,235,255);
}
#slider {
	background-image: url(../images/slide-1.jpg);
	background-size: 100%;
	width: 1060px;
	height: 460px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0px;
}
#slider-eats {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	background-image: url(../images/eats/header_eats.jpg);
	background-repeat: no-repeat;
	background-size: 115%;
	width: 1060px;
	height: 460px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0px;
}
#slider-wine {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	background-image: url(../images/wine/header_wine.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1060px;
	height: 460px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0px;
}
#slider-beer {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	background-image: url(../images/header-beer.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1060px;
	height: 460px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0px;
}

.clear {
	clear:both;
}
#social {
	width: 1100px;
	height: 70px;
	margin: 0px auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(110, 105, 105);
	text-decoration: none;
}
#social-box { /* 205 px for three icons */
	margin-left: auto;
	margin-right: auto;
	width: 205px;
	text-align: center;
}
#footer{
	width: 1100px;
	height: 20px;
	margin: 0px auto;
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: rgb(110, 105, 105);
	text-decoration: none;
}

.eats-leftblock {
	text-align: right;
	float: left;
	width: 100px;
	margin-left: 10px;
}

.eats-centerblock {
	text-align: left;
	margin-left: 5px;
	float: left;
	width: 650px;
	}
.eats-centersalad {
	text-align: left;
	margin-left: 5px;
	float: left;
	width: 400px;
}
	
.eats-priceblock {
	padding-left: 15px;
	float: left;
	width:70px;
	text-align:center;
	}
	
.eats-clear {
	clear:left;
	height:8px;
}
.eats-icons {
	vertical-align: middle;
	width:25px;
}
.eats-menufooter {
	text-align:center;
	position:absolute;
	bottom:0px;
	width:940px;
	}
.eats-menufooter p {
	font-size:9px;
	}
.name {
	color: #900;
}
.wine-block {
	width: 100px;
	float: left;
	margin-right: 2px;
}
.border-left {
	border-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-right: 1px;
	padding-left: 1px;
}
.border-right {
	border-width:1px;
	border-right-style:solid;
	border-right-color:#333;
}
.wine-block p {
	font-family: "Gabriola",Verdana,Tahoma;
	font-size: 18px;
	line-height: 18px;
}
.wine-block h1 {
	font-family: "Gabriola",Verdana,Tahoma;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.wine-block h2 {
	font-family: "Gabriola",Verdana,Tahoma;
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	margin-top: -0px;
}
.wine-block h3 {
	font-family: "Gabriola",Verdana,Tahoma;
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
	margin-top: -12px;
	font-style: normal;
}
/* TEXT MENU NAVIGATION - START */
#navigation {
	-moz-box-shadow: 0px 2px 2px 1px #bbb;
	-webkit-box-shadow: 0px 2px 2px 1px #bbb;
	box-shadow: 0px 2px 2px 1px #bbb;
	margin: 0;
	padding: 0 1em;
	height: 3em;
	list-style: none;
	background: #f7f7f7;
	border: 1px solid #d5d2d2;
	border-left: 0px;
	border-right: 1px;
	z-index: -10;
	border-bottom: 0px;
}

#navigation .fold {
	width: 20px;
	height: 75px;
	background: url(../images/fold.png) no-repeat;
	position: absolute;
	left: -16px;
	top: 0px;
}

#navigation > li {
 float: left;
 height: 100%;
 margin-right: 0.5em;
 padding: 0 1em;
 border-right: 1px solid #d5d2d2;
}

#navigation > li > a {
 float: left;
 height: 100%;
 color: rgb(185,170,200); /* menu li items color no hover */
 text-decoration: none;
 line-height: 3;
 font-weight: bold;
 text-transform: uppercase;
}

#navigation > li > a:hover {
	color: rgb(202,190,220);
	/* text-decoration: underline; */
}

.nav-current-page {
	color: rgb(202,190,220);
}
#navigation > li.sub {
 position: relative;
}
#navigation > li.sub ul {
	width: 10em;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	background: rgb(239,235,255); /* sub menu bg color no hover */
	position: absolute;
	top: -1000em;
}

#navigation > li.sub ul li {
 width: 90%;
 margin: 0 auto 0.3em auto;
}

#navigation > li.sub ul li a {
	height: 100%;
	display: block;
	padding: 0.4em;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#navigation > li.sub ul li a:hover {
 background: rgb(240,200,245);
 /* text-decoration: underline; */
}
#navigation > li.sub:hover ul {
 top: 3em;
}
/* TEXT MENU NAVIGATION - END */
/* MID MENU LI */
#mid-index-btns {
	width: 1045px;
	height: 550px;
	position: relative;
	z-index: 999;
	background: url('../images/sliced/index-mid-btns.jpg') 1px 0 no-repeat;
	margin: -15px auto 10px -20px;
}
#mid-index-btns span { display:none; margin:0px;}
#mid-index-btns li { float:left; list-style:none; display:inline;}

#box-01 { width:320px; padding-left:30px; padding-top:5px;}
#box-02 { width:316px; padding-left:30px; padding-top:5px;}
#box-03 { width:316px; padding-left:30px; padding-top:5px;}

#box-01 h2, #box-02 h2, #box-03 h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #990000;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1em;
	text-align: center;
}

#box-01 a, #box-02 a, #box-03 a { color:#fba1ba; text-decoration:none; }
#box-01 a:hover, #box-02 a:hover, #box-03 a:hover {
	color: #663333;
	text-decoration: underline;
}

#box-01 p, #box-02 p, #box-03 p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #6a6a6a;
	font-size: 0.78em;
	text-transform: uppercase;
	width: 165px;
	float: none;
	padding-right: 20px;
	padding-top: 0px;
	line-height: 1.6em;
	margin-left: 62px;
}
/* MID MENU LI - END */
/* SOCIAL ICONS */
.twitter-hover {
	background-image: url('../images/twitter-hover.png');
}
.yelp-hover {
	background-image: url('../images/yelp-hover.png');
}
.fb-hover {
	background-image: url('../images/fb-hover.png');
}
.google-hover {
	background-image: url('../images/google-hover.png');
}
.social-slide {
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

/* STUFF FOR ANYTHING SLIDER */

#main #slider2         {

	width: 650px;
	height: 390px;
	list-style: none;
}

/* Set slider2 panel sizes, Main & FX demo pages */

#slider2 .panel1 { width: 100%; } /* With no specific size, it defaults to wrapper size; except in IE7, it needs a width defined, so set to 100% */

/* For Specific Slides */
.textSlide             {
	width: 900px;
	height: 760px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/menu-bg.jpg);
} /* EDIT OVERALL SLIDE SIZE HERE */
.textSlide h3          { font: 20px Georgia, Serif; }
.textSlide h4          { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
.textSlide ul          { list-style: disc; margin: 0; padding-left: 20px; }
.textSlide ul li       { display: list-item; }

.rightside             { float: right; margin: 0 0 2px 10px; }

.quoteSlide            { padding: 20px; }
.quoteSlide blockquote { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
.quoteSlide p          { text-align: center; }

/******************
  Expand demo page
 ******************/
#wrapper1              { width: 100%; height: 300px; margin: 0 auto; }
#wrapper2              { width: 50%; height: 300px; margin: 0 auto; }
#expand #slider1,
#expand #slider2       { width: 100%; height: 300px; list-style: none; }

/*END ANYTHING SLIDER*/
