/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #e6e6e6 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background: white url('images/fws_bg_wide.jpg') repeat-y top 50%;
	/* border: 1px solid #959596; */
	text-align: left;
	margin-top: 15px;
	}


p 
{
 margin-bottom: 0px;
}

.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;
}


.noshow {
	visibility:hidden;
	display:none;
}

#header {
	background: white;
	}
/*
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
*/
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	font-size: 100%;
	color: #000;
	}

.alt {
	background-color: #f8f8f8;
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
	}

#footer {
	border: none;
	}


#bodyTopEdge
{
	background-image:url('images/fws_bg_wide_header.jpg');
	background-repeat:no-repeat;
	width: 790px;
	margin: 0 0 -15px -15px;	
	height: 29px;
}
#bodyBottomEdge
{
	background-image:url('images/fws_bg_wide_footer.jpg');
	background-repeat:no-repeat;
	width: 790px;
	margin-left: -15px;	
	height: 29px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, #sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	

h1 {
	font-size: 2.0em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #9b055e;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #D20681;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
/*	color: #563387; */
        color: #9b055e;
	text-decoration: none;
	}

a:hover {

	text-decoration: underline;
	}

.postmetadata a, .postmetadata a:hover
{
color:#777;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 15px auto 0px auto;
	padding: 0px 15px;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	padding: 0;
	height: 158px;
	width: 100%;
	}

#logoPane {
	background: url(images/fws_logo_fws.png) no-repeat right center;
	height: 120px;
	width: 100%;
}

#logoPane-novay {
	background: url(images/novay-logo.png) no-repeat left center;
	height: 120px;
	width: 50%;
}

#headerimg {
	background: url(images/fws_bg_tabmenu_temp.png) no-repeat left top;
	margin: 0;
	height: 124px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 42px 20px auto 30px;
	width: 453px;
	}
.homepage .narrowcolumn {
	margin: 9px 9px auto 9px ;
	width: 494px;
	}
#IEroot .homepage .narrowcolumn {
	margin: 9px 9px auto 9px ;
	width: 494px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 453px;
	}

.post {
	margin: 0 0 30px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin-top: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h1, h2, h3 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: disc;
	padding-left: 10px;
	text-indent: 0;
	}

html>body .entry li {
	margin: 3px 0 3px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin: 9px 0px 0px 512px;
	width: 240px;
	}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



/* Begin Tags FWS */

#content .featuredpost {
border:3px solid #FF66CC;
padding: 10px;
}


/*
#navmenu {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596; }

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
*/

#navmenu ul {
	margin: 50px 35px 0px 35px; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
#navmenu li {
	display: inline; 
	padding: 5px 10px 5px 10px;  
}
#navmenu a {
text-decoration:none; 
color: blue; 
}
#navmenu a:hover {
color: purple; 
}


/* MM Centred list navbar by Russ Weakley from Listamatic (http://css.maxdesign.com.au/listamatic/horizontal16.htm) (was XP's CheapOSX) */


#navcontainer
{
	background: #441444 url(images/fws_bg_topmenu.png) repeat-x left top;
	padding-top: 1.1em;
	padding-bottom:1.1em;
	padding-left: 30px;
	padding-right: 30px;

}

.navrss {
float:right;

margin: 0 auto;	
}

#navrss li { display: inline; }

#navrss li a
{
text-decoration: none;
/*background-color: #b368b1; /* #036 */
color: #FFB3FF;
padding: 0 0.6em 0 0.3em;
/*padding: .2em 1em; */
/*border-right: 1px solid #FFB3FF;*/
}

#navrss li a:hover
{
/*background-color: #dd6aa3;  /* #369*/
color: #FFFFFF;
}


#navcontainer ul
{
padding: 0;
margin: 0 auto;
list-style-type: none;
/*background-color: #b368b1; /* #036 */ 
color: #FFB3FF;
font: normal 1.3em Arial, Helvetica, sans-serif;
/*font: normal 90% arial, helvetica, sans-serif;*/
text-align: left;
}

#navlist li { display: inline; }

#navlist li a
{
text-decoration: none;
/*background-color: #b368b1; /* #036 */
color: #FFB3FF;
padding: 0 0.6em 0 0.3em;
/*padding: .2em 1em; */
/*border-right: 1px solid #FFB3FF;*/
}

#navlist li a:hover
{
/*background-color: #dd6aa3;  /* #369*/
color: #FFFFFF;
}

/*
#navlist a#current 
{
color: #FFF;
}
*/

#fws_show h1
{ 
color: #9b055e; 
text-align: left;

}

#fws h1
{ 
color: #9b055e; 
text-align: left;
display:none;
}

#fws li { text-indent: 30pt; }
#fws.teamblog li { text-indent: 0pt; }
#fws.concepts li { text-indent: 0pt; }
#fws.cases li { text-indent: 0pt; }
#fws.about li { text-indent: 0pt; }

/* End Tags FWS */





/*
====== START EXTRA NAVIGATION STYLES
=========================================================================================
*/





#tabMenu {
	background: url(images/blazendjongetje_website_breed.jpg) no-repeat left top;
	height: 124px;
	padding-left: 10px;
	overflow:hidden;
}
.homepage #tabMenu {
	background: url(images/blazendjongetje_home.jpg) no-repeat left top;
	height: 223px;
	padding-left: 68px;
	overflow:hidden;
}

#tabMenu #pageTitle
{
position:relative;
width: 100%;
margin:43px 0px 10px 0px;
float:left;
clear:both;
font-size: 36px;
color:#FFFFFF;
padding-left: 13px;
font-weight: normal;
}

.homepage #tabMenu #pageTitle
{
position:relative;
width: 275px;
margin:50px 0px 10px 0px;
float:left;
clear:both;
font-size: 24px;
color:#FFFFFF;
text-align:left;
}

.homepage #tabMenu #zoekFunctie
{
	float: right;
	margin-right: 5px;
}

/*************************************************/

#tabMenuNav { 
    list-style: none; 
    padding: 0; 
    height: 30px; 
    font-size: 14px; 
    font-weight: bold; 
	margin: 0px;
} 
 
#tabMenuNav li { 
    float: left; 
    background: url(images/tableft.png) no-repeat left top; 
    padding: 8px 0 8px 14px; 
    margin-right: 10px; 
} 
#tabMenuNav li:hover { 
 background: url(images/tableft_active.png) no-repeat left top; 
}
#tabMenuNav li:hover > a { 
	background: transparent url(images/tabright_active.png) no-repeat top right; 
	text-decoration: underline;
}
#tabMenuNav li a { 
    background: transparent url(images/tabright.png) no-repeat top right; 
    padding: 8px 14px 8px 0; 
	text-decoration: none;
	color:#563387;
} 

 
#tabMenuNav li.current { 
    background: url(images/tableft_active.png) no-repeat left top; 
} 
 
#tabMenuNav li.current a { 
    background: url(images/tabright_active.png) no-repeat right top; 
    color: #9b055e; 
}


/*
=========================================================================================
====== EIND EXTRA NAVIGATION STYLES
*/





/*
====== START SIDEPANEL STYLES
=========================================================================================
*/

div#sidebar div.sidePanel_paars h1
{
 font-size:18px;
 font-weight:normal;
 color:#FFFFFF;
}

div#sidebar .backButton a
{
 font-size:14px;
 font-weight:bold;
 color:#563387;
}



div#sidebar div.entry
{
padding: 0;
}

div.mainPanel_grijs div.panelLink,
div.mainPanel_paars div.panelLink,
div.sidePanel_grijs div.panelLink,
div.sidePanel_paars div.panelLink
{
font-size:14px;
font-weight:bold;
text-align:right;
}
div.mainPanel_grijs div.panelLink a,
div.sidePanel_grijs div.panelLink a
{
text-decoration:none;
}
div.mainPanel_paars div.panelLink a,
div.sidePanel_paars div.panelLink a
{
color:#FFFFFF;
text-decoration:none;
}

div.mainPanel_grijs,
div.mainPanel_paars,
div.sidePanel_grijs,
div.sidePanel_paars
{
margin-bottom: 9px;
}
div.mainPanel_grijs div.mainPanel_top
{
	background: url(images/fws_bg_mainpanel_top.png) no-repeat center top;
	height: 4px;
}
div.sidePanel_grijs div.sidePanel_top 
{
	background: url(images/fws_bg_sidepanel_top.png) no-repeat center top;
	height: 4px;
}
div.mainPanel_grijs div.mainPanel_main
{
	background: url(images/fws_bg_mainpanel_main.png) repeat-y center top;
	padding: 11px 20px;
}

div.sidePanel_grijs div.sidePanel_main 
{
	background: url(images/fws_bg_sidepanel_main.png) repeat-y center top;
	padding: 11px 20px;
}

div.backButton div.sidePanel_main {
	padding: 3px 20px;
}
div.mainPanel_grijs div.mainPanel_bottom
 {
	background: url(images/fws_bg_mainpanel_bottom.png) no-repeat center bottom;
	height: 4px;
}

div.sidePanel_grijs div.sidePanel_bottom
 {
	background: url(images/fws_bg_sidepanel_bottom.png) no-repeat center bottom;
	height: 4px;
}
div.mainPanel_paars div.mainPanel_top,
div.sidePanel_paars div.sidePanel_top 
{
	background: url(images/fws_bg_sidepanel_paars_top.png) no-repeat center top;
	background-color:#441444;
	height: auto;
	padding: 15px 20px 11px 20px;
	color:#FFFFFF;
}
div.mainPanel_paars div.mainPanel_bottom, 
div.sidePanel_paars div.sidePanel_bottom {
	background: url(images/fws_bg_sidepanel_paars_bottom.png) no-repeat center bottom;
	height: 4px;
}

div.buttonContribute 
{
	width: 200px;
	background: url(images/bg_btn_contribute.png) no-repeat left top;
	padding: 8px 0px 8px 10px;
}
div.buttonGo 
{
	width: 57px;
	background: url(images/bg_btn_go.png) no-repeat left top;
	padding: 8px 0px 8px 10px;
	float:right;
}

div.searchField {
	background: url(images/bg_searchfield.png) no-repeat left top;
	height:21px;
	padding: 5px;
}
div.searchField input
{
	border:none;
	background: transparent;
	width:112px;
}

div.buttonBar
{
margin-top: 10px;
width:100%;
height:31px;
}

.buttonBar .btnPrevious
{
float:left;
width: 36px;
}
.buttonBar .label
{
float:left;
width: 128px;
text-align:center;
font-weight:bold;
color: #9b055e;
padding-top: 9px;
}
.buttonBar .label a
{
color: #563387;
}
.buttonBar .btnNext
{
width: 36px;
float:right;
}


div.buttonContribute a,
div.buttonGo a
{
 font-size:14px;
 font-weight:bold;
 color:#563387;
 text-decoration:none;
}


.linkbox ul li 
{
	background:url(images/arrow_purple.png) no-repeat left center;
	text-indent: 12px !important;
	margin-bottom:4px !important;
}


.mainPanel_grijs ul.newsItems 
{
	margin: 15px -18px 10px -59px;
}
#IEroot .mainPanel_grijs ul.newsItems 
{
	margin: 15px -19px 10px -18px;
}

.mainPanel_grijs ul.newsItems li
{
	background:url(images/bg_newsitem_link.png) repeat-x left bottom;
	text-indent: 12px !important;
	margin:0px !important;
	padding: 7px 0 8px 7px;
	list-style-type:none;
}

ul.newsItems li
{

	margin:0px !important;
	padding: 7px 0 0px 7px;
	list-style-type:none;
}

ul.newsItems li a
{
	background:url(images/arrow_purple.png) no-repeat left center;
	padding-left: 12px;
}


.mainPanel_grijs ul.newsItems li a
{
	background:url(images/arrow_purple.png) no-repeat left center;
	padding-left: 12px;
}


#agendaModule,
#fotoModule
{
	background:url(images/bg_module.png) no-repeat left top;
	height: 129px;
	padding: 5px;
	margin:10px 0;
}

.variabeleModule
{
	background: transparent url(images/bg_module_variabel_main.png) repeat-y left top;
	height: auto;
	padding: 0;
	margin:10px 0;
}

.variabeleModule_main
{
	background: transparent url(images/bg_module_variabel.png) no-repeat left top;
	height: 129;
	padding: 5px 5px 2px 5px;
	margin:0;
}
.variabeleModule_bottom
{
	background: #eeeeee url(images/bg_module_variabel_bottom.png) no-repeat 1px bottom;
	height: 3px;
	padding: 0;
	margin:0;
}
/*
=========================================================================================
====== EIND SIDEPANEL STYLES
*/



/*
====== START OVERRIDES IE6
=========================================================================================
*/


#IE6 div.buttonContribute
{
	width: auto;
}
#IE6
{
	width:790px;
	margin: 0;
}

#IE6 #page
{
	width:auto;
	margin: 15px 0 0 0;
	padding: 0;
}
#IE6 #header
{
	width:760px;
	margin: 0 15px;
}
#IE6 #tabMenu
{
	width:692px;
	margin: 0 15px;
}

#IE6 .homepage .narrowcolumn
{
	margin: 9px 8px auto 11px;
}

#IE6 #sidebar
{
	padding: 0;
	margin: 9px 0px 0px 512px;
	width: 240px;
}

#IE6 .mainPanel_grijs .mainPanel_top
{
	margin-bottom: -11px;
}

#IE6 .mainPanel_grijs .mainPanel_bottom
{
	margin-top: -11px;
}

#IE6 #sidebar .sidePanel_top
{
	margin-bottom: -10px;
}
#IE6 #sidebar .sidePanel_bottom
{
	margin-top: -10px;
}

#IE6 #bodyTopEdge,
#IE6 #bodyBottomEdge
{
	margin: 0;
}

/*
=========================================================================================
====== EIND OVERRIDES IE6
*/


div.mceTemp {width: 425px !important}


