/*
Theme Name: Portfolio - Wouter Walmink
Theme URI: http://walmink.com
Description: Theme for the porfolio website of Wouter Walmink
Author: Wouter Walmink
Version: 0.1
Tags: grey, simple
*/



/**
 * General styles
 */

body {
	
	font-family: "Quicksand", Arial, sans-serif;
	letter-spacing: -0.5px;

	
	overflow-x: hidden;
	color: #444;
	
	background: url(media/images/grain_texture_2.png) #fcfcfc;
}


h3, a, a:visited, #selection_end, 
#quicklinks a:hover, #quicklinks .selected {
	
	font-family: "QuicksandBold", Arial, sans-serif;
	color: #15709E;
}


#gradient_overlay {
	
	position: fixed;
	z-index: -100;
	
	width: 100%;
	height: 100%;
	
	opacity: 0.1;

	/*
	background: -moz-linear-gradient(top,  #fff,  #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
	*/
}


h1 {
	
	font-size: 70px;
	letter-spacing: -5px;
	margin-left: -5px;
	padding-top: 30px;
	
	text-shadow: 0 3px 1px #fff, 0 -1px 0 #ccc;
}



a { text-decoration: none; font-weight: normal; }






/**
 * Header
 */

#header {
	
	margin: 0 0 0 30px;
	
	width: 360px;
	height: 900px;
	
	overflow:hidden;
	
	background: url(http://www.walmink.com/wp-content/themes/portfolio/media/images/page_shadow_left_525.png) 396px 50px no-repeat;
}

	#header.selected {	
		background: url(http://www.walmink.com/wp-content/themes/portfolio/media/images/page_shadow_left_525.png) 344px 50px no-repeat;
	}
	
	#header p {
	
	font-size: 14px;
	
	text-shadow: 0 1px 0px #fff;
}


/* special id for period effect */
#period {
	
	position: absolute;
	
	cursor: pointer;
}




/** menus **/

.menu {
	display: block;
	margin-bottom: 20px;
	
	width: 2000px;
}


	#header .menu p {
		
		font-size: 18px;
		
		font-weight: normal;
		line-height: 26px;
	}


	.menu a:hover, .menu a.selected  {
	
		margin: 0px -4px -3px;
		padding: 0px 4px 3px;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
			
		text-shadow: 0 0 0 #000;
	 }
	
	.menu a.extended {
		
		margin-left: -2px;
		padding-right: 300px;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
		color: #ffffff;
	}


/** main menu **/
#main_menu a {  }

	#main_menu  a:hover, #main_menu a.selected { 
	
		color: #ffffff;
		background-color: #15709E; 
		
		-moz-box-shadow: 0px 1px 4px #8aaec0; 
		/*, inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.15 );*/
		-webkit-box-shadow: 0px 1px 4px #8aaec0; 
		/*inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.15 );*/		box-shadow:  0px 1px 4px #8aaec0; 
		/*,inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.15 );*/
	}


/** extra menu **/
#extra_menu a { color: #A61B34 }
	
	#extra_menu a:hover, #extra_menu a.selected { 
		
		color: #ffffff;
		background-color: #A61B34;
		
		-moz-box-shadow: 0px 1px 4px #b4808a; 
		/*inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.15 );*/
		-webkit-box-shadow:  0px 1px 4px #b4808a; 
		/*inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.15 );*/
		box-shadow: 0px 1px 4px #b4808a; 
		/*inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.15 );*/
	}

/** credits **/
	 
#credits {
	padding-top: 20px;
	line-height: 24px;
}




/** selection end **/

/* the extended bit of the selection box on the right side of the page */

#selection_end_shadow {
	
	background: url(media/images/page_shadow_right_525.png) 0 50px no-repeat;
	
	height: 675px;
	width: 16px;
	
	display: block;
	position: absolute;
	
	left: 990px;
	top: 0;
}
	
	#selection_end_shadow.active {
	
		background: url(media/images/page_shadow_right_525.png) 0 50px no-repeat;
	}

#selection_end {
	
	display: block;
	width: 0;
	height: 17px;
	
	color: #FFF;
	background-color: #15709E; 
	
	font-size: 14px;
	text-align: right;
	
	cursor: pointer;
	
	margin: 40px -4px -4px 0;
	padding: 3px 0px 6px 0;
	
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
	-moz-box-shadow: 0px 1px 4px #8aaec0; */, inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.2 );*/
	-webkit-box-shadow: 0px 1px 4px #8aaec0; */, inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.2 );*/
    box-shadow: 0px 1px 4px #8aaec0; */, inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.2 );*/
}


/**
 * Content
 */
 
 

#content {
	
	position: absolute;
	top: 0;
	
	margin: 40px 40px 0 430px;
	padding: 20px 0 0 10px;
	
	width: 500px;
	height: 1500px;


}


#quicklinks {
	
	text-align: center;
	font-size: 15px;
	letter-spacing: 0px;
	text-transform:capitalize;
	
	margin: 20px 0 30px;
}

	#quicklinks a {
		
		display: inline-block;
		
		margin: 0 20px;
		
		margin: 6px 3px;
		padding: 2px 7px;
		
		/*background-color: #FFF;*/
		background-color: rgba( 255,255,255,0.7 );
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
		-moz-box-shadow: inset 0 1px 3px rgba( 0,0,0,0.05 ), 0px 2px 1px rgba( 255,255,255,0.8 ), 0px -1px 1px rgba( 0,0,0,0.2 );
		-webkit-box-shadow: inset 0 1px 3px rgba( 0,0,0,0.05 ), 0px 2px 1px rgba( 255,255,255,0.8 ), 0px -1px 1px rgba( 0,0,0,0.2 );

		/*box-shadow: inset 0 1px 3px rgba( 0,0,0,0.05 ), 0px 2px 1px rgba( 255,255,255,0.8 ), 0px -1px 1px rgba( 0,0,0,0.2 );*/
	}
	
	#quicklinks a:hover, #quicklinks .selected {
		
		display: inline-block;
		
		color: #ffffff;
		background-color: #15709E;
		
		margin: 6px 3px;
		padding: 2px 7px;
				
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
		-moz-box-shadow: inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.2 ), 0px 1px 4px #8aaec0;
		-webkit-box-shadow: inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.2 ), 0px 1px 4px #8aaec0;
		/*box-shadow: inset 0 1px 1px rgba( 255,255,255,0.4 ), inset 0 -8px 8px rgba( 0,0,0,0.2 ), 0px 1px 4px #8aaec0;*/
	}
	




#parent_page_content {
	
	color: #777;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin: 40px 10px 30px;
}

	#parent_page_content h3 {	
		font-style: normal;
	}



/** pages **/ 

/* description or intro text to category */
.category-desc {
	
	font-style: italic;
	font-size: 14px;

	margin-bottom: 20px;
}


h2 {

	font-size: 40px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: -1px;
	
	margin-left: 15px;
	margin-bottom: -3px;
	
	text-shadow: 0 2px 0px #fff;
}


#content .page-content h3 {
	
	background-color: #afa196;
	background-image: -webkit-gradient(
  		linear,
 		left bottom,
 		right top,
 		color-stop(0, rgba(0,0,0,0.15)),
 		color-stop(0.15, rgba(0,0,0,0)),
  		color-stop(0.5, rgba(0,0,0,0))
	);
	background-image: -moz-linear-gradient(
	    left bottom,
	    rgba(0,0,0,0.25) 0%,
	    rgba(0,0,0,0.05) 15%,
	    rgba(0,0,0,0) 50%
	);


	
	color: #ffffff;
	
	display: inline-block;
	
	font-size: 26px;
	letter-spacing: -1px;
	
	padding: 0 20px 3px 45px;
	margin: 40px 5px 10px -5px;
	
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 3px 55px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px 55px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px 55px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	
	-moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.25 );
	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.25 );
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.25 );
    
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	
}
	
	
#content h3, #content p, #content ul, #content ol {
	
	margin-left: 40px;
	margin-right: 40px;
}


	

.single-page {
	
	display: block;
	position: relative;	
	
	width: 500px;

	margin-bottom: 40px;
	border: 1px solid #E8E8E8;
	background: #ffffff;
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	-moz-box-shadow: 0 0 20px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0 0 20px rgba( 0, 0, 0, 0.15 );
    box-shadow: 0 0 20px rgba( 0, 0, 0, 0.15 );
    
}
	
	/*
	.single-page h2 {
		
		display: inline;
		position: relative;
		
		font-size: 28px;
		letter-spacing: -0.5px;
		
		top: -34px;
		background: #FFF;
		padding: 12px 30px 0 15px;
		margin: 10px 20px;
		
		-moz-border-radius-topright: 70px;
		-webkit-bordertop-right-radius: 70px;
	}
	*/
	
	
	.rounded {
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		
		-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.7 );/*, inset 0 5px 10px rgba( 0,0,0,0.1 ), 0 0 5px rgba(0,0,0,0.3);*/
		-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.7 ), inset 0 5px 10px rgba( 0,0,0,0.1 ), 0 0 5px rgba(0,0,0,0.3);
		/*box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.7 ), inset 0 5px 10px rgba( 0,0,0,0.1 ), 0 0 5px rgba(0,0,0,0.3);*/
		
		display: block;
	}
	
	.rounded img {
		
		opacity: 0;	
	}
		
	/*	
	.single-page .rounded {
		
		margin: 10px;	
	}
	*/
	
	.single-page .summary {
		
		text-align: center;
		font-style: oblique;
		
		font-size: 16px;
				
		/*margin-top: -30px;*/
		padding: 20px 40px 0;
		margin-bottom: 20px;
		
	}
	
	.single-page .readMore {
		
		right: 20px;
		left: 300px;
		text-align: right;
		margin: -10px 11px 8px 0;
	}
	
		
		.single-page .readMore a:hover {
			
			background: #15709E;
			color: #FFF;
			
			margin: 0px -4px -3px;
			padding: 0px 4px 3px;
		
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		.single-page .readMore span {
			
			position: relative;
			
			font-size: 14px;
			font-weight: bold;
			text-align: right;
			
			cursor: pointer;
		}
		
		.single-page .readMore span:hover {
			
			margin: -3px -4px;
			padding: 3px 4px 3px 4px;
			
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			
			color: #ffffff;
			background: #888;
		
			text-shadow: 0 0 0 #000;
		}
		
	.single-page .page-content {
	
		padding: 0 0 20px;
		
		letter-spacing: 0px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
		.single-page .page-content p {
			
			font-size: 13px;
			margin-top: 10px;
			margin-bottom: 10px;
			
			line-height: 20px;
		}
		
		.single-page .page-content a {
			
			font-weight: bold;
		}
		
		.single-page .page-content li {
			
			font-size: 13px;
			margin-left: 40px;
			
			line-height: 20px;
		}
	
		.single-page .page-content img {
		
			display: block;
		
			margin: 20px auto;
		
			border-bottom: 2px solid rgba( 0,0,0,0.07 );
			border-top: 2px solid rgba( 0,0,0,0.07 );
		
			/*-moz-box-shadow: 0 1px 7px rgba( 0, 0, 0, 0.2 );
				-webkit-box-shadow: 0 1px 7px  rgba( 0, 0, 0, 0.2 );
    			box-shadow: 0 1px 7px rgba( 0, 0, 0, 0.2 );*/
		}
		
		.single-page .page-content img.no-shadow {
			
			border: none;
			
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
    		box-shadow: none;
		}
		
		.single-page .page-content .img-caption {
			
			text-align: right;
			font-size: 12px;
			font-style:italic;
			
			margin: -15px 25px 15px 0;
		}
		
		
		.single-page .page-content .youtube-box {
			
			display: block;
			
			margin: 0 auto;
			
			/*-moz-box-shadow: 0 1px 7px rgba( 0, 0, 0, 0.2 );*/
			-webkit-box-shadow: 0 1px 7px  rgba( 0, 0, 0, 0.2 );
    		/*box-shadow: 0 1px 7px rgba( 0, 0, 0, 0.2 );*/
		}
		
	.single-page .page-footer {
		
		background-color: #F3F3F3;
		
		font-size: 12px;
		
		padding: 5px 10px ;
		
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		/*border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;*/
		
		-moz-box-shadow: inset 0 5px 5px rgba( 0, 0, 0, 0.05 );
		-webkit-box-shadow: 0 1px 7px  rgba( 0, 0, 0, 0.2 );
    	/*box-shadow: 0 1px 7px rgba( 0, 0, 0, 0.2 );*/
	}
	
	.single-page table {	
		margin: 0 auto;
	}
		.single-page td {
			padding: 15px;
		}
			.single-page .page-content td img {
				margin: 0;
			}
	
	
@font-face {
	font-family: 'Quicksand';
	src: url('quicksand_book-webfont.eot');
	src: local('☺'), url('fonts/quicksand_book-webfont.woff') format('woff'), url('fonts/quicksand_book-webfont.ttf') format('truetype'), url('fonts/quicksand_book-webfont.svg#webfontZnq8ErLr') format('svg');
	font-weight: normal;
	font-style: normal;
}		


@font-face {
	font-family: 'QuicksandBold';
	src: url('fonts/quicksand_bold-webfont.eot');
	src: local('☺'), url('fonts/quicksand_bold-webfont.woff') format('woff'), url('fonts/quicksand_bold-webfont.ttf') format('truetype'), url('fonts/quicksand_bold-webfont.svg#webfonthcpSbs9J') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'CantarellRegular';
	src: url('fonts/cantarell/Cantarell-Regular-webfont.eot');
	src: local('☺'), url('fonts/cantarell/Cantarell-Regular-webfont.woff') format('woff'), url('fonts/cantarell/Cantarell-Regular-webfont.ttf') format('truetype'), url('fonts/cantarell/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'CantarellBold';
	src: url('fonts/cantarell/Cantarell-Bold-webfont.eot');
	src: local('☺'), url('fonts/cantarell/Cantarell-Bold-webfont.woff') format('woff'), url('fonts/cantarell/Cantarell-Bold-webfont.ttf') format('truetype'), url('fonts/cantarell/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'UbuntuRegular';
	src: url('fonts/ubuntu/Ubuntu-R-webfont.eot');
	src: local('☺'), url('fonts/ubuntu/Ubuntu-R-webfont.woff') format('woff'), url('fonts/ubuntu/Ubuntu-R-webfont.ttf') format('truetype'), url('fonts/ubuntu/Ubuntu-R-webfont.svg#webfontKT0zjHSC') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'UbuntuBold';
	src: url('fonts/ubuntu/Ubuntu-B-webfont.eot');
	src: local('☺'), url('fonts/ubuntu/Ubuntu-B-webfont.woff') format('woff'), url('fonts/ubuntu/Ubuntu-B-webfont.ttf') format('truetype'), url('fonts/ubuntu/Ubuntu-B-webfont.svg#webfontEreyFiHC') format('svg');
	font-weight: normal;
	font-style: normal;
}
