/*
Original Theme Name: Clean Type - http://www.freewpthemes.net/
Original Author: Free WordPress Themes
Editing Author: Marten Bus - http://www.martenbus.nl/
Commissioned by: Koninklijke Nederlandse Roeibond - http://www.knrb.nl/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 5px;
	background: #54B7E0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757E82;
}

h1, h2, h3 {
	color: #000;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

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

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

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 796px;
	height: 160px;
	margin: 0px auto;
	background: url(images/header2.jpg) no-repeat;
	padding: 20px 0 20px 20px;
	position: relative;
	z-index:3;
}

/* Breadcrumb */

#breadcrumb {
	width: 710px;
	height: 13px;
	position:relative;
	left:-69px;
	text-align: left;
	float:right;
	font-size: 11px;
	border-bottom: 0px dotted #eaeaea;
	padding: 0px 0px 10px 0px;
	z-index:1;
		top: 183px;
	}

/* Logo */

#logo {
	float: left;
	width: 666px;
	height: 170px;
	margin-top: 20px;
	padding: 15px 0px 0px 30px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	color : #fff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif; 
	position:relative;
	z-index: 1;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo h2 a {
	color: #9AA9B1;
}

#logo a {
	text-decoration: none;
	color: #3C84B3;
}

/* Menu */

#menu {
	float: right;
	width: 592px;
	left: 25px;
	top: 15px;
	position:relative;
	height: 64px;
	background: url(images/img01.jpg) no-repeat left top;
	text-align: center;
	z-index:1;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
	margin-left: 60px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a, #menu strong {
	display: block;
	float: left;
	height: 32px;
	padding: 16px 10px 0px 10px;
	margin-top:1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464E53;
	border: 2px #e6ebee solid;
	border: 2px #e6ebee solid;
}

#menu a:hover, #menu .active a {
	background: #ef8116;
	color: #fff;
	border: 2px #fff solid;
	border: 2px #fff solid;
}


/* Page */

#page {
	width: 796px;
	margin: 0 auto;
	background: url(images/content.jpg) repeat-y;
	padding: 10px 10px;
	margin-top: 0px;
	position:relative;
}

#page-bgtop {
	padding: 0px 30px;
	position: relative;
	top: 0px;
}

/* Content */

#content {
	float: right;
	width: 564px;
	position: relative;
}
.post {
	margin: 0px 0px 0px 0px;
}

.post .title {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 15px 0px;
	color: #232F01;
	position: relative;
}

.post .titlesingle {
	
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #000;
	background: #fff;
	border: 1px #EF8116 solid;
	padding: 4px 35px 4px 15px;
	font-weight: normal;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #EF8116;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size:14px;
	border: 1px #EF8116 solid;
		font-family: Arial, Helvetica, sans-serif;
}

.post .title a:hover {
	color: #000;
	background: #fff;
	border: 1px #EF8116 solid;
}

.post .entry {
	padding-top: 5px;
	margin-bottom: 30px;
}

.post .entry li, .post .entry ul {
	list-style: circle;
	margin-left: 40px;
	padding-left: 5px;
}

.post .entry ol {
	list-style: decimal;
	margin-left: 40px;
	padding-left: 5px;
}
.post .entry ul, .post .entry ol {
		margin-bottom: 5px;
		}

.entry p {
	padding-top: -5px;
	}

.post .entry ul {
	padding-bottom: 5px;
	margin-top: -15px;
}

.post a:hover img  {
	border: 1px #666 solid;
}

.post p {
	padding-left: 25px;
}

.post img {
	padding: 5px 5px;
	margin: 8px 10px 5px 10px;
	border: 1px #EF8116 solid;
}

.post .meta {
	text-align: right;
	vertical-align:middle ;
	padding-top: 2px;
	padding-right: 10px;
	height: 30px;
	border: 1px dotted #EF8116;
	font-style:italic;
	color: #555;
	width: 552px;
	margin-left: auto;
	margin-right: 0; 
}

.post .byline {
	float: right;
	margin-top: -44px;
	font-size: 11px;
	color: #5E5E5E;
		padding-right: 7px;
}

.post .bylinesingle {
	float: right;
	margin-top: -39px;
	padding-right: 7px;
	font-size: 11px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	left: -17px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li ul li {
	padding-left: 10px;
}

#sidebar li ul li ul {
	padding-left: 30px;
}

#sidebar li ul li ul li {
	margin: 0px;
	padding:6px 0px 0px 0px;
	list-style:circle ;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar li li ul li {
	background:none;
	}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 179px;
	height: 20px;
}

#sidebar h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#sidebar h2 a:hover {
	text-decoration:underline;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Bottom */

#bottom { 
	background: #fff url(images/bottom.jpg) no-repeat; 
	height: 20px;
	text-align:center;
	margin: -10px -10px;
}

/* Footer */

#footer {
	width: 800;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-top: 0px solid #E5E5E5;
	background: url(images/knrb_footer.jpg) no-repeat center top;
}

#footer p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	padding-left: 300px;
	padding-top: 12px;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

#footer a:hover {
	text-decoration: none;
}

#comment {
	width: 550px;
	height: 100px;
}
#commentlist {
}

#comments {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 4px 35px 4px 15px;
	background: #EF8116;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size:14px;
	}	

.commentsall {
	margin-left: 30px;
	padding-left: 10px;
	background:#eaeaea;

	}
.commentsall li {
	margin-top: -10px;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin-bottom: 10px;
	padding: 4px 35px 4px 15px;
	background: #EF8116;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.submit {     
	border: 1px solid #EF8116; 
	background-color: #eaeaea;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	} 

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-top: 10px;
	font-size: 18px;
	color: #EF8116;
}

hr {
      border-top: 1px dashed #EF8116;
      border-bottom: 1px solid #EF8116;
	  border-right:0px;
	  border-left:0px;
      height: 4px;
	  width: 80%;
	  margin:10px 0px 20px 50px;
}
