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

/* text above image */

body {
	background: #EDEDED;
	color: #646464;
	padding-left:70px;
	padding-top: 33px;
	font: 8pt Helvetica;
	line-height: 15px;

}

/* customize this for text above images, this goes in order of each project. */

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-4 { }
body.section-5 { }
body.section-6 { }

a:link { 
	color: #646464; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 17px;
	text-decoration: none; 
	margin-top: 5px;
	}
a:active { 
	color: #646464; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 17px;
	text-decoration: none; 
	margin-top: 5px; 
	}
a:visited { 
	color: #EC9D21; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 17px;
	text-decoration: none; 
	top: 3px; 
	margin-top: 5px; 
	}
a:hover { 
	color: #EC9D21; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 17px; 
	text-decoration: none; 
	margin-top: 5px; 
	}

a img { border: none; }

/* This is to change the NAV */

#menu {
	font: 10pt helvetica;
	width: 225px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
    height: 100%;
	color: #646464;
	padding-top: 40px;
	background-color: #EDEDED;
}

/* change this for headings of projects */

#menu ul {
	list-style: none; 
	font-size: 11px;
	color: #646464;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	
}

#menu ul li.section-title {
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding-right: 3px;
}

#content {
    height: 100%;
    margin: 0px 0px 0px 215px;
}

container {
    padding: 30px 5px 25px;
}
#content p { 
	width: 600px; 
	margin-bottom: 9px; }

p {
	margin: 2px 20px 10px 0px;
}

h1 { font-size: 50px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }