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

body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;				(dit is de tekst van de body)
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}

h1 {
	background-color:#000;
	padding: 0px 0px 0px 0px;
	
}

h2 {
	font-size: 4px;
	background-color:#FFF;
	
}

h3 {
}

p, ul, ol {
	margin-top: 0; 								(tekst van mijn hele website)
	line-height: 150%;
	text-align:left;
}

ul, ol {
}

blockquote {
}

a {
	color:#000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display:inline-table;
}



#wrapper {
}



#header {
	width: 950px;
	height: 70px;
	margin: 0px auto;
}

#header2 {
	width: 950px;
	margin: 0px auto;
}



#menu {
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	background:#FFF;
	margin-right: 0px;
	padding: 0px 30px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: normal;
}

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

#menu li.current_page_item {
}

#menu li.current_page_item a {
}

#menu .first {
}



/* Page */

#page {
	width: 910px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	background:#000;
}


/** LOGO */

#logo {
	width: 950px;
	height: 210px;
	margin: 0 auto;
    background-image:url(images/img02.png);
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform:none;
	font-weight: normal;
	color: #000000;
}

#logo p {
	margin-top: -4px;
	padding: 0px 0px 0px 0px;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#logo h1 {
	padding: 30px 0px 0px 140px;
	letter-spacing: -1px;
	font-size: 48px;
}

#logo h1 a {
	text-decoration: none;
	color: #000000;
}

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

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px;
}

/* Post */

.post {
	background: url(images/img05.jpg) repeat-y left top;
}

.post-bgtop {
	background: no-repeat left top;
}

.post-bgbtm {
	padding: 0px 10px 20px 20px;
	background: url(images/img06.jpg) no-repeat left bottom;
}

.post .title {
	height: 44px;
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 5px 0px;
	background: url(images/img11.jpg) repeat-x left bottom;  (blauwe streepjes) 
}

.post .title a {
	letter-spacing: -2px;
	text-decoration: none;
	text-transform: none;
	font-size: 36px;
	color: #000;
}

.post .title a:hover {
	color:#000;
}


.post .meta span {
	margin: 0px;
}

.post .meta a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 0px 0px 0px;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 40px;
	background:#FFF;
	border: 1px solid #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}



#sidebar {
	float:left;
	width: 280px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	
}


#sidebar ul {
								(Het hele menu blok)
	padding: 0px 0px 0px 0px;
	background:#FFF;
	list-style:none;
	padding-top:30px;
	
}


#sidebar li li {
	
	padding: 3px 0px 0px 0px;				(plaats van de tekst in het menu)
	
	
}


#sidebar a {

	text-decoration: none;  				(de tekst van het menu)
	font-weight: normal;
	color: #000;
}

#sidebar li li a {
	font-weight:bold;
	
}


#sidebar li li a:hover {
	color:#0CF;
}
	

#sidebar li ul {
	padding: 10px 0px 30px 0px;

}


#sidebar p {
	padding: 0px 0px 0px 0px;
}


#sidebar h2 {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-transform:none;
	font-size: 24px;
	color:#000000;                     (kleur titel menu tekst)
	
	
	

	
}


/* Calendar */

#calendar {
	
}

#calendar caption {
	padding-bottom: 0px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #00CEEF;
	border-left: 1px solid #00CEEF;
	border-right: 1px solid #00CEEF;
}

#calendar thead th {
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #00CEEF;
	border-left: 1px solid #00CEEF;
	background: #00CEEF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #00CEEF;
	border-left: 1px solid #00CEEF;
	border-bottom: 1px solid #00CEEF;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #00CEEF;
	border-bottom: 1px solid #00CEEF;
}

#calendar tfoot #next {
	border-top: 1px solid #00CEEF;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #00CEEF;
}

#calendar .pad {
	border-bottom: 1px solid #00CEEF;
}

#calendar #today {
	background: #00CEEF;
}



#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 30px 0px 0px;
}

#footer-bgcontent {
	
}

#footer p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 11px;
}

#footer a {

	
}
