/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color:#ccc;
	background-position: 0px 0;
	background-color:#101010;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #ccc;text-decoration: none;}
a:active { color: #ccc;text-decoration: none; }
a:visited { color: #999;text-decoration: none;}
a:hover { color: #fff;text-decoration: underline;}

a img { border: none; }
#the-background {
	position: fixed;
	overflow: hidden;
	z-index:-1000;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}
/*#the-background span{
	position: fixed;
	display:block;
	overflow: hidden;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}
*/
div#logo {
	background-image: url(/ndxz-studio/site/img/logo_sergioconde.png);
	width: 143px;
	height: 57px;
	display: block;
	background-repeat:no-repeat;
}


#menu {
    width: 250px;
    overflow: auto;
	z-index:1;
	float:left;
    /*top: 0;
    bottom: 0;
	left: 30;
    position: absolute;
    height: 100%;*/
	/*background-color: #fff;*/
	background: url(http://sergioconde.es/ndxz-studio/site/img/bg.png) no-repeat;
	height:600px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-left:7px;
}

#menu ul li.section-title { font-size: 11px;color: #fff; font-weight:bold; text-decoration: none;}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 40px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; padding-top:8px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }