/**
 * Stylesheet for Cuisine Kwizien
 * @media	screen
 * @author	Bert Pattyn <dextro@dextrose.be>
 *
 * normal: #882824
 * hover: #c25c50
 * visited: #500000
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	color: #38362f;
	background: #ebeae3 url('../images/bgflowers4.gif') repeat-x 0 0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #A8A090;
	color: #EBEAE3;
	font-size: 1.1em;
	quotes: "\201C" "\201D";
}
blockquote p {
	margin-bottom: 0 !important;	
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	
}

/* main */
a:link, a:visited {
	color: #882824;
	border-bottom: none;
	text-decoration: underline;
}
a:visited {
	color: #500000;
	text-decoration: underline;
	border-bottom: none;	
}
a:hover, a:active {
	color: #882824;
	border-bottom: 1px solid #882824;
}
a:visited:hover {
	color: #500000;
	border-bottom: 1px solid #500000;	
}
h2 {
	color: #882824;
	font-size: 24px;
	margin-bottom: 16px;
}
h2 a:link, h2 a:visited {
	border: none;
	text-decoration: none;	
}
h2 a:visited {
	color: #500000;	
}
h2 a:hover, h2 a:active {
	color: #c25c50;
	border-bottom: none;
	text-decoration: none;
}
a:visited:hover {
	color: #500000;
}
h3 {
	font-size: 20px;
	color: #882824;
	margin-bottom: 8px;	
}
h4 {
	font-size: 14px;
	color: #882824;
	font-weight: bold; 	
}
table {
	width: 100%;	
}
table td, table th {
	padding: 6px;
}
table tr.rowOdd {
	background-color: #BCB7AB;	
}

/* blocks */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
	background: url('../images/bgborder.png') repeat-x 0 0;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 135px;
	position: relative;	
}
#content-main {
	float: left;
	width: 546px;
	margin: 47px 47px;
	font-size: 14px;
	line-height: 1.5;
	display: inline;
}
#content-wide {
	float: left;
	width: 866px;
	margin: 47px 47px;
	font-size: 14px;
	line-height: 1.5;
	display: inline;
}
#content-sidebar {
	float: right;
	width: 273px;
	margin: 47px 47px 47px 0;
	font-size: 14px;
	line-height: 1.5;
	display: inline;	
}
#footer, #wrapper-push {
	height: 32px;
}
#footer {
	background: #bcb7ab;
	clear: both;	
}

/* header */
#logo {
	text-indent: -100em;
	overflow: hidden;
	background: url('../images/logo.png') no-repeat 0 0;
	height: 109px;
	width: 402px;
	position: absolute;
	top: 15px;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/* menu */
#menu ul {
	position: absolute;
	right: 47px;
	top: 51px;
	font-size: 15px;
	height: 27px;
	line-height: 27px;
}
#menu ul li {
	display: inline;
}

#menu ul a:link,
#menu ul a:visited {
	color: #EBEAE3;
	background: url('../images/bgmenu2.png') repeat 0 0;
	border: none;
	text-decoration: none;
	padding: 4px 8px;
	font-weight: normal;
	letter-spacing: 0.5px;
	font-variant: small-caps;
	display: inline;
}
#menu ul a:hover,
#menu ul a:active,
#menu ul li.selected a:link,
#menu ul li.selected a:visited {
	background: url('../images/bgmenu2-hover.png') repeat 0 0;
	border: none;
	text-decoration: none;
}

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

#content ul {
	margin-left: 22px;
	margin-bottom: 1.2em;
}

#content ul li {
	list-style-type: square;
}

#content ol {
	margin-left: 22px;
	margin-bottom: 1.2em;
}

#content ol li {
	list-style-type: decimal;
}

#content .form-error {
	color: red;
	display: block;
	font-size: 0.9em;
	margin-bottom: 0.6em;	
}

#content-sidebar h2 {
	font-size: 18px;
	margin-bottom: 0;
}
#content-sidebar h3 {
	color:#882824;
	font-size:14px;
}
#content-sidebar .block {
	margin-bottom: 36px;
}	
#content-sidebar .block p,
#content-sidebar .block ul {
	font-size: 17px;
	color: #5C584D;
	margin-bottom: 0.8em;
}
#content-sidebar .block ul {
	margin-top: -0.8em;
}
#content-sidebar .block ul li {
	margin-left: 16px;
	list-style: square;
}
#content-sidebar .lunch {
	margin-top: 36px;
	border-top: 2px solid #882824;
	border-bottom: 2px solid #882824;
	padding-top: 0.6em;
}

#content-sidebar .lunch p {
	margin-bottom: 0.6em;
}
#content-sidebar .lunch p.price {
	font-size: 1.2em;
	line-height: 21px;
	color: #882824;
	text-align: right;
	font-weight: bold;
}
#content-sidebar .lunch p.extra {
	font-style: italic;
	text-align: right;
	font-size: 0.9em;
}
#content-sidebar .input-text {
	width: 80%;	
}
#content-sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;	
}
#content-sidebar ul li {
	list-style-type: none;	
}

/* footer */
#footer a:link, #footer a:visited {
	text-decoration: underline;
	border-bottom: none;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: none;
}
#footer ul {
	width: 866px;
	margin: 0 auto;
	line-height: 32px;
	font-size: 14px;	
}
#footer ul li {
	display: inline;
	margin-right: 22px;
}
#kaart dl {
	margin-bottom: 1.2em;
}
#kaart dt {
	font-weight: bold;
	margin: 0;
	position: relative;
	clear: both;
}
#kaart dt span.dish {
	float: left;
	width: 450px;
}
#kaart dt span.price {
	display: block;
	font-size: 1.1em;
	line-height: 21px;
	color: #882824;
	float: right;
}
#kaart dd {
	font-style: italic;
	margin-right: 100px;
	clear: both;
}
#googlemaps {
	width: 546px;
	height: 550px;
}
#googlemaps a {
	border: none;
}
#map form {
	margin-bottom: 1.2em;
}
/* blog */
p.date {
	color: #5C584D;
	margin-top: -20px;
	font-size: 0.9em;
}
div.meta {
	border-bottom:2px solid #882824;
	border-top:2px solid #882824;
	padding-top: 0.6em;
	font-size: 0.9em;
	color: #5C584D;
}
#blogarchive-mini {
	margin-top: 36px;	
}
.blogform small {
	font-size: 0.8em;
}
.gravatar {
	float: right;
	padding: 2px 2px 0 0;
	border-right: 1px solid #BCB7AB;
	border-top: 1px solid #BCB7AB;
	margin-top: -1px;
}
.blogcomment {
	margin-bottom: 1.6em;
	border-top: 1px solid #BCB7AB;
}
.blogcomment .author {
	font-size: 0.9em;
	font-style: italic;
}

/* specific */

.feest {
	border: 2px solid #882824;
	color: #EBEAE3;
	background:transparent url(../images/bgmenu2-hover.png) repeat scroll 0 0;
	letter-spacing:0.6px;
	padding:12px;
	margin-bottom: 1em;
}
.feest strong {
	font-size: 1.4em;
}
.feest em {
	font-style: normal;
	font-weight: bold;
}
.feest small {
	display: block;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 12px;	
}

#feesten {
	margin: 0;
	border: none;
	background-color: #EBEBE3;
	border-collapse: collapse;
}

#feesten td, #feesten th {
	padding: 0;
	margin: 0;
	border: none;
}
#feesten tbody td {
	border-right: 1px solid #F8F2F2;
}
#feesten td.last {
	border-right: none;
}
#feesten th {
	font-weight: 700;
	background: #E5EAF7;
	color: black;
	text-align: left;
}
#feesten thead td {
	background-color: #882824;
	width: 319px;
	vertical-align: top;
	text-align: center;
	color: #fefefe;
	padding: 0;
	margin: 0;
	border: 0;
	border-right: 1px solid #F8F2F2;

}
#feesten thead td.last {
  border-right: none;
}
#feesten thead td h1 {
	font-size: 20px;
	padding: 8px 0 0 0;
	color: #fefefe;
}
#feesten thead td h2 {
	font-size: 14px;
	padding: 0;
	color: #fefefe;
}
#feesten tbody {
	font-size: 14px;
}
#feesten tbody td {
	padding: 9px 18px;
	vertical-align: top;
}
#feesten tbody ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#feesten tbody tr.price td {
	border-bottom: 1px solid #882824;
	font-size: 14px;
	font-weight: bold;
}
#feesten tbody ul li {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
#feesten tfoot {
	background-color: #882824;
	color: #fefefe;
	border-collapse: collapse;
	border: none;
}
#feesten tfoot td {
	padding: 9px 18px;
	vertical-align: top;
}
.wine {
	font-style: italic;
	font-size: 13px;
}
