/* Restaurant Theme CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#e1caaa;
	margin:0;
	padding:0;
	background:#ffffff  top center no-repeat }
	

a {
	color:#6f3d0b;
	text-decoration:underline 
	}
	
	
a:hover {
	color:#3f2004;
	text-decoration:none; 
	
	
	}

.content {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:0 
	
	}
	
img { border:0 }
.clear { clear:both; display:block; height:1px; font-size:1px }
	
/* ------------------------------------- */
/* Header                                */

#header {
	position:relative;
	width:100%;
	border-bottom:1px solid #703f06 }
	
	#header.homepage { height:458px }
	#header.subpage { height:116px }
	
	#header h1 {
		margin:0; padding:20px 0;
		color:#f3e6d7;
		font-size:45px;
		letter-spacing:-0.03em }
		
		#header h1 a {
			color:#f3e6d7;
			text-decoration:none }
			
		#header h1 span {
			color:#D2B28D;
			letter-spacing:-0.01em;
			display:block;
			margin:0;
			padding:0;
			font-size:20px }
			
	#header .address {
		font-size:12px;
		position:absolute;
		top:30px;
		right:0 }
			

/* ------------------------------------- */
/* Navigation                            */



/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #582c00;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #f3f3f3;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #582c00;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 500px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}






#navigation {
	position:absolute;
	right:-180px;
	top:40px;
	width:740px;
	height:20px;
	font-size:18px 
	}



#navigation2 {
	position:absolute;
	right:-180px;
	top:-100px;
	width:740px;
	height:20px;
	font-size:18px 
	}








#featured-item {
   width: 661px; /* important to be same as image width */
   height: 310px; /* important to be same as image height */
   position: relative; /* important */
   background:#fff;
   float:left;
   margin:-20px 0 20px 0;
   display:block;
   overflow: hidden; /* important */
}

#featured-itemContent {
   width: 661px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	border:8px solid #582c00; width:645px; height:294px;
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 645px;
   background-color: #fff;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #412002;
   display: none; /* important */

   bottom: 0; 		/* if you put
   					top: 0; -> the box with text will be shown at the top of the image
       
	   				if you put
       				bottom: 0; -> the box with text will be shown at the bottom of the image */ }
					
.featured-itemImage span strong {
	font-weight:normal;
	font-size:20px; letter-spacing:-1px;
	display:block;
	color:#412002 !important;
	margin:15px 0 5px 15px !important; padding:0 }

.featured-itemImage span b {
	font-weight:normal;
	display:block;
	color:#592d00;
	margin:3px 0 12px 15px !important; padding:0;
	line-height:18px; font-size:14px;
	width:450px }
	
.featured-itemImage span em.price {
	font-style:normal;
	display:block;
	height:30px;
	padding:5px 0;
	font-size:30px; color:#FFF; letter-spacing:normal;
	position:absolute; right:15px; top:18px }

.featured-itemImage span em.more-info {
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	display:block;
	position:absolute; right:15px; top:15px }

.clear { clear: both } 


/* ------------------------------------- */
/* Homepage Right                        */

#homepage-right {
	line-height:25px;
	float:left;
	margin:-20px 0 0 30px;
	padding:23px 0;
	height:264px;
	width:249px }
	
	#homepage-right h3 {
		color:#939393;
		font-size:22px;
		font-weight:bold;
		margin:0; padding:0;
		letter-spacing:-0.01em }
		
	#homepage-right p {
		font-size:16px;
		color:#939393;
		padding:0; margin:0 0 20px 0 }
		
		#homepage-right p.hours {
			font-size:11px; line-height:15px; margin:0px 0 0 0; }
			
			p.hours strong { color:#939393 }
		
		#homepage-right p.phone {
			padding:0 0 0 30px;
			margin:0 0 5px 0;
			background:url('../graphics/phone-icon-small.png') no-repeat 0 2px }
			
		#homepage-right p.email {
			padding:0 0 0 30px;
			background:url('../graphics/mail.gif') no-repeat 0 2px }
		
		#homepage-right p span { color:#939393 }


/* ------------------------------------- */
/* Main Content                          */

#main-content {
	position:relative;
	width:100%;
	border-top:1px solid #5a310d;
	border-bottom:1px solid #361e09;
	padding:30px 0 30px 0;
	background: url('../graphics/bg.jpg') top center repeat }
	
#main-content h2 {
	font-size:22px;
	font-weight:normal;
	color:#fdf3e4;
	margin:0 0 10px 0;
	padding:0 }
	
	#main-content h2.menu-title { width:660px; position:relative }
	#main-content h2.menu-title span {
		position:absolute;
		right:0;
		top:5px;
		font-size:12px }
		
	#main-content h2.menu-title .print {
		text-indent:-9999px;
		display:block;
		width:134px;
		height:23px;
		background:url('../graphics/button_print.gif') no-repeat }
	
#main-content h3 {
	font-size:16px;
	line-height:24px;
	color:#f0d7b4;
	display:block;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 }
	
#main-content p {
	margin:0 0 15px 0;
	padding:0;
	font-size:14px;
	line-height:22px }
	
	
/* ------------------------------------- */
/* Form Styling                          */

#main-content form {
	background:#1F384A;
	border:1px solid #37596F;
	margin:0;
	padding:20px }
	
	form .input-text{
		border:1px solid #fff;
		color:#1F384A;
		font-size:12px;
		background:#EFF9FF;
		font-family:Arial, Helvetica, sans-serif;
		padding:7px;
	}
	
	form textarea {
		width:250px;
		line-height:18px;
		height:100px }
	
	form label{
		display:block;
		margin-bottom:10px;
		color:#FDF3E4;
	}
	
	form label span{
		display:block;
		float:left;
		padding:7px 10px 0 0;
		width:70px;
		font-size:12px;
		text-transform:uppercase;
		text-align:right;
		font-weight:bold;
	}
	
	form .submit-button{
		background:#F0D7B4;
		padding:0px 6px;
		border-top:1px solid #F5E8D6;
		border-left:1px solid #F5E8D6;
		height:24px;
		line-height:24px;
		color:#4F3B1D;
		font-size:11px;
		text-transform:uppercase;
		font-weight:bold;
		margin:0 0 0 80px;
		display:inline-block;
		text-decoration:none;
	}
	
	.photo {
		margin:0;
		border:5px solid #FCE8CB }
		
		.nocaption { margin:0 0 15px 0 }
		
	.caption {
		text-align:left;
		font-size:11px;
		display:block;
		margin:3px 0 15px 0 }


/* ------------------------------------- */
/* Subpage Only                          */

.address {
	border-bottom:1px solid #633811;
	color:#B5CEDF;
	font-size:14px;
	margin:0 0 20px;
	padding:0 0 10px }
	
	.address .sidebar { text-align:right }
	.address strong { color:#FFF }
	
.left-side {
	float:left;
	width:661px }
	
	
/* ------------------------------------- */
/* Menu Styling                          */

#menu-skin {
	background:#FCE8CB url('../graphics/menu_skin_bg.jpg') no-repeat;
	padding:20px }
	
	#menu-skin h2 { font-style:italic; color:#06131C; font-weight:bold; margin:0 0 15px }

.left-menu {
	float:left;
	width:532px;
	padding:0 }
	
.right-menu {
	float:right;
	width:318px;
	border-left:1px solid #BFA583;
	display:block;
	padding:0 0 0 20px;
	margin:0 0 0 20px }

dl { display:block; overflow:auto; margin: 0 0 0.7em 10px; background: url('../graphics/dot.gif') repeat-x 0 14px }
dt,dd.price { font-size:130%; font-weight:bold }
dt { font-size:16px; background:#FCE8CB; font-weight:normal; float:left; padding-right:5px; color:#3F2808 }
dd { margin:0 }
dd.price { font-weight:normal; font-size:16px; float:right; padding-left:5px; color:#406F0D; background:#FCE8CB }
dd.ingredients { font-size:14px; font-style:italic; font-weight:normal; line-height:20px; float:left; width:100%; padding: 3px 0; color:#8F6A35 }

span.new, span.special {
	color:#FFF8EF;
	font-size:11px;
	font-weight:bold;
	padding:1px 3px 0;
	position:relative;
	text-transform:uppercase;
	top:-2px }
	
span.special { background:#579F09 }
span.new { background:#EF1E0E }

span.big-separator { display:block; height:26px; margin:20px 0; background:url('../graphics/big_menu_separator.gif') no-repeat top center }
span.sm-separator { display:block; height:25px; margin:20px 0; background:url('../graphics/sm_menu_separator.gif') no-repeat top center }

	
/* ------------------------------------- */
/* Sidebar                               */

#main-content .sidebar {
	float:right;
	width:249px;
	display:block;
	margin:0 0 0 30px }
	
	.sub-sidebar {
		margin:6px 0 15px 30px !important }
	
	.sidebar .sm-featured-item {
		width:239px;
		height:179px;
		position:relative;
		margin:0 0 30px 0;
		border:5px solid #FCE8CB }
		
		.sidebar .sm-featured-item img { display:block; margin:0 }
		
		.sidebar .sm-featured-item.bottom { margin:0 0 12px 0 !important }
		
	.sidebar .sm-featured-item h2 {
		position:absolute;
		top:0; left:0;
		font-size:16px !important;
		background:#412002;
		border-bottom:1px solid #2F1803;
		text-align:center;
		width:239px;
		padding:12px 0 !important;
		opacity:.90; filter: alpha(opacity=90); -moz-opacity: 0.9
	}
	
	
	
	/* ------------------------------------- */
/* kerstversiering eigen                              */

		.sidebar .sm-featured-item2 {
		width:239px;
		height:179px;
		position:relative;
		margin:0 0 30px 0;
		border:5px solid #FCE8CB }
	
	
		.sidebar .sm-featured-item2 h2 {
		position:absolute;
		top:0; left:0;
		font-size:16px !important;
		background:#c23532;
		border-bottom:1px solid #2F1803;
		text-align:center;
		width:239px;
		padding:12px 0 !important;
		opacity:.90; filter: alpha(opacity=90); -moz-opacity: 0.9
	}
	


.borderimg { border-width: 7px; border-color: #FCE8CB; border-style: solid; }



	
/* ------------------------------------- */
/* Footer                                */

#footer {
	font-size:14px;
	background:#000;
	width:100%;
	padding:15px 0 20px 0;
	border-top:1px solid #734316 }
	
	#footer .content { position:relative }
	
	#footer .right {
		position:absolute;
		right:0; top:0 }
		
	#footer .right em { color:#fff }
