/*  
Theme Name: van Duuren
Theme URI: 
Description: Custom theme for the website of www.vanduuren.net
Version: 1.0
Author: R.R. van Duuren
Author URI: 
Tags: two-columns, fixed-width, green, light, custom-header

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- page layout
* --- header
* --- navigation
* --- content area
* --- display area
* --- footer
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font: normal 14px "Times New Roman", Times, serif;
}
pre, var, code { 
    font-family:"Courier New", Courier, monospace; 
}
#sidebar, .postdata, .entry-content {
    font-family: Century, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: underline;
	color: #00a400;
}
h2 a:hover{
	text-decoration: none;
}
/* Page Layout
*******************************/
html {
	background-color: #c7f19f;
	overflow-y: scroll;
	background: #c7f19f url('img/bgStripeTest3.png') repeat;
}
#fullPage {
	width: 100%;
	height: auto;
	background: #c7f19f url('img/bgStripeTest3.png') repeat;
}
#pageTop {
	display:block;
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	/*height: 148px;
	background: transparent url('img/bgTopFade8.png') repeat-x;*/
	height: 234px;
	background: transparent url('img/bgSolidFadeYellow.png') repeat-x;
	z-index: 0;
}
#page {
	display: block;
	position: relative;
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Header
*******************************/
#header {
	position: relative;
	display: block;
	top: 0px;
	width: 100%;
	height: 124px;
}
#headerLeft {
	position: absolute;
	display: block;
	left: 0px;
	width: 18px;
	height: 87px;
	background: transparent url('img/topFlapLeft24.png') no-repeat;
}
#headerMid {
	position: relative;
	display: block;
	margin-left: 16px;
	margin-right: 24px;
	width: auto;
	height: 87px;
	background: transparent url('img/topFlapMid24.png') repeat-x;
}
#headerRight {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	width: 24px;
	height: 87px;
	background: transparent url('img/topFlapRight24.png') no-repeat;
}
#logo {
	position: absolute;
	display: block;
	float:left;
	z-index: 100;
	left: 16px;
	top: 0px;
	width: 288px;
	height: 124px;
	text-indent: -9999px;
	background: transparent url('img/logo24.png') no-repeat;
}
/* Navigation
*******************************/
.menu {
	display: block;
	position: relative;
	left: 260px;
	top: 55px;
	width: 660px;
	height: 50px;
	overflow: hidden;
}
.menu li {
	display: block;
	position: relative;
	clear: none;
	float: left;
	left: 0px;
	top: -2px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	background: transparent url('img/menuItemLeftUp24.png') no-repeat;
}
.menu li a {
	display: block;
	position: relative;
	float: left;
	width: auto;
	height: 33px;
	margin: 0px 5px 0px 11px;
	padding: 5px 20px 0px 5px;
	vertical-align: bottom;
	background: transparent url('img/menuItemSDUp24.png') no-repeat 100% 0px;
}
.menu li:hover{
	height: 42px;
	background: transparent url('img/menuItemLeftHover24.png') no-repeat;
}
.menu li:hover a {
	height: 42px;
	margin: 0px 5px 0px 13px;
	padding: 15px 20px 0px 5px;
	text-indent: -2px;
	background: transparent url('img/menuItemSDHover24_.png') no-repeat 100% 0px;
}
.menu a:hover {
	text-decoration: none;
}
/* Content Area Layout
*******************************/
#fullContent {
	display: block;
	position: relative;
	margin-left: 18px;
	margin-top: 10px;
	top: 0px;
	width: 100%;
	padding-bottom: 15px;
}
#pageContainer {
	height: 100%;
	height: auto !important;
	min-height: 100%;
}
#bodyContainer {
	width: auto;
	height: 100%;
	overflow: hidden;
}
.container {
	clear: left;
	float: left;
	width: 100%;
	position: relative;
}
.narrowcolumn #container3 {
	right: 0px;
	margin-right: 40px;
}
.narrowcolumn #container2 {
	right: 50px;
	background: #f6fde4;
	border-right: solid 1px #c8f19f;
}
.narrowcolumn #container1{
	right: 250px;
	background: #fff url('img/envLeftMid8.png') repeat-y;
}
.display {
	position: relative;
	float: left;
	clear: none;
	left: -40px;
	width: 826px;
	margin: 0px 34px 0px 40px;
	padding: 10px 20px 30px 40px;
	font-size: 14px;
	color: #004000;
	background: #fff url('img/envLeftMid8.png') repeat-y;
}
#news {
	width: 600px;
	left: 260px;
	background: transparent;
}
/* right side */
#sidebar {
	position: relative;
	float: left;
	top: 0px;
	width: 200px;
	left: 270px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#envelopeSide {
	display: block;
	position: absolute;
	right: 36px;
	height: 100%;
	width: 38px;
	overflow: hidden;
}
.narrowcolumn #envelopeSide {
	right: 212px;
}
#rimMid {
	display: block;
	position: absolute;
	left: 50px;
	height: 100%;
	background: #fff url('img/envLeftMid8.png') repeat-y;
	width: 20px;
}
/* page layout
*******************************/
#contentTop {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 23px;
	margin-right: 74px;
	background-color: #fff;
}
.narrowcolumn #contentTop {
	margin-right: 300px;
}
#contentTopCorner {
	display: block;
	position: absolute;
	top: 0px;
	right: -38px;
	height: 23px;
	width: 38px;
	background: transparent url('img/contentTopCorner24.png') no-repeat;
}
/* envelope rim */
#rimTop {
	display: block;
	position: relative;
	top: 0px;
	width: 19px;
	height: 23px;
	background: #fff url('img/envLeftTop8.png') no-repeat;
}
/* sidebar transition*/
#sideAnchor {
	display: block;
	position: relative;
	margin-top: -30px;
	top: 0px;
	right: 0px;
	height: 61px;
	width: 38px;
	background : transparent url('img/contentAnchor24.png') no-repeat;
}
.narrowcolumn #sideAnchor {
	background-image: url('img/contentAnchorNarrow24.png');
}
#sideTop{
	display: block;
	position: relative;
	top: -30px;
	right: 0px;
	width: 38px;
	height: 50%;
	background: transparent url('img/contentRight24.png') repeat-y;
}
#sideBottom{
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 50%;
	background: transparent url('img/contentRight24.png') repeat-y;
}
/* page bottom */
#contentBottom {
	display: block;
	position:relative;
	margin: 0px 74px 0px 20px;
	top: 0px;
	width: auto;
	height: 30px;
	background: transparent url('img/contentBottom24.png') repeat-x;
}
.narrowcolumn #contentBottom {
	margin-right: 300px;
}
#contentBottomCorner {
	display: block;
	position: absolute;
	bottom: 1px;
	right: -38px;
	height: 30px;
	width: 38px;
	background: transparent url('img/contentBottomCorner24.png') no-repeat;
}
#rimBtm {
	display:block;
	position: absolute;
	float: left;
	top:0px;
	left: -22px;
	height: 29px;
	width: 22px;
	background: transparent url('img/envLeftBottom24.png') no-repeat;
}
/* sidebar contents
*******************************/
#itemArea {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#sidebar .custombox {
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #c8f19f;
}
#sidebar .custombox  h3{
	font-size: 14px;
	color: #00a400;
	margin-bottom: 10px;
}
/* Display Area
*******************************/
.display > h2, .display > h2 a {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 32px;
	width: 100%;
	color: #c8f19f;
	position: absolute;
	text-align: right;
	bottom: 0px;
	right: 10px;
	cursor: default;
}
.display > span.hr{
	display: block;
	height: 0px;
	border-bottom: solid 1px #c8f19f;
}
.narrowcolumn .display > h2, .narrowcolumn .display > h2 a {
	display: none;
}
.narrowcolumn #contentBottom > h1 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 32px;
	color: #c8f19f;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.display h1, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-title h2 , #itemArea h1, #itemArea h2, .emailHeader{
	font-family: Century, Arial, sans-serif;
	display: block;
	width: auto;
	//font-size: 20px;
	padding-left: 10px;
	color: #00a400;
	margin: 10px 0px 10px 0px;
	border-left: solid 1px #c8f19f;
}
.display h1, .entry-content h1{
	font-size: 20px;
}
.entry  h2, .entry h3, .entry h4, .entry h5  {
	font-size: 16px;
}
.entry h6 {
	margin: 0px;
	font-size: 14px;
	font-weight: bolder;
}
.entry-content p , #itemArea p, .display p{
	display: block;
	margin: 15px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #c8f19f;
}
.postFooter div {
	margin: 10px 0px 10px 0px;
}
.signature {
	font-size: larger;
	color: #00a400;
}
.disclaimer {
	font-style: italic;
	color: #00a400;
}
.navigation .alignright {
	position: absolute;
	right: 20px;
	bottom: 40px;
}
.navigation {
	height: 20px;
	padding-bottom: 10px;
}
/* e-Mail formulier
*******************************/
.emailTitle {
	display: block;
	position: relative;
	padding: 10px 0px 10px 0px;
}
.emailInput {
	display: block;
	position: relative;
	width: 100%;
}
.sendButton {
	display: block;
	position: relative;
	width: auto;
	margin: 10px auto 0px auto;

}
/* Footer
*******************************/
#footer {
	display: block;
	position: relative;
	height: 60px;
	top: 0px;
	color: #00a400;
	overflow: visible;
	z-index: 50;
}
#footer a {
	color: #00a400;
}
#footer a:hover {
	color: #004000;
}
#footer ul {
	display: block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
#footer ul li:first-child {
	list-style-type: none;
}
#footerAddress {
	width:	600px;
}
#footerContact {
	width: 450px;
}
#footer li {
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	list-style-position:inside;
	list-style-type: disc;
}
/* error
*******************************/
#error h1 {
	font-family: Century, Arial, sans-serif;
	display: block;
	width: auto;
	font-size: 20px;
	text-indent: 10px;
	color: #00a400;
	margin: 10px 0px 10px 0px;
	border-left: solid 1px #c8f19f;
}
#error p {
	font-size: 16px;
	display: block;
	margin: 15px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #c8f19f;
}
