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

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

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

body {
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff;
}

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

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

a:link { text-decoration: underline;
	color: gray;
}
a:active { text-decoration: none;
	color: black;
}
a:visited { 
	text-decoration: underline;
	color: gray; 
}

a:hover { 
	color: black;
	background-color: #fdfd00;
}

a img { border: none; 
}


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

#menu li.active a { 
background-color: #fdfd00;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	
	text-align: left;
	line-height: 18px;
}


#menu ul li.section-title {
	color: black;
	font: normal normal bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px dashed #b8b8b8;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 3px;
	text-align: left;

}

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

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

#content p { width: 700px; margin-bottom: 9px;
	line-height: 18px;
}

p {
    margin: 0 0 9px;
	color: #4e494c;
	font-size: 13px;
	line-height: 1.3em;
}


h1 { font-size: 32px; }
h2 { font-size: 16px; margin-bottom: 18px;}
h3 { font-size: 12px; }
h4 { font-size: 10px; }

#img-container	{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
