body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #9c9d96;
}

a {
	color: #9c9d96; 
	text-decoration: none;
}
a.active, a:hover {
	color: #6c6d66;
}

h1 {
	position: absolute;
	top: -9999px;
}

h2 {
	margin: 0;
	color: #9c9d96;
	font-weight: normal;
}
img {
	border: 0;
}

div.container {
	width: 960px;
}
.centered {
	margin: 0 auto 0 auto;	
}
.float {
	float: left;	
}
.float.right {
	float:right;	
}

div.head {
	width: 100%;
	margin: 0 0 40px 0;
}
div.head .banner {
	height: 250px;
	background: url(/grafikk/header.png) 0 100%;
}

div.content {
	width: 100%;
}

/* Column layout */
div.column {
	float: left;
	width: 960px;
	margin: 0 10px 0 10px;;
}
div.column.first {
	margin-left: 0;	
}
div.column.last {
	margin-right: 0;
}

/* Two-column layout */
div.two.column {
	width: 460px; 
}
div.two.column.last, div.half.column.first {
	width: 470px;	
}

/* Three column layout */
div.three.column {
	width: 300px;
}
div.three.column.last, div.three.column.first {
	width: 310px;
}
div.double.three.column {
	width: 620px;
}
div.double.three.column.first, div.double.three.column.last {
	width: 630px;	
}

/* Four column layout */
div.four.column {
	width: 220px;	
}
div.four.column.last, div.four.column.first {
	width: 230px;	
}
div.double.four.column {
	width: 460px;	
}
div.double.four.column.last, div.double.four.column.first {
	width: 470px;	
}
div.triple.four.column {
	width: 700px;	
}
div.triple.four.column.last, div.triple.four.column.first {
	width: 710px;
}

/* Five column layout */
div.five.column {
	width: 172px;	
}
div.five.column.last, div.five.column.first {
	width: 182px;	
}
div.double.five.column {
	width: 364px;	
}
div.double.five.column.first, div.double.five.column.last {
	width: 374px;
}
div.triple.five.column {
	width: 556px;	
}
div.triple.five.column.first, div.triple.five.column last {
	width: 566px;	
}
div.quad.five.column {
	width: 748px;	
}
div.quad.five.column.first, div.quad.five.column last {
	width: 758px;
}
	
/* Elements */
div.entry {
	background: #cccdc6;
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}
div.entry.paddingTop {
	padding-top: 10px;
}
div.entry.paddingBottom {
	padding-bottom: 10px;
}
div.entry h3 {
	margin: 0;
	padding: 10px 20px 0 20px;
}
div.entry p {
	padding: 0 20px 10px 20px;
}
div.entry a {
	color: white;
}
div.entry a:hover, div.entry a.active {
	color: #eeeeee;
}
div.entry ul {
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
}
div.entry .readMore {
}

div.bodyText p a {
	text-decoration: underline;
}

/* Lists */
ul.horizontal {
	margin: 0;	
	padding: 0;
	clear: right;
}
ul.horizontal li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	overflow: visible;
}
ul.horizontal ul {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 500;
}

/* Menus */
div.menu {
	overflow: hidden;
}
div.top.menu {
	font-size: 20px;
}
div.top.menu a {
	text-decoration: none;
}


/* SoundManager */
.isSoundInteractor .isFullBar {
	position: relative;
	display: block;
	height: 10px;
	width: 100%;
	background: #eeefe6;
}
.isSoundInteractor .isPlayBar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	height: 100%;
	width: 0%;
	background: #cccdc6;
}
.isSoundInteractor .isLoadBar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	height: 100%;
	width: 0%;
	background: #ddded6; 
}
.entry .isSoundInteractor {
	padding: 0 20px 0 20px;
}
.entry .isSoundInteractor .isFullBar {
	background: #ddded6;
	margin: 10px 0 10px 0;
}
.entry .isSoundInteractor .isPlayBar {
	background: white;
}
.entry .isSoundInteractor .isLoadBar {
	background: #eeefe6;
}
.entry .isPlay {
	color: #eeeeee;
}
.entry .playerTime {
	margin-bottom: 0;
}

/* Functions */
.clear {
	line-height: 0;
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 0;
}
