/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #749865 url(header_back.png) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #838B91;
}

#header h1   
{
	float:left;
	background: url(header_logo.png);
	height:118px;
	width:389px;
} 
#header h2   
{
	float:right;
	background: url(header_turbine.png) no-repeat;
	height:118px;
	width:188px;
	margin-right:30px;	
} 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
}

h2 
{
	padding:0px 0 2px 2px;
	font-size: 22px;
}

h3 {
	margin-top: 1em;

	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

.title 
{
	margin-top:22px;
	
	border-bottom:1px solid #c7d9cd;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	border:1px solid red;
}

strong {
	text-transform:uppercase
}


sup{
	font-family:verdana;
	font-size:6px;
	color:#468259;}

a {
	text-decoration: underline;
	color: #468259;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #ffffff;

}

/* Menu */

#menu {
	width: 750px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 123px;
	height: 40px;
	padding: 0 0 0 2px;
	background: url(menu_back.png) repeat-x;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	padding: 7px 8px 0 8px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #E1E9E2;
	background: url(menu_divider.png) no-repeat;
	text-align:center;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: url(menu_back_o.png) repeat-x;
	text-decoration: none;
	color: #ffffff;
}

/* Header */

#header {
	width: 754px;
	height:134px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: left;
	width: 510px;
}

#post{}

#posts .story {
	padding: 5px 20px 0 2px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
	list-style: url(bullet.png);
	
}

#posts ul li {
}

/* Links */

#links {
	float: right;
	width: 220px;
	margin-top:20px;
}


#links p {
	margin-left:20px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 10px 20px 15px;
	background: url(sidepanel_back.png) repeat-x;
	list-style: circle;
}

#links li h2 {
	background:url(smallturbine.png) 1px 1px no-repeat;	
	border-bottom:1px solid #c7d9cd;
	padding-left:20px;
	font-size:18px;
}
#links li li {
	padding: 3px 0;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer 
{
	height:112px;
	background: #ffffff url(footer_back.png) repeat-x;
	border-top:1px solid white;
}

#footercontent {
	width: 750px;
	height:100px;
	margin: 0 auto;
}

#brand 
{
	margin-top:55px;
	height:20px;
	width:200px;
	float:right;
	background: url(footer_logo.png) no-repeat;
}

.language_nl
{
	margin:0 0 20px 0px;
	padding-left:20px;
	background: url(nl.png) 0px 6px no-repeat;
}

.language_en
{
	margin:0 0 20px 0px;
	padding-left:20px;
	background: url(en.png) 0px 6px no-repeat;
}