/*
Theme Name: Wonderolie2010
Theme URI: http://wonderolie/
Description: Only available for Wonderolie
Version: 1
Author: Wonderolie
Author URI: http://www.wonderolie.nl
Tags: Wonderolie
*/ 


* {
    padding: 0;
    margin: 0;
} 

body {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
	/*background-color: #f0f3f5;*/
	background: transparent url( includes/img/background.jpg ) top center no-repeat;
	margin: 30px auto;
    width: 900px;
}

p {
	margin: 0;
	padding: 5px 0px;;
    margin-top: 5px;
}

img { 
    border: none; 
}

a:link, a:visited, a:active { 
    color: #000; 
    text-decoration: none; 
}

a:hover, a:focus { 
    text-decoration: underline; 
    color : #f00; 
}
	
	article a:link, article a:visited, article a:active { 
    text-decoration: underline; 
	}
	
	article a:hover, article a:focus { 
	    text-decoration: underline; 
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}


pre
{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}

header
{
	display: block;
	height: 120px;
	width: 900px;
}
	
	header a{ display: block; position: relative; top: 63px; }
	
	header h1
	{
		display:block;
		height: 40px;
		width: 600px;
		margin: 0;
		text-indent: -2000px;
		background: transparent url(includes/img/wo-header-logo.gif) 0px 0px no-repeat;
	}

	nav.headerContainer
	{
		display: block;
		height: 30px;
		width: 880px;
		background: #fff;
		margin: 10px 0 0 0;
		padding: 10px 0 0 20px;
	}

h1 {
    font-size: 50px;
    font-weight: 100;
    font-family: Tahoma, Helvetica, sans-serif;
    padding: 55px 0 5px 0;
}

h1 a {
    color: #000;
    text-decoration: none;
}

h1 a:hover {
    color: #363636;
    text-decoration: underline;
}

h2 
{
	font-family: 'Vollkorn', Georgia, serif;
	top: 0px;
	left: 20px;
	font-size: 36px;
	font-weight: normal;
}
	article h2{ line-height: 42px; } 
	article.left h2 a:link, article.left h2 a:active, article.left h2 a:visited{ text-decoration: none; }
	nav h2{ font-size: 17px; color: #666; width: 495px; float: left; margin: 2px 0 0 0; }


h5.employer
{  
	display: inline-block;
	width: 140px;
	height: 20px;
	margin: 10px 0 0 0; 
	padding: 0 0 0 20px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url('includes/img/arrows.gif') 8px -31px no-repeat;
}	

/*global container*/
.container
{
	border: 1px solid #b9c3cb;
	background: transparent url( "includes/img/transp_80.png" ) top left repeat;
	-webkit-box-shadow:0 0 5px #b9c3cb; 
	-moz-box-shadow: 0 0 5px #b9c3cb; 
	box-shadow:0 0 5px #b9c3cb; 
}

/* Menu */
	nav ul {
		color: #000;
		position: relative;
		top: -16px;
		right: 20px;
		height: 20px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	nav li {
		display: inline;
		font-family: 'Vollkorn', Georgia, serif;
		font-weight: bold;
	}
	
	nav a {
		display: block;
		margin: 5px 0px 6px 0px;
		padding: 3px 5px 1px 5px;
		text-decoration: none;
		color: #000;
		font-size: 1.7em;
		float: right;
	}
	
	nav a:hover {
		/*background: #fff;*/
		text-decoration: underline;
	}
	
	nav .current_page_item {
	    background: #fff;
	    color: #000;
	    text-decoration: underline;
	}
	
	nav .current_page_item a {
		display: block;
		margin: 5px 0px 6px 0px;
		padding: 3px 5px 1px 5px;
		text-decoration: none;
		font-size: 1.7em;
		color: #ff0000;
		float: right;
	}
	
	nav .current_page_item a:hover 
	{
		color: #ff0000;
		font-size: 1.7em;
		text-decoration: underline;
	}

#content {
    padding: 10px 0px 0 0px;
}


.articles {
    border-top: 0px #bbb dashed;
}

#content .showtags {
    padding-left: 5px;
    line-height: 20px;
    border-bottom: 14px solid #f00;
    /*border-top: 1px dashed #bbb;*/
}





article {
	display: block;
    width: 660px;
    float: left;
	margin: 0 0 0 0px;
	padding: 20px; 
}
	
	article h2#respond
	{
		font-size: 1.2em;
		font-family: Tahoma, Helvetica, sans-serif;
		margin: 0 0 0 5px;
	}
	
	article h3
	{
		margin: 10px 0 0 0;
	}
	
	article h3.archive
	{
		border-bottom: 1px solid #f00;
		color: #f00 ;
		font-size: 1.0em;
		font-family: Tahoma, Helvetica, sans-serif;
		margin: 10px 0 10px 5px;
		
	}
	
	article ul {
	    padding-left: 0em;
	}
		
		
		article ul li
		{  
			list-style-position: inside;
			list-style-type: square;
		}
	
	article ol {
	    padding-left: 3em;
	}

.count {
    float: right;
}

aside {
	display: block;
    width: 160px;
    float: right;
    padding: 10px;
}

	aside ul {
	    list-style-type: none;
	    padding: 0px 10px 10px 0px;
	}
	
	aside ul ul{
	    margin:0.1667em 0;
	    padding:0 0 0 15px;
	}
	
	aside h2 {
		font-family: 'Vollkorn', Georgia, serif;
		font-size: 16px;
		font-weight: bold;
	    color: #000;
		margin: 0 0 5px 0;
	}
	
	aside a { 
	    text-decoration: none;
	    color: #000;
	}
	
	aside a:hover {
	    text-decoration: underline;
	}
	
	input[type=text], input[type=email],input[type=url], input[type=search], textarea{ height: 25px; border: none; background-color: #eee; }
	textarea{ height: 150px;  font-family: Tahoma, Helvetica, sans-serif; font-size: 12px;}
	
	
	#searchform fieldset{ border: none; }
	#searchform fieldset input[type=text], #searchform fieldset input[type=search]{ width: 100px;  float: left }
	#searchform fieldset input[type=submit]{ width: 60px; height: 25px; font-weight: bold; border: none; cursor: pointer; float: left; background-color: #666; color: #fff; }
	#searchform fieldset input[type=submit]:hover, #searchform fieldset input[type=submit]:focus{ background-color: #f00; }

	#commentform input[type=submit]{ width: 130px; height: 25px; font-weight: bold; border: none; cursor: pointer; float: left; background-color: #666; color: #fff; }
	#commentform input[type=submit]:hover, #searchform fieldset input[type=submit]:focus{ background-color: #f00; }

.nomove {
    width: 160px;
    float: right;
    padding: 10px;
	margin:  0;
    /*border-left: 1px solid #bbb;)*/
	background: #fff;
}

.nomove ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.nomove h2 {
    height: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.nomove a { 
    font-size: 15px;
    color: #000;
}

.nomove a:hover {
    text-decoration: underline;
    color: #363636;
}

footer.mainFooter {
	display: block;
    text-align: left;
	clear: both;
	width: 700px;
    color: #cdcdcd;
    font-size: 11px;
    padding: 0 0 10px 0;
    margin-top:20px;
	background-color: #333333;
	border: 1px solid #b9c3cb;
	height: 90px;
	
	-webkit-box-shadow:0 0 5px #b9c3cb; 
	-moz-box-shadow: 0 0 5px #b9c3cb; 
	box-shadow:0 0 5px #b9c3cb; 
}
	footer div
	{
		width: 100%;
		padding: 10px 20px;
		height: 70px;
		font-size: 10px;
	}
	
	footer a:link, footer a:visited, footer a:active
	{
		color: #cdcdcd;
		text-decoration: underline;	
	}
		footer a:hover, footer a:focus{color: #fff; }
	footer ul.contact, footer ul.social
	{
		list-style: none;
	}
	footer ul.contact{ float: left; }
		.footer ul.contact span{ font-weight: bold; }
	footer ul.social
	{
		display: inline-block;
		float: right;
		text-align: right;
		margin: 0 40px 0 0;
	}
		footer ul.social span{ font-weight: bold; font-family: 'Vollkorn', Georgia, serif; font-size: 14px;}
		footer ul.social a{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
		footer li.footerEmailIcon{padding: 0 0 0 20px; background: transparent url('includes/img/my_social_icons.png') 0px -58px no-repeat;} 
		footer li.footerLinkedinIcon{padding: 0 20px 0 0px; background: transparent url('includes/img/my_social_icons.png') right 2px no-repeat;} 
		footer li.footerFacebookIcon{padding: 0 20px 0 0px; background: transparent url('includes/img/my_social_icons.png') right -18px no-repeat;} 
		footer li.footerFlickrIcon{padding: 0 20px 0 0px; background: transparent url('includes/img/my_social_icons.png') right -38px no-repeat;}

/* Search */

#search {
	width: 150px;
	height: 25px;
	background: #fff;
	border: none;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 127px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #878C8D;
}

#search br {
	display: none;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #5C7F00;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    /*border-bottom: 1px #bbb dashed;*/
}


/* Comments  section */


section.comment
{
	display: block;
	width: 640px;
	color: #fff;
	background-color: #666;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	
	-webkit-box-shadow:0 0 3px #666; 
	-moz-box-shadow: 0 0 3px #666; 
	box-shadow:0 0 3px #666; 
}
	section.comment header h3{
		font-family: 'Vollkorn', Georgia, serif;
		font-size: 14px;
		font-weight: bold;
	}

	section.comment header{ width: 100%; height: 30px; }
	section.comment footer{ width: 100%; height: 15px; background-color: #666; }


ul.commentlist li
{
	background: #ffffff url(images/commentalticon.gif) 0px 0px no-repeat;
}


.polaroid
{
	background-color: #fff;
	display: block;
	width: 152px;
	height: 170px;
	padding: 3px;
	margin: 15px 0 0 0;
	
	-webkit-box-shadow:0 0 3px #999; 
	-moz-box-shadow: 0 0 3px #999; 
	box-shadow:0 0 3px #999; 
}

#images 
{ 
	display: block; 
	height: 150px; 
	width: 150px; 
	padding:0; 
	overflow: hidden; 
	border: 1px solid #999;
}
.preload
{
	background: transparent url('includes/img/preload.gif') center center no-repeat;
}
#images img 
{ 
	display: block; 
	border:none; 
}

a#prev, a#next
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 10px 0 0;
}
	a#prev{ background: transparent url('includes/img/arrows.gif') 8px 3px no-repeat; padding: 0 0 0 15px; }
	a#next{ display: inline-block; width: 40px; background: transparent url('includes/img/arrows.gif') 24px -15px no-repeat; padding: 0 15px 0 0; }

	a#prev:link, a#prev:visited, a#prev:active,  
	a#next:link, a#next:visited, a#next:active{color: #999;}
	
	a#prev:hover, a#prev:focus,
	a#next:hover, a#next:focus{color: #333;}
	
/*portfolio*/
a#webdeveloping, a#webdesign, a#artistic
{ 
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 0 0px;
}
/*	a#webdeveloping{ background: transparent url('includes/img/icon-webdevelop.png') top left no-repeat; }
	a#webdesign{ background: transparent url('includes/img/icon-webdesign.png') top left no-repeat; }
	a#artistic{ background: transparent url('includes/img/icon-artistic.png') top left no-repeat; }
*/

#portfolioXml
{
	margin: 0px 0 0 0;
}

.portfolioItem
{
	margin: 20px 0 0 0;
}
.portfolioItem h3
{
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 16px;
	display: block;
	width: 642px;
	height: 34px;
	border: 4px solid #000;
	padding: 10px 0px 7px 10px;
	background-color: #000000;
	color: #f5f5f5;
	cursor: pointer;
	overflow: hidden;
}

.portfolioItem .acc_container
{
	overflow: hidden;
	padding: 10px 3px;
}
.acc_container p, .acc_container ul 
{
	display: block;
	float: left;
	width: 260px;
}
.acc_container p{margin: 0 0 0 5px;}

.acc_container .slideshow
{
	width: 360px;
	height: 260px;
	float: right;
	margin: 10px 0 0 0;
	
	cursor: pointer;
	cursor: url(includes/img/pause.png), url(includes/img/pause.cur), auto;
}
	.acc_container figcaption
	{
		display: block;
		width: 360px;
		height: 15px;
		text-align: center;
		font-weight: bold;
	}

	.acc_container .slideshow img
	{
		width: 360px;
		height: 240px;
		-webkit-box-shadow:0 0 3px #000; 
		-moz-box-shadow: 0 0 3px #000; 
		box-shadow:0 0 3px #000; 
	}
	

time.date
{
	display: block;
	font-family: arial, sans-serif;
	color: #666;
	font-size: 10px;
}

ul.skills li
{
	padding: 0 0 0 20px;
	background: transparent url('includes/img/arrows.gif') 8px -16px no-repeat;
	color: #666;
	list-style-type: none;
}


/* artistic */
#artistic ul
{
	margin: 30px 0px;
}
	#artistic li
	{ 
		list-style-type: none; 
		display: block; 
		float: left;
		width: 150px;
		height: 150px;
		text-align: center;
	}
	
	#artistic figcaption
	{ 
		display: block; 
		width: auto;
		text-align: center;
	}
	#artistic  a img 
	{
	    padding: 1px;
	    border: 2px solid #000;
	    background: #000;
	}

	#artistic a img:hover {  
	    padding: 1px; 
	    border: 2px solid #f00; 
	    background: #f00; 
	}
	
	