/* @override http://ktlau.com/ndxz-studio/site/ktlau/style.css */

/* @override http://ktlau.com/ndxz-studio/site/ktlau/style.css */

/* @override http://ktlau.com/ndxz-studio/site/ktlau/style.css */

/* @override http://ktlau.com/ndxz-studio/site/ktlau/style.css */



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

body {
	direction: ltr;
	background-color: #000;
	font: small-caps 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #c1c1c1;
}

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

a:link { text-decoration: none;
	color: #797979;
	background-position: 0;
}
a:active { text-decoration: none;
	color: #797979;
}
a:visited { text-decoration: none; color: #797979;
}

#menu li.active a { 
	color: #ed0000;
        font-style: italic;
	
}

a:hover {
	color: #fffffe;
	background-color: #797979;
	border-left-style: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}




a img { border: none;
	background-image: none;
}

#menu {
    width: 181px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
	padding-left: 22px;
	margin-left: 0;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 1px;
	padding-bottom: 5px;
	border-bottom-color: #6a6a6a;
	border-bottom-width: 1px;
}

#menu ul li.section-title {
	font-weight: bold;
	font-style: italic;
	color: #fffeff;
	background-color: #313232;
	text-transform: lowercase;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	color: #c1c1c1;
	text-align: left;
	text-transform: lowercase;
	font-variant: small-caps;
}

.container {
    padding: 2px 5px 25px 2px;
	margin-top: 0;
}

.main {
    padding: 2px 5px 25px 2px;
	margin-top: 0;
	width: 800px;
}

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

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

#once { clear: left; }