/* @override http://www.designbynada.com/ndxz-studio/site/nada/style.css */

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

body {
	font-size: 10px;
	font-family: Lucida Grande, Verdana, sans-serif;
	background: inherit;
	margin:0;
	line-height:1.3em;
}

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

a {color:#000000; }
a:link { text-decoration: none; }
a:active { color:#848484;text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color:#848484;text-decoration: none; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	/*background-color: #fff;*/
	margin-top: 20px;
}

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

#menu ul li.section-title {
	font-weight: bold;
	text-transform: uppercase;
}

#content {
    height: 100%;
    margin: 20px 0 0 235px;
    top: 0;
	background-color: inherit;
}

#menu div.container ul li a {
	text-transform: capitalize;
}

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

#content p { width: 400px; margin-bottom: 9px; background-color: inherit;
}

p {
    margin: 0 0 9px 0;
}

/**h1 { font-size: 32px; }**/
h1 { font-family: Lucida Grande, Verdana, sans-serif;
	 font-size: 10px;
	 color: #999999; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h6 { font-family: Lucida Grande, Verdana, sans-serif;
	 font-size: 10px;
	 color: #999999; }

n {
	 color: red;
	text-align: right;
	font: italic 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

#once { clear: left; }