/* @override http://manuelaporceddu.nl/ndxz-studio/site/sample/style.css */

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

body {
	font: 12px "Courier New", Courier, mono;
}

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

a:link {
	font-family: "Courier New", Courier, mono;
	color: black;
}
a:active { text-decoration: none;
	color: white;
	background-color: red;
}
a:visited { color: silver;
	background-color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: red;
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 280px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	font-family: "Courier New", Courier, mono;
	margin: 10px;
}

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

#menu ul li.section-title {
	color: red;
	text-transform: uppercase;
	font-family: "Courier New", Courier, mono;
}

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

.container {
    padding: 10px;
}

#content p { width: 600px; margin-bottom: 20px;
	color: black;
	text-decoration: none;
	font: normal 12px/1.2em "Courier New", Courier, mono;
	text-transform: none;
}

p {
    margin: 0 0 20px 0;
	text-transform: uppercase;
	font: normal 20px/1em "Courier New", Courier, mono;
	text-decoration: none;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: red;
}

h1 {
	font: 60px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background-color: white;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

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

#once { clear: left; }
