/*
Theme Name: Frisse Wind
Theme URI: http://www.frissewind.biz
Description: Frisse Wind - werkplekorganisatie - georganiseerd werken begint met een opgeruimd bureau!
Author: Zin In Webdesign
Author URI: http://zininwebdesign.nl
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #f89820;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
    padding:0px; 
    color:#000000;
	font-size:11px;
	font-weight:normal;
	}	
h1 {
	font-size: 12px; 
	font-weight:bold; 
	color:#f89820;
	margin-bottom:0px;
	}
h2 {
	font-size: 12px; 
	font-weight:bold; 
	color:#f89820;
	margin-bottom:0px;
}
h3 {
	font-size: 11px; 
	margin-top:10px;
	font-weight:bold;
	color:#f89820;
	margin-bottom:0px;
}

.alignleft{float:left;
	text-align:left;
}
.alignright{float:right;
	text-align:right;
}
p{margin-top:10px;
	margin-bottom:5px;
}
ol{padding:10px;
	margin-left:20px;
}
/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

.alignleft img{ float: left; border: 1px solid #f89820; padding: 1px; margin:0em}
.alignright img{ float: right; border: 1px solid #f89820; padding: 1px; margin:3px 0px 3px 10px; clear:left}
.aligncenter img{ float: center; border: 1px solid #f89820; padding: 1px;margin:10px; clear:both}

blockquote{
	margin:15px;
	padding:0px 12px 0px 12px;
	}

code{
	margin:10px;
	}


/* links */

a{
	color:#000000;
	text-decoration:none;
	border: none;
	font-weight:bold;
        
	}

a:hover{
	color:#000000;
	text-decoration: underline; 
	border: none;}


/* container */


#container {
	position:relative;
    width: 982px;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
	background-image: url(images/bg/background.gif);
	background-repeat:repeat-y;
	min-height:655px;
	}
	
/* header */

#header{
	background-color:#f89820;
	position:relative;
    width: 952px;
	height: 32px;
	padding-left:30px;
	}
#header a{color:#000000;
	text-decoration:none;
}	
#header h1{
	display:none;
	}
#header h2{
	display:none;
	}
#header ul{padding:10px;
}
#header li{display:inline;
	color:#000000;
	font-weight:bold;
	padding:1px 10px;
	border-right:2px solid #ffffff;
	line-height:20px;
	font-size:12px;
}
#header ul li.current_page_item a,#header ul li a:hover.current_page_item{ color:#ffffff;} 
#header.current_page_item ul li a{ color:#ffffff}
	
/***** verschillende backgroudns bij pagina's************/	
body.page-id-2 #content-blok{
	background-image:url(images/bg/index_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.page-id-4 #content-blok{
	background-image: url(images/bg/organisatie_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.page-id-5 #content-blok{
	background-image: url(images/bg/individueel_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.page-id-7 #content-blok{
	background-image: url(images/bg/workshops_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}	
body.page-id-8 #content-blok{
	background-image: url(images/bg/links_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.page-id-9 #content-blok{
	background-image: url(images/bg/over_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.page-id-10 #content-blok{
	background-image: url(images/bg/contact_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.page-id-24 #content-blok{
	background-image: url(images/bg/werkscan_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
body.nieuws #content-blok{
	background-image: url(images/bg/nieuws_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/* content */
#content-blok{
	background-image: url(images/bg/publicaties_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#content {
	margin-top:200px;
	margin-right:120px;
	margin-left:390px;
	padding:0px;
	min-height:345px;
	line-height:17px;
			}
.post,.archivetitle{
	margin: 10px 10px;
	}
	
.post h2{
	font-size: 12px;
	font-weight: bold;
	color:#f89820;
	}
#content h2{
	font-size: 26px;
	font-weight: normal;
	color:#f89820;
	line-height:30px;
	margin-bottom:10px;	
	}
				
#content h3{
	font-size: 12px;
	font-weight: bold;
	color:#f89820;
	margin-bottom:0px;
	margin-top:20px;
	}	
.post h1{
	font-size: 12px;
	margin-bottom:0px;
	font-weight: bold;
	color:#f89820;
	}	
.post h2 a{
	color: #f89820;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #f89820;
	text-decoration: underline;
	}
	
.post p{}

.post a{
	color:#000000;
	text-decoration:none;
	border: none;
}

.entry ul,.post ul {margin:5px 20px;
}

.post li {}

.entry p{margin:10px 0 10px 0;
         }

.postmetadata{
	/*clear: both;*/
	padding:6px;
	margin-top: 16px;
	}
.archivetitle h2{
	font-size: 17px;
	font-weight: bold;
	color:#f89820;
}
.sideposts_date{
	font-size:10px;
	margin:15px;
	font-style:italic;
	font-weight:normal;
	display:none;
}	

.navigation {
	margin: 0px 0 0px 0;
	padding:2px;
	float:left;
	width:98%;
	}
	

.pagetitle {}


/* left sidebar */

#left {
	position:absolute;
	font-size:11px;
	width: 199px;
	top:450px;
	left:75px;
	padding: 0;
	}

#left h2{
    font-weight: bold; 
	font-size: 14px; 
	text-align: left;
	color: #ffffff;	
	margin-left:0px;
    padding-left: 0px;
	text-align:center;
    width:199px;
    line-height:44px;
	}

#left p {
	margin:20px;
	line-height:15px;}

#left img {
	padding: 0; 
	margin: 0;
	}

#left-weblog{float:left;
	margin-top: 200px;
	margin-left:40px;
	width:200px;
}
#left-weblog h2{
	margin-top:5px;
	margin-bottom:10px;
}
#left-weblog li{
list-style:none;
margin-bottom:2px;
}

#left-werkscan{
	position:absolute;
	font-size:11px;
	width: 199px;
	top:510px;
	left:105px;
	padding: 0;
	}


#blogger{
	margin-right:35px;
	margin-left:10px;
	}
#blogger a{
	color:#000000;
}
#blogger h2{
	margin-bottom:0px;
}
#blogger h3{
	margin-bottom:0px;
	margin-top:0px;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}

#bottom{
	background-image:url(images/carrousel.gif);
	height:58px;
	width:592px;
	float:right;
	margin-top:0px;
}
#bottom h2{
	font-size:10px;
	width:50px;
	float:left;
	font-weight:normal;
	color:#000000;
	margin-top:25px;
	margin-left:20px;
}

#bottom p{ 
	width:450px;
	float:left;
	margin-left:5px;
	margin-top:25px;
} 
#bottom q{
	color:#f89820;
} 

/************************************ vaste teksten op pagina getoond via body-id bestand in left-tekst.php ****************/
#left-tekst{
	position:relative;
	margin-right:620px;
	margin-bottom:0px;
	margin-left:50px;
	height:70px;
}
#left-tekst p{
	color:#f89820;
	font-style:italic;
	display:none;
	vertical-align: middle;
}
body.page-id-4 #left-tekst p.organisatie{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
}
body.page-id-5 #left-tekst p.individueel{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
}
body.page-id-7 #left-tekst p.workshop{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
}
body.page-id-8 #left-tekst p.links{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
}
body.page-id-9 #left-tekst p.over{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
	}
body.page-id-10 #left-tekst p.contact{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
	}
body.page-id-24 #left-tekst p.werkscan{
	color:#f89820;
	font-style:italic;
	display:block;
	vertical-align: middle;
	}

/********************** comments ******************************/

#commentssection{
	/*clear: both;*/
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #f89820;
	}

#commentform{
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color:#000;
	}
	
#commentform a{
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #f89820;
	}

	
#commentform h3{
	font-size: 10px;
	font-weight: bold;
	color: #f89820;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #ffffff;
	margin:5px 5px 0 0;
	border: none; 
	padding: 3px;
	border: 1px solid #f89820;
	}

ol.commentlist {list-style-type: none;}

ol.commentlist li {
	margin:10px 0px;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {color:#000;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0;} 
ol.commentlist a {color:#f89820}

cite {
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{
	color: #000000; 
	text-decoration: none; 
	border-bottom:1px dotted #CC3300;
}


/************************** search *************************************/

#searchform { 
	float: left; 
	width: 140px; 
	margin-right: 0px; 
	margin-left:15px;
}
#searchform form { 
	float: right; 
	margin: .5em 0 0 0; 
	padding: 0 0 0;
}
#searchform #submit { 
	display: none;
 }

#searchform input#s{
	padding: 2px;
	margin: 1px;
	border: 1px solid #f89820;
	width:75px;
	background-color: #ccc;
	}

input#submit{
	font-size: 12px;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	background-color: #f89820;
	color: #ffffff;
	}
		
p.wp-caption-text{
	font-size:10px;
	font-style:italic;
	margin:2px;
}	

/*********************** footer ***********************/

#footer {
    clear: both;
    width: 982px;
	font-size: 10px;
    font-weight:bold;
    height:25px;
	text-align:center;
	background-image:url(images/footer.gif);
	}	
#footer p{
	padding:0px 0 0 0px; 
	color: #fff;
}
#footer a{color: #ffffff;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: underline;}
#footer ul{list-style-type:none;padding-top:20px}
#footer li{display:inline;color:#fff}


/************************** opmaak aanmeldformulier mailinglist *********************/
#left-weblog fieldset{border-style:none;
	color:#000000;
	margin-bottom:10px;
	margin-left:0px;
	}
#left-weblog legend{
	margin-bottom:1px;
	margin-left:0px;
}
#left-weblog input{
	background-color:#ffffff;
	font-size:10px;
	width:120px;
	border:1px solid #f89820; 
	height:17px;
	margin-left:0px;
}
#left-weblog input.button{
	background-color:#f89820;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	height:22px;
	width:120px;
	margin-left:0px;
}
#left-weblog ul{
	margin-bottom:20px;
}
#left-weblog submit{
	background-color:#cccccc;
}
#left-weblog label{
	margin-left:0px;
	color:#000000}


#weblog{
	margin-left:15px;
}
#weblog ul{
	list-style-type:none;
}
#weblog li{
	margin-top:10px;
}

#weblog h2{
display:none;
}




