/*  
Theme Name: PioniersWeb
Theme URI: http://www.buitendijk-ip.nl/
Description: PioniersWeb Style
Version: 1.00
Author: A. Huizinga
Author URI: http://dev.huiz.net
*/

/******************************************
*   HTML Elements                         
******************************************/

.div { border:1px solid black; }

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
 color: #333;
 padding: 13px 0 25px 0;
 background-color: #f2f2f2;
 }

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
 color: #143D55;
 text-decoration:none;
 font-weight: bold;
 }

a:hover, a:active {
	color:#143D55;
	text-decoration:underline;
 font-weight: bold;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }

.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 p.wp-caption-text {   
    font-size: 11px;   
    line-height: 17px;   
    padding: 0 4px 5px;   
    margin: 0;   
}

img.wp-smiley {
  border: 0;
  padding: 0;
}

/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width: 960px;
	margin: 0 auto;
	font-size: 1em;
 background-color: #fff;
	padding: 5px;
	border: 2px solid #333;
	}

#header , #navigation { 
 clear:both;
 }
 
#header img { 
 border:0;
}
 
#branding {/*where the logo sits*/
	width:625px;
	height:100px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it 's the sidebar container*/
	width: 260px;
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:302px;
	padding:5px 5px 5px 15px;
 margin-right: 5px;
 float:left;
 background-image:url(images/back_featured_left.jpg);
 background-repeat:repeat-x;
 background-position: left top;
	}

#leftcol, #rightcol {
	margin-top:10px;
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:302px;
	padding:5px 5px 5px 30px;
 margin-left: 5px;
 float:right;
 background-image:url(images/back_featured_right.jpg);
 background-repeat:repeat-x;
 background-position: left top;
	}

#agenda { 
 overflow: hidden;
 border: 1px solid #9c9c9c;
 padding: 0 5px 0 5px;
}

		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #E0E0E0;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	

/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
	}

h1 {
	font-size: 1.8em;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	font-size: 1.8em;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font-size: 0.9em;
	margin-bottom:4px;
	}

#sidebar h2, #sidebar h3 {
 }

#sidebar .cat-item  {
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform: uppercase;
	margin-top:10px;
	font-weight:bold;
	border:0;
 text-align:center;
 color:#fff;
	}

#sidebar .cat-item a { 
 color:#fff;
 display: block;
 padding-top:8px;
 background-image: url(images/im-cat-back-round.gif);
 background-repeat:no-repeat;
 width:255px;
 height:30px;
}

#sidebar .cat-item a:hover { 
 color:#fff;
 display: block;
 background-image: url(images/im-cat-back-round-hover.gif);
 background-repeat:no-repeat;
 width:255px;
 height:30px;
}
 
h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #143D55;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
 
	
/******************************************
*   Content                        
******************************************/

#content {
	width:680px;
	float:left;
 padding-top: 18px;
	}
	
#pagecontent { 
 clear: both;
 }

.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}
 
.post pre {
 display: block;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 border: 1px solid #cbcbcb;
 background:#fcfcfc;
 margin-top: 10px;
 padding: 5px;
 overflow: auto;
}
 
/* Featured Articles formatting "leftcol" */

.feature {
/* background: url(images/back_featured.jpg) repeat-x #F4F4EC; */
 background: url(images/back_featured.jpg) repeat-x #A5C8DC;
 padding:15px 15px 5px 15px;
 border: 1px solid #ccc;
}

.underfeature {
 padding:15px 15px 5px 15px;
 border: 1px solid #ccc;
 margin-top:15px;
 margin-bottom:10px;
}

.underfeatureitem { 
 display: block;
 clear: both;
}
  
.feature p, .underfeature p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}


/* Formating of the Leadstory stuff in the tabbed section */
			
.leadpic {
	float:right;
	margin: 0 0 8px 18px;
	padding:1px;
	border: 1px solid #999;
	}

.underleadpic {
	float:left;
	margin: 5px 10px 2px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-size:1.1em;
	font-weight:bold;
	color: #143D55;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}
 
.readmore {
 clear: both;
 text-align: right;
 }

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}
	

#searchform { 	
 padding:0;
 }
 
#searchform input { 
	background:#fff;
	border:1px solid #9c9c9c;
 height:20px;
	width:97%;
 padding-left:4px;
 margin-top: 19px;
}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist li img { 
 border:0;
 }

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat1:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat2 {
	display:inline-block;
	}
	
.clearfloat3 {
	display:block;
	}

.clear { 
 display:block;
 clear:both;
 }
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#000;
	}


/******************************************
*   Navigation                        
******************************************/
 
#dolphincontainer{position:relative;border-bottom: 2px solid navy; color:#E0E0E0;background:#143D55;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;height:33px;}
#dolphin_inner{color: white; padding: 5px; font-size: 90%; height: 18px;}
#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{color: white;text-decoration:none;}
#dolphin_inner a:hover{text-decoration:underline;}
.innercontent{display: none;}
.innercontent a:link, .innercontent a:visited, .innercontent a:active {padding:5px 5px;border-right:1px solid #fff;color:#FFFFFF;}