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

body {
	font-size: 11px;
	font-family: "Lucida Grande", Geneva, sans-serif;
	background: #fff;
	color: #666;
	line-height: 16px;
}

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; color: #F73400; }

a img { border: none;}

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background: #fff;
}

#menu ul { list-style: none; margin: 0 0 6px 0; }
#menu ul li { margin: 0 0 3px 12px; }
#menu ul li.section-title { text-transform: uppercase; margin: 0 0 3px 0; }
#menu ul li.active a { color: #F73400; }

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

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

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

#content .container { padding: 0px 0px 35px 25px; }
#menu .container { padding: 0px 0px 35px 32px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; font-weight: normal; margin-bottom: 12px; }
h3 { font-size: 12px; }
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; }

.space { display: block; height: 242px; }

.rared { color: #F73400; }

#menu .space { position: relative; }
#menu .space { background: url(/files/logo.gif) no-repeat 0 32px; }
#menu .space h1 { font-size: 12px; font-weight: bold; position: absolute; z-index: 1; top: 175px; left: 37px; }

#blog h3 { margin-bottom: 3px; font-size: 11px; }
#blog p.pdate { font-size: 9px; }
#blog .entry { height: 400px; }

ul.ndxz-file-list { list-style-type: none; border-top: 2px solid #999; width: 400px; }
ul.ndxz-file-list li { padding: 3px 0; border-bottom: 1px solid #ccc; }
.ndxz-file-type { color: #191919; text-transform: uppercase; font-size: 9px; }
