/*
Theme Name: Helicopter
Theme URI: 
Description: A minimal web-standards theme with two dynamic sidebars and an editable "about" blurb.
Version: 5.1.1
Author: Scott Vandehey
Author URI: 
Tags: fixed width, three columns, widgets, seo, atom, white, standards, valid xhtml, options page, minimalist

	SUPPORTED PLUGINS:
	* Brian's Latest Comments
	   http://meidell.dk/archives/category/wordpress/latest-comments/

	* flickrRSS
	   http://wordpress.org/extend/plugins/flickr-rss/

	* Simple Tags (for related posts function)
	   http://wordpress.org/extend/plugins/simple-tags
	
	RECOMMENDED PLUGINS:
	* Widon't by Shaun Inman (prevents widows in headlines)
	   http://www.shauninman.com/archive/2007/01/03/widont_2_1_wordpress_plugin

	* Del.icio.us for Wordpress by Ricardo Gonzalez
	   http://wordpress.org/extend/plugins/delicious-for-wordpress/

	* Last.fm for Wordpress by Ricardo Gonzalez
	   http://wordpress.org/extend/plugins/lastfm-for-wordpress/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html

	TO CUSTOMIZE:
	Create a new stylesheet in this directory called custom.css, and put your 
	rules in there. It will automatically be loaded after this stylesheet, so 
	you can override any rules with your own. Same thing for customie6bugs.css 
	and customie7bugs.css.

*/



/* Universal Rules -------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background-color: #b1c8d1;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.ahem, hr { display: none !important; }
img { border: none; }
form { margin: 0; }
.floatleft, .alignleft { float: left; margin: 0 1em 1em 0; }
.floatright, .alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.clearboth { clear: both; }

/* Layout -------------------------------------------------- */
#page {
	width: 980px;
	margin: 0 auto;
}
#header {
}
#wrapper {
	padding-top: 7px;
	float: left;
	width: 960px;
	background: transparent url("images/bg-sidebar-five-percent.png") repeat-y top right;
}
#sidebar {
	width: 313px;
	float: right;
	display:inline;
	padding: 0;
}
#columncap {
	margin-bottom: 20px;
}
#column1 {
	width: 190px;
	float: left;
}
#column2 {
	width: 190px;
	float: right;
}
#content {
	width: 940px;
	float: left;
	display:inline;
	margin: 0 20px;
}
#contentWide {
	width: 100%;
	padding:0;
}
#footer {
	clear: both;
}

/* Header -------------------------------------------------- */
#header {
	background-image:url(images/bg_headersky.gif);
	background-repeat:no-repeat;
	height:130px;
	padding:5px 30px;
	margin:0 auto;
	padding:0;
	width:980px;
}
#logo {
	float:left;
	display:inline;
	margin: 15px 0 0 55px;
}
#spotlight {
	float:right;
	display:inline;
	margin:12px 23px 0 0;
}
#menuWrapper {
	background-image:url(images/bg_menu_new.png);
	background-repeat:no-repeat;
	height:65px;
    width: 980px;
    margin: 2px auto 8px auto;
}
#menu {
	float:left;
	display:inline;
	/*width:765px;*/
}
div#menu, div#search {
	margin-top:6px;
}
#header #blogname a {
}
#blogname {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1;
	margin: 0 0 .25em;
}

/* Content -------------------------------------------------- */
#topContent{
	background-image:url("images/top_content.png");
	background-repeat:no-repeat;
	background-position: bottom;
	height:12px;
}

#bottomContent{
	background-image:url("images/bottom_content.png");
	background-repeat:no-repeat;
	background-position: top;
	height:20px;
}

#wrapper {
	background-image:url("images/bg_content.png");
	background-repeat: repeat-y;
	width:980px;
	overflow:hidden;
}

.entrySingle {
	margin-bottom: 2em;
	padding: 0 20px 0 10px;
	width:590px;
	float:left;	
	border:none;
}
.entry {
	padding: 20px 10px;
	width:590px;
	float:left;
	display:inline;
	border-bottom:1px solid #ccc;
}
.entryTemplate {
	margin: 0 10px 10px 0;
	padding: 10px;
	width:203px;
	float:left;
	border: 1px solid #ccc;
}	
.entryWoordenboek {
	margin: 0 10px 10px 10px;
	padding: 10px;
	border:1px solid #9CC8D9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width: 580px;
	/*width:280px;
	height:85px;*/
	/*float:left;*/
	/*border-bottom: 1px solid #ccc;*/
}
.entryWoordenboekodd{
	background:#e4edf0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
	margin:0 10px 10px 10px;
	width: 580px;
}
.entryBrisklUser {
	margin: 0 10px 10px 10px;
	padding: 10px;
	width:280px;
	float:left;
	border: 1px solid #ccc;	
	
}
.entryNieuws {
	margin: 0 10px 10px 0;
	padding: 20px 10px;
	width:590px;
	float:left;
	display:inline;
	border-bottom: 1px solid #ccc;	
	
}
div.entryNieuws div.title h2 {
	font-size:14px;
	margin-bottom:12px;
}
.entryAllBlogs {
	margin: 0 10px 10px 10px;
	padding: 10px;
	width:450px;
	float:left;
	border: 1px solid #ccc;	
	background-color:#E8F4F7

}


.entryResource {
	margin: 0 10px 10px 10px;
	padding: 10px;
	width:203px;
	float:left;
	border: 1px solid #ccc;
	
}
.entryWide {
	float:left;
	margin-bottom:2em;
	padding:0 12px;
	width:920px;
}
.templates td {
	width: 25%;
	padding: 10px;
	border: 1px solid #ccc;
}
div.brisklonia {margin-left:10px}
div.brisklonia h1.archive {margin-left:0;}
div.brisklonia div.entryTemplate {
	margin-right:7px;
}
.alert,
.error {
	margin: 0;
	padding: 1em;
	background:url("/wp-content/themes/helicopter/images/bg_404.gif");
	background-position:bottom;
	/*min-height:520px;*/
	background-repeat:no-repeat;
	height:380px;
}
code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
code {
}
pre {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em;
}
a, a:link, a:visited {
	color: #333;
	text-decoration:underline;
	font-weight:bold;
}
a:hover, a:focus, a:active {
	color: #F90;
}
sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
acronym, abbr, .info {
	border-bottom: 1px dotted #333;
	cursor: help;
}
h1, h2 ,h3, h4 {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	margin: 0 0 .25em;
}
h1 {
	font-size: 2.5em;
}
h1.archive {
	margin:0 0 20px 10px;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
.h3 {
	font-size: 1.5em;
	font-weight:bold;
}

h4 {
	font-size: 1.5em;
	font-weight:bold;
}
h5, h6 {
	font-size: 1em;
}
div.title h1, h1.archive {
	color:#EB7D22;
	font-size:2em;
}
div.content h1 {}
div.content h2 {
	color:#29C3F4;
	font-size:1.5em;
}
div.content h3 {
	color:#EB7D22;
	font-size:1.2em;
}
div.content h4 {}

.title h1 a,
.title h2 a {
}
p.description{
	margin-left:10px;
}
p, ul, ol, table, .navigation {
	margin: .25em 0 1em;
}
.metadata .byline {
	margin-bottom: .75em;
}
ul, ol {
	margin-left: 0;
	padding-left:10px;
}
ul ul,
ol ol {
	margin: 0;
}
li {
	margin: .25em 0 .25em 0em;
	padding-left: 0;
}
ul li {
	list-style-type: disc;
}
ol li {
	margin-left: 1.5em;
}
ul.rss li {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
	background: transparent url("images/feed.gif") no-repeat left .25em;
}
div.content ul {
	list-style-type:none;
	padding: 0 0 0 2em;
}
div.content ul li {
	list-style-type:none;
	background: url(images/bullet_orange.png) no-repeat 0 .6em;
	padding: 0 0 0 1em;
}
.wp-caption {
	margin: .25em auto 1em;
}
.entry img,
.entry object {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: .25em auto 1em;
	max-width: 500px;
}
.entry div.mmf img { /*tis is for the captcha image*/
	margin:0;
}
.services {
	background:url(images/bg_diensten.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:5px 10px;
	margin-bottom:10px;

}
.services h2{
	color: #F90;
	text-align: left;
}

.wp-caption img {
	margin: 0 auto;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}
.entry .floatright img,
.entry .floatleft img {
	margin: .25em 0 1em;
}
.entry img.floatright,
.entry img.alignright,
.entry img[align="right"],
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}
.entry img.floatleft,
.entry img.alignleft,
.entry img[align="left"],
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}
.entry p,
.entry li,
#columncap p {
	text-align: justify;
}
#site-archives-monthly-archive {
	width: 60%;
	float: left;
}
#site-archives-monthly-archive.wide {
	width: auto;
	float: none;
}
#site-archives-monthly-archive li,
#site-links li {
	text-align: left;
}
#site-archives-category-archive {
	width: 37%;
	float: right;
}
#site-links img {
	margin-left: 0;
	margin-right: 0;
}
button {
	background: url(images/btn_bg.png) repeat-x 0 0;
	height:44px;
	color:#fff;
	cursor:pointer;
	border:none;
	font-weight:bold;
}
blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	background: #E3ECF0;
	font-style: italic;
}
blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}
blockquote p {
	margin: 0 0 .5em;
}
.navigation {
	padding-top: .25em;
	width: 580px;
	float: left;
	display:inline;
}
.navigation .prev {
	float: left;
	width: 50%;
}
.navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}

/* Comments -------------------------------------------------- */
.comments,
.commentlist,
.nocomments,
.related {
	margin-bottom: 2em;
}
.commentlist cite {
	font-style: normal;
}
.commentlist li {
	clear: both;
	padding: .75em 1em .25em;
	list-style: none;
	margin-left: 0;
}
.commentlist .alt {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
.commentlist .authorcomment {
	background: transparent url("images/bg-sidebar-ten-percent.png") top right;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 .5em .5em;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Sidebar -------------------------------------------------- */
#sidebar {
}
#sidebar .widget {
	margin-bottom: 3em;
	padding-top: 1em;
	background:transparent url(images/sidebar_block_round_top_bg.png) no-repeat scroll 0 top;
}
#sidebar div#section-3 {
	background:none;
	padding:0;
}
#sidebar div#text-9 {
	background:none;
}
#sidebar div#text-9 .textwidget{padding:0}
#sidebar div#text-9 h4 {padding:0; margin:0;}
#sidebar .widget cat_posts h4 {
	background:none; !important
}
#sidebar div#text-374657361, #sidebar div#text-353925491 {
	background: none;
}
#sidebar div#text-374657361 div.textwidget, #sidebar div#text-353925491 div.textwidget {
	padding:0;
}
#sidebar div.textwidget  {
	padding: 0 15px;
}
#sidebar div.section-widget {
	padding:6px 15px 0 15px;
}
#sidebar #textbox {
	background-image:url('images/bg_textblock.gif');
	background-repeat:no-repeat;
}
#sidebar div.section-widget h4 {
	padding:0;
}
#sidebar .widget ul {
	padding:0 3em 0 2em;
}
#sidebar .widget ul li {
	list-style-type:none;
	background: url(images/bullet_orange.png) no-repeat 0 .6em;
	padding: 0 0 0 1em;
}
#sidebar .widget_categoryposts ul li {
	background:none;
}
#sidebar .widget ul li a {
	text-decoration:none;
	font-weight:normal;
}
#sidebar .widgetBottom {
	margin-bottom: 1em;
	padding-bottom: .5em;
	float:left;
}

#sidebar h4 {
	/*background:transparent url(images/briskl_heading_bg.jpg) no-repeat scroll 0 0;*/
	color:#376B7F;
	font-weight:bold;
	/*height:75px;*/
	margin:0 0 6px 0;
	padding:0 15px;	/*text-align:center;*/
	/*width:298px;*/
}
#sidebar h4 a {
	color:#376B7F;
	text-decoration:none;
}
#sidebar h4 a:hover {
	color:#8DB0B4;
	text-decoration: none;
}
div#sidebar div.textwidget h4 {
	padding:0;
}
#sidebar blockquote {
	margin: 0;
}
#sidebar img {
	display: block;
	background: #fff;
	padding: 4px;
}
#sidebar div#text-14 img {display:inline;}
/* search */
#search {
	float:right;
	display:inline;
}
#searchform {
	margin:13px 26px 0 0;
}
.btn {
	background:#666666 none repeat scroll 0 0;
	border:1px solid #7F7F7C;
	color:#EBEBEB;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}
.btn:hover {
	background:none;
	border-color:#666;
	color:#ccc;
}
#sidebar #search h4 {
	display: none;
}
#sidebar #search input {
	width: 35%;
}
#sidebar #search input#s {
	width: 60%;
}
#sidebar #search br {
	display: none;
}
div.title h2 {
	font-size:14px;
}
/* calendar */
#wp-calendar {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	width: 100%;
}
#wp-calendar #today {
	font-weight: bold;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	text-align: left;
	font-weight: bold;
}
/* tag cloud */
.st-tag-cloud,
.wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em .5em .5em 1em;
}
#sidebar .st-tag-cloud,
#sidebar .wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
.st-tag-cloud li,
.wp-tag-cloud li {
	display: inline;
	margin: 0 .5em 0 0;
}
.st-tag-cloud li a,
.wp-tag-cloud li a {
	color: #555;
}
.st-tag-cloud li a:hover,
.wp-tag-cloud li a:hover,
.st-tag-cloud li a:focus,
.wp-tag-cloud li a:focus {
	color: #F90;
}
/******/
div#post-2516 div#mmf-f10-p2516-o1, div.content div.mmf  {
	padding: 10px !important; 
	background: #E3ECF0 none repeat scroll 0% 0%; 
	display: block;
}

/* subscribe */
#subscribe-dojo p {
	margin: .25em 0;
}
/* flickr */
#flickrrss,
#flickr-rss-dojo-version {
	float: left;
	width: 100%;
}
#flickrrss ul,
#flickrrss li,
#flickr-rss-dojo-version ul,
#flickr-rss-dojo-version li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#flickrrss li img,
#flickr-rss-dojo-version li img {
	float: left;
	margin: 0 10px 10px 0;
}
/* admin recent comments */
#sidebar blockquote {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	border-color: #bbb;
}
#admin-recent-comments-dojo-version cite {
	font-style: normal;
	font-weight: bold;
}
#admin-recent-comments-dojo-version blockquote cite {
	font-style: italic;
}
#admin-recent-comments-dojo-version blockquote small {
	font-size: .9em;
}

/* Footer -------------------------------------------------- */
#footer {
	background-image:url("images/footer-trans.png");
	background-repeat:no-repeat;
	width: 980px;
	height:76px;
	float: left;
	vertical-align:middle;
	text-align:left;
	color:#666;
	
}
#footer p {
	width: 70%;
	margin: 10px 0px 3px 15px;
	padding:0;
}
#footer .copyright {
	float: left;
	padding: 32px 0 0 30px;
	font-size:11px;
}
#footer a {
	text-decoration:underline;
	color:#666;
}
#footer a:hover {
	color:#999;
}
#footer .poweredby {
	float: right;
	text-align: right;
}

/*mm menu top*/

#mm_menu2 { margin-left:5px;}
#mm_menu2 ul {
	float: left;
	display:inline;
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

#mm_menu2 a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0.25em 2em;
}

#mm_menu2 a:hover {
	color: #ee9100;
	text-decoration: none;
}


#mm_menu2 li {
	float: left;
	display:inline;
	padding: 0;
	padding-bottom:15px;
	/*width: 10em;*/
	color:#333;
	text-align:left;
}

#mm_menu2 li a {
	color:#fff;
	background:none;
	font-weight:normal;
	font-size:14px;
}

#mm_menu2 li a:hover {
	color:#ccc;
	background:none;
}

#mm_menu2 li ul {
	display:block;
	font-weight:normal;
	height:auto;
	line-height:1;
	left:-999em;
	margin-top:11px;
	padding:0;
	position:absolute;
	width:180px;
	z-index:1;
	background:#91918F url(images/nav-hover.png) repeat-x 0 0;
	}

#mm_menu2 li li {
	padding:4px;
	width: 100%;
	display:block;
	margin:0;
}

#mm_menu2 li ul a ,
#mm_menu2 li li li a {
	background:transparent url(images/bullet.gif) no-repeat scroll 0.5em 0.6em;
	color:#fff;
	display:block;
	margin:0;
	padding:0.25em 6px 0.25em 15px;
	width:auto;
}
#mm_menu2 li ul a:hover ,
#mm_menu2 li li li a:hover {
	width: auto;
	color:#333;
	display:block;
	margin:0;
	padding: 0.25em 6px 0.25em 15px;
	background: url(images/bullet_hover.gif) no-repeat scroll 0.5em 0.6em;
}

#mm_menu2 li ul ul {
	margin: -24px 0 0 0;
	/*display:none;*/
	left:180px;
}
#mm_menu2 li ul ul a {
	color:#fff;
}
#mm_menu2 li ul ul a:hover {
	color:#333;
}
#mm_menu2 li:hover ul ul, #mm_menu2 li:hover ul ul ul, #mm_menu2 li.sfhover ul ul, #mm_menu2 li.sfhover ul ul ul {
	left: -999em;
}

#mm_menu2 li:hover ul, #mm_menu2 li li li:hover ul, #mm_menu2 li.sfhover ul, #mm_menu2 li li li.sfhover ul {
	left: auto;
	margin-left:2em;
}
 #mm_menu2 li li:hover ul, #mm_menu2 li li.sfhover ul{
	left:150px; 
	position:absolute;
} 
#mm_menu2 li:hover, #mm_menu2 li.sfhover {
}
#mm_menu2 li li:hover a , #mm_menu2 li li.sfhover a,
#mm_menu2 li li li:hover a , #mm_menu2 li li li.sfhover a
{
	color:#fff;
	background:url(images/bullet.gif) no-repeat scroll 0.5em 0.6em;
}
#mm_menu2 li li:hover a:hover , #mm_menu2 li li.sfhover a:hover,
#mm_menu2 li li li:hover a:hover , #mm_menu2 li li li.sfhover a:hover
{
	color:#333;
	background:url(images/bullet_hover.gif) no-repeat scroll 0.5em 0.6em;
}
/*SIDEBARS BOTTOM*/

.block  {
	width:313px;
}

.blockContent {
	margin:10px 25px;
}
#contentWide div.widget div.blockContent ul {
	padding: 0 0 0 0;
	margin:0 10px;
}
.blockContent ul li, .widget ul li {
	list-style-type:none;
	background: url(images/bullet_orange.png) no-repeat 0 .6em;
	padding: 0 0 0 1em;
}
.blockContent ul li a, .widget ul li a {
	text-decoration:none;
} 
#contentWide .widget {
	width:313px;
	float:left;
	display:inline;
}
#contentWide .widget h1{
	font-size:18px;
	font-weight:normal;

/*widget colors buttons - default zijn alle buttons geel*/

}
.widget cat_posts h4, .widget cat_posts h4 a {
	background-image: url('/wp-content/themes/helicopter/images/btt_yellow.jpg');
	background-repeat:no-repeat;
	text-decoration:none; !important
}
.widget cat_posts h4, .widget cat_posts h4 a {
	background-image: url('/wp-content/themes/helicopter/images/btt_yellow.jpg');
	background-repeat:no-repeat;
	text-decoration:none; !important
}

#contentWide .widget h4, #contentWide .widget a h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_yellow.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
	text-decoration:none!important;
} 
div#text-4 .textwidget a h4, div#text-6 .textwidget a h4, div#text-8 .textwidget h4, #contentWide div#categoryposts-5 h4{
	background-image: url('/wp-content/themes/helicopter/images/btt_orange.jpg');
}
div#text-11 .textwidget a h4, div#text-11 .textwidget h4, div#text-7 .textwidget a h4, #contentWide div#categoryposts-10 h4,#contentWide div#categoryposts-6 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_blue.jpg');
}
#contentWide .widget h4 a:link, #contentWide .widget h4 a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#contentWide .widget h4 a:hover {
	color:#fff;
	text-decoration: none!important;
}
.textwidget a h4 {
	color:#333;
	text-decoration: none!important;
}
.textwidget a:hover h4 {
	color:#666;
	text-decoration: none!important;
}


/*HOMEPAGE*/

#contentWide #text-3 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_orange.jpg');
	background-repeat:no-repeat;
	padding: 30px;
}
#contentWide #text-356404591 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_blue.jpg');
	background-repeat:no-repeat;
	padding: 30px;
}

/*NIEUWSPAGINA*/

#contentWide #cat-posts-473126771 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_orange.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
}
#contentWide #categoryposts-11 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_orange.jpg');
}
#contentWide #cat-posts-473126771 h4 a {
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#contentWide #text-356437481 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_blue.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
}
/*JOUW BRISKL.ME PAGINA */

#contentWide #text-356336231 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_orange.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
}

#contentWide #text-356329972 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_blue.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
}

/*HULP PAGINA*/

#contentWide #cat-posts-374476611 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_orange.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
}

#contentWide #cat-posts-473736932 h4 {
	background-image: url('/wp-content/themes/helicopter/images/btt_blue.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	padding:28px;
	text-align:center;
	color:#fff;
}

/*SIDEBAR COLUMNCAP*/

#text-353925491 h4{
	background-image: url('/wp-content/themes/helicopter/images/btt_blue_sidebar.jpg');
	background-repeat:no-repeat;
	padding: 23px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:20px;
	
}

#contentWide div.widget ul {
	margin:0 30px;
}
#contentWide .widget h1 a{
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

#contentWide .widget h1 a:hover{
	font-size:18px;
	font-weight:normal;
	text-decoration:underline;
	color:#666;
}

#contentWide .widget widget_text {

}
.widget cat_posts ul li a{
	list-style-type:disc;

}
/*BRISKLONIAN TEMPLATE*/
div#briskloniansearch {
	padding:2px 10px 15px 10px;
	background:url('images/bg_search.gif');
	background-repeat:no-repeat;
	}

div#leftContent {
	float:left;
	display:inline;
	width:620px;
}
div.brisklservices{
	overflow:hidden; 
	margin-bottom:10px; 
	background:transparent url(images/bg_diensten.gif) no-repeat scroll center top;
	padding:5px 10px;
	width:570px;
}
div.briskimage {
	margin: 0 auto;
	display:inline;
	text-align:right;
}

div.briskimage img {border:none;
margin:0 auto;}

div.brisktext {
	float:left;
	display:inline;
}
span.readbrisklprofile{
	font-size:10px;
}

span.readbrisklprofile a:link, span.readbrisklprofile a:visited {color:#666;}
/*CODA SLIDER STYLES*/

		div.slider-wrap ul {padding-left:0;}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}
		
		.wrapperTour { 
			width: 925px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 925px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 550px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 925px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0 0 0 1em;
			width:925px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none !important;
	display: inline-block;
	width:925px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 10px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			list-style-type:none;
		}
		
		.stripNav a { /* The nav links */
			font-size: 11px;
			text-align: center;
			line-height: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
			color: #333;
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
		
		
		.stripNav li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f0a000;
}
		.stripNav li a.current {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f0a000;
}
		
		#stripNav0{
			width:925px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
			z-index:1;
			margin-left:1em;
		}
		
		.stripNavR {
			right: 0;
			z-index:1;
			margin-right:1em;
		}
		
		.stripNavL {
			background: url("/wp-content/themes/helicopter/images/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("/wp-content/themes/helicopter/images/arrow-right.png") no-repeat center;
		}
		.tourTxt {
			background:#d6e4e9;
			margin-top:5px;
			padding:10px;
		}

/**sign up page**/
.mu_register #submit {
background-image:url(wp-content/themes/helicopter/images/btt_yellow.jpg);
background-repeat:no-repeat;
border:none;
color:#000;
cursor:pointer;
float:right;
font-size:24px;
height:85px;
margin:5px 0;
width:314px;
}
#tos_content {
	overflow-y:scroll;
}
/*sociable plugins*/
div.sociable ul li {
	list-style-type:none;
	background:none;
	float:left;
}
div.sociable {
	margin-bottom:40px!important;
}
/**category posts**/
li.cat-post-item {
	clear:both;
	background:none!important;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:2em;
	overflow:hidden;
}
li.cat-post-item a {
	font-weight:bold;
}
/**********************
*	HOME SLIDER  	  *
**********************/
div#spotlightBlock #slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  width:885px;
}

div#spotlightBlock .scroll {
  height: 285px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}
div.spotlightentry {
	width:400px;
	float:left;
	display:inline;
	margin-right:2em;
}
div.spotlightimage {
	width:372px;
	float:left;
	display:inline;
	text-align:center
}
div.spotlightimage img {
	padding:5px;
	background:#fff;
	border:2px solid #bdd5df;
	width:345px;
	height:250px;
	margin-top:10px;
}
div#spotlightBlock {
	background: url(images/spotlight_bg.jpg) no-repeat 0 0;
}
div#spotlightBlock .scrollContainer div.panel {
  padding: 0 40px;
  height: 285px;
  width:805px;
 /* width: 580px;  change to 560px if not using JS to remove rh.scroll */
}
div#spotlightBlock .scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

div#spotlightBlock .scrollButtons.left {
  left: -14px;
}

div#spotlightBlock .scrollButtons.right {
  right: -14px;
}
div.spotlightentry h2 {
	text-align:center;
	font-size:2.5em;
	padding-top:2em;
}
div.spotlightentry p.readmore {
	text-align: center;
	font-family:Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:18px;
	float:right;
	display:inline;
}
div.spotlightentry p.readmore a {
	display:block;
	padding:6px;
	background:#F8B528;
	border:1px solid #F99E1A;
	color:#fff;
	text-decoration:none;
}
div.spotlightentry p.readmore a:hover {
	background:#F06B0C;
	border:1px solid #F99C19;
}