@import url('/home.css');

* {
	margin: 0; color: #fff;
	padding: 0;
}

body {
	background: #000;
}
div.container {
font-family: Verdana, sans-serif;
font-size: 13px;
line-height: 1.5em;
}

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

a { color: #aac; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #777; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #000; 


}

#menu ul {
	list-style: none;
	margin: 10px 0 12px 8px;
    padding-top: 50px;
}
#menu ul li { font-size: 11px; }

.hidden { display: none; }

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    line-height: 1.5em;
}

.container {
    padding: 5px 5px 25px 5px;
}
#content p { width: 600px; margin-bottom: 9px; }
#content a { text-decoration: underline; }

div.container p {
    margin: 0 0 9px 0;
}

div.container h1,div.container h2, div.container h3,div.container h4 { margin: 0 0.2em 1em 0; }
div.container h1 { margin-top: 15px; }
div.container h4 { margin: 0 0.2em 0.5em 0; }

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

div.top h1 a {
    display: block;
    width: 119px; height: 24px; overflow: hidden; text-indent: -999em;
    background: url(/jonmeyer.png) no-repeat 0 0 ;
}

#once { clear: left; }
#comments { max-width: 600px; font-family: Verdana; font-size: 90%; }
