@charset 'utf-8';

/* Holyfields Colours
----------------------------------------------------- 

#909493 Light Gray
#E998AA Light Pink
#70C0D4 Light Blue
#E57964 Light Orange
#283239 Blue Gray
#B391BE Light Violet
#E7E3A2 Light Yellow
#B4CA8D Light Green
#998A7C Light Brown

*/

/* Typography 
------------------------------------------------------ */
#drinks h2{
	float:left;
	font-family:"Times New Roman",Times,serif;
	font-size:35px;
	letter-spacing:-0.02em;
	line-height:0.8em;
	padding:45px 0 0;
	width:938px;
	text-shadow: 0 1px 0 #CCC;
}


/* Meta Content Nav 
------------------------------------------------------ */
#meta-content-nav{
	clear:both;
	text-align:center;
	margin: 21px 0 14px;
}

#meta-content-nav ul{
	background: url("/img/w50.png") repeat;
	display: inline;
	padding: 7px;
	margin-top: 7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#meta-content-nav ul li{
	display: inline;
	margin: 0 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#meta-content-nav ul li a{
}

#meta-content-nav ul li a.selected{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/* Content Nav 
------------------------------------------------------ */
nav#content-nav{
	clear:both;
	text-align:center;
}

nav#content-nav ul{
	background: url("/img/w50.png") repeat white;
	display: inline;
	padding: 7px;
	margin-top: 7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

nav#content-nav ul li{
	display: inline;
	margin: 0 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

nav#content-nav ul li a{
}

nav#content-nav ul li a:hover{
}

/* Sub Content 
------------------------------------------------------ */
div.food-container{
	float:left;
	margin-left:10px;
	padding:14px 14px 28px;
	width:187px;
	
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
}

div.food-container h2{
	height:40px;
}

div.food-container h3{
	height:25px;
}

div.food-container .hint{
	color:#999999;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
}

div.food-container img.teaser-image{
	margin: 0 -14px 14px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

div.food-container:hover{
	-moz-box-shadow:0 1px 3px #aaa;
	-webkit-box-shadow:0 1px 3px #333;
	box-shadow:0 1px 3px #000;
	background: #fefefe; /* old browsers */
	background: -moz-linear-gradient(top, #fefefe 70%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#fefefe), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
}

/* Food
--------------------------- */
section.item-group{
	clear:both;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px #666666;
	-webkit-box-shadow:0 1px 3px #666666;
	box-shadow:0 1px 3px #666666;
	margin-top:25px;
	background: #FFF; 
}

section.item-group h2{
	margin: 25px 25px 10px;
}

section.item-group h2 span.german-title{
	font-size:16px;
	color:#666;
}

section.item-group h3{
	margin: 25px 25px 10px;
	font-size:30px;
	line-height:0.8em;
	display: block;
}

#food section.item-group h2{
	margin: 25px 25px 10px;
	font-size:30px;
	line-height:0.8em;
	display: block;
}

#food section.item-group h3{
	float:left;
	font-family:"Times New Roman",Times,serif;
	font-size:27px;
	margin:0 0 10px;
}


#food section.item-group .food-item p.description{
	clear:both;
	color:#555555;
	font-size:12px;
	line-height:1.4em;
}

#food section.item-group .food-item .price{
	float:right;
	margin:2.8em 25px 0 0;
	text-align:right;
	width:83px;
}

section.item-group h3 span.german-title{
	font-size:16px;
	color:#666;
}

li.food-item{
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #FFFFFF;
	float:left;
	width:100%;
	height: 80px;
}

li.food-item:hover{
	background: #EEE;
}

li.none:hover{
	background: transparent;
}

li div.play-hover{
	position: absolute;
	height: 80px;
	width: 754px;
	display: block;
	text-indent: -9999px;
	padding-left: 152px;
	background: url("../img/play-overlay.png") 0 -80px no-repeat;
}

li div.play-hover:hover{
	background-position: 0 0;
}

li.food-item a{
	background:none repeat scroll 0 0 transparent !important;
	float:left;
	padding-left:0 !important;
	text-decoration:none;
}

li.food-item img{
	float:left;
	-moz-box-shadow:1px 0 1px #AAA;
	-webkit-box-shadow:1px 0 1px #AAA;
	box-shadow:1px 0 1px #AAA;
	margin-left: 1px;
}

li.food-item div.item-info{
	float:left;
	padding:10px 15px;
	width:625px;
}

li.food-item h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom:7px;
}

/* Drinks
------------------------------------------------------ */

/* Group Box */
.group-box h3 a{
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:23px;
	margin-bottom:10px;
	text-decoration:none;
	padding: 5px 10px;
	color: #000;
}

.group-box h3 a:hover{
	color: #666;
}

.link-list .german-title{
	color:#999999;
	font-size:11px;
}

.drink-item{
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #FFFFFF;
	float:left;
	padding:5px 25px;
	width:856px;
}

#white-wine .drink-item, #rose-wine .drink-item, #sparkling-wine .drink-item, #red-wine .drink-item{
	padding:20px 25px;
}

ul.item-list{
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #DDDDDD;
	float:left;
}

section.item-group .group-desc{
	font-size:15px;
	margin:15px 25px;
	text-shadow:0 1px 0 white;
	float:left;
}

section.item-group h4{
	background:url("../img/dots20px.png") no-repeat scroll right 12px transparent;
	float:left;
	font-size:19px;
	padding-right:34px;
	margin-right: 15px;
	line-height:1.4em;
}

section.item-group .ref{
	font-size: 10px;
	top: -1em;
	color: #999;
	left: 0.1em;
	line-height:0;
	letter-spacing: 0.1em;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}

section.item-group .food-item .ref{
	top:-0.5em;
}

section.item-group .vol{
	float:left;
	font-size:0.9em;
	font-style:italic;
	margin-top:0.05em;
	margin-right: 10px;
}

section.item-group .price{
	float: left;
	font-weight: bold;
	margin-top: 0.05em;
	font-size: 0.9em;
}

section.item-group .divider{
	float: left;
	margin:0 20px;
}

section.item-group .ref-legend{
	color: #999;
	font-size: 11px;
	margin: 10px 25px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

section.item-group .information{
	font-size: 13px;
	margin: 10px 25px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	text-shadow:0 1px 0 #FFFFFF;
}

section.item-group .meta{
	clear:both;
	font-size: 15px;
	font-family:"Times New Roman",Times,serif;
}

#drinks section.item-group .description{
	clear:both;
	color:#999;
	font-family:Times New Roman;
	font-size:15px;
	margin-bottom:5px;
}


/* Misc 
------------------------------------------------------ */
h2 span.hint{
	font-size: 14px;
	color: #999;
}

