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

body {
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#666; }
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; color: #666;
 }
a:hover { text-decoration: none; }

a img { border: none; }
 
h1 {
	text-indent:-9999px;
	display:block;
}
.logo {
	content: "=";
	display:block;
	height:180px;
	width:180px;
	text-indent:-9999px;
	margin-bottom:20px;
	background-image:url('http://www.minusminus.no/logo.png');
}

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	line-height:120%;
	padding:10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-weight:bold;
	}

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

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

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

p {
	line-height:120%;
    margin: 0 0 9px 0;
}

.intro {
	display:block;
	padding-bottom:9px;
	}

h1 { font-size: 32px; }
h2 { font-size: 100%; text-decoration: underline; font-weight:normal; margin:0; padding:0; line-height:100%; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#img-container span {display:none;}
#img-container img {margin-top:-25px;}

once { clear: left; }