/* @override 
	http://loadingdock5.com/ndxz-studio/site/ld5/style.css
	http://loadingdock5.com/ndxz-studio/site/ld5/style.css
	http://www.loadingdock5.com/ndxz-studio/site/ld5/style.css
*/

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

body {
	background: #fff;
	font: normal 13px "Arial",sans-serif;
	color: black;
	text-align: left;
	text-transform: none;
}

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

body.section-3 { }

a:link { text-decoration: none;
	color: black;
}

a:active { text-decoration: none;
	color: black;
}
a:visited { text-decoration: none;
	color: black;
}
a:hover { text-decoration: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
	background-color: #fbff00;
}

a img {
	border-style: none;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	color: black;
}

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

#menu ul li.section-title {
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border-color:#666666;
	border-top-style:none;
	border-top-width:thin;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-width: thin;
}

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

.container {
    padding: 25px 15px 25px 10px;
}

#content p { width: 300px; 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 9px 0; }

#once { clear: left; }

credit {
	font-size: 9px;
	color: #666;
}