/* @override http://localhost/index/ndxz-studio/site/sample/style.css */

/* General */

* {
	margin: 0;
	padding: 0;
}

body {
	/*font: 0.7em calibri,"lucida grande",helvetica,arial,verdana, sans-serif;*/
	font: 0.7em georgia,"Times New Roman", times, serif;
	background: #fff;
}

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

a:link { 
	text-decoration: none; 
	color: #616463;
}

a:active { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
	color: #666; 
}

a:hover { 
	color: #616463;
	background-color: #f0e622;
}

a img { 
	border: none; 
}

/* Navigation */

#menu {
    width: 215px;
    overflow: auto;
    top: 1em;
    bottom: 0;
	left: 1.5em;
	padding: 1em 0 1em 1em;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li {
	padding: 0 0 0.3em 0;
}


#menu ul li.section-title { 
	font-size: 1.2em;;
}

#menu ul li.active a {
	color: #616463;
	background-color: #f0e622;
}

#content {
    height: 100%;
    margin: 0 0 0 300px;
    width: 700px;
    top: 0;
    padding: 2em 0 0 0;
}

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

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

p {
	font-size:1.1em;
    line-height:1.4em;
    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 img {
	margin:1em 0;
	background-color: #fff;
}

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

#once { clear: left; }