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

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

body {
	font-size: 10px;
	background: #fff;
	text-transform: uppercase;
	border-width: 0;
}

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

a:link { text-decoration: none;
	border-width: 3px;
	color: gray;
}
a:active { text-decoration: none;
	color: gray;
}
a:visited { text-decoration: none; color: gray; }
a:hover { text-decoration: none;
	opacity: 1;
	background-image: none;
}

a img { border: none;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 100px;
    bottom: 0;
	left: 30;
    position: absolute;
    height: 100%;
	letter-spacing: 1px;
	word-spacing: 0;
	text-align: left;
	text-indent: 54px;
	color: black;
	font: italic bold 17px/15px Helvetica;
	margin-top: 0;
}

#menu ul {
	list-style: none;
	text-indent: 0;
	font: 9px/18px Helvetica;
	letter-spacing: 2px;
	color: black;
	margin: -3px 0 13px;
	padding-top: 0;
	padding-bottom: 0;
}

#menu ul li.section-title {
	letter-spacing: 1px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
	color: black;
	margin-top: 0;
	height: 18px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
	text-indent: 57px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 9px/11px Helvetica;
	color: gray;
}

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

#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; }