/*
Theme Name: denktankverder.
Theme URI: -
Description: The default design of Denktankverder.
Version: 1.0
Author: Maarten Scherpenisse
Author URI: -.
*/
/*

Written by Maarten Scherpenisse
maarten@denktankverder.nl

//final

swatch colors
-------------
a10d59 - purple

*/

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: #fff;
	font-family: Helvetica, Arial, schreefloos;
	}

a { text-decoration: none; }


/* header */
	

#wrapper1 {}

#header {
	width: 600px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	}

#logo {
	width: 200px;
	height: 138px;
	background: url(images/logodenktankverderdefault.png) no-repeat;
	margin: 50px 0 0;
	position: relative;
	display: block;
	}

#logo a {
	display: block;
	width: 200px;
	height: 138px;
	position: relative;
	}

#navmenu {
	text-transform: lowercase;
	list-style: none;
	float: right;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin: 0 -30px 0 0;
	}

#navmenu li { 
	display: inline;
	padding-right: 17px;
	margin-right: 13px;
	background: url(images/navmenudot.png) no-repeat right 9px;
	}

#navmenu li a { height: 30px; color: #000; display: inline-block }

#navmenu li a:hover { height: 31px; border-bottom: solid 1px #1a1a1a; }
#navmenu li a:active { height: 31px; color: #333; border-bottom: solid 1px #1a1a1a; }

#navmenu li a.current { border-bottom: solid 2px #1a1a1a;}

#navmenu li a.current:hover, #navmenu li a.current:active { height: 30px; border-bottom: solid 2px #1a1a1a; }

/* content */

#wrapper2 { background: #1a1a1a; height: 168px; }
#wrapper3 { height: auto; }


#preface {
	width: 600px;
	margin: 0 auto;
	font-size: 22px;
	font-style: oblique;
	font-weight: normal;
	line-height: 32px;
	padding: 20px 0;
	color: #fff;
	}

#content {
	width: 600px;
	margin: 10px auto;
	color: #1a1a1a;
}

#content h2 {
	margin: 20px 0 0;
	border-bottom: solid 1px #333333;
	line-height: 16px;
	padding: 10px 0;
	}

#content h2 span {
	font-size: 16px;
	padding: 10px 10px 10px 8px;
	background: #333333;
	color: #fff;
	font-weight: normal;
	font-style: oblique;
	}

#content p.subtext {
	color: #404040;
	font-weight: bold;
	margin: 2px 0 0;
	font-style: italic;
	font-size: 11px;
	}

#content p {
	color: #191919;
	font-size: 12px;
	line-height: 18px;
	width: 500px;
	margin: 5px 0 0;
	}


/* footer */

#admin a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 10px 12px 10px 15px;
	background: #989898;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	text-shadow: -0px 1px 1px #fff;
	color: #333;
	}

#admin a:hover { text-shadow: 0px 1px 1px #e5e5e5; color: #262626; }
#admin a:active { text-shadow: 0px 1px 1px #b2b2b2; background: #7f7f7f; }

