/*  
Theme Name: Ontwikkelwijzer
Theme URI: http://www.ontwikkelwijzer.nl/
Description: Custom theme for ontwikkelwijzer.nl
Version: 1.0
Author: Dennis Flinterman
Author URI: http://www.silodesign.nl/

*/



/* ---------------------------------------------------------------------- Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* ------------------------------------------------------------------------ Structure */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #ff5a00;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixRtHdr #header { 
	float: left;	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 10px;
	background: #ff5a00;
	width: 100%;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
}
.twoColFixRtHdr .sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 80px 0 40px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 260px 20px 100px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the .sidebar space when the content in .sidebar ends. */
	padding: 0 0 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	background-color: #ff5a00;
	height: 40px;
} 
.twoColFixRtHdr #footer p {
	padding: 10px 0 0 100px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
	color: #fff;
}


.Generic {
	background: #fff;
	color:#000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------------------------------------------------------------ Text */

#mainContent,
.sidebar {
	font-size: 80%;
	line-height: 120%;
}

#mainContent h1, h2, h3, h4 {
	font-weight: bold;
	color: #fff;
	line-height: 150%;
	margin-top: 0em;
}

.Generic .entry h2,
#sidebarMain h3 {
	color:#000;
}

.entry h2 {
	color:#fff;
}

.entry ul {
padding-left: 15px;
margin-bottom: 10px;
}


.entry li {
	list-style: disc;
}

#mainContent.Generic h1, h2, h3, h4 {
	color: #000;
}

#mainContent p,
.sidebar p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}

#mainContent h1 {
	font-size: 180%;
}

#mainContent h2 {
	font-size: 120%;
}

#mainContent h3, #mainContent h4 {
	font-size: 100%;
}

a {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


#mainContent.Generic a,
.Generic .sidebar a {
	color: #ff5a00;
	text-decoration:none;
}

#mainContent.Generic a:hover,
.Generic .sidebar a:hover {
	color: #ff5a00;
	text-decoration:underline;
}

#mainContent.Generic h2 a {
	color: #000;
	text-decoration:none;
}

a.more {
display: block;
background:url(_images/arrow_right_bold.gif) no-repeat 0 4px;
padding-left: 8px;
}

#mainContent.Generic a.more {
display: block;
background:url(_images/arrow_right_bold_black.gif) no-repeat 0 4px;
padding-left: 8px;

}

span.date {
display:block;
margin-bottom: 10px;
font-size: 70%;
color:#000;
}




/* ------------------------------------------------------------------------ Mainnav and header content */

div#logo {
padding: 25px 0 40px 0;
float: left;
}

div#genericNav {
padding: 35px 0 40px 0;
float: right;
font-size: 80%;
}

div#genericNav li {
display: inline;
margin: 0 5px;
}

div#genericNav li a {
display: block;
float: left;
background:url(_images/arrow_right.gif) no-repeat 0 4px;
padding-left: 8px;
margin-left: 15px;
}

div#genericNav li a:hover {
background:url(_images/arrow_right_black.gif) no-repeat 0 4px;
text-decoration: none;

}

div#mainNav {
	float: left;
	padding: 0;
	height:40px;
	width: 100%;
	border-bottom:1px solid #fff;
}

#mainNav ul {
margin-left: 80px;
height: 40px;
}


#mainNav span {
display: none;
}

#mainNav li {
display: inline;
}

#mainNav a {
display: block;
float: left;
width: 142px;
height: 40px;
}

#mainNav a#welkom 		{ background:url(_images/nav_welkom.gif) left top no-repeat; }
#mainNav a#wie			{ background:url(_images/nav_wie.gif) left top no-repeat; }
#mainNav a#wat 			{ background:url(_images/nav_wat.gif) left top no-repeat; }
#mainNav a#hoe	 		{ background:url(_images/nav_hoe.gif) left top no-repeat; }
#mainNav a#ref 			{ background:url(_images/nav_ref.gif) left top no-repeat; }

#mainNav a#welkom:hover,
#mainNav a#wie:hover,
#mainNav a#wat:hover,
#mainNav a#hoe:hover,
#mainNav a#ref:hover
{ background-position: 0  -40px; }

#mainNav a#welkom.active		{ background:url(_images/nav_welkom.gif) 0 -40px no-repeat; }
#mainNav a#wie.active	{ background:url(_images/nav_wie.gif) 0 -40px no-repeat; }
#mainNav a#wat.active		{ background:url(_images/nav_wat.gif) 0 -40px no-repeat; }
#mainNav a#hoe.active		{ background:url(_images/nav_hoe.gif) 0 -40px no-repeat; }
#mainNav a#ref.active		{ background:url(_images/nav_ref.gif) 0 -40px no-repeat; }



 
#mainNav a#welkom.inactive		{ background:url(_images/nav_welkom.gif) 0 19px no-repeat; }
#mainNav a#wie.inactive	{ background:url(_images/nav_wie.gif) 0 19px no-repeat; }
#mainNav a#wat.inactive		{ background:url(_images/nav_wat.gif) 0 19px no-repeat; }
#mainNav a#hoe.inactive	{ background:url(_images/nav_hoe.gif) 0 19px no-repeat; }
#mainNav a#ref.inactive	{ background:url(_images/nav_ref.gif) 0 19px no-repeat; }


#mainNav a#welkom.inactive:hover,
#mainNav a#wie.inactive:hover,
#mainNav a#wat.inactive:hover,
#mainNav a#hoe.inactive:hover,
#mainNav a#ref.inactive:hover,

{ background-position: left top; }

div.separator {
	clear: both;
	border-bottom: 1px solid #fff;
}

div#animation {
	margin-left: 80px;
	background: #ff5a00;
}

/* sidebar content */

.sidebar ul {
	list-style: disc;	
	margin-left: 12px;
	margin-top: 8px;
}

.sidebar ul li a {
	color:#000;
}

.sidebar h3 {
	color:#fff;
}
.sidebar.welkom {
padding-top: 10px;
}

#sidebar3 h2.widgettitle {
	color:#fff;
}

#sidebar3 h2.widgettitle {
	color:#fff;
}

#sidebar3.sidebar ul {
	list-style: none;	
	margin-left: 0px;
}

#sidebar3.sidebar ul li {
	margin-bottom: 10px;
}


#sidebar3.sidebar ul li a {
	color:#000;
	font-weight: bold;
}




/* news */

div.news {
	margin: 0px 0;
}

div.news h4 {
	color: #000;
	display: inline;
}

div.news h4 a {
	color: #000;
}

/* cform */

.cform li {
	list-style: none;
}

label {
	display: block;
	padding: 10px 0 2px 0;
}

input, textarea {
	border: 1px solid #000;
	width: 300px;
	padding: 2px;
}

input.sendbutton {
	width: 100px;
	background: #000;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.failure {
	color:#FF0000;
	font-weight: bold;
}

.linklove {
	display: none;
}

span.reqtxt {
	vertical-align: top;
}

p.cf_info.success {
	color:#009900;
	font-weight: bold;
}


