/**
* CSS
* 
* @version 1.0
* @author James Dodd
*/

@font-face {
    font-family: 'PTMonoRegular';
    src: url('PTM55FT-webfont.eot');
    src: url('PTM55FT-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTM55FT-webfont.woff') format('woff'),
         url('PTM55FT-webfont.ttf') format('truetype'),
         url('PTM55FT-webfont.svg#PTMonoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MonospaceTypewriterRegular';
    src: url('MonospaceTypewriter-webfont.eot');
    src: url('MonospaceTypewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('MonospaceTypewriter-webfont.woff') format('woff'),
         url('MonospaceTypewriter-webfont.ttf') format('truetype'),
         url('MonospaceTypewriter-webfont.svg#MonospaceTypewriterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: 'MonospaceTypewriterRegular', sans-serif;
	background: #f1f1f1;
	color: #222;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none;}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 240px;
    padding: 0 10px 0 10px;
    height: 100%;
	background-color: #fff;
	float: left;
	margin: 0 30px 0 0;
}

a {
color: gray;
}

#menu ul {
	list-style: none;
	margin: 10px 0 24px 0;
}

#menu ul li.section-title {
margin: 0 0 10px 0;
text-transform: uppercase;
letter-spacing: 1px;

}

#menu ul li a {
display: inline-block;
margin: 0 0 10px ;
}

#menu ul li.active a {
text-decoration: underline;
}

#menu ul li:last-child {
margin: 20px 0 0 0;
}

#menu ul li:last-child a {
color: black;
}


#content {
    height: 100%;
	float: left;
}

.container {
    padding: 15px;
}

.container p {
font-weight: normal;
letter-spacing: 1px;
margin: 0 0 40px 0;
line-height: 16px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.nav a {
text-transform: none;
font-weight: normal;
}

h1,h2,h3,h4{
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 100%;	
}
h1 { font-size: 28px; color: #000;}h1 a, h1 a:visited{text-decoration: none; color: #000;}h1 a:hover{text-decoration: none; color: #333;}
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; }