/*  
Theme Name: Wordpress Kabas Theme
Theme URI: http://www.kabas.nl
Description: 
Version: 1.1.1
Author: Josjojo
Author URI: http://www.josjojo.nl
Tags: theme-options, two-columns, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready, buddypress
License: Licensed under the terms of GPL.

*/

/* Inherit the default theme styles */
@import url( buddypress.css );

/** Defaults */
body,
input,
textarea,
.pingback a.url {
	font-size:13px;
	line-height:1.6em;
	font-family:Arial,sans-serif;
	color: #333;
	text-rendering: optimizelegibility; /* Enable kerning and ligatures (for Firefox 4+)*/
}
a:focus{outline:1px dotted invert;}
p,.p{margin-bottom: 1em;}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

blockquote{
	margin:0 0 1em 1em;
	background: #f2f2f2;
	border: 1px solid #eee;
	padding: 1em 1em .5em;
}

tr th,
thead th,
label,
tr th,
thead th {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code, code var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/** List elements */
ol{list-style:decimal}
ul{list-style:square;}
.hentry ul, ol{margin-left:25px; margin-bottom: 1em;}
ol ol {list-style:upper-alpha;}
ol ol ol {list-style:lower-roman;}
ol ol ol ol {list-style:lower-alpha;}
ul ul,
ol ol,
ul ol,
ol ul {margin-bottom:0;}

/** List elements - definition list */
dl {margin:0 0 24px 0;}
dt {font-weight: bold;}
dd {margin-bottom: 18px;}

/** Standard elements */
strong {
	font-weight: bold;
	color: #000;
}
cite,
em,
i {
	font-style: italic;
	border: none;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffffcc;
	border: none;
	color: #333;
}
del {
	text-decoration: line-through;
	color: #555;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/** Default Links & Colors */

a {text-decoration:none;}

a,
.commentlist cite,
.commentlist cite a,
#sub_head #subnav .current_page_item a,
#grandchildnav .current_page_item > a,
.branding h1 a:hover,
#nav ul li a:hover,
#nav .current_page_item a,
#nav .current_page_item a:hover,
#nav .current_page_ancestor a,
#nav .current_page_parent a,#nav ul li a:active,
.post-comments a:hover{color:#FF9900;}

.hentry a:hover,
.attached_page a:hover,
.widget a:hover{text-decoration: underline;}
#subnav ul li a:active,
#wp-admin-bar ul li a:active{color:#000;text-decoration:none;}

/* HEADERS */
#cancel-comment-reply-link,
.form-allowed-tags,
#nav,
#wp-admin-bar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.pingback p,
.reply,
input[type=submit],
.wp-caption-text,
h1, h2, h3, h4, h5, h6{		
	font-weight: 700;
	margin:0;padding: 0; 
	line-height: 1.3em;
	color:#000;
}

input[type=submit], input[type=button] {
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
}

#cancel-comment-reply-link,
.form-allowed-tags,
#nav,
#wp-admin-bar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.pingback p,
.reply,
.wp-caption-text,
h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", "Myriad Pro", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


h1 a, h2 a, h3 a, h4 a, h5 a{ color: #000;}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em, #wp-admin-bar em {text-transform: lowercase;font-style:italic;}

h1{font-size: 2.6em;}
h2{font-size: 1.7em;}
h3{font-size: 1.5em;}
h4{font-size: 1.3em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

/** Structure */

	body{background:#FF9900 url(images/bg.gif) repeat 0 0;}
	#site {
		position:relative;
		padding: 20px 0;
	}
	
	.content {width: 960px; margin: 0 auto;}
	
/** Header */
	#header {
		background: #fff;
		width: 960px;
		position: relative;
	}
		#header .content{
			background: #fff;
			position: relative;
			zoom: 1;
		}
		#header .content{
			position: relative;
			z-index:40; /* ie drop-down fix */
		}

		.branding {
		}
	
		.branding h1 a{
			font-weight: bold;
			color:#333;
			font-size: 44px;
			line-height:.9;
			text-shadow: #fff 0px 1px 0;
			letter-spacing: -1px;
		}

/** Spotlight */
/*
	#spotlight{
		position: relative;
		z-index:0;
	}
	
		#spotlight, #footer {
			background: #b2dcf5 url(images/eco-bg-spotlight-rpt.jpg) repeat-x center top;
		}
		#spotlight .effect, #footer .effect{
			background: transparent url(images/eco-bg-spotlight.jpg) no-repeat center top;
		}
		
		#spotlight .shadow-bottom {
			background: transparent url(images/spotlight-shadow-bottom.png) repeat-x left bottom;
		}
		
		#spotlight a {
			color: #fff;
		}
*/

/** Content */
	#main{
		background: #fff;
		width: 960px;
	}

	#maincontent {
		float: left;
		width: 605px;
		background: #fff;
		margin-right: -1px;
		display: inline;
	}

	.texture{
		min-height: 460px;
		background: #fff;
		width: 910px;
		margin: 0 25px;
		padding: 25px 0 45px;
	}

	/* @ FULL WIDTH */
	#fullwidth #maincontent {width: 100%;}

	#fullwidth .post {
		padding: 0 10px;
	}

	#fullwidth h1 {text-align: center;}

/** Footer */
	#footer, #footer a{
		color: #000;
		width: 960px;
		position: relative;
		zoom: 1;
	}
	
/** Sidebars & Widgetized Areas */
	#sidebar {
		width: 300px;
		float: right;
	}

	.leftsidebar #sidebar {
		float: left;
	}
	.leftsidebar #maincontent {
		float:right;
	}

	.widget_advanced_archive p {
		margin-bottom: 0;
	}

/* TODO: Niet nodig. Verwijderen? */
/*
	#wrapper {
		padding-bottom: 50px;
	}
*/

/* MAIN NAVIGATION */

	#nav,
	#wp-admin-bar {
		font-size: 1.1em;	
		line-height: 1.1em;
		float: left;
		text-align: left;
		/*position: absolute;
		right:0px;
		bottom: 0px;*/
		width: 100%;
		margin: 0px 0px 5px;
	}

	#nav ul,
	#wp-admin-bar ul{
		list-style: none;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		float: left;
		position:relative;
	}

	#nav a[href],
	#wp-admin-bar a[href] {
		cursor: pointer;
	}

	#nav a,
	#wp-admin-bar a {
		cursor: default;
	}

	#nav li,
	#wp-admin-bar li {position:relative;}
	#nav ul li,
	#wp-admin-bar ul li {
		margin: 0px 0px 0px 5px;
		padding: 0px;
		float: left;
		text-align: left;
	}

	#nav li a,
	#wp-admin-bar li a {
		color: #666 !important;
		letter-spacing: 1px;
		text-transform:uppercase;	
		font-weight: 700;
		line-height: 1.2em;
		padding: 3px 13px 3px;
		text-decoration: none;
		display: block;
		border: 1px solid transparent;
		border-bottom:none;
	}

	/* Drop Down */
		#nav ul ul,
		#wp-admin-bar ul ul {display: none;}
		#nav ul ul li,
		#wp-admin-bar ul ul li {text-align: left;}

	/* Special page on the right of menu */

	li.page-item-624 { float: right; }

/* @ SUBHEAD */
	#sub_head {
		font-size: 12px;
		background: #f1f1f1 url(images/subheadbg.png) repeat-x 0 0;
		border-bottom:1px solid #bbb;
		border-top: 1px solid #e1e1e1;
		height: 35px;
		line-height: 1em;
		overflow: hidden;
	}

	#sub_head ul{
		list-style:none;margin:0;
	}

	#sub_head #subnav {
		margin:0 0 0 0px;
	}

	#sub_head ul li{float: left;}

	#sub_head li a, #sub_head span.subnav_last,  #sub_head span.subnav_first {
		color:#000;
		display: block;
		padding: 11px 12px 12px 12px; 
		border:none;
		border-right: 1px solid #ccc;
		border-left: 1px solid #fff;
		text-shadow: #fff 0 .5px .5px;
	}

	#sub_head span.subnav_last {
		border-left: 1px solid #fff;
		border-right:none;
		
		padding-left: 0;
		padding-right: 0;
	}
	
	#sub_head span.subnav_first{
		border-right: 1px solid #ccc;
		border-left:none;
		padding-left: 0;
		padding-right: 0;
		margin-left: -2px;
	}
	#sub_head li a:hover{
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		background: #eee url(images/subhead_active.png) repeat-x 0 0;
		margin-left: -1px ;
		padding-left: 13px;
	}
	#sub_head li a:active{
		border:none;
		background: #eee url(images/subhead_active.png) repeat-x 0 0;
		border-left: 1px solid #ccc;
		border-right: 1px solid transparent;
	}
	#sub_head .current_page_item a, #sub_head li.current_page_ancestor a, #sub_head .current-cat a{

		border:none;
		background: #eee url(images/subhead_active.png) repeat-x 0 0;
		border-right: 1px solid #fff;
		border-left: 1px solid #ccc;
	}

	#grandchildnav li{ padding:0; margin:0; line-height: 1em; border-top:none;}
	#grandchildnav li a, #grandchildnav .current_page_item  ul li a{
		display:block; 
		text-shadow: #fff 0 -1px 0;
		padding: 7px 5px; 
		border: 1px solid transparent;
		border-left: 3px solid transparent;
		background:transparent;
	}
	#grandchildnav li a:hover, #grandchildnav .current_page_item  ul li a:hover{
		background: #efefef;
		border-left: 3px solid #ddd;
		text-decoration: none;
	}
	#grandchildnav .current_page_item a{ 
		background: #efefef;	
		border-left: 3px solid #ddd;
	}
	#grandchildnav li ul{
		margin: 0 0 0 25px;
	}

/* MAIN SEARCH */
	
	/* Search in subhead */
		#searchform {
			background: url(images/search-field.png) no-repeat 0 0;
			position: relative;
			width: 210px;
			margin: 0 auto;
		}

		#searchform input:focus {
			box-shadow: none;
		}

		#header #searchform {
			position:absolute;
			top:5px;
			right:8px;
			opacity: 0.9;
		}
	 	#searchform input{
			background:transparent;
			color: #999;
			font-size: 12px;
			border:none;
			padding: 13px 5px 8px 13px;
		}
		#header #searchform:hover {
			opacity: 1;
		}
		#searchform input.submit {
			height:16px;
			margin:0;
			padding:0;
			position:absolute;
			right:15px;
			top:12px;
			width:15px;
		}

		/* @ More Foot Element */
			#morefoot #s {}
			#morefoot #searchform {}

/* Pages */
	.pagetitle {
		padding: 0 0 .3em;
		text-transform:uppercase;
	}

/* POSTS */
	.hentry{	
		clear: both;
		overflow: hidden;
	}

	#maincontent .twocolumn {
		float: left;
		width: 48%;
	}

	#maincontent .columndivider {
		float: left;
		width: 4%;
		height: 1px;
	}

	#maincontent textarea {
		width: 98%;
	}

	#maincontent .postwrap {
		margin: 20px 0;
		padding: 0 0 10px;
		border-bottom: 1px solid #F1F1F1;
	}

/* JOSJOJO: aanpassen dan toevoegen
	.billboard {
		background: #f7f7f7;
		border: 1px solid #eee;
		padding: 100px 15px;
	}
*/

/* next & previous post navigation */
	.post-nav {
		clear: both;
		padding:5px 15px;
		background: #f7f7f7;
		margin-bottom: 30px;
		font-size: 11px;
		position: relative;
	}

	.post-nav a, .post-nav a:visited {
		color: #999;
		text-decoration: none;
	}
	.post-nav a:hover {
		color: #000000;
		text-decoration: none;
	}
	.post-nav .previous a {
		float: left;
		display: block;
		padding-left: 24px;
		background: url(images/post-previous.gif) no-repeat left center;
	}
	.post-nav .next a {
		float: right;
		display:block;
		padding-right: 24px;
		text-align: right;
		background: url(images/post-next.gif) no-repeat right center;
	}

	/*.copy {padding: 0px 0px 25px 0px;}*/

/* Page Navi */
	.contentcontainer .wp-pagenavi {
		margin:1.6em .4em;
	}
	.contentcontainer  .wp-pagenavi span.pages {
		border:none;
		background: transparent;
	}

	.contentcontainer .content .wp-pagenavi a,
	.contentcontainer .content .wp-pagenavi .current,
	.contentcontainer .content .wp-pagenavi .extend{
		padding: 3px 7px;
		border: none;
		color: #000;
		background: #ddd;
	}
	.contentcontainer .content .wp-pagenavi a:hover, .contentcontainer .content .wp-pagenavi .current{
		color: #fff;
		border:none;
		background: #555;
	} 

/* THUMB */
	.post-thumb a {
		float:left;
		margin-right: 20px;
	}

	.post-thumb img {
		display:block;
		margin:0 0 0.8em;
		border: 1px solid #E1E1E1;
	}

/* Post Header Information */

	.post-header {
		width: 458px;
		float: left;
		display: inline;; /* IE HACK */
	}

	.post-header.post-nothumb{
		width: 100%;
	}
	.post-title-section{
		position: relative;
	}

	.post-title {
		margin-right: 58px;
		float:left;
		position:relative;
	/*	display: inline;  IE HACK */
	}

	.post-title h2{
		margin-bottom: 5px;
		font-size: 2em;
		line-height: 1em;
		text-transform: none;
		letter-spacing: -.02em;
		padding: 0 0 5px 0;
	}
	.post-title h2 a{color: #000;}
	.post-title h2 a:hover{
		text-decoration: underline;
	}
	.post-comments a{
		float: right;
		margin-left: -50px;
		background: url(images/comments-bubble.png) no-repeat top center;
		width: 45px;
		height: 50px;
		display: block;
		font-weight: bold;
		font-size:1.3em;
		line-height:34px;
		text-align:center;
		position: relative;
		zoom:1;
	}
	.post-comments a:hover{text-decoration:none;color: #000;}
	.post-comments a span{
		padding-right: 0px;
	}

	.metabar {
		margin: 0 0 .5em;
	}
	.metabar a {color: #000;}
	.metabar em{
		background: #eee;
		color: #444;
		font-size: .9em;
		font-style: normal;
		padding: 5px 8px;
		line-height: 1.75em;
	}

	.post-excerpt {
		margin: 1em 0;
		color: #444;
		font-style: italic;
	}

	.post-content {
		margin-top: 10px;
	}

	/*.post-content.schooljaar2009-2010{
		background-image: url("images/schooljaar_2009-2010.png");
		background-repeat: no-repeat;
		background-position: right top;
	}

	.post-content.schooljaar2010-2011{
		background-image: url("images/schooljaar_2010-2011.png");
		background-repeat: no-repeat;
		background-position: right top;
	}

	.post-content.schooljaar2011-2012{
		background-image: url("images/schooljaar_2011-2012.png");
		background-repeat: no-repeat;
		background-position: right top;
	}*/

	.post-content .more-link {
		display: block;
		background: url("images/arrow_right.png") no-repeat scroll left center transparent;
		padding-left: 28px;
		color: #666;
		clear: both;
	}

/*- Post Author -*/
	.author-info {
		padding: 15px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.author-info small {color: #999;}
	.author-info h3{
		text-transform: capitalize;
		font-size: 26px;
	}
	.pic {text-align: left}
	.pic img {float:left}
	.post-author {
		margin: 0 0 1em;
	}
	.author-details {
		font-size: .85em;
	}
	.author-descr {
		display: table;
		height: 1%;
	}

	.author, .auxilary a{font-variant: small-caps;}
	.auxilary a{color: #999;}
	.author {
		padding: 0 10px;
		background:#fff;
	}
	.post .entry {
		margin-bottom: 1em;
		padding: 1em 0;
		border-top: 1px solid #eee;
	}

	.post .entry h1,h2,h3,h4,h5{
		padding-bottom:.8em;
	}

	.post-footer {
		height: 42px;
		background: #f7f7f7;
		border-top: 1px solid #fff;
		padding: 0 18px;
		overflow: hidden;
	}
	.post-footer a{
		color: #000;
		font-weight: bold;
	}
	.post-footer .left {
		line-height: 38px;
	}
	.post-footer .left span {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		padding: 4px 0 8px 0;
		width: 33px;
		margin-right: 6px;
		display: inline-block;
		line-height: 32px;
	}
	.post-footer .right {
		padding: 9px 0 0;
	}
	.post-footer .right span {
		line-height: 21px;
	}
	.post-footer img {
		margin: 0 0 0 2px;
	}
	.tags {font-style: italic; color: #777;font-size: 10px;}
	.widget_tag_cloud .wcontent {
	}

/* sidebar */

	/* @ #welcome */
		#welcome {
			margin-bottom: 1em;
			background: #ffcc99 /*url(images/bg-welcome.png) repeat-x left top*/;
			border-left: 1px solid #659726;
			border-top: 1px solid #659726;
			border-bottom: 1px solid #568120;
			border-right: 1px solid #568120;
			text-shadow: #568120 0 1px 0;
		}
		#welcome .welcometext {
			color: #fff;
			border-left: 1px solid #A0CB4B;
			border-top: 1px solid #A0CB4B;
		}

		#welcome .greeting{
			color: #fff;
			font-size: 16px;
			padding: 10px 15px 5px 15px;
		}
		#welcome .welcomemessage {
			padding: 5px 10px 15px 15px;
		}
		#welcome a {color: #fff;}
		#welcome a:hover {text-decoration: underline;}

	/* #sidebar widgets */
	#sidebar {
		position:relative;
		padding:0;
		margin:0;
		margin-right: 45px;
		color:#424242;
	}
		#sidebar #widgets {
			margin-bottom: 1em;
		}

		.wtitle{
			text-align:left;
			font-size:1.4em;
			text-transform:uppercase;	
			font-size: 1.1em;
			padding:5px 8px;
			background: #fff ;
			border-bottom: 1px solid #ddd;
		}
		
		#sidebar  .widget {
			border: 1px solid #ddd;
			border-right: 1px solid #d1d1d1;
			border-bottom: 1px solid #d1d1d1;
		}
		#sidebar  .wtitle{	
			text-shadow: #fff 0 1px 0;
			font-weight: 700;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			background: #f1f1f1;
		}
		
		.widget ul, .widget div > p,
		.widget .st-tag-cloud,
		.widget .textwidget h3,
		.widget .textwidget h4,
		.widget .textwidget h5 {
			margin: 10px;
		}

		.widget .st-tag-cloud { text-align: justify; }
		
		.widget {
			margin-bottom: 1em;
		}
		
		.textwidget {
			padding: 0;
		}
	
	/* internal formatting */
		.widget ul li{
			list-style:none;
			display: block;
			padding: 4px;
		}
		.widget ul li a {
			color: #666;
		}
		.widget ul li a:hover{	
			text-decoration: underline;
		}
		.widget ul li ul li{margin-left: 20px;border:none;font-size: .9em;}

/* @ Page Navigation */

	.page-nav { padding: 15px;}
	.page-nav .previous-entries {float: left;}
	.page-nav .next-entries {float: right;}

/* @ FOOTER */

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		/*text-shadow: #666 0 -1px 0;*/
	}

	#footer .content {
		padding: 20px 25px;
	}

	#fcolumns_container{
		width: 982px;
		float: right;
		background: url(images/bg-fcolumn-lines.png) repeat-y top left;
	}

		.fcol{
			width: 152px;
			float: left;
			display:inline;
			padding: 0 20px;
		}

	#footer h3{font-size: 17px;}
	#footer ul {list-style-type:none;}
	/*#footer ul li a{padding-left: 4px;}*/
	#footer a:hover{text-decoration: underline;}

	#footer .effect{
		background: #3F8ECC;
	}

/* comments */
/*	#respond {
		background: #f7f7f7;
		margin-top: 2em;
		padding: 20px 25px;
		padding-bottom: 6px;
		border: 1px solid #eee;
	}
*/
/* morefoot */
#morefoottop{
	height: 5px;
	background: #fff url(../../images/bg-morefoot-top.png) repeat-x left bottom;
}
#morefoot{
	margin: 0;
	background:#fff;
	border-top: 1px solid #ddd;
	padding: 1px;
	text-shadow: #FFF 0 1px 0;
}
	#morefoot h3{
		font-size: 1.1em;
		letter-spacing: 1px;
		padding: 0 0 8px 0;
		text-transform: uppercase;
	}
	#morefoot .widget ul{margin-left:10px;}
	#morefoot .widget ul li{
		padding: 0;
		border:none;
	}
	#morefoot .morefoot_back {
		background: #f7f7f7 url(../../images/bg_whitepage.png) repeat-x left bottom;
		padding: 20px;
	}
	#morefoot #morefootbg{width: 1000px;}
	#morefoot .wcontain {
		width:310px;
		margin-right: 20px;
		float: left;
		display: inline;
		padding: 1px;
	}
	#morefoot .widget{
		padding-right: 30px;
	
	
	}

#content_sidebar{
	margin: 1em 0;
	padding: 1em 0 ;
}
	#content_sidebar ul{
	}
	#content_sidebar ul ul{
			padding: 3px;
	}
	
	#content_sidebar .widget, #fullwidth_bottom_widgets .widget{ margin-bottom: 1em;}
	
	#content_sidebar h3, #fullwidth_bottom_widgets h3{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f7f7f7;
		padding: 5px 8px;
		font-size: 17px;
		margin-bottom: 5px;
		text-shadow: #fff 0 -1px 0;
	}

/* Wordpress caption */
/* JOSJOJO: misschien niet nodig, dan ook niet toevoegen */

/* FLOATING AND ALIGNMENT */

	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}

/*required classes by WP */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/** cForms II plugin */

	.cform input {padding: 5px;font-size: 1.1em;}

	 .cform fieldset{background: #fff;border:none;}
	 .cform label {
		display:block;
		margin:0;
		text-align:left;
	}
	legend{display: none;}
	.contentcontainer  .cform {margin:5px 50px;padding:0px 0;}
	.cform ol, .cform li{list-style-type: none; margin:0;padding:0;}
	.cform label {}
	.cform li{margin-bottom: .7em;}
	.cform .single{width: 97%;}
	.cform .area{width: 97%;}
	.cform .emailreqtxt,.cform .reqtxt{font-style: italic;color: #999;}
	.cf_hidden {display: none;}
	
		
	 .success {
		background: #f7f7f7; 
		padding: 15px; 
		margin-bottom: .5em; 
		font-size:1.4em;
	}
	input[type="text"].cf_error:focus {border: 1px solid #000;}
	/* Mailing List Form */
	.mailinglist .cform ol{width:262px; float: left;}
	.mailinglist .cform .single{width:97%}
	.mailinglist .cform .sendbutton{margin:21px 0 0 10px;padding: 3px 0 2px 0;}
	.linklove a{display: none;}
	
/************ recaptcha plugin ************/
#recaptcha_widget_div {
	margin-bottom: 12px;
}

/************ Galleries ************/
.gallery {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: .75em;
}

	.gallery figure {
		float: left;
		margin: 11px;
	}
	
		.gallery figure a {
			float: left;
			padding: .75em;
		}
		
		.gallery figure div {}
	
			.gallery figure div img {
				vertical-align: bottom;
				border: 1px solid rgba(200, 200, 200, 0.5);

			}
			.gallery figure div img:hover {
				box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
				-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
				outline: medium none;

				border-color: rgba(42, 42, 42, 0.75);
				transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
				-moz-transition: border 0.2s linear 0s, -moz-box-shadow 0.2s linear 0s;
			}
	
	.gallery hr {
		margin: .75em 0;
	}

	.photo_request {
		border: 1px solid #CCCCCC;
		margin-bottom: 20px;
		margin-top: -20px;
		padding: 3px;
	}

/****************** Timeline ********************/
div.kabas_timeline {
	width: 100%;
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 15px 0px;
}
div.kabas_timeline p {
	margin: 0;
}
.kabas_timeline h3 {
	text-align: center;
	margin-bottom: 2px;
}
.kabas_timeline table {
	border: none;
	width: 100%;
	border-collapse: collapse;
}
.kabas_timeline th, .kabas_timeline td {
	padding: 10px;
	width: 50%;
}
.kabas_timeline th {
	text-align: right;
	vertical-align: top;
	border-right: 1px;
	border-right-style: solid;
	border-color: #000 !important;
}
.kabas_timeline .onzeker th,
.kabas_timeline .onzeker td,
.kabas_timeline .onzeker td a {
	color: #999;
}
.kabas_timeline_noevent p {
	font-style: italic;
}

/************ Comments 1.1 ************/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	padding: 5px 3px 3px 5px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	display: inline-block;
	position: relative;
	left: 190px;
	z-index: 1;
}
#respond p.comment-notes .required {
	display: inline;
	position: static;
	left: 0;
	z-index: 0;
}
#respond label {
	color: #888;
	display: inline-block;
	width: 80px;
	position: relative;
}
#respond input {
	margin: 0 0 9px;
	/*width: 98%;*/
	display: inline-block;
	position: relative;
}
#respond input[aria-required="true"] {
	display: inline-block;
	left: -8px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Styles for nieuwsbrief */
.nieuwsbrief #header .content > div:last-child {
	border-bottom: 2px solid;
}

.nieuwsbrief .content {
	width: 940px;
	padding: 0 10px;
}

.nieuwsbrief #maincontent {
	width: 890px;
}

.nieuwsbrief #maincontent p {
	text-align: justify;
}

.nieuwsbrief .post-title {
	float: none;
	margin-right: 0;
	position: static;
}

.nieuwsbrief .post-header {
	float: none;
}

.nieuwsbrief h1, .nieuwsbrief h2 {
	padding: 0;
	margin: 0;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-width: .2em;
	text-align: center;
}

.nieuwsbrief h1 a {
	line-height:80px;
}

.nieuwsbrief h2 a {
	line-height:55px;
}

.nieuwsbrief h1 a, .nieuwsbrief h2 a {
	display: block;
}

.nieuwsbrief #header {
	padding-top: 30px;
}

.nieuwsbrief .subtitle {
	border-bottom-style: solid;
	border-width: .2em;
	height: 21px;
}

.nieuwsbrief .subtitle .left {
	width: 50%;
}

.nieuwsbrief .subtitle .right {
	width: 50%;
	float: right;
	text-align: right;
}
.nieuwsbrief.hentry {
	margin: 0 0 25px 0;
	padding: 10px;
	width: 585px;
	border: thin solid;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD #D1D1D1 #D1D1D1 #DDDDDD;
    border-style: solid;
    border-width: 1px;
}
#nieuwsbrief_melding {
	background: url("http://www.kabas.nl/wp-content/themes/kabas_eco/images/mail.png") no-repeat scroll 5px -16px transparent;
    height: 75px;
    padding-left: 140px;
}


/* Sidebanner */
.branding .sidebanner {
	position: absolute;
	top: 0;
}

.subscribe2theme input[type="submit"] {
	margin-right: 5px;
}

.message {
	background-color: #FFFFE0;
	border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    line-height: 1;
    margin: 0.5em 0;
    padding: 0.6em;
}

/***** HTML form style *****/

input[type="text"], input[type="password"], select, textarea,
input[type="submit"], input[type="button"], a.button {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: border 0.2s linear 0s, -moz-box-shadow 0.2s linear 0s;
    border: 1px solid #AAAAAA;
	color: inherit;
}

input[type="text"], input[type="password"], textarea, a.button {
	border-radius: 3px 3px 3px 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
    border-color: rgba(255, 153, 0, 0.75); /* Original rgb color from Twitter.com: 82, 168, 236 */
    box-shadow: 0 0 8px rgba(255, 153, 0, 0.5);
	outline: medium none;
	border: 1px solid rgba(255, 153, 0, 0.8);
}

/***** Subscribe2Theme plugin style *****/

.subscribe2theme input[type="text"], input[type="password"] {
	width: 250px;
}

/***** Relevanssi plugin style *****/

#maincontent span.relevanssi-query-term {
	background-color: rgba(255, 153, 0, 0.3);
}

div.before_posts_notice {
	border-color: #DDDDDD #D1D1D1 #D1D1D1 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 20px;
    padding: 10px;
}

.menu-item-type-custom {

}

/***** Tweetable plugin style *****/
.tweetable_write_widget abbr {
	border-bottom: none;
	letter-spacing: inherit;
	font-weight: inherit;
}

.tweetable_write_widget .tweetable_follow {
	margin: 6px !important;
}

/***** Attached page style plugin *****/
.attached_page {
	border: 1px solid #E1E1E1;
    padding: 5px;
}

.attached_page ul, .attached_page ol {
	margin-bottom: 1em;
    margin-left: 1em;
}

/***** All-in-one Event Calendar plugin *****/
ul.ai1ec-view-tabs {
	width: 260px;
}
