/* @override 
	http://milkwood.lab/ndxz-studio/site/milkwood/style.css
	http://milkwood.tv/ndxz-studio/site/milkwood/style.css
*/

/**
* CSS
* 
* @version 1.0
* @author Alex Torrance 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Century Gothic, Apple Gothic, Helvetica, Arial sans-serif;
	background: FFFFFF;
	color: #FFF;
}

/*h1#logo {
	text-indent: -5000px;
	background-image: url(/ndxz-studio/site/milkwood/MilkwoodLogo.jpg);
	width: 200px;
	height: 40px;
}*/

h1#logo { font-size: 14px; font-weight: normal; margin: 0 0 4em 0; }
h1#logo a { color: #fff; display: block;}
h1#logo a:hover { text-decoration: none; }

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

a { color: #999; text-decoration: none; }
a:active { color: #FFF; }
a:hover { text-decoration: underline; }

a img { border: none; }

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

#menu ul { list-style: none; margin: 0 0 3em 0; }

#menu ul li { margin: 0 0 3em 0 ; text-transform: lowercase;}
#menu ul li.section-title { font-size: 1.2em; color: #fff; text-transform: lowercase; letter-spacing: 1px; margin: 0 0 2em 0;}
#menu ul li a { color: #999; text-decoration: none; }
#menu ul li a:hover { text-decoration: underline; }

.credit { font-size: 0.8em; color: #999; margin: 10em 0 0 0;}
.credit a {	color: #999; text-decoration: none; }

.smallprint { font-size: 0.8em; color: #999; }
.section { border-bottom: 1px solid #999; padding-bottom: 1em; margin-bottom: 1em; }

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

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

#content p { width: 400px; margin: 0 0 1em 0; }

p { margin: 0 0 1em 0; line-height: 1.4em;}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; font-weight: normal; border-bottom: 1px solid #999; line-height: 2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

h1,h2,h3,h4 { margin: 0 0 1em 0; }

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

#once { clear: left; }
