body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
.entry{
	padding-left: 30px;
	padding-right: 30px;
}

/**
* Oude website
*/
hr {
	background-color: #CCCCCC;
	color: #EEEEEE;
	height: 1px;
	filter:alpha(opacity=30);-moz-opacity:.50;opacity:.50;
}
#naam{
	position: absolute;
	top: 23px;
	width: 220px;
}
.rechts {
	float: right;
}
.midden {
	align: center;
}
.links {
	float: left;
}
.nieuws_cel {
	width: 225px;
}
img {
	border: 0px;
}
div#rechts {
	position: absolute;
	top: 0px;
	right: 0px;
}
.licht {
	border: 1px solid #CCCCCC;
}
.licht2 {
	border: 1px solid #FFFFFF;
}
input[type=text],input[type=submit],input[type=reset],input[type=password] {
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color:#DDDDDD;
}
input[type=text]:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=password]:hover {
	border-color: #FFFFFF;
}
input[type=text]:focus,input[type=submit]:focus,input[type=reset]:focus,input[type=password]:focus {
	border-color: #FFFFFF;
}
select,textarea {
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color:#DDDDDD;
	font-family: Arial, Verdana, Courier New, Courier;
}
select:focus,textarea:focus,select:hover,textarea:hover {
	border-color: #FFFFFF;
}

/**
* Einde oude website
*/


title {
    text-transform: capitalize;
}

@font-face {
  font-family: 'Museo Sans';
  src: url(fonts/MuseoSans_500.eot);
  src: local('Museo Sans 500'), local('Museo Sans'), 
         url(fonts/MuseoSans_500.otf) format('opentype');
}


body {
	font: 14px/1.6 "trebuchet ms",sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

#speltakken {
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position: right; 
	width: 30px;
// 	border-right: 1px solid #DDDDDD;
}

#absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}

body.conceptseries #color {
	z-index: 0;
	position: 			absolute;
	margin-top:			0px;
	top:				0;
	margin-left:		0px;
	left:				0;
	margin-right:		0px;
	right:				0;
	margin-bottom:		0px;
	bottom:				0px;
	width:				100%;
	height:				500px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

body.conceptseries #blogBg { 
	background: url(../images/conceptseries-bg.jpg) no-repeat center top;
}

a:link, a:visited {
	text-decoration:none;
	border-bottom: 1px dashed #934141;
	color: #934141;
}

a:hover {
	text-decoration: underline;
	border-bottom: 0px dashed #934141;
}

a img {
	border: 0;
}

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

#topnav {
	height: 88px;
	position: relative;
	width: 950px;
}

#topnav h1 {
	font-size: 15pt;
	margin: 15px 0 0 20px;
	float: left;
	font-size: 
}

#topnav #right {
	float: right;
}

#topnav ul#mainnav {
	float: left;
	display: inline;
	margin: 30px 0 0 28px;
}

#topnav ul#mainnav li {
	float: left;
	margin-right: 28px;
	list-style: none;
}

#topnav ul#mainnav li a {
	font-family: "MuseoSans", Helvetica;
	text-transform: uppercase; 
	font-size: 14px; 
	text-decoration: none; 
	color: #333; 
}

#topnav #search {
	float: right;
	margin: 30px 20px 0 0;
	font-family: "MuseoSans", Helvetica;
	text-transform: uppercase; 
	font-size: 14px; 
	text-decoration: none; 
	color: #222;
}

#topnav #search label {
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}

#searchfield {
	font-size: 10pt;
    border: 0;
    width: 180px;
    height: 22px;
    padding: 5px 6px 0 10px;
    margin: 0 0 0 4px;
	border: 2px solid #FFFFFF;
	background-color: #969696;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-box-shadow:
		inset rgba(133, 153, 166, 0.3) 0px 1px 24px;
	-webkit-box-shadow:
		inset rgba(133, 153, 166, 0.3) 0px 1px 24px; 
	padding: 2px 4px 0 10px; 
	margin: -2px 0 0 6px; 
	behavior: url(../htc/border-radius.htc);
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
} 

#content {
	padding: 0;
	clear: left;
	margin-top: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content:after, .projects .projectinfo:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#blog, #feeds, #getinvolved, #subnav, #pagecontent {
	float: left;
}

#pagecontent {
    width: 725px;
    margin-top: 32px;
}

#pagecontent .post .title {
	font-family: "MuseoSans", Helvetica;
	font-size: 3.6em; 
	letter-spacing: -1.5px;
	line-height: 1.0;
	clear: left;
	font-weight: normal;
	margin-bottom: 20px;
}


/* Project pages
---------------------------------------------------- */

#spotlight {
	clear: left;
}

#projectpage #spotlight {
	margin: -10px 10px 20px 10px;
}

#projectpage.subpage #spotlight {
	visibility: hidden;
	height: 0px;
}

#getinvolved {
	width: 210px;
	background: transparent;
	margin-bottom: 30px;
}

.sectioncontent {
	margin: 0;
	padding: 20px 10px 25px 10px;
	margin-bottom: 40px;

	position: relative;
}

.post img { 
    max-width: 100%; 
    overflow: auto; 
    margin: 10px auto;
} 


.sectionhead { 
	margin: 4px 0;
}

.sectionhead h3 {
	display: inline;
	font-family: "MuseoSans", Helvetica;
	font-size: 1.5em; 
	letter-spacing: -1px; 
	line-height: 1.0; 
	clear: left; 
	font-weight: normal;
	margin-bottom: 6px;
}

.sectioncontent ul{
	margin-bottom: 30px;
}

.sectioncontent .title, .sectioncontent ul li {
	font-weight: normal;
	margin-bottom: 5px;
}

#feeds .sectioncontent ul li, #getinvolved ul li { 
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	font-size: 0.9em;
}

.navItemLeft {
	float: left; 
	text-align: left; 
	height: 20px;
	text-transform: capitalize;
	margin-top: -40px;
	margin-bottom: 20px;
	
}

#feeds ul, #getinvolved ul, #feeds ol, #getinvolved ol {
    list-style: none;
}

#content p { 
	margin: 6px 0 10px 0;
}


/* Superfooter 
---------------------------------------------------- */

#endpage {
	position: absolute;
	z-index:99;
	width: 100%;
	background: #000000 url(../images/footer-bg.jpg) repeat-x center top;
}

#superfooter {
	clear: left;
	color: #ccc;
	text-shadow: black 0 1px;
	font-size: 0.9em;
	margin: 0 auto;
	width: 950px;
	margin-bottom: 0px;
	background: none;
}

#superfooter #productlist {
	height: 127px;
	margin-top: 9px;
	font: 10px/1.2 "trebuchet ms",sans-serif; 
	text-transform: uppercase;
	padding: 2px 2px 0 2px;
	margin: -2px 0 0 6px;
}

#superfooter #productlist ul { 
	background: none; 
	padding: 0px; 
	height: 127px;
}

#superfooter #productlist ul li {
	list-style: none; 
	float: left; 
	width:  85px; 
	text-align: center; 
	padding: 15px 35px 0 0;
}

#superfooter  #productlist a{
    color: #fff;
}

#superfooter  #productlist a:hover img { 
	text-decoration: none;
}


#superfooter a{
    color: #fff;
}

#superfooter a:hover img { 
	text-decoration: none;
}

#superfooter #productlist .viewall { 
	padding-top: 50px;
	margin-left: 10px;
	white-space: nowrap;
}

#superfooter .item { 
	width: 180px; 
	float: left; 
	margin: 23px 5px 23px 10px; 
	padding-right: 10px;
	color: #ccc;
}

#superfooter .item .sectionhead { 
	margin-bottom: 8px;
	color: #fff;
}

#superfooter .item ul li { 
	list-style: none;
	margin-bottom: 3px;
	color: #fff;
}

#superfooter .item.featured { 
	width: 290px;
	color: #ccc;
}

#superfooter .sectionhead {
    font-size: 100%;
}

.footercontent {
	clear: left;
	padding-bottom: 40px;
}

.footercontent .archivelist li { 
	border-bottom: 1px dotted #454545;
	padding-bottom: 3px;
}

.legal { 
	padding-bottom: 20px;
}

#copyright { 
	float: left;
}

#copyright p strong { 
	display: block;
	width: 400px;
}
