@charset "utf-8";
/* 
Theme name: Wim Wauters
Description: Basic lay-out for Wim Wauters
Version: 1.0
Tags: Wim, Wauters
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}

/*Generic*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background: #FAFAFA;
}
.centerMain{
	width: 980px;
	margin: 0 auto 0 auto;
	position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.twoCol{
	width: 49%;
	float: left;
}

/*Header*/
#top{
	background: #222 url(images/topFullBack.png) repeat;
	color: #ccc;
	height: 204px;
	text-shadow: 2px 2px 5px #000;
}
	#top .centerMain{
		height: 204px;
		background: url(images/topBack.png) no-repeat;
	}
	#top h1{
		font-size: 48px;
		font-weight: bold;
		position: absolute;
		top: 64px;
	}
	#top h2{
		font-size: 22px;
		position: absolute;
		top: 112px;
		left: 124px;
	}
	#top img{
		float: right;
	}

/*Main horizontal navigation*/
.menu-mainmenu-container{
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #c0c0c0) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c0c0c0), to(#eee)) !important;
	background: url(images/navBar.png) repeat-x;;
	height: 44px;
	line-height: 44px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#menu-mainmenu{
	width: 980px;
	margin: 0 auto 0 auto;
}
	#menu-mainmenu li{
		float: left;
		margin: 0 20px 0 0;
	}
	#menu-mainmenu a{
		color: #333;
	}
	#menu-mainmenu a:hover{
		border-bottom: 2px solid #333;
	}
	.current-menu-item {
		font-weight: bold;
	}

/*Main*/
#main{
	padding: 20px 0 0 0;
}
/*Sidebar*/
#sideContent{
	width: 250px;
	float: left;
	padding: 0 40px 0 0;
}
#sideContent h2, .postSnippet h3.subNav{
	color: #06c;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
/*Content*/
#content{
	float: left;
	width: 690px;
}
	/*Special headers*/
	#catHeading{
		color: #222;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 26px;
		font-weight: bold;
		text-shadow: 2px 2px 3px #BBB;
		margin: 0 0 20px 0;
	}
	/*Post*/
	.postSnippet{
		color: #666;
		font-size: 13px;
		line-height: 1.3;
padding: 0 0 35px 0;
	}
		.postSnippet p{
			margin: 0 0 18px 0;
		}
		.postSnippet a{
			color: #09C;
			text-decoration: underline;
		}
		.postSnippet a:hover{
			color: #0CF;
		}
		.postSnippet em{
			font-style:italic;
		}
		.postSnippet strong{
			font-weight:bold;
			color: #333;
		}
		.postSnippet blockquote{
			margin: 0 0 0 40px;
			display:block;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-style: italic;
		}
.postSnippet ul, .postSnippet ol{
margin: 0 0 0 16px;
}
.postSnippet ul li{
list-style: circle inside;
}
.postSnippet ol li{
list-style: decimal inside;
}
		.postSnippet h2 a, .postSnippet h3 a, .postSnippet h3, .postSnippet h2{
			color: #333;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			margin: 0 0 8px 0;
		}
		.postSnippet h2 a:hover, .postSnippet h3 a:hover{
			color: #777;
		}
		.postSnippet small{
			color: #333;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 14px;
			display: block;
			margin: 0 0 22px 0;
		}
		/*Wordpress*/
		.postSnippet .aligncenter{
		   display: block;
		   margin: 6px auto 6px auto;
		}
		.postSnippet .alignleft {
		   float: left;
		   margin: 2px 6px 2px 0px;
		}
		.postSnippet .alignright {
		   float: right;
		   margin: 2px 0px 2px 6px;
		}
		/*Postmeta*/
		.postMetaData {
			color: #999;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin: 28px 0 54px 0;
		}
		ul.postMetaData  li{
			line-height: 1.6;
list-style: none;
		}
ul.addtoany_list li{
list-style: none;
}
		.postMetaData a{
			color: #09C;
			text-decoration: none;
		}
		.postMetaData a:hover{
			text-decoration: underline;
		}
	/*Next/Prev links*/
	.nextPostsNav{
		float: left;
	}
	.prevPostsNav{
		float: right;
	}
	.nextPostsNav a, .prevPostsNav a{
		color: #09C;
		font-size: 13px;
	}
	.nextPostsNav a:hover, .prevPostsNav a:hover{
		color: #0CF;
	}
	/*WP PageNavi*/
	.wp-pagenavi{
		margin: 0 0 8px 0;
	}
	#content .wp-pagenavi a, .current{
		padding: 2px 6px;
		margin: 0 4px 0 0;
		border: 1px solid #999;
		color: #999;
		background: -moz-linear-gradient(100% 100% 90deg, #ccc, #d7d7d7) !important;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7d7d7), to(#ccc)) !important;
		background: #CCC;
		text-shadow:0 1px 0 #fff;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.current{
		color: #444;
		border: 1px solid #444;
	}
	#content .wp-pagenavi a:hover{
		color: #09c;
		border: 1px solid #09c;
	}
/*Forms*/
label{
	color: #666;
	font-size: 13px;
	display:block;
	margin: 0 0 8px 0;
}
label abbr{
	color: #09C;
}
input, textarea{
	color:#666;
	background: #eee;
	border: 1px solid #aaa;
	display:block;
	width: 90%;
	padding: 4px;
	margin: 0 0 10px 0;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit]{
	height: 22px;
	width: 86px;
	line-height: 22px;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	background: -moz-linear-gradient(100% 100% 90deg, #06c, #09F) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09f), to(#06c)) !important;
	background: #06C;
	border: 1px solid #0C85AD;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 3px #777;
	-webkit-box-shadow: 1px 1px 3px #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit]:hover{
	background: -moz-linear-gradient(100% 100% 90deg, #07d, #0bf) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0bf), to(#07d)) !important;
	background: #09F;
}
input[type=submit]:active, input[type=submit]:focus{
	background: -moz-linear-gradient(100% 100% 90deg, #09f, #06c) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06c), to(#09f)) !important;
	background: #09F;
}
input:focus, textarea:focus{
	outline: 2px solid #0bf;
	-moz-outline-radius: 4px;
	border-color: #09f;
}
/*Comments*/
#comments h4{
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 8px 0;
}
#comments h5{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: #555;
}
#content ol#commentsSection{
	padding: 0;
	list-style: none;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentsSection li{
	background: #eee;
	padding: 8px;
}
#commentsSection li:nth-child(even){
	background: #ccc;
}
.commentInfo{
	margin: 0 0 10px 0;
}
.avatar{
	float: left;
}
.textualInfo{
	float: left;
	margin: 0 0 0 12px;
}
#content .commentName{
	padding: 0;
	margin: 0 0 4px 0; 
	font-size: 14px;
	font-weight: bold;
}
#content .CommentDate{
	padding: 0;
	font-style: italic;
	font-size: 12px;
}
/*Contact page*/
/*Contact form*/
.ECF_sScan{
	position: absolute;
	left: -9999px;
	top: -9999px;
}
#ECF_form .error, .ECF_error{
	color: #e00;
}
.ECF_success{
	color: #0e0;
}
input.error{
	outline: 2px solid #e00;
	-moz-outline-radius: 4px;
	border-color: #b00;
}
/*Contact page adress*/
.addressGroup{
	display: block;
}
.addressLabel{
	color: #999;
	float: left;
	width: 60px;
	padding: 0 20px 10px 10px;
	text-align: right;
}
.addressItem{
	float: left;
	width: 230px;
	padding: 0 10px 10px 0;
}
	/*social stuff*/
	#social{
		margin: 12px 0 0 20px;
	}
	#social a{
		margin: 0 7px 0 0;
		display: inline-block;
		text-indent: -9999px;
		background-image: url(images/icons.png);
		width: 32px;
		height: 32px;
	}
	#social a:hover{
		opacity: 0.7;
	}
	.socialFacebook{
		background-position: -0 0;
	}
	.socialTwitter{
		background-position: -32px 0;
	}
	.socialLinkedin{
		background-position: -64px 0;
	}
	.socialYoutube{
		background-position: -96px 0;
	}
	.socialRSS{
		background-position: -128px 0;
	}
/*Sidebar*/
#sideContent a{
	color: #09F;
}
#sideContent a:hover{
	text-decoration:underline;
}
#sideContent .menu, .twitterWidget, .fbFan, .youtubeLink{
	width: 238px;
	background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fbfbfb) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f5f5f5)) !important;
	background: #f5f5f5 url(images/assideBack.png) repeat-x;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	padding: 0 11px;
	margin: 0 0 20px 0;
}
#sideContent .menu-item{
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#sideContent .menu-item:last-child{
	border-bottom: none;
}
#sideContent .menu-item a{
	color: #999;
	font-size: 16px;
}
#sideContent .twitterWidget h2 a{
	color: #999;
	background: url(images/icons.png) 0 -32px;
	font-weight: normal;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 0 0 40px;
	margin: 6px 0;
}
#sideContent .tweets{
	backgound: fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 6px;
	margin: 6px 0;
}
#sideContent .tweets li{
	color: #666;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#sideContent .tweets li:last-child{
	border-bottom: none;
}
#sideContent .fbFan h2 a{
	color: #999;
	background: url(images/icons.png) 0 -64px;
	font-weight: normal;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 0 0 40px;
	margin: 6px 0;
}
#sideContent .youtubeLink a{
	color: #999;
	background: url(images/icons.png) 0 -96px;
	display:block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 0 0 40px;
	margin: 6px 0 6px 0;
}
#sideContent .fbFan h2 a:hover, #sideContent .youtubeLink a:hover, #sideContent .menu-item a:hover, #sideContent .twitterWidget h2 a:hover{
	color: #333;
	text-decoration:none;
}
/*Footer*/
#footer{
	background: #222;
	color:#999;
	border-top: 1px solid #999;
	font-size: 14px;
	line-height: 1.5;
	min-height: 54px;
	padding: 10px 0;
	margin: 14px 0 0 0;
}
#footerLinks{
	float: left;
}
#footerRSS{
	background: url(images/icons.png) 0 -128px;
	float: right;
	height: 16px;
	line-height: 16px;
	padding-left: 26px;
}
#statcounterWrapper{
	text-align: right;
	margin: 6px 0 0 0;
}
#footer li{
	display:inline;
}
#footer li:after {
	content: " - ";
}
#footer li:last-child:after {
	content: "";
}
#footer a{
	color: #CCC;
}
#footer a:hover{
	color: #fff;
}
