/**
* CSS
* 
* @version 1.0
* @author Gringoflash
* @author Leonare
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 12px/16px "Courier New", Courier, mono;
}

#menu div.container p span.logo {
}

body.section-1 {
	
}

body.section-2 {
	
}

body.section-3 {
	
}

a:link {
	text-decoration: none;
	margin-right: 4px;
	color: #000;
	border-bottom: 1px dashed #000;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

ul a:hover {
	color: #000;
	text-decoration: none;
	font-style: italic;
	background-color: #fff;
}

a img {
	border: none;
}

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-left: 30px;
	padding-top: 20px;
}

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

#menu ul li.section-title {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul li.section-title:before {
	content: "+ ";
}

#content {
	height: 100%;
	margin: 0 0 0 260px;
	top: 0;
	padding-top: 20px;
}

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

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

#once {
	clear: left;
}

#menu div.container p span.logo a {
	border-bottom-style: none;
}

#menu div.container p span.logo a:hover {
	border-bottom-style: none;
}