/*
Theme Name: de Wageningse Methode
Theme URI: http://kelley.vanevert.nl/
Description: Wordpress theme for "de Wageningse Methode".
Version: 0.1
Author: Kelley van Evert
Author email: kelley.vanevert@gmail.com
Author URI: http://kelley.vanevert.nl/
Tags: 
*/

/* generals and resets.. */
*
{
	outline:none;
}
body
{
	margin:0px;
	padding:0px;
	font-size:62.5%;
	
	background:#9d4b19 url(images/wooden-bg-repeat.jpg) top center repeat;
}
body .topbg
{
	width:100%;
	background:transparent url(images/background_body.jpg) top center no-repeat;
	min-height:596px;
	overflow:visible;
}
a:link,
a:visited,
a:active
{
	color:#003D7E;
}
a:hover
{
	color:#DE8703;
}


/* global layout */
#nwrap
{
	margin:0 auto;
	padding:0px;
	width:908px;
	background:#fff url(images/background_nwrap.jpg) top center no-repeat;
}
#nwrap #nheader
{
	height:255px;
	position:relative;
}
#npagebottom
{
	height:44px;
	margin:0px;
	padding:0px;
	background:#fff url(images/background_pagebottom.jpg) top center no-repeat;
}
#nwrap #nheader #ntitle
{
	position:absolute;
	top:60px;
	left:75px;
}
#nwrap #nheader #ntitle h1 a:link,
#nwrap #nheader #ntitle h1 a:visited,
#nwrap #nheader #ntitle h1 a:active
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color:#202020;
	text-decoration:none;
	
	display:none;
}
#nwrap #nmenuholder
{
	position:absolute;
	top:225px;
	left:55px;
}
#nwrap #ncontent
{
	margin:21px 0px 0px 0px;
	padding:0px 40px 0px 60px;
}

/* menu */
#yoast-breadcrumbs
{
	height:27px;
	padding:21px 0px 0px 0px;
}
#nmenu
{
	margin:0px;
	padding:0px;
	height:50px;
	overflow:visible;
}
#nmenu .page_item
{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
#nmenu .page_item ul
{
	display:none;
}
#nmenu .page_item a:link,
#nmenu .page_item a:visited,
#nmenu .page_item a:active
{
	display:block;
	padding:10px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	font-style:italic;
	color:#447CB5; /* 003d7e */
	text-decoration:none;
}
#nmenu .page_item:hover a
{
	color:#000;
	text-decoration:none; /* underline */
}
#nmenu .current_page_item a:link,
#nmenu .current_page_item a:visited,
#nmenu .current_page_item a:active,
#nmenu .current_page_item a:hover,
#nmenu .current_page_parent a:link,
#nmenu .current_page_parent a:visited,
#nmenu .current_page_parent a:active,
#nmenu .current_page_parent a:hover,
#nmenu .current_page_ancestor a:link,
#nmenu .current_page_ancestor a:visited,
#nmenu .current_page_ancestor a:active,
#nmenu .current_page_ancestor a:hover
{
	color:#000;
	text-decoration:none;
}
#nmenu .page_item:hover ul
{
	position:absolute;
	display:block;
}
#nmenu .page_item:hover ul ul
{
	display:none;
}
#nmenu .page_item ul
{
	background-color:#fff;
	border:1px solid #ccc;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#nmenu .page_item ul .page_item
{
	float:none;
	margin:0px;
	padding:0px;
}
#nmenu .page_item ul .page_item a:link,
#nmenu .page_item ul .page_item a:visited,
#nmenu .page_item ul .page_item a:active
{
	display:block;
	padding:7px 10px;
	background-color:#fff;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	font-style:normal;
	color:#555;
	text-decoration:none;
}
#nmenu .page_item ul .page_item a:hover
{
	background-color:#DBEDF9;
}

#nmenu .page_item ul .page_item:hover ul
{
	position:absolute;
	display:block;
	margin-top:-31px;
	/* todo */ width:200px;
}
#nmenu .page_item ul .page_item:hover ul .page_item
{
	display:block;
}

/* page sidebar layout */
table.pagesidebarlayout,
table.pagesidebarlayout td,
table.pagesidebarlayout th
{
	vertical-align:top;
}
table.pagesidebarlayout td.pagesidebar
{
	padding-top:25px;
	width:210px;
}
table.pagesidebarlayout td.pagesidebar ul
{
	margin:0px;
	padding:0px 0px 0px 10px;
}
table.pagesidebarlayout td.pagesidebar ul li
{
	list-style-position:inside;
}
table.pagesidebarlayout td.pagesidebar ul li ul
{
	/*display:none;*/
}
table.pagesidebarlayout td.pagesidebar ul li.current_page_item a
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

/* nieuwsarchief */
table.myarchivelayout
{
}
table.myarchivelayout,
table.myarchivelayout tr,
table.myarchivelayout td
{
	vertical-align:top;
}
table.myarchivelayout td
{
	padding:5px;
}
table.myarchivelayout tr.header td.new
{
	width:40%;
}
table.myarchivelayout tr.header td.archive
{
	width:60%;
}

/* typography */
#ncontent
{
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color:#444;
	font-size:1.3em;
	line-height:1.5em;
}
h3
{
	margin:0px;
	padding:20px 0px 5px 0px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	font-style:normal;
	color:#de8703;
	text-decoration:none;
}
h3 a:link,
h3 a:visited,
h3 a:active
{
	color:#de8703;
	text-decoration:none;
}
h4
{
	margin:0px;
	padding:20px 0px 5px 0px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	font-style:normal;
	color:#999;
	text-decoration:none;
	font-variant:small-caps;
}
h4 a:link,
h4 a:visited,
h4 a:active
{
	color:#999;
	text-decoration:none;
}
h5
{
	margin:0px;
	padding:7px 0px 1px 0px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	color:#121212;
	text-decoration:none;
}
h5 a:link,
h5 a:visited,
h5 a:active
{
	color:#121212;
	text-decoration:none;
}
p
{
	margin:0px;
	padding:3px 0px 7px 0px;
}
p.newsflash
{
	margin:0px;
	padding:0px 0px 2px 0px;
	font-size:90%;
	line-height:1.35em;
}
.meta
{
	font-size:0.9em;
	color:#666;
}
.pagesidebar h3
{
	display:block;
	padding:0px 0px 0px 3px;
	margin:0px 0px 2px 0px;
	border-bottom:1px solid #ccc;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	font-style:italic;
	color:#003d7e;
	text-decoration:none;
}
a.downloadlink:link,
a.downloadlink:visited,
a.downloadlink:active
{
	display:block;
	margin:6px 0px 0px 0px;
	padding:15px 10px 5px 55px;
	background:#fff url(images/downloadlink.gif) center left no-repeat;
	height:35px;
	border:1px solid #fff;
	
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:1.05em;
	font-weight:normal;
	font-style:normal;
	color:#333;
	text-decoration:underline;
}
a.downloadlink:hover
{
	border:1px solid #ccc;
	background:#DBEDF9 url(images/downloadlink_hover.gif) center left no-repeat;
}
a img
{
	border:none;
}

ol#commentlist,
.commentform textarea,
.commentform input.txt
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
}
.commentform small
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

/* comments */
ol#commentlist
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ol#commentlist li
{
	display:block;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #ccc;
}
.commentform
{
	padding:10px;
}
.commentform textarea
{
	width:100%;
	padding:3px;
}



/* HM Index */
.hm-index
{
	margin:20px 0px 0px 0px;
	padding:10px 0px;
}
.hm-index h2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#000;
}
.hm-index table td
{
	vertical-align:top;
}
.hm-index a
{
	color:#000;
	text-decoration:none;
}
.hm-index a:hover
{
	color:#000;
	text-decoration:underline;
}
/* ul.folderlist */
.folderlist ul
{
	margin:0px;
	padding:0px 0px 0px 20px;
}
.folderlist li
{
	list-style-position:outside;
}

/* Wam */
h4.wam
{
	color:#000;
	font-variant:normal;
	font-size:17px;
	padding-bottom:8px;
}
ul.wam-ul
{
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.wam-ul li
{
	list-style-position:outside;
}
