/*
Theme Name: Yes-co
Theme URI: http://www.yes-co.nl
Description: Yes-co WordPress theme.
Version: 0.1
Author: Stefan Groen | Brandman
Author URI: http://www.brandman.nl
Tags:
*/



/* Begin Typography & Colors */
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea { color:#4E4E4E; font-size:12px; line-height: 16px; margin: 0; padding: 0; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;line-heigt:16px;}
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th,fieldset,input,textarea { color:#4E4E4E;}
ul,ol { list-style: none; }
img { border: none;outline: 0; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	}

#content {
	font-size: 1.2em
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	color: #003e7e;	
	}

h1 {
	font-size: 28px;
	line-height:28px;
	margin: 0 0 18px 0;
	color: #003e7e;
	letter-spacing: -0.5px;
	}

h2 {
	font-size: 16px;
	line-height:16px;
	padding-top:40px;
	}

h2.pagetitle {
	font-size: 28px;
	line-height:28px;
	margin: 0 0 18px 0;
	color: #003e7e;
	font-weight:normal;
	letter-spacing: -0.5px;
	padding-top:0;
	}

#sidebar h2 {
	font-size: 12px;
	color:#333333;
	}

h3 {
	font-size:12px;
	color:#333333;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #003e7e;
	}		
	
 h3, h3 a, h3 a:visited {
	}
	
	.post h3 {
	font-size:16px;
	line-height:16px;
	}

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;
	}

.post {
margin-bottom:30px;
}

.entry p {
margin: 10px 0;
}

	.entry p a {
	text-decoration:underline;
	}
	
	.entry p a:visited {
	/*color: #b85b5a;*/
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999999;
	font-size:11px;
	line-height:14px;
	}

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: #003e7e;
	text-decoration: none;
	}

a:hover {
	color: #003e7e;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */


HTML {
}

HTML,body {
background:#cccccc;
}

body {
text-align:center;
}

#placeholder {
background:url(images/bg-header.gif) repeat-x;
}

/* HEADER */

#headerholder {
text-align: left;
width:960px;
margin: 0 auto;
height: 127px;
}

	#header {
	}
	
		#topnavholder {
		height:37px;
		color:#ffffff;
		}
		
			#topnav {
			padding: 8px 0;
			float:right;
			}
			
						#topnav ul li {
						float:left;
						}
						
							#topnav ul li a {
							display:block;			
							text-decoration:none;
							color:#ffffff;
							border-right: 1px solid #ffffff;
							padding:0 10px;
							font-size:11px;
							line-height:14px;
							margin-top: 3px;
							}			
								
							#topnav ul li a:hover {
							text-decoration:underline;
							}
							
							#topnav ul .last a {
							}
							
							#topnav ul .border a {
							border:0;
							}
							
							#topnav ul .active a {
							color:#ffffff;						
							}
							
							#topnav ul .active a:hover {
							color:#ccc;
							}
							
							#topnav ul li form {
							padding:0 0 0 10px;
							}
							
								#topnav ul li .searchicon {
								text-decoration:none;
								padding-left:3px;								
								float:left;
								}
								
								#topnav ul li form input {
								height:17px;
								border-left: 0;
								border-right: 0;
								border-top: 1px solid #cccccc;
								border-bottom: 1px solid #cccccc;
								font-size:11px;
								float:left;								
								}
								
								#topnav ul li form img {
								float:left;
								}
								
								#topnav ul li #button_login {
								margin-left:7px;
								float:left;
								}
			
		#logoholder {
		height: 90px;
		float:left;	
		width:265px;		
		overflow:hidden;
		}
		
			#logo {
			padding-top:17px;
			}

		#mainmenuholder {
		height:90px;
		margin-left: 265px;
		}
		
			
			#mainmenu {			
			}
		
				#mainmenu ul {
				margin:0;
				}
				
				#mainmenu ul li {
				float:left;
				}
				
				#mainmenu ul li a {
				display:block;			
				font-weight:bold;
				text-decoration:none;
				color:#333333;
				font-size:16px;
				padding: 4px 0 0 0px;
				margin: 36px 30px 0 0;
				}			
					
					#mainmenu ul li a:hover {
					text-decoration:underline;
					}
					
					#mainmenu ul .active a {
					font-size:26px;
					margin: 36px 30px 0 0px;
					padding: 0 0 30px 0;
					background:url(images/bg-menu-underline.gif) 0px 22px repeat-x;
					}
					
					#mainmenu ul .active a:hover {
					text-decoration:none!important;
					}

#borderholder {
float:left;
display:inline;
width: 210px;
margin-right:55px;
}

	#border {
	text-align: left;
	padding: 0 0 60px 0;
	}
	
		.toolbox {
		width:210px;
		}
		
			.toolbox h3 {
			background:url(images/bg-header-toolbox.gif) no-repeat;
			line-height:24px;
			font-weight:normal;
			text-transform:uppercase;
			padding: 2px 0 0 12px;
			margin:0;
			}
			
			.toolbox ul {
			background:url(images/bg-body-toolbox.gif) left bottom no-repeat;
			margin:0;
			padding:8px 0;
			}
			
				.toolbox .last {
				border:0;
				}
			
				.toolbox ul li {
				margin:0;
				line-height:24px;
				margin:0px 12px;				
				border-bottom:1px solid #cccccc;
				
				}
				
					.toolbox ul li a {
					text-decoration:none;
					color:#333333;
					background:url(images/bullet-diamond.png) 0 4px no-repeat;
					padding:0 0 0 12px;
					}
					
					.toolbox ul li a:hover {
					text-decoration: underline;
					color:#000000;
					}
					
#sidebarholder {
display:inline;
float:right;
width: 180px;
}

	#sidebar {
	text-align: left;
	padding: 0 0 60px 0;
	}
	
	#sidebar ul li form {
	}
	
		#sidebar ul li .searchicon {
		text-decoration:none;
		padding-left:3px;
		float:left;
		margin-top:3px;
		display:block;
		width:14px;
		height:14px;
		cursor:pointer;
		}
		
		#sidebar ul li form input {
		}
		
		#sidebar ul li form img {
		float:left;
		}
		
		#sidebar ul li #button_login {
		margin-left:7px;
		float:left;
		}


#mainholder {
background: #f5f4f3 url(images/bg-fade-main.gif) repeat-x;

/* min-height hack */
min-height:321px;
height:auto !important;
height:321px;

}

#contentholder {
text-align: left;
width:960px;
margin: 0 auto;
padding: 40px 0 0 0;
}	
	
	#content {
		margin: 0 230px 0 265px;
		padding:0 0 40px 0;
		}

#footerholder {
height:80px;
color:#4e4e4e;
}

	#footer {
	width:960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	}
		
		#footer .footermenu {
		height:20px;
		margin: 0 auto;
		}
		
			#footer ul {
			margin:0;
			}
				
				#footer ul li {
				float:left;
				}
		
					#footer .footermenu a {
					font-size:13px;	
					text-decoration:none;
					padding: 0 10px;
					border-right:1px solid #666;
					color:#4e4e4e;
					margin:0!important;
					}
					
						#footer .footermenu a:hover {
						text-decoration:underline;
						
						}
					
						#footer .footermenu .last a {
						border:0!important;
						}
		
		#footer .legal {
		margin-top:3px;
		text-align:center;
		font-size:11px;
		color:#4e4e4e;
		}
		
			#footer .legal a {
			color:#4e4e4e;
			}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0 0 4px 0;
	}

h2.pagetitle {
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 4px 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 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 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: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.hidesubmitbutton {
background-color:#FFFFFF;
border:0 none;
height:1px;
left:0;
position:absolute;
top:0;
width:7px;
}
	
#searchform {
margin:0;
}

/* BUTTONS */

.buttonholder {
height:21px;
cursor:pointer;
}

	.buttonstart {
	float:left;
	height:21px;
	background: url(images/bg-button-start.png) no-repeat;
	}
	
	.buttonstart a {
	text-decoration:none!important;
	padding:2px 4px 0 7px;
	display:block;
	width:auto;
	color:#000000!important;
	font-size:11px;
	}
	
	.buttonstart a:hover {
	text-decoration:none;
	color:#000000!important;
	}
	
	.buttonend {
	float:left;
	height:21px;
	width: 7px;
	background:url(images/bg-button-end.png) no-repeat;
	}

#sidebar #searchform #s {
	width:90px;
	padding: 2px;
	height:13px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size:11px;
	float:left;								
	}

#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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#commentform .buttonholder {
float:right;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	}

#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;
	}

.hidden {
	display: none;
	}

hr {
border:none 0;
border-top:1px solid #cccccc;
height:1px;
margin48px 0 8px 0;
padding:0;
}

	.post hr {
	margin-right:95%;
	}

a img {
	border: none;
	}

.navigation {
}

	
/* End Various Tags & Classes*/



/* 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 */


/* "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." */
