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

body {
	font-size: 11px;
	font-family: Helvetica Neue, sans-serif;
	line-height: 1.4em;
	background: #000000;
	color: #cacacb;
	text-align: justify;
}

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

a:link {
	text-decoration: none;
	color: #0CF;
}
a:active { text-decoration: none; color: #9F0; }
a:visited {
	text-decoration: none;
	color: #909;
}
a:hover { text-decoration: none; color: #4b4b4b; }

a img { border: 32px; }

#menu {
    width: 200px;
    overflow: auto;
    top: 4.2em;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background: url('http://www.northernexposure.is/files/side_sep.png');
	background-repeat: no-repeat;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 4.2em 0 0 220px;
    top: 0;
		
}

.container {
    padding: 0;
}

#content p { width: 700px; margin-bottom: 1.4em; }

p {
    margin: 0 0 1.4em 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 700px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9F0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 700px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 300px; margin: 0; padding: 0 0 1.4em 0; }

#once { clear: left; }