/* CSS Screen Document */

/* RESET
-----------------------------------------------------------------*/

html {
	font: 62.5%/1.5 Kalinga, Calibri, Arial, Helvetica, Geneva, Garuda, "Nibus Sans L", FreeSans, sans-serif;
	background: #fff;
	color: #39362e;
}
body {
	margin: 0;
	padding: 0;
}
body * {
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dd, dt, blockquote {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1.5em;
	color: #957c4f;
}
input, select, textarea {
	font-family: Kalinga, Calibri, Arial, Helvetica, Geneva, Garuda, "Nibus Sans L", FreeSans, sans-serif;
}
a img {
	border: none;
}
.clear {
	clear: both;
}

/* MAIN STRUCTURE
-----------------------------------------------------------------*/

#header, #navigation {
	width: 100%;
	min-width: 960px;
	/*position: fixed;
	z-index: 999;*/
}

/* HEADER
-----------------------------------------------------------------*/

#header {
	height: 252px;
	background: #fff;
	left: 0;
	top: 0;
}
	#header h1 {
		width: 960px;
		height: 252px;
		margin: 0 auto;
		position: relative;
		border-left: 1px solid #FCFBF9;
		border-right: 1px solid #FCFBF9;
	}
	#headerimg {
		background: url(../images/design/header.jpg);
		width: 511px;
		height: 252px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#rita {
		background: url(../images/design/rita.png);
		width: 151px;
		height: 44px;
		position: absolute;
		left:480px;
		top: 80px;
		text-indent: -5999px;
	}
	#eriksen {
		background: url(../images/design/eriksen.png);
		width: 269px;
		height: 44px;
		position: absolute;
		left: 562px;
		top: 160px;
		text-indent: -5999px;
	}

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

#navigation {
	height: 35px;
	top: 252px;
	left: 0;
	background: url(../images/design/navbg.png);
}
	#navigation ul {
		list-style: none;
		padding: 0;
		height: 35px;
		width: 960px;
		margin: 0 auto;
		font-family: Cambria, "Times New Roman", Times, FreeSerif, "Nimbus Roman No9 L", "Century Schoolbook L",  serif;
		font-size: 16px;
		background: url(../images/design/navdivider.png) no-repeat left;
	}
		#navigation ul li {
			float: left;
			height: 35px;
			line-height: 35px;
			padding: 0 10px;
			background: url(../images/design/navdivider.png) no-repeat right;
		}
		#navigation ul li:hover {
			background: url(../images/design/navbg-hover.png);
		}
			#navigation ul li a {
				color: #fff;
				text-decoration: none;
			}
			#navigation ul li a:hover {
				color: #ffb300;
			}

#home #home-link, 
#news #news-link,
#concerts #concerts-link,
#bio #bio-link,
#releases #releases-link,
#gallery #gallery-link,
#press #press-link,
#contact #contact-link,
#guestbook #guestbook-link,
#newsletter #newsletter-link,
#links #links-link { 
	background: url(../images/design/navbg-active.png);
}			
#home #home-link a,
#news #news-link a,
#concerts #concerts-link a,
#bio #bio-link a,
#releases #releases-link a,
#gallery #gallery-link a,
#press #press-link a,
#contact #contact-link a,
#guestbook #guestbook-link a,
#newsletter #newsletter-link a,
#links #links-link a  {
	color: #ffb300;
	text-decoration: underline;
	cursor: default;
}			

/* CONTENT
-----------------------------------------------------------------*/
#home { background: #374b54; }
#home #content { 
	background: #374b54; 
	border: none;
}

#content {
	width: 908px;
	padding: 25px 25px 25px 25px;
	border: 1px solid #DFD5C3;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
}
	#content #intro {
		background: #85abbb url(../images/design/intro2.jpg) no-repeat center;
		width: 540px;
		padding: 10px 20px 10px 400px;
		height: 272px;
		margin: -26px -25px 25px -26px;
		color: #fff;
		position: absolute;
		font-family: "Comic Sans MS", cursive;
		font-size: 0.9em;
		overflow: hidden;
		-moz-box-shadow: 0 2px 3px #ccc;
		-webkit-box-shadow: 0 2px 3px #ccc;
		text-shadow: 0 2px 3px #666;
	}
		#content #intro h2 {
			margin: 0;
			color: #fff;
			font-size: 38px;
			line-height: 1.2;
			letter-spacing: 0.05em;
			position: absolute;
			left: 0;
			bottom: 30px;
			width: 960px;
			text-align: center;
		}
		#content #intro ul {
			float: left;
			width: 300px;
			list-style: none;
		}
		#content #intro ul + ul {
			text-align: right;
		}
		#content #intro p {
			text-align: left;
		}
	#content h1 {
		font-size: 2.2em;
		border-bottom: 1px solid #DFD5C3;
		margin: 0 0 0.5em 0;
		position: relative;
	}
		#content h1 img[src *="terningkast"], #content h2 img[src *="terningkast"], #content h3 img[src *="terningkast"] {
			position: absolute;
			right: 0;
		}
	#releases #content h1,
	#news #content h1,
	#press #content h1,
	#contact #content h1,
	#guestbook #content h1,
	#bio #content h1{
		padding-left: 200px;
		margin: 0 -20px 0.5em -20px;
	}
	#content h2 {
		font-size: 1.8em;
		clear: both;
		position: relative;
	}
	#releases #content h3,
	#news #content h2 {
		font-size: 1.4em;
	}
		#content h2 a {
			color: #957c4f;
		}
	#content h2 + h3 {
		margin-top: 0;
	}
	#content h3 {
		font-size: 1.6em;
		clear: both;
		position: relative;
	}
		#content h3 a {
			color: #957c4f;
		}
	#content h4 {
		font-size: 1.4em;
		clear: both;
	}
	#content p {
		margin-bottom: 1em;
	}
	#content p.nomargin {
		font-size: 1em;
		color: #999;
		margin-bottom: 0.25em;
	}
	#content p.error {
		color: #f00;
		background: url(../images/icons/bullet_error.png) no-repeat left top;
		padding-left: 22px;
		margin: 1em 0 0.25em 0;
	}
	#content p.ingress {
		font-weight: bold;
		font-size: 1.2em;
	}
	#releases #content p.ingress {
		font-size: 1em;
		font-weight: normal;
	}
	#content img {
		float: left;
		margin: 0 1.5em 1em 0;
	}
	#content .release {
		width: 200px;
		float: left;
	}
	#content #bildegalleriet a { 
		float: left; 
		margin-right: 20px;
		margin-bottom: 20px;
		width: 130px;
		text-decoration: none;
		color: #999;
		font-size: 0.8em;
		text-align: center;
		}
	#content #bildegalleriet a img { 
		float: none;
		margin: 0; 
	} 
	#imageholder {
		text-align: center;
		padding-top: 25px;
	}
	#imageholder img {
		float: none;
		border: 1px solid #fff;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px #000;
		box-shadow: 0 0 10px #000;
	}
		

	/* TABLES
	-----------------------------------------------------------------*/
	#content table {
		width: 99.9%;
		border: none;
		table-layout: fixed;
		border-collapse: collapse;
	}
		
		#content table tbody tr {
			background: #F4F1EA;
		}
		#content table tr.like {
			background: #FEFDFC;	
		}
			#content table tr th {
				text-align: left;
			}
			#content table tr th:first-child, #content table tr td:first-child {
				padding-left: 5px;
			}
			#content table tbody tr:hover {
				background: #BDD0D8;
			}
		#releases #content table tbody tr {
			background: #fff;
			border: none;
		}
		#releases #content table tr.like {
			background: #fff;	
		}
			#releases #content table tr td {
				vertical-align: top;
				padding: 10px 0;
				border-bottom: 1px solid #DFD5C3;
				border-top: 1px solid #DFD5C3;
			}
			#releases #content table tr th:first-child, #content table tr td:first-child {
				padding-left: 5px;
			}
			#releases #content table tbody tr:hover td {
				background: #fff;
			}
				#releases #content table tbody tr td span.lyrics{
					color: #bbb;
				}
				#releases #content #rightcolumn a.right {
					float: right;
				}
	#concert #content table {
		border: 1px solid #DFD5C3;
	}
			#concerts #content table tbody td {
				vertical-align: top;
				border: 1px solid #DFD5C3;
				padding: 0 0 0 5px;
			}

	/* LEFTCOLUMN
	-----------------------------------------------------------------*/
	#content #leftcolumn {
		float: left;
		width: 160px;
		color: #543a00;
	}
		#content #leftcolumn h2:first-child {
			margin-top: 0;
		}
		#content #leftcolumn ul {
			color: #543a00;
			font-family: Cambria, "Times New Roman", Times, FreeSerif, "Nimbus Roman No9 L", "Century Schoolbook L",  serif;
			margin-top: 0.5em;
		}
			#content #leftcolumn ul li {
				font-size: 1em;
			}
				#content #leftcolumn ul li h2 {
					font-size: 1.2em;
					line-height: 1.2;
					font-weight: bold;
					margin: 0;
					font-family: Cambria, "Times New Roman", Times, FreeSerif, "Nimbus Roman No9 L", "Century Schoolbook L",  serif
				}
				#content #leftcolumn ul li a {
					color: #543a00;
					text-decoration: none;
				}
				#content #leftcolumn ul li ul {
					margin: 0 0 1em 1em;
				}
				#content #leftcolumn ul li.active a {
					color: #E1A71E;
				}
			#press #content #leftcolumn ul li.active li a {
				color: #543a00;
			}
			#press #content #leftcolumn ul li.active li.active a {
				color: #E1A71E;
			}
	/* --- GJESTEBOK --- */
	#content #leftcolumn #gb {
		font-size: 0.8em;
	}
		#content #leftcolumn #gb div label {
			display: block;
		}
		#content #leftcolumn #gb div input, #content #leftcolumn #gb div textarea {
			width: 160px;
		}
		#content #leftcolumn #gb div textarea {
			overflow: auto;
		}
		
	/* --- TEKSTEN --- */
	#releases #content #leftcolumn p #label {
		display: block;
		color: #999;
		text-align: center;
		font-size: 0.8em;
	}
	#releases #content #leftcolumn #tracklist {
		list-style: decimal;
		padding-left: 25px;
	}
	#releases #content #leftcolumn #tracklist li {
		font-size: 0.8em;
		line-height: 1.2;
		margin-bottom: 0.8em;
		margin-left: 5px;
		list-style: decimal outside;
	}
		#releases #content #leftcolumn #tracklist li a {
			text-decoration: none;
			color: #39362e;
		}
		#releases #content #leftcolumn #tracklist li.active a {
			color: #E1A71E;
		}

	/* RIGHTCOLUMN
	-----------------------------------------------------------------*/
	#content #rightcolumn {
		float: left;
		width: 728px;
		margin-left: 20px;
	}
		#content #rightcolumn h1 {
			font-size: 2.2em;
			border-bottom: 1px solid #DFD5C3;
			margin: 0 0 0.5em 0;
			position: relative;
		}
		#content #rightcolumn .col3 {
			float: left;
			width: 215px;
			text-align: center;
			margin-bottom: 2em;
			margin-right: 25px;
			border: 1px solid #EEE9DF;
			min-height: 300px;
		}
			#content #rightcolumn .col3 h3 {
				margin: 0.5em 0;
				font-size: 1em;
				font-weight: bold;
			}
				#content #rightcolumn .col3 h3 a { 
					text-decoration: none;
					color: #957c4f;
				}
			#content #rightcolumn .col3 img {
				float: none;
				display: inline;
				margin: 0;
			}
		#content #rightcolumn p {
			min-height: 1.5em;
		}
		#content p.artikkellink, #content #rightcolumn p.artikkellink {
			margin-top: -1em;
			font-style: italic;
		}
			#content #rightcolumn p em {
				font-size: 0.8em;
				font-style: italic;
			}
		#content #rightcolumn p.backlink + p.nomargin, #content #rightcolumn p.backlink:first-child {
			margin: -1em 0 1em 0;
		}
		#content #rightcolumn p.backlink {
			float: right;
		}
		#content #rightcolumn h2:first-child {
			margin-top: 0;
		}
		#content #rightcolumn #cover {
			width: 300px;
			float: right;
			text-align: center;
			margin: 0.5em 0 10px 15px;
		}
			#content #rightcolumn #cover img {
				float: none;
				display: inline;
				margin: 0;
			}
			#content #rightcolumn #cover #label {
				display: block;
				margin: 0.5em 0;
			}
		#content #rightcolumn .pressimage {
			clear: both;
			margin: 0 0 2em 0;
			overflow: auto;
		}
			#content #rightcolumn .pressimage img {
				background: url(../images/icons/ajax-loader-white.gif) no-repeat center;
			}
		
		#content #rightcolumn form {
			padding: 0;
		}
			#content #rightcolumn form p {
				font-weight: bold;
				margin: 1em 0 0 170px;
			}
			#content #rightcolumn form div {
				margin: 1em 0;
			}
				#content #rightcolumn form div label {
					float: left;
					width: 160px;
					text-align: right;
					margin-right: 10px;
					margin-top: 0.3em;
				}
				#content #rightcolumn form div input[type="text"],#content #rightcolumn form div textarea {
					width: 450px;
				}
				#content #rightcolumn form div textarea {
					overflow: auto;
				}
				#content #rightcolumn form div input[value="Hva er summen av 8 og 4?"] {
					border: 0px #fff solid;
					font-weight: bold;
					font-size: 1.4em;
					padding: 0;
				}
				#content #rightcolumn form div input[type="submit"] {
					margin-left: 170px;
				}
		#content #rightcolumn #lyrics {
			margin-left: 4em;
		}
	
	/* --- GJESTEBOK ---*/
	#content #rightcolumn .guestbook {
		position: relative;
		margin: 1em 1em 2em 1em;
		padding: 1.5em 1em 1em 1em;
		border: 1px solid #DFD5C3;
	}
		#content #rightcolumn .guestbook .sender {
			position: absolute;
			top: -0.8em;
			background: #fff;
			padding: 0 1em;
			color: #998968;
			font-size: 0.9em;
		}
		#content #rightcolumn .guestbook .svar {
			background: #FAF8F5;
			padding: 1em;
			font-size: 0.9em;
		}
	
	/* --- PAGINERING GJESTEBOK / NYHETER --- */
	#content #rightcolumn #pagination {
		height: 20px;
		padding: 20px;
	}
		#content #rightcolumn #pagination span {
			float: left;
			width: 33%;
		}
			#content #rightcolumn #pagination span a {
				margin: 0 1em;
			}
		#content #rightcolumn #pagination .totalcount {
			text-align: center;
		}
		#content #rightcolumn #pagination .next-last {
			text-align: right;
		}

	/* ---- diskografi --- */
	#content #rightcolumn .disco {
		clear: left;
		overflow: auto;
		margin-bottom: 1em;
		border-top: 1px solid #DFD5C3;
		padding-top: 1em;
	}
		#content #rightcolumn .disco p {
			float: left;
			width: 300px;
		}
	#content #rightcolumn.diskografi p {
		cursor: default;
		position: relative;
	}
	#content #rightcolumn.diskografi p img {
			display: none;
			position: absolute;
			top: -90px;
			right: 0;
	}
	
	
	/* --- LINKER --- */
	#content #lenker {
		padding-left: 2em;
	}
		#content #lenker li {
			margin: 0 0 2em 0;
		}
			#content #lenker li a {
				font-weight: bold;
			}
			
	/* --- NYHETER DETALJER --- */
	#news #content .highlight {
		float: right;
		width: 204px;
		background: #DFD5C3 url(../images/design/highlight-bg.png);
		padding: 20px;
		position: relative;
		margin: 50px 0 15px 15px;
		font-weight: bold;
		font-size: 1.4em;
		clear: left;
	}
		#news #content .highlight .top {
			position: absolute;
			left: 0;
			top: -23px;
			background: url(../images/design/highlight-top.png);
			width: 244px;
			height: 33px;
		}
		#news #content .highlight .bottom {
			position: absolute;
			left: 0;
			bottom: -23px;
			background: url(../images/design/highlight-bottom.png);
			width: 244px;
			height: 33px;
		}
	
		

/* DESIGN
-----------------------------------------------------------------*/
#design {
	width: 960px;
	margin: 0 auto;
	color: #c4bcb4;
	clear: both;
}
	#design a {
		color: #c4bcb4;
		text-decoration: none;
	}


