/*
Theme Name: WOLK-creative
Theme URI: http://www.wolk-creative.be/
Description: A wordpress template by WOLK-creative	
Version: 1.0
Author: Simon Baerts
Author URI: http://www.nietzsche-is-dead.com
Tags: minimalist, template, html5

*/
/* @group 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* @end */

/* @group BASICS */

header, footer, section, article, aside, nav {
	display: block;
	}
	
body {
	background: #000 url(images/bg.jpg) repeat scroll left top;
	padding: 0;
	margin: 0;
	width: 100%;
	font: normal normal 15px/130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #283542;
	text-shadow: rgba(28, 31, 36, 0.7) 0px 1px 0px ;
	
	
	}



nav+section {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	}

.clear {
	clear: both;
}

/* @end */

/* @group TYPOGRAPHY  */

h1, h2, h3, h4, h5, a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

h1, h2, h3, h5 {
	letter-spacing: 0.1em;
}

h1 {
	font-size: 1.2em;
	line-height: 140%;
}

h2 {
	font-size: 1.4em;
	line-height: 130%;
	font-weight: 100;
}

h3 {
	font-size: 1.3em;
	line-height: 130%;
	font-weight: 100;
}

h4 {
	font-size: 4em;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: -1px;
	
}

.ex p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 180%;
	letter-spacing: 0.1em;
}


/* @end */

/* @group LINKS */

a:link, a:visited {
	/*color: rgba(38, 42, 56, 1);
	text-shadow: rgba(200, 200, 200, 0.4) 0px 1px 0px ;*/
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	}
a:hover, a:active {
	/*color: rgba(245, 245, 245, 1);
	text-shadow: rgba(28, 31, 36, 0.7) 1px 2px 0px ;*/
	
	}

body>header>section>nav a:link, body>header>section>nav a:visited {
	color: #d9dfe5;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 0px ;
}

body>header>section>nav a:hover, body>header>section>nav a:focus, body>header>section>nav a:active {
	color: #DC9628;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 0px ;
}

	
#wrapper a:link, #wrapper a:visited {
	color: rgba(40, 50, 60, 1);
	text-shadow: rgba(200, 200, 200, 0.4) 0px 1px 0px;
}

#wrapper h1 a:link, #wrapper h1 a:visited {
	color: #c17427;
	text-shadow: rgba(245, 245, 245, 0.7) 0px 1px 0px;
	
}

#wrapper a:hover {
	color: rgba(65, 75, 90, 1);
	text-shadow: rgba(245, 245, 245, 0.7) 1px 2px 0px;
}

#placeholder a:link, #placeholder a:visited {

	color: #414b59;
	text-shadow: rgba(245, 245, 245, 0.7) 0px 1px 0px ;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	}


#placeholder>header .readon a:link, #placeholder>header .readon a:visited {
	position: relative;
	color: rgb(65, 75, 90); /* The Fallback */
	color: rgba(65, 75, 90, 1);
	text-shadow: rgba(245, 245, 245, 1) 0px 1px 0px;
	border-bottom: 2px solid transparent;
}

#placeholder>header .readon a:hover {
	position: relative;
	border-bottom: 2px solid rgb(69, 74, 84); /* The Fallback */
	border-bottom: 2px solid rgba(69, 74, 84, 1);
}

#placeholder>header .readon a:active {
	position: relative;
	top: 1px;
}

#welcome>article>section a:link, #welcome>article>section a:visited{
	color: rgb(220, 150, 40);

	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 0px;
}

#welcome>article>section a:hover{
	color: rgb(220, 150, 40);
	text-shadow: rgba(0, 0, 0, 0.7) 1px 2px 0px;
}

body>footer a:link, body>footer a:visited {
	color: rgb(69, 74, 84)/* The Fallback */;
	color: rgba(69, 74, 84, 1);
	text-shadow: rgba(245, 245, 245, 0.3) 0px 1px 0px;
}

body>footer a:hover {
	color: rgb(245, 245, 245)/*The Fallback*/;
	color: rgba(245, 245, 245, 1);
	text-shadow: rgba(28, 31, 36, 0.7) 1px 2px 0px;

}
/* @end */

/* @group HEADER */

body>header {
	background: transparent url(images/header.jpg) no-repeat scroll center -7px;
	color: #fff;
	height: 377px;
	width: 100%;
	margin: 0 auto;
	}
	
	body>header>section {
		width: 960px;
		margin: 0 auto;
	}
	
	body>header h1 {
		margin: 0;
		padding: 0;
		float: left;
		
		
				
		}
		body>header h1 a:link, body>header h1 a:visited {
			display: block;
			width: 100px;
			height: 100px;
			background: url(images/logo.png) no-repeat scroll center 18px;
			text-decoration: none;
			text-indent: -9999px;
			
			
			}
		body>header h1 a:hover, body>header h1 a:active, body>header h1 a:focus {
			text-decoration: none;
			
			
			}
			
	body>header h2 {
		text-indent: -99999px;	
		font-size: 2px;
		height: 20px;
		width: 0;
		display: block;
		float: left;
					
		}

/* @group NAVIGATION */

nav {
	text-align: center;
	}
body>header>section>nav {
	float: right;
	
	margin: 0px 0 0 0;
	height: 70px;	
	
	}
	header>section>nav ul {
		text-align: right;
		margin: 10px 0 0 0;
		
		
		}
		header>section>nav li {
			margin: 0;
			display: inline;
			float: left;
			
			margin-left: 5px;
			margin-right: 5px;
			
			
			
			
			
			}
			header>section>nav li a {
				display: block;
				padding: 2px 5px;
				font-size: 14px;
				font-weight: 200;
				height: 50px;
				text-transform: uppercase;
				letter-spacing: 0px;
				-webkit-transition: none!important;
}
			
			header>section>nav li a:hover, header>nav li a:focus  {
				
}

.current_page {
	background: transparent url(images/pijltje.png) no-repeat scroll center 25px;
	color: #DC9628!important;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 0px ;
}
			
/* @end */

#neon {
	width: 480px;
	float: left;
	height: 200px;
	margin-left: 140px;
}	

#neon>blockquote {
	color: rgba(250, 250, 250, 1);
	text-shadow: rgba(28, 28, 28, 0.7) 0px 1px 0px ;
}

/* @end */
/* @group POSTS */
#wrapper>header>section {
	width: 905px;
	margin: 0 0 0 5px;
	color: rgb(65, 75, 90)/*The Fallback*/;
	color: rgba(65, 75, 90, 1);
	text-shadow: rgba(245, 245, 245, 0.7) 0px 1px 0px ;
}

#wrapper>header>section>article {
	width: 710px;
	float: left;
	padding-left: 10px;
	
}

article[id*=post-] {
	padding: 10px 0;
	}
article>header p, 
article>footer p {
	font-size: 0.9em;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}
	
article[id*=post-]>section>p>img {
	display: block;
	text-align: center;
	margin: 10px auto!important;
	
}

article>header {
	padding: 5px 0 0px 0;
}

article>footer a, article>section a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

article>footer a:hover, article>section a:hover {
	border-bottom: none;
}

article[id*=post-]>header>h1 {
	padding-left: 0px;
	font-size: 150%;
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

#wrapper article[id*=post-60]>header>h1 {
	padding-left: 50px !important;
	padding-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
	
}

article[id*=post-]>section>blockquote>p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.7em;
	line-height: 140%;
	color: rgb(40, 50, 60)/*The Fallback*/;
	color: rgba(40, 50, 60, 1);
	text-shadow: rgba(200, 200, 200, 0.4) 0px 1px 0px;
	
}

#wrapper article[id*=post-60]>section>h2 {
	padding: 4px 0px 0px 50px;
	background: transparent url(images/content_h2.jpg) no-repeat scroll left top;
	width: 650px;
	height: 36px;
	margin: 25px 0 15px 0;
	letter-spacing: 0;
	font-style: italic;
}

article[id*=post-]>section>p {
	padding: 0 0px;
}

#wrapper article[id*=post-60]>section>p {
	padding: 0 50px!important;
}

.art_side>section>p, .art_center>section>p {
	padding: 0 0px!important;
}

/* @end */



/* @group COMMENTS */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* @end */	


/* @group SIDEBAR */

aside {
	border-top: 1px solid rgb(65, 75, 90);
	border-top: 1px solid rgba(65, 75, 90, 1);
	margin-top: 61px;
	overflow: hidden;
	width: 170px;
	float: left;
	clear: none;
	
	
	
	}
	
	#about_aside {
		border-top: none!important;
		
		
	}
	
aside>p{
	padding: 0 5px;
	margin-bottom: 10px;
}

aside>blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.9em;
	padding: 0 5px;
	text-align: center;
}

aside>img {
	padding: 0 5px;
	width: 230px;
	border-bottom: 3px solid rgb(65, 75, 90);
	border-bottom: 3px solid rgba(65, 75, 90, 1);
}

aside>ul {
	margin-bottom: 12px;
}
	aside li {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 0.9em;
		list-style: none;
		padding: 0 5px;
		}
		aside li ul li {
			list-style: disc outside;
			}

/* @end */

/* @group FOOTER */

body>footer {
	padding-top: 100px;
	text-align: center;
	width: 100%;
	height: 50px;
	clear: both;
	text-shadow: rgba(245, 245, 245, 0.3) 0px 1px 0px;	
	}

body>footer>section {
	width: 960px;
	margin: 0 auto;
	height: 100px;
	padding-top: 50px;
}

body>footer>section ul {
	width: 274px;
	margin: 0 auto;
}

body>footer>section ul li {
	float: left;
	height: 50px;
}

body>footer>section ul #footer_first {
	height: 50px;
	width: 35px;
	background: transparent url(images/footer_el.jpg) no-repeat scroll left top;
}

body>footer>section ul li a {
	display: block;
	text-indent: -9999px;
	height: 50px;
}

body>footer>section ul #facebook {
	width: 65px;
	background: transparent url(images/footer_el.jpg) no-repeat scroll -35px top;
}

body>footer>section ul #twitter {
	width: 65px;
	background: transparent url(images/footer_el.jpg) no-repeat scroll -100px top;
}

body>footer>section ul #vimeo {
	width: 65px;
	background: transparent url(images/footer_el.jpg) no-repeat scroll -165px top;
}

body>footer>section ul #footer_last {
	height: 50px;
	width: 35px;
	background: transparent url(images/footer_el.jpg) no-repeat scroll -235px top;
}

/* @end */

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */

/* == placeholder == */

#placeholder {
	margin: -35px auto 0 auto;
	padding: 0;
	width: 960px;
	
	background: url(images/slider.jpg) repeat-y scroll left top;
	color: #ababab;
	text-shadow: #000 0px 1px 0px;
	position: relative;
	
}

#placeholder>header {
	height: 300px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url(images/slider_top.jpg) no-repeat scroll left top;
	overflow:hidden; overflow-y:hidden; overflow-x:hidden;
	position: relative;
}

#placeholder>header .title {
	font-size: 14px;
	line-height: 20px;
	color: #c17427;
	padding-bottom: 15px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
} 

#placeholder>header .readon {
	background: transparent url(images/arrow.jpg) no-repeat scroll left top;
	width: 400px;
	height: 30px;
	position: relative;
	margin-left: 27px;
	padding: 11px 0px;
	display: block;
	text-align: center;

}

#placeholder>header .readon ul li {
	float: left;
	padding: 0;

}

.backup {
	width: 110px;
}

.nextup {
	width: 115px;
}

.readup {
	width: 157px;
}

#placeholder>header .article-block {
	display: block;
	height: 215px;
	width: 400px;
	text-align: right;
}


#placeholder a {
	border: none;
}

#placeholder>footer {
	height: 20px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url(images/slider_bottom.jpg) no-repeat scroll left top;
	overflow:hidden; overflow-y:hidden; overflow-x:hidden;
	position: relative;
	
}

#fixer {
	float: left;
	position: relative;
	width: 910px;
	margin: 0 0 0 0;
	height: 300px;
	
	
}


#label {
	float: left;
	width: 50px;
	margin: 0 0 0 -1px;
	padding: 0;
	background: transparent url(images/label.jpg) no-repeat scroll left top;
	height: 250px;
}

#label p {
	text-indent: -99999px;
	display: block;
	width: 50px;
	height: 250px;
}

.home #label p, .blog #label p {
	background: transparent url(images/news_label.png) no-repeat scroll left top;
	
}

.single-photography #label p, .page-id-6 #label p {
	background: transparent url(images/photo_label.png) no-repeat scroll left top;
	
}

.page-id-13 #label p {
	background: transparent url(images/contact_label.png) no-repeat scroll left top;
	
}

.page-id-9 #label p {
	background: transparent url(images/web_label.png) no-repeat scroll left top;
	
}

.page-id-60 #label p {
	background: transparent url(images/me_label.png) no-repeat scroll left top;
	
}

/* @group Slider*/


#slider {
	width: 910px;
	position: relative;
	height: 300px;	
	overflow: hidden;
}

#slide {
	position: absolute;
	width: 8000px;
	height: 290px;
	top: 10px;
	overflow:hidden; overflow-y:hidden; overflow-x:hidden;
	
}

#slider>ul>li {
	float: left;
	width: 910px;
}

#slider>ul>li>header, #slider>ul>li>section, #slider>ul>li>footer  {
	float: left;
	height: 290px;
	display: block;
}

#slider>ul>li>header {
	width: 400px;
	padding: 0px 0px 12px 50px;	
}

#slider>ul>li>section {
	width: 400px;
	padding: 0px 0px 0px 10px;
	position: relative;
	
}


#slider>ul>li .photo {
	position: relative;
    margin: 0;
    width: 380px;
    height: 253px;
    padding: 10px 10px 20px 10px;
    background: #fff url(images/photo_bg.png) no-repeat scroll left bottom;
    

}

#slider>ul>li .photo img {
	width: 380px;
    height: auto;
    
}

#slider>ul>li .photo:after {
	 content: " "; 
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 20px;
    left: 10px;
   
    border-bottom: 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    -webkit-background-origin: border-box;
    -moz-background-origin: border;
    background-origin: border-box;
}


#slider>ul>li>footer {
	width: 140px;
	padding: 13px 0px 12px 10px;
	
}

#slider>ul>li>footer ul {
	width: 130px;
	height: 155px;
	background: transparent url(images/arrow.jpg) no-repeat scroll -55px 0;
	padding-left: 6px;
	padding-top: 88px;
	margin-top: 30px;
	margin-left: 0px;
}

#slider>ul>li>footer ul a:link, #slider>ul>li>footer ul a:visited {
	opacity: 0;
}

#slider>ul>li>footer ul a:hover {
	opacity: 1;
}

/* @end */

#welcome {
	padding-top: 0px;
	width: 960px;
	margin: 0 auto;
	background: transparent url(images/bottom_space.png) no-repeat scroll center bottom;
}

#welcome>p {
	padding: 5px 10px 20px 0;
}

#welcome>p a:link, #welcome>p a:visited {
	color: rgb(218, 217, 215);
	color: rgba(218, 217, 215, 1);
	text-shadow: rgba(28, 31, 36, 0.7) 0px 1px 0px ;
}

#welcome>p a:hover {
	color: rgb(240, 240, 240);
	color: rgba(240, 240, 240, 1);
	text-shadow: rgba(28, 31, 36, 0.7) 1px 2px 0px ;
}

#welcome>article {
	
	margin-top: 20px;
	/*background: transparent url(images/spacebar.png) no-repeat scroll right 10px;*/
	height: 280px;
	
	
}

#welcome>.last {
	background: none;
	border-right: none;
}


#welcome>article>header h3 {
	font-size: 14px;
	line-height: 20px;
	color: #DC9628;
	padding-bottom: 15px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.7) 0 1px 0;
}

#welcome>article>section {
	height: 170px;
	color: #d9dfe5;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 0px ;
	
}

#welcome>article>footer a {
	border: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#welcome>article>footer a:link, #welcome>article>footer a:visited {
	color: #d9dfe5;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 0px ;
	
}

#welcome>article>footer a:hover {
	color: #d9dfe5;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 2px 0px ;
}

.art_side {
	float: left;
	width: 220px;
	margin: 0 10px;
}

.art_center {
	float: left;
	width: 430px;
	margin: 0 10px;
}

.art_center>section {
	font: italic 18px/130% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0em;
}

.art_side>section>ul {
	padding: 5px 5px 5px 0;
	width: 210px;
}

.art_side>section>ul>li {
	float: left;
	height: 170px;
	width: 70px;
	margin: 0;
	padding: 0;
}

.art_side>section>ul>li>a {
	display: block;
	text-indent: -9999px;
	
	padding: 0px;
	height: 170px;
	background: transparent url(images/follow.png) no-repeat scroll;
}

.art_side>section>ul>li>.facebook {
	width: 68px;
	background-position: -8px 0;
}

.art_side>section>ul>li>.twitter {
	width: 70px;
	background-position: -75px 1px;
}

.art_side>section>ul>li>.vimeo {
	width: 70px;
	background-position: -145px 0;
}


#welcome>article>footer>p>a {
	margin-top: 20px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 200;
}

#galleryview {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}

#galleryview>a {
	float: left;
	display: block;
	width: 180px;
	height: 120px;
	border: 7px solid rgb(245, 245, 245);
	border: 7px solid rgba(245, 245, 245, 0.3);
	margin: 5px 5px 5px 0;
	padding: 0;
}

#galleryview>a:hover, #galleryview>a:focus {
	border: 7px solid rgb(245, 245, 245);
	border: 7px solid rgba(245, 245, 245, 0.7);
}

#galleryview>a>img {
	width: 180px;
	height: 120px;
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: -35px auto 0 auto;
	padding: 0;
	width: 960px;
	background: url(images/slider.jpg) repeat-y scroll left top;
	position: relative;
	
}

#wrapper>header {
	width: 910px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(images/slider_top.jpg) no-repeat scroll left top;
	position: relative;
}

.single #wrapper>header, .page-template #wrapper>header, .blog #wrapper>header, .page-template-about-php #wrapper>header {
	float: left;
}

.single #wrapper>#label, .page-template #wrapper>#label , .blog #wrapper>#label, .page-template-about-php #wrapper>#label {
	float: left;
}



#wrapper>footer {
	height: 20px;
	width: 910px;
	margin: 0;
	padding: 0;
	background: url(images/slider_bottom.jpg) no-repeat scroll left top;
	clear: both;
}

#wrapper>header>section>article>footer {
	margin-top: 15px;
	
}




/* == ALL YOUR CODE ARE BELONG TO POETRY == */

