/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	color: #ADADAD;
//	word-spacing: -1px;
	background-color: #101010;
	direction: ltr;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #606060;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #606060;
}
a:visited {
	text-decoration: none;
	color: #606060;
}
a:hover {

	display: inline;
	color: #bebebe;
	text-decoration: underline;
}

a img { border: none; }

div#logo {
	background-image: url(http://www.jhulsey.net/ndxz-studio/site/sample/johnhulsey.png);
	width: 147px;
	height: 71px;
	display: block;
}

#menu {
	width: 200px;
	overflow: auto;
	top: 3;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 11px;
    line-height: 15px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #fff;
	line-height: 15px;
}
#menu ul li {
}
/* content and container will be where you edit the content of the pages */
#content {
	height: 100%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 60px; /*this will change where the top of the text begins */
	line-height: 18px;
}


.container {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	top: 0; 
	left: 600px;
}

#content p {
	width: 550px;
	margin-bottom: 15px;
	line-height: 15px;
}

p {
    margin: 0 0 5px 0;
}

/* changing the link color for your CV will be in either the h1, h2, or h3, most likely h1
add this after "h1{" 

a:link {
	text-decoration: none;
	color: #606060; <<<<with the color you want the link to be
	display: inline;
	width: auto;
}
*/
h1 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:14px;
	color:#bebebe;
	line-height:20px;
	margin: 0px;
	padding: 0px 0px 20px;
}
h2 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:12px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:12px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 { font-size: 12px; }

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

#once { clear: left; 
}
.footer {
	font-size: 11px;
	color: #333333;
}
