/*
Theme Name: Four Seasons Food
Theme URI: http://www.fourseasonsfood.nl
Description: Tailormade for Four Seasons Food.
Version: 1.2
Author: Mark Dingemanse (vormdicht)
Author URI: http://www.vormdicht.nl/
*/

/* 	———————————————————————————————————————————————————————————————————
 	vormdicht cms								   powered by wordpress
	——————————————————————————————————————————————————————————————————— 
	graphics, XHTML, CSS © 2006 vormdicht grafische diensten
	WordPress theme © 2006 vormdicht grafische diensten
	———————————————————————————————————————————————————————————————————	
	reset: 															 */

body,h1,h2,h3,h4,h5,h6,p,form,img,fieldset { margin:0;padding:0; } a img { border:none; } fieldset { border:none; }


/* 	———————————————————————————————————————————————————————————————————
	zaken die op elke pagina terugkomen
———————————————————————————————————————————————————————————————————— */
html {
/*	height:100%; */
	background-color:#090A13;
}

body {
/*	height:100%; */
	background:#090A13 url('images/bg-spoon.png') no-repeat top left;
	font-family:Georgia, Times, Times New Roman, serif;
	margin:0;
}
#wrap {
	position:relative;
	min-height:100%;	
	width:761px;
	margin:0 auto 0 131px;
	background-color:#fff;
}
* html #wrap
{
	height: 100%;
}
#header {
	height:62px;
	background:#090A13 url('images/bg-header.png') no-repeat top left;
	margin:0 auto;
}
	#logo {
		display:block;
		position:absolute;
		top:90px;
		left:500px;
		width:211px;
		height:88px;
		background:#fff url('images/logo.png') no-repeat center;
		text-decoration:none;
		text-indent:-2000px;
	}
	#nav {
		position:relative;
		height:48px;
		left:25px;
	}
#content {
	margin:0;
	background-color:#fff;
	padding:79px 370px 50px 50px;
	min-height:100px;
}
	.editlink {
		position:absolute;
		top:161px;
		left:350px;
		text-align:right;
		font-size:9px;
		color:#b8a4a4;
}
	.editlink a, .editlink a:visited {
		color:#b8a4a4 !important;
		text-decoration:none;
	}
	.editlink a:hover {
		color:#5d4b4d !important;
		text-decoration:underline;
	}
#footer {
	position:relative;
	width:761px;
	margin:-20px 0 0 131px;
	height:20px;
	background:#090A13 url('images/bg-footer.png') no-repeat top center;
}
	#footer #sideart {
	float:right;
	width:306px;
	height:233px;
	position:relative;
	top:-218px;
	right:1px;
	background:#fff url('images/bg-vegetables-a.jpg') no-repeat bottom center;
	margin-bottom:-200px;
	}
	#footer p {
	display:block;
	width:100%;
	position:absolute;
	margin:25px 0 20px -42px;
	padding-bottom:20px;
	font-size:11px;
	font-spacing:.01em;
	color:#666666;
	text-align:center;
	}
	#footer p {
	left:40px;
	}
	#footer a {
	color:#666666;
	text-decoration:none;
	}
	#footer a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	}

/* 	navigatie
	———————————————————————————————————————————— */

#nav ul {
	display:block;
	font-weight:normal;
	font-size:18px;
	color:#fff;
	height:17px;
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:block;
	float:left;
	height:37px;
	padding:11px 4px 0 4px;
	margin-right:4px;
	background-color:#090A13;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	padding:0 3px;
}
#nav ul li.current_page_item, #nav ul li.current_page_ancestor {
	background-image:url('images/bg-nav-active.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}
#nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {

}
#nav ul li a:hover {
	text-decoration:underline;
}

#subpages ul {
	display:block;
	float:right; /* must be a float for the 'bullets-in-between'-trick to work */
	list-style:none;
	font-size:11px;
	text-transform:lowercase;
	margin:0 -10px 0 0;
	padding:0;
	overflow:hidden;
	line-height:17px;
}
#subpages ul li {
	display:inline;
	margin-left:-10px;
	margin-right:10px;
	padding-left:13px;
	background:#f2790f url('images/bg-subpage-dot.png') no-repeat left 3px;
}
#subpages ul li a {
	color:#fff;
	text-decoration:none;
}
#subpages ul li a:hover {
	text-decoration:underline;
}
#subpages ul li.current_page_item {
	font-weight:bold;
}

/* 	———————————————————————————————————————————————————————————————————
	typografie
———————————————————————————————————————————————————————————————————— */

h1 {
	font-weight:normal;
	font-size:36px;
	letter-spacing:.02em;
	color:#4f8017;
	margin-bottom:14px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#4f8017;
	margin-bottom:12px;
}
p {
	font-size:14px;
	line-height:18px;
	text-align:justify;
	color:#3c1e29;
	margin-bottom:12px;
}
p.warning {
	padding:10px;
	background-color:#f2f4f5;
	font-weight:bold;
	color:#f2790f;
}
p.note {
	padding:10px;
	background-color:#f2f4f5;
}
	p.note strong {
	display:block;
	}
.brandname {
	color:#6c004e;
}
#content a {
	color:#5d4b4d;
	text-decoration:none;
	border-bottom:1px solid #d0c6bf;
}
#content a:hover {
	border-bottom:1px solid #5d4b4d;
}
ul, ol {
	font-size:11px;
	line-height:17px;
	color:#5d4b4d;
	margin:15px 0 7px 0;
	padding:0 0 0 15px;
	line-height:18px;
}

/* 	———————————————————————————————————————————————————————————————————
	specifieke stijlen per pagina, per container
———————————————————————————————————————————————————————————————————— */

/* 	page: home
	———————————————————————————————————————————— */


.wp-image-23 {
	margin-top:20px;
}


/* 	page: contact
	———————————————————————————————————————————— */

#right-column {
	position:absolute;
	top:200px;
	left:500px;
}

/*	page: webmail 
	———————————————————————————————————————————— */
#content.webmail {
	font-size:11px;
	color:#5d4b4d;
}
.webmail label {
	display:block;
	width:240px;
	margin-bottom:6px;
}
.webmail input.input-text {
	padding:2px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
