/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("/www/css/sIFR-screen.css");

/* Elements -------------------------------------------------- */
/* ----------------------------------------------------------- */

body {
	color: #000;
	font: 62.5% Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color:#B09A6D;
}

a {
	color:#000;
}

a:hover,
a:active { text-decoration: underline; }

h1, h2 {
	color:#BCD316;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom:0.8em;
	text-transform:uppercase;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: disc;
	margin: 1em 2em;
}

ol {
	list-style: decimal;
	margin: 1em 2em;
}

em { font-style: italic; }

strong { font-weight: 700; }

/* Basic structure ------------------------------------------- */
/* ----------------------------------------------------------- */

#canvas {
	width: 970px;
	margin: 0 auto;
}

#container {
	position: relative;
	width: 908px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 100%;
	margin-top: 320px;
	background-color:#FFF;
}

#main-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#wrap {
	float: right;
	width: 908px;
}

#content {
	float: right;
	position: relative;
	width: 640px;
	font-size:1.5em;
	line-height:1.6em;
	padding: 30px 25px 15px 15px;
}

#content p, #content table {
	color:#59771A;
	margin-bottom:2em;
}

#content p { margin-bottom:1em; }

.content-wrap {
	width:415px;
	float:right;
	line-height:1.4em;
}

#content table { border-bottom:1px solid #E5ECD3; }

#content table td {
	border-top:1px solid #E5ECD3;
	line-height:1.2em;
	padding:0.2em 0;
}

#content table td em {
	font-size:0.8em;
}

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

#sidebar {
	float: left;
	position: relative;
	width: 205px;
	font-size: 1.2em;
	padding: 30px 0 30px 20px;
}

body.menu #sidebar ul, body.home #sidebar ul, body.agenda #sidebar ul {
	list-style:none outside;
	padding-left:0;
	margin:0;
}

body.menu #sidebar ul li {
	font-size:1.8em;
	margin-bottom:1em;
	text-transform:lowercase;
	padding-left:30px;
}

body.menu #sidebar ul li a {
	text-decoration:none;
	color:#9D0119;
	font-weight:700;
}

body.menu #sidebar ul li a:hover {
	text-decoration:none;
	color:#799F25;
}

body.menu #sidebar ul li.selected {
	background-image: url(../images/subnav_circle.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

body.menu #sidebar ul li.selected a {
	color:#799F25;
}

body.home #sidebar ul li a, body.agenda #sidebar ul li a {
	font-size:1.3em;
	color:#9D0119;
	text-decoration:none;
	display:block;
}

body.home #sidebar ul li a strong, body.agenda #sidebar ul li a strong  {
	font-weight:700;
	display:block;
	color:#597719;
}

body.home #sidebar ul li, body.agenda #sidebar ul li {
	display:block;
	color:#597719;
	margin-bottom:1em;
}

a#quicklink_agenda, a#quicklink_menu {
	position:absolute;
	left:25px;
	bottom:10px;
	color:#9D0119;
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
}

a#quicklink_menu {
	left:245px;
	bottom:40px;
	font-size:1.1em;
}

a#quicklink_agenda:hover,a#quicklink_menu:hover { color:#000; }

.date {
	font-weight:700;
	font-size:1.3em;
}

/* Home exceptions ------------------------------------------ */
/* ---------------------------------------------------------- */

body.home #main { margin-top: 420px; }
body.home #content { 
	padding: 40px 25px 25px 15px;
	height:230px;
	background-image: url(../images/bg_content_home.jpg);
	background-repeat: no-repeat;
	background-position: 390px 150px;
}

body.menu #content p { color:#597719; }

body.home #content img {
	float:left;
	margin-bottom:10px;
}

body.home h1 { font-size:1.4em; }
body.home #sidebar h2 { font-size:1.7em; }

body.home #sidebar { 
	height:180px;
	padding: 40px 0 40px 20px; 
}

body.agenda h2 {
	font-size:1.4em;
	margin-bottom:0.3em;
}

/* Header ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#header {
	position: absolute;
	height: 320px;
	top: 0;
	left: 0;
	width: 100%;
}

body.home #header { height: 380px; }

#header h2 {
	background-color:#7BA025;
	width:908px;
	text-align:center;
	font-size: 2.6em;
	padding:10px 0;
	color:#FFF;
	position:absolute;
	top:380px;
	left:0px;
	text-transform:none;
}

#header ul {
	list-style:none outside;
	padding:0;
	margin:0;
	position:absolute;
	top:42px;
	left:0px;
	padding-left:20px;
	width:880px;
	background-image: url(../images/menu_shade.png);
	background-repeat: no-repeat;
}

#header ul li {
	float: left;
	display:block;
	height:28px;
	margin-right:4px;
}

#header ul li a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:28px;
	background-image: url(../images/menu.png);
}

#header ul li.selected a {
	height:50px;
	background-image: url(../images/menu_selected.png);
}

#header ul li#home a {
	width:67px;
	background-position: -18px 0px;
}

#header ul li#home a:hover  { background-position: -18px -28px; }
body.home #header ul li#home a  { background-position: -18px 0px; }

#header ul li#menu a {
	width:77px;
	background-position: -91px 0px;
}

#header ul li#menu a:hover { background-position: -91px -28px; }
body.menu #header ul li#menu a  { background-position: -91px 0px; }

#header ul li#wijnproeverij a {
	width:135px;
	background-position: -174px 0px;
}

#header ul li#wijnproeverij a:hover { background-position: -174px -28px; }
body.wijnproeverij #header ul li#wijnproeverij a  { background-position: -174px 0px; }

#header ul li#high-tea a {
	width:95px;
	background-position: -316px 0px;
}

#header ul li#high-tea a:hover { background-position: -316px -28px; }
body.high-tea #header ul li#high-tea a  { background-position: -316px 0px; }

#header ul li#agenda a {
	width:94px;
	background-position: -417px 0px;
}

#header ul li#agenda a:hover { background-position: -417px -28px; }
body.agenda #header ul li#agenda a  { background-position: -417px 0px; }

#header ul li#iets-vieren a {
	width:112px;
	background-position: -517px 0px;
}

#header ul li#iets-vieren a:hover { background-position: -517px -28px; }
body.iets-vieren #header ul li#iets-vieren a  { background-position: -517px 0px; }

#header ul li#catering a {
	width:95px;
	background-position: -633px 0px;
}

#header ul li#catering a:hover { background-position: -633px -28px; }
body.catering #header ul li#catering a  { background-position: -633px 0px; }

#header ul li#le-magasin a {
	width:115px;
	background-position: -732px 0px;
}

#header ul li#le-magasin a:hover { background-position: -732px -28px; }
body.le-magasin #header ul li#le-magasin a  { background-position: -732px 0px; }


/* Logo ------------------------------------------------------ */
/* ----------------------------------------------------------- */

#logo {
	height:250px;
	background-image: url(../images/photo/photo_menu.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top:70px;
}

body.wijnproeverij #logo { background-image: url(../images/photo/photo_proeverij.jpg); }
body.diner #logo { background-image: url(../images/photo/photo_diner.jpg); }
body.dranken #logo { background-image: url(../images/photo/photo_dranken.jpg); }
body.catering #logo { background-image: url(../images/photo/photo_catering.jpg); }
body.high-tea #logo { background-image: url(../images/photo/photo_hightea.jpg); }
body.wijnen #logo { background-image: url(../images/photo/photo_wijnen.jpg); }
body.le-magasin #logo { background-image: url(../images/photo/photo_magasin.jpg); }
body.agenda #logo { background-image: url(../images/photo/photo_agenda.jpg); }
body.iets-vieren #logo { background-image: url(../images/photo/photo_ietsvieren.jpg); }

body.home #logo {
	height:310px;
	background:none;
}

#logo a {
	position:absolute;
	top:120px;
	left:95px;
	z-index:11;
	display:block;
	height:120px;
	width:310px;
	text-indent:-9999px;
	overflow:none;
	outline:none;
}

/* Shortcuts ------------------------------------------------- */
/* ----------------------------------------------------------- */

#shortcuts {
	clear: both;
	background-color:#5A771B;
	font-size:1.2em;
	line-height:1.4em;
}

#shortcuts a { color:#FFF; }

#shortcuts form input {
	position:absolute;
	left:15px;
	bottom:47px;
	border:none;
	background-color:#7BA025;
	width:191px;
	padding:3px;
}

#shortcuts a.quicklink {
	color:#FFF;
	position:absolute;
	left:15px;
	bottom:7px;
	font-size:1.3em;
	text-decoration:none;
	font-weight:bold;
}

#shortcuts a.quicklink:hover {
	color:#BCD316;
}

#shortcuts table { margin-bottom:1em; }
#shortcuts td { vertical-align:top; }
#shortcuts .small { font-size:0.95em; }

#shortcuts h3 {
	color:#BCD316;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom:1em;
	text-transform:lowercase;
}

#shortcuts div {
	position: relative;
	margin-top:12px;
	float:left;
	width:196px;
	border-right:1px solid #6E891A;
	height:230px;
	padding:8px 15px;
	overflow:hidden;
}

#shortcuts div.last {
	width:197px;
	border-right:none;
}

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

#footer {
	clear: both;
	position: relative;
	width: 100%;
	padding-bottom:15px;
	margin-bottom:40px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Thumbs sidebar -------------------------------------------- */
/* ----------------------------------------------------------- */

body.menu #main-inner {
	background-image: url(../images/item/thumb_amuse1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

body.catering #main-inner {
	background-image: url(../images/item/thumb_amuse3.jpg);
	background-repeat: no-repeat;
	background-position: 65px 20px;	
}

body.iets-vieren #main-inner {
	background-image: url(../images/item/thumb_amuse4.jpg);
	background-repeat: no-repeat;
	background-position: 25px 20px;	
}

body.wijnproeverij #main-inner {
	background-image: url(../images/item/thumb_whine.jpg);
	background-repeat: no-repeat;
	background-position: 25px 20px;	
}

body.le-magasin #main-inner {
	background-image: url(../images/item/thumb_magasin.jpg);
	background-repeat: no-repeat;
	background-position: 25px 20px;	
}

body.high-tea #main-inner {
	background-image: url(../images/item/thumb_amuse3.jpg);
	background-repeat: no-repeat;
	background-position: 65px 20px;	
}
