/*  
Theme Name: Iblux	
Theme URI: www.iblux.nl
Description: Deze theme is speciaal ontwikkeld door het bedrijf Iblux.
Author: Erik Vuuregge
Author URI: http://www.iblux.nl	
Version: 1.0
Tags: three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/ /* Defaults */
* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 10pt;
	line-height: 18px; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: arial, verdana;
}

hr {
	color: #686868;
	border: 1px solid #cecccc;
}

pre {
	height: auto;
	overflow-x: scroll;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

dd {
	padding-left: 15px;
}

ul
{
	margin-bottom: 15px;
	color: #76923c;
}

a {
	color: #8bb300;
	text-decoration: none;
}

a:hover {
	color: #8bb300;
	text-decoration: none;
}

a img {
	border: none;
	vertical-align: text-bottom;
}

blockquote {
	background: #070707;
	border: 1px solid #060606;
	padding: 5px 15px;
	margin: 10px 10px 5px 15px;
	font-style: italic;
	color: #fff;
}

code {
	color: #3366cc;
	font-style: italic;
}

body {
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Arial, verdana;
	background-color: #fff;
	color: #76923c;
}

/* Header and wrapper */
#wrapper {
	margin: auto;
	width: 992px;
	text-align: left;
	padding: 0;
}

#header {
	padding: 0;
	margin: 0;
	height: 180px;
	background-color: white;
}

#header p {
	margin-top: 5px;
	padding: 0;
	font-size: 9pt;
}

#header #logo {
	float: left;
	width: 696px;
	margin: 0;
	height: 100px;
	padding: 10px 0 10px 15px;
	font-size: 10pt;
}

#header #logo span
{
	margin-left: 40px;
}

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	color: #fff;
	font-size: 17pt;
	text-decoration: none;
}

#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}

#topHeader {
	float: right;
	width: 150px;
	height: 100px;
	margin-top: 10px;
	font-size: 9pt;
	color: #808080;
}

#topHeader a {
	color: #808080;
}

#topHeader b
{
	color: #808080;
}

#topHeaderImage
{
	float: left;
	width: 844px;
	height: 184px;
}

#sidebarbox 
{
	float: right;
	width: 148px; 
}

#sidebarbox p
{
	color: #000;
	font-size: 12px;
	margin: 10px;
}

#title-right {
	height: 19px;
	width: 148px;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

/* Menu */
#catnav {
	float: left;
	padding: 0;
	clear: both;
	width: 992px;
	height: 75px;
	/*background-color: #BBBDBE;*/
}

#nav {
	float: left;
	width: 992px;
	height: 40px;
	background: url(images/menu-verloop.gif) bottom left repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	min-width: 91px;
	text-align: center;
}

#nav a {
	display: block;
	line-height: 40px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #76923c;
}

#nav li a:hover {
	color: #8bb300;
	background: url(images/menu-verloop.gif) bottom left repeat-x;
	text-decoration: none;
	display: block;
}

#nav li ul {
	list-style: none;
	position: absolute;
	height: 30px;
	width: 250px;
	left: -999em;
}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
}

#nav li li a {
	min-width: 150px;
	height: 30px;
	color: #000;
	border-left: 1px solid #76923c;
	border-right: 1px solid #76923c;
	border-bottom: 1px solid #76923c;
	background-color: #fff;
	/*background: #fff url(images/grijsverloop.png) top left repeat-x;*/
	margin: 0;
	font-size: 10pt;
	font-weight: normal;
}

#nav li li a:hover {
	background: #fff;
	color: #76923c;
}

#nav li:hover,#nav li.sfhover {
	/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

#nav-3-wrapper {
	float: left;
	text-align: right;
	width: 670px;
	height: 30px;
	padding-top: 5px;
	border-right: 1px solid #76923c;
}

#nav-3-wrapper.full {
	border: none;
}

#nav-3 {
	float: right;
	margin: 0px 30px;
	color: #fff;
	list-style-type: none;
}

#nav-3 li {
	display: inline;
}

#nav-3 li a {
	padding: 0.2em 1em;
	color: #8bb346;
	text-decoration: none;
	float: left;
	font-size: 8pt;
}

#nav-3 li a:hover {
	color: #8bb300;
}

/* Breadcrumb */
#breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
}

#breadcrumb a
{
	font-size: 11px;
}

/* Top Content */
#main {
	float: left;
	clear: both;
	width: 992px;
	padding: 0;
	margin: 0;
	background: url(images/menu-verloop.gif) bottom left repeat-x;
}

#contentwrapper {
	float: left;
	width: 670px;
	padding: 0px;
	min-height: 350px;
	margin: 0;
	border-right: 1px solid #76923c;
}

#contentwrapper2 {
	float: left;
	width: 992px;
	margin: 0;
	padding: 0;
	min-height: 350px;
	border: none;
}

#contentwrapper .pageTitle,#contentwrapper2 .pageTitle {
	margin: 0px 0 0px 0;
	font-size: 14pt;
	letter-spacing: -1px;
	color: #fff;
	font-weight: normal;
	background-color: #babbbd;
}

.topPost {
	font-size: 9pt;
}

#topTitle {
	width: 100%;
	height: 24px;
	margin-top: 15px;
	vertical-align: middle;
}

#topTitle h1 {
	color: #76923c;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	padding: 3px 0 0 15px;
}

.topPost h2.topTitle a {
	font-size: 14pt;
	padding: 3px 0 0 15px;
	font-weight: normal;
	color: #76923c;
}

.topPost h2.topTitle a:hover {
	text-decoration: none;
	color: #41b7e7;
}

.topPost h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}

.topPost h3 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}

.topPost p.topMeta {
	padding: 0;
	margin: 15px;
	font-size: 9pt;
	color: #000;
}

.topPost p.topMeta a {
	text-decoration: underline;
	color: #fff;
}

.topPost p.topMeta a:hover {
	color: #ccc;
}

.topPost div.topContent {
	color: #76923c;
	margin: 15px;
	min-height: 375px;
	margin-bottom: 20px;
	text-align: justify;
}

.topPost div.topContent a {
	font-size: 13px;
	color: #8bb300;
	text-decoration: underline;
}

.topPost div.topContent a:hover {
	color: #8bb300;
	text-decoration: none;
}

.topPost div.topContent ul,.topPost div.topContent ol {
	padding: 0 0 0 20px;
}

.topPost div.topContent ul li,.topPost div.topContent ol li {
	color: #76923c;
}

.topPost div.topContent h1{
	font-size: 16px;
}

.topPost div.topContent h2 {
	font-size: 14px;
}

.topPost div.topContent h3 {
	font-size: 13px;
}

.topPost span.topComments,.topPost span.topMore,.topPost span.topTags {
	font-size: 9pt;
	font-style: italic;
	background: url(images/bg-trans.png) repeat;
	padding: 8px 10px;
	margin-right: 5px;
	line-height: 27pt;
	color: #fff;
	border: 1px solid #111;
}

.topPost span.linkpages {
	font-size: 9pt;
	font-style: italic;
	color: #fff;
}

.topPost span.linkpages a:hover {
	color: #ddd;
}

.topPost span.topComments:hover,.topPost span.topMore:hover,.topPost span.topTags:hover
	{
	background: #040404;
}

.topPost span.topComments a {
	color: #fff;
	background: url(images/comments.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
}

.topPost span.topMore a {
	color: #fff;
	background: url(images/more.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
}

.topPost span.topTags em {
	background: url(images/tags.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
	color: #0a0a0a;
}

.topPost span.topTags a {
	color: #fff;
	line-height: 27pt;
	vertical-align: middle;
}

.topPost span.topComments a:hover,.topPost span.topMore a:hover,.topPost span.topTags a:hover
	{
	color: #fff;
	text-decoration: underline;
}

#keurmerken
{
	height: 75px;
}

#keurmerken a
{
	margin-right: 25px;
}


#nextprevious {
	margin: 10px 0 5px 0;
}

#nextprevious a {
	color: #83adc8;
	text-transform: lowercase;
	text-decoration: underline;
}

#nextprevious a:hover {
	color: #fff;
}

#footer_link {
	color: #808080;
}

/* Comments */
#comment {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 500px;	
	padding: 0px 15px 10px 15px;
	color: #000;
}

#comment h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin: 55px 0 20px 0;
	padding: 0;
}

#comment p a {
	color: #6598b8;
}

#comment p a:hover {
	color: #ccc;
}

#comment p {
	padding: 0;
	margin: 7px 0;
	color: #000;
}

ul.commentlist,ul.trackback {
	list-style-type: none;
	margin: 10px 0;
	font-size: 9pt;
}

.commentlist li,.trackback li {
	margin: 0 0 15px 0;
	padding: 10px;
	list-style-type: none;
}

.commentlist li.alt {
	border: 1px solid #020202;
	border: none;
}

.commentlist li.cleared {
	background: transparent;
	border: none;
}

.commentlist a:hover {
	color: #ccc;
}

.commentlist a.gravatar {
	float: left;
	margin: 0 15px 10px 0;
	width: 60px;
}

.commentlist .commentbody {
	margin: 0;
	padding: 0;
}

.commentlist .commentbody p a {
	text-decoration: underline;
}

.commentlist cite {
	font-size: 10pt;
	font-style: normal;
	color: #ddd;
}

.commentlist small.commentmetadata a {
	color: #666;
}

.commentlist p {
	color: #dedede;
}

#respond {
	clear: both;
	margin-top: 15px;
	color: #000;
}

textarea#comment {
	width: 450px;
	background: #fff;
	color: #111;
	padding: 10px;
}

#comment #submit {
	margin: 0;
}

.submitbutton { /*margin: -5px 0 0 5px;*/
	background: white;
	color: #757477;
	font-size: 8pt;
	padding: 0px;
	border: 2px solid #009ee0;
}

.submitbutton:hover {
	cursor: pointer;
	color: white;
	background: #757477;
}

/* Sidebars */
#sidebars {
	margin: 0;
	float: right;
	width: 320px;
}

#sidebar_full {
	padding: 0;
	margin: 0;
}

.title-left1 {
	height: 19px;
	width: 273px;
	background-color: #007bbf;
	padding: 2px 0 3px 10px; 
	margin-bottom: 5px;
	margin-left: 13px;
	font-size: 15px;
	color: #fff;
}

.title-left2 {
	height: 19px;
	width: 273px;
	background-color: #007bbf;
	padding: 2px 0 2px 10px;
	margin: 9px 0 5px 13px;
	font-size: 15px;
	color: #fff;
}

.innerbox-left {
	height: 175px;
	width: 290px;
	padding: 5px;
	margin-left: 20px;
	border: 1px solid #d2d4d3;
}

.datum {
	float: left;
	width: 90px;
	height: 13px;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;

}

.link {
	float: left;
	width: 190px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	margin-bottom: 10px;
}

.link p {
	font-size: 12px;
	font-weight: bold;
}

.link a {
	color: #000;
}

.link a:hover {
	color: #87888a;
	text-decoration: none;
}

.title-right {
	height: 22px;
	width: 148px;
	background-color: #007bbf;
	text-align: center;
	padding-top: 2px;
	font-size: 15px;
	color: #fff;
}

#sidebars .sidebarbox {
	background: #fff;
	padding: 0;
	min-height: 70px;
	margin-right: 20px;
}

#sidebars .referentie {
	width: 300px;
	text-align: center;
	margin: 20px;	
}

#sidebar_left {
	float: left;
	width: 296px;
}

#sidebar_left  ul {
	float: right;
	width: 281px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar_left  li {
	float: right;
	width: 281px;
	padding-left: -30px;
}

#sidebar_right {
	float: right;
	width: 148px;
}

#sidebars h2 {
	margin-left: 20px;
	font-size: 14pt;
	font-weight: normal;
}

#sidebars table {
	width: 130px;
}

#sidebars ul {
	margin: 0;
	padding: 0 0 5px 0;
}

#sidebars li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 10pt;
}

#sidebars li ul {
	padding: 0;
}

#sidebars ul ul li {
	margin: 0;
	padding: 2px 2px 2px 0px;
	color: #eee;
	/*background: url(images/bullet.gif) left 8px no-repeat;*/
	line-height: 20px;
	/* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebars a {
	display: inline;
	color: #000;
}

#sidebars a:hover {
	color: #000;
}

#sidebars p {
	padding: 10px 0 0 10px;
	font-size: 10.5px;
	color: #000;
}

#tag_cloud a {
	display: inline;
}

#sidebars ul.children li {
	border-bottom: none;
}

#sidebars ul.children {
	margin-bottom: 0;
}

/* footer*/
#footer {
	clear: both;
	width: 992px;
	height: 30px;
	text-align: center;
	font-size: 8pt;
	color: #808080;
}

#footer p, #footer2 p
{
	padding: 10px 20px 0 20px;
}

#footer a {
	color: #808080;
	font-size: 8pt;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Misc */
.highlight {
	color: #222;
	font-weight: bold;
}

.cleared {
	margin: 0;
	padding: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}
