/*Theme Name: NicolasV2
Version: 1.0
Author: Twinski
Author URI: http://www.twinski.be
*/



* {
	margin:0;
	padding: 0;
}

html, body {
	font-family: Helvetica, "proxima-nova-alt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:13px;
	line-height: 23px;
}

#wpadminbar {
	display: none !important;
}

.middle .cont, .biography .middle, .contact .middle, .middle {
font-size:12px;	
line-height: 21px;
}

pre, xmp, plaintext, listing {
	display: auto;
	font-family: Georgia, "Times New Roman", serif;
	white-space: normal;
	font-size:13px;
	margin: 0;
}

.dummy {
	clear: both;
	float:none;
	display: block;
	width: 1px;
	height:1px;
}

ul li {
	list-style: none;
}


h1 {
	display:block;
	margin-left: 50px;
	margin-top: 45px;
	float: left;
	cursor: pointer;
	
	font-size:17px;
	line-height: 17px;
}

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

#container {
	width:100%;
	display: block;
	min-width: 960px;
	padding-bottom: 100px;
}

#intro {
	height:100%;
	width:100%;
	display: block;
	position: absolute;
	overflow:hidden;
	background-color: #000;
}

#intro>div {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
}

#closeintro {
	position: absolute;
	right:40px;
	top:40px;
}



/* BLACK / GREY */

#top {
	padding-top: 100px;
}

.black #top {
	background-color: #0a0a0a;
}

.grey #top {
	background-color: transparent;
}

.grey .middle {
	border-bottom: 1px solid #ccc,
}




/* SIDEBAR, MENu, MIDDLE */
.sidebar {
	width:25%;
	min-width: 350px;
	float:left;
	overflow: hidden;
	padding-bottom: 50px;

	transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out; /* Firefox 4 */
	-webkit-transition: opacity 0.3s ease-out; /* Safari and Chrome */
	-o-transition: opacity 0.3s ease-out; /* Opera */
}
.sidebar:hover {
	opacity: 1 !important;
}

#menu, #submenu {
	float:left;
}

.sidebar a {
	text-decoration: none;
	color:#999;
	line-height: 1em;
	padding: 5px 0px;
	display: block;
	
	-webkit-transition:color 0.3s ease-in-out;  
    -moz-transition:color 0.3s ease-in-out;  
    -o-transition:color 0.3s ease-in-out;  
    transition:color 0.3s ease-in-out;
}

.sidebar a.selected {
	font-weight: bold;
}

.grey .sidebar a {
	color:#222;
}

.grey .sidebar a.selected {
	color:#0a0a0a;
}

#menu {
	width:100px;
	margin-left: 50px;
}

#menu a {
	
}

#submenu {
	width:190px;
}

.middle {
	width:50%;
	max-width: 850px;
	float:left;
}

.middle a, .middle .cont a {
	color:#0a0a0a;
}





/* MEDIA */

#submedia {
	padding-top: 15px;
	padding-bottom: 35px;
	height:40px;
}

#submedia, #submedia a {
	color:#111;
	text-decoration: none;
}

#submedia a.selected {
	color:#000;
	font-weight: bold;
}

#submedia p.description {
	font-style:italic;
}

#submedia .nav {
	
}



/* ITEM */
.item .title {
	cursor: pointer;
}

.item .cont {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.item {
	margin-bottom: 22px;
}





/* STILLS */
#stills {
	padding-bottom: 6px;	
	position: relative;
}

.still img {
	display: block;
	width:100%;
	height:auto;
	cursor:pointer;
}

.still p, .video p {
	display: none;
}

.video iframe {
	width:100%;
	height:480px;
}

#nav {
	position: absolute;
	top:50%;
	margin-top: -12px;
	width:94%;
	left:3%;
	z-index: 200;
}




/* WIDECONTENT */
#widecontent {
	padding-bottom:50px;	
}

#widecontent .middle {
	padding-top: 25px;
}




#madeby  {
	color:#eaeaea;
	margin-top: 100px;
	text-decoration: none;
	display: inline-block;
	
	transition: color 0.5s;
	-moz-transition: color 0.5s; /* Firefox 4 */
	-webkit-transition: color 0.5s; /* Safari and Chrome */
	-o-transition: color 0.5s; /* Opera */
}
#madeby:hover {
	color:#222;
}

