html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 1.5em;
}

body {
	font: 14px arial, helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #6f0538;
	background-image: url(../images/bg_gradient.png);
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

li {
	
	margin-left: 14px;
	list-style-position: outside;	
}

p, ul {
	margin-bottom: 12px;
}


h2, h3 {
	color: #af0054;
	
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}


#header {
	width: 960px;
	float: left;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}



.main-content {
	width: 880px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.cred_start {
	background-color: #f4f3f0;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.cred_start p {
	margin-bottom: 1.5em;
}


.line {
	background-image: url(../images/linje.png);
	height: 4px;
	margin-bottom: 18px;
	margin-top: 6px;
	background-repeat: repeat-x;
	float: left;
	width: 880px;
}

#leftCol {
	width: 520px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
}

.twoCol {
	width: 425px;
}
		
#sidebar {
	width: 330px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 30px;
}

.footer {
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #666;
}


#sidebar img {
	margin-bottom: 15px;
}


.post span, .twoCol span {
	font-weight: bold;

}


#citat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #333;
	z-index: 0;
	width: 670px;
	padding-left: 40px;
	float: left;
	margin-top: 138px;
	margin-bottom: 12px;
}

#apa {
	z-index: 10;
	position: absolute;
	top: 0px;
	width: 760px;
	background-position: right;
	background-image: url(../images/apa.png);
	height: 283px;
	background-repeat: no-repeat;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}


/** -------NAVIGATION----------------- **/

ul.navigation {
	list-style: none;
	margin-bottom: 0;
	margin-left: 40px;
	margin-top: 40px;
}

ul.navigation li {
	float: left;
	height: 23px;
	margin-right: 13px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	 
ul.navigation li a:link, ul.navigation li a:visited {
	text-decoration: none;
	color: #870041;
	}
	
ul.navigation li a:hover, ul.navigation li a:active {
	color: #333333;
	}
	
/** ------- END NAVIGATION------------ **/
		

.sidebar-section {
	margin-bottom: 12px;
}
	
.lineUp {
	background-image: url(../images/linje.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	margin-top: 20px;
	}
	
.sidebar-post {
	padding-top: 10px;
	padding-bottom: 10;
}

.banner {
	height: 50px;
	color: #9e8544;
	margin-bottom: 32px;
}

.infobox {
	padding: 15px 15px 7px 20px;
	color: #333;
	background-repeat: no-repeat;
	background-image: url(../images/banner_bg_bright.png);
	background-color: #e9e3c9;
	margin-bottom: 20px;
}

.infobox h2 {
	color: #333;
	text-transform: none;
}
	
 a:link, .sidebar-section a:visited {
		color: #FF6600;
		text-decoration: none;
	}

 a:hover, .sidebar-section a:active {
	color: #333333;
	text-decoration: underline;
	}
	
.sidebar-section-content ul {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	}
	
.floatleft {
	float: left;
}

.floatright {
	float: right;
}
	
	
.clear { clear: both; }

.post {
	margin-bottom: 1.5em;
}

