/*

Theme Name: CIV

Theme URI: http://wordpress.org/

Description: CIV Texel omgebouwd vanaf de default <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



*/



/* CSS Document CIV Texel*/

body  {font-size: 75%; /* Resets 1em to 12px */

	font-family: Arial, Verdana, Sans-Serif;

	background-color: #eff2ef;

	margin: 0; 

	padding: 0;

	text-align: center;

	color: #19265b;

	

}

#wrapper {background: #fff; width: 900px;	border-right: 1px solid #ccc;

	border-left: 1px solid #ccc; margin: 0 auto;}

#container { 

	width: 900px; 

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding-bottom: 4px;

} 

#header {

	

	height: 339px;

} 

#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 315px 0 0 0;

	color: #FFFFFF;

	font-size: 1.6em;

	text-align:center;

	letter-spacing: 0.4em;

	font-style:italic;

	font-weight:100;

}

#sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */



	padding: 0; /* padding keeps the content of the div away from the edges */

	font-size: 1em;

	font-weight:bold;}

#sidebar1 h2 {font-size: 0.8em; margin: 0;}



#sidebar1 ul {padding: 0;margin: 5px auto 20px 15px ;list-style: none;display: block; letter-spacing: 0.05em; line-height: 100%;}



#sidebar1 ul li{display: block;line-height: 100%; margin: 0.3em 0; font-size: 1.2em;}

#sidebar1 ul li li {display: block;margin: 0.4em 0;font-style: italic;font-size: 1.0em;}

#sidebar1 ul li li li{display: block;margin: 0.4em 0;font-style: italic;font-size: 0.9em;}







/*Kleur alle knoppen blauw van de sidebar1, deze zijn bedoeld voor het blokje Links*/

#sidebar1 a, #sidebar1 a:visited{color: #19265b;text-decoration: none;}

/*hover wordt rood*/

#sidebar1 a:hover{color: #da251c;text-decoration: underline;}



/*Deze geeft de kleur rood aan de bovenste kop als die actief is*/

#sidebar1 .current_page_item a:link, #sidebar1 .current_page_item a:visited {color:#da251c;}



/*Dan gooi ik met deze de subitems allemaal weer op de standaard kleur omdat die op de een of andere manier de kleur van mammie erven*/

#sidebar1 li li.page_item a:link, #sidebar1 li li.page_item a:visited  {color:#19265b;}



/*Om dan vervolgens de uitzondering weer een kleurtje te geven*/

#sidebar1 li li.current_page_item a:link, #sidebar1 li li.current_page_item a:visited {  color:#da251c;}





/*De navigatie heeft een id=pages, dus nu de kleuren voor de navigatie van sidebar1:

Kleur alle knoppen blauw*/

#pages-2 a, #pages a:visited{color: #19265b;text-decoration: none;}

/*hover wordt rood*/

#pages-2 a:hover{color: #da251c;text-decoration: underline;}



/*Deze geeft de kleur rood aan de bovenste kop als die actief is*/

#pages-2 .current_page_item a:link, #pages-2 .current_page_item a:visited {color:#da251c;}



/*Dan gooi ik met deze de subitems allemaal weer op de standaard kleur omdat die op de een of andere manier de kleur van mammie erven*/

#pages-2 li li.page_item a:link, #pages-2 li li.page_item a:visited  {color:#19265b;}



/*Om dan vervolgens de uitzondering weer een kleurtje te geven*/

#pages-2 li li.current_page_item a:link, #pages-2 li li.current_page_item a:visited {  color:#da251c;}









.widgettitle {}



#sidebar2 {

	float: right; /* since this element is floated, a width must be given */

	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	

	padding: 0px 20px 15px 20px; /* padding keeps the content of the div away from the edges */

	font-size: 1.0em; margin: 0px; line-height: 140%;

	}

#sidebar2 ul {list-style:none; padding-right: 10px; }

#sidebar2 li {padding-top: 10px;}

#sidebar2 li li {

	padding-top: 0px;

	margin-left: -30px;

	list-style:square;

	letter-spacing:0.05em;

}

#sidebar2 h2 {font-size: 1.0em; margin: 10px auto;}

#sidebar2 hr.widgetborder {	color: #19265b;

	line-height: normal;

	height: 1px;

	margin-top: 1px;

	margin-bottom: 1px;}

/*Kleur alle knoppen blauw van de sidebar1, deze zijn bedoeld voor het blokje Links*/

#sidebar2 a, #sidebar2 a:visited{color: #19265b;text-decoration: none;}

/*hover wordt rood*/

#sidebar2 a:hover{color: #da251c;text-decoration: underline;}



/* Begin Form Elements */

#search {letter-spacing: 0.1em;}

#searchform {

	margin: 1px auto;

	padding: 5px 3px;

	text-align: left;

	}



#searchform #s {

	width: 108px;

	padding: 2px;

	margin-top: 5px;

	}



#searchsubmit {

	padding: 1px;

	margin-top: 5px;

	}



#content {

	font-size: 1.0em;

	 margin: 0 200px;

	padding: 0 10px;



} 

#content h1{font-size: 1.4em; margin: 20px 0 2px 0;}

#content h2{color: #da251c; font-size:1em;letter-spacing: 0.1em;margin: 5px auto 2px auto;}

#content h3{font-size:1.1em;margin: 8px auto 3px auto;font-style:italic; color:#da251c;}

/*#content p{font-size: 1.0em; margin: 0 5px 5px 0; letter-spacing:0.1em; line-height: 140%;}

*/

#content p {margin-top: 0px; }

#content ol{ margin: 0; letter-spacing:0.05em; font-weight:bold; padding: 0 0 0 35px;}

#content ol li {margin: 0;padding: 3px;font-size: 1.0em;line-height: 120%;}



#content ul{

	margin: 0;

	padding: 0 0 0 35px;

	list-style-type: square;

}

#content ul li {margin: 0;padding: 3px;font-size: 1.0em;line-height: 140%;}

#content hr {color: #da251c;

	line-height: normal;

	height: 1px;

	margin-top: 1px;

	margin-bottom: 1px;

		}

.kader {border: 1px solid #da251c; padding: 5px; background:#eff2ef; font-weight: bold; width: 380px;}

.kader2 {border: 1px solid #da251c; padding: 5px; background:#eff2ef; width: 380px;}

.top {font-weight: bold; font-size: x-small; float: right; padding: 2px; }

.vet {font-weight:bold;}

.citaat {font-style: italic; font-size: x-small; font-weight: bold;}

.highlight {font-weight: bold; color:#da251c;}

#content a, h2 a:hover, h3 a:hover {

	color: #19265b;

	text-decoration: underline;

	

	}



#content a:hover {

color: #fff;

	background-color: #19265b;	

	text-decoration: none;

	

	}



#footer {

	width: 900px;

	padding: 0; 

	border-top: 1px dashed #ccc;

	margin: 0 auto;

	

	

} 

#footer a, h2 a:hover, h3 a:hover {

	color: #19265b;

	text-decoration: underline;

	}



#footer a:hover {

color: #fff;

	background-color: #19265b;	

	text-decoration: none;

	}

#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; }/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.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 p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */



/* 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;

	border: 1px solid #ccc;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	border: 1px solid #ccc;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	border: 1px solid #ccc;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

/* End Images */



.entry {float:left;

width: 450px; }



/* NextGen */



.piclenselink {display: none;}





#commentform textarea {

	width: 400px;

	padding: 2px;

	}

#slideshowlink {
    display: none;
}
