/* @override http://www.francescoricci.com/home/ndxz-studio/site/sample/style.css */

/* @override http://www.francescoricci.com/home/ndxz-studio/site/sample/style.css */

/* @override http://www.francescoricci.com/home/ndxz-studio/site/sample/style.css */

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

body {
	background: #fff;
	color: gray;
	border-top: 5px solid black;
	font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	bottom: 10px;
	position: absolute;
	width: 250px;
	color: #434343;
	padding-left: 10px;
}

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

a:link { text-decoration: none;
	color: gray;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #434343; }
a:hover { text-decoration: underline; }

a img { border: none; }

#logo {
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-top: 10px;
}

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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-left: 10px;
	line-height: 15px;
}

#menu ul li.section-title {
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: underline;
}

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

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

#content p { width: 400px; 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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#admin a{
	position: absolute;
	bottom: 68px;
	left: 15px;
	color: white;
}

