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

body {
	font-size: 11px;
	font-family: gill sans,Verdana,"Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000;
	}

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

a:link { text-decoration: none;font-size:12px; color: #999; font-family: gill sans,Verdana, "Lucida Grande", Lucida,  sans-serif; font-style:; }
a:active { text-decoration: none; color: #336699; }
a:visited { text-decoration: none;font-size:12px; color: #999;  font-family: gill sans,Verdana,"Lucida Grande", Lucida, Verdana, sans-serif; font-style:normal }
a:hover { text-decoration: none; color: #336699;  }



a img { border: none; }

.logo {margin: 10px 0 0 -29px;}

#menu {
    color: #666;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
   font:  12px/14px gill sans, Verdana,"Lucida Grande", Lucida, Verdana, sans-serif;
padding: 5px;
background: url(/ndxz-studio/site/img/menu.png) no-repeat;
}



#menu ul {
	list-style: none;
	margin: 0px 0 0px -25px;
text-align: left;
padding: 5px;

}

#menu ul li.section-title { padding-bottom: 5px; margin-bottom: 0px; }

#content {
    height: 100%;
    	 color: #999;

}

.container {
    padding: 0px 5px 25px 55px;


}

#content p { width: 400px; margin-bottom: 0; margin-left: 200px; font: normal 12px gill sans, Verdana,"Lucida Grande", Lucida, Verdana, sans-serif; }

p {
    margin: 0 0 9px 0;
	
}
img {border: none;}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

p.nav {
position: absolute;
	width:40px;
	top: 630px;
	left: 255px;

	
	}
     #the-background {
        position: fixed;
       z-index:1;
        width: 100%;
        height:100%;
        top:0;
        left:0;

   }
    #wrapper { 
      position: absolute;
      z-index: 2;
       width: 100%;
       height: 100%;
       top: 0;
      left:0;

   }

#post_nav_text {
	text-align:left;
	color:#666;
	margin: 20px 0 30px -20px;
	font:  11px gill sans, Verdana,"Lucida Grande", Lucida, Verdana, sans-serif;

}

