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

body {
	font-size: 11px;
	line-height:18px;
	font-family: Helvetica, Verdana, sans-serif;

	background-image:url(http://nickzegel.com/ndxz-studio/site/img/xerox-bg.jpg);

	background-position:top left;
}

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

a:link { text-decoration: none; color:#666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background-color:#181919; color:#FFF;}

a.logo:link { text-decoration: none; color:#666;}
a.logo:active { text-decoration: none; }
a.logo:visited { text-decoration: none; padding:0px; }
a.logo:hover { text-decoration: none;}


a img { border: none; }

#menu {
    width: 190px;
    overflow: auto;
    margin:0px;
    padding:30px 0 0 40px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    letter-spacing:.05em;
    height: 100%;
    background: rgb(255,255,255); /* The Fallback */
	background:rgba(255,255,255,0.8);	

}

#menu ul {
	list-style: none;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform:none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	padding:2px 0 4px 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight:normal;
	text-transform:none;
	font-size:16px;
	letter-spacing:0.1em;
	
}

#menu ul li a{
	padding:3px 3px 3px 2px;
}


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

#content a:link { text-decoration: none; color:#ff3030;}
#content a:active { text-decoration: none; }
#content a:visited { text-decoration: none; color: #666; }
#content a:hover { text-decoration: none; background-color:#FFF; color:#CCC; padding:0px;}

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

#content p { width: 700px; margin-bottom: 9px; }

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: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
