/* CSS Screen Document */

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

html {
	font: 62.5%/1.5 Verdana, Geneva, sans-serif;
	background: #fff url(../images/design/bg.jpg) repeat-x;
	color: #000;
}
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: #004f61;
}
input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
}
a img {
	border: none;
}
.clear {
	clear: both;
}

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

#header, #navigation {
	width: 100%;
	min-width: 960px;
}

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

#header {
	height: 196px;
	background: transparent;
	left: 0;
	top: 0;
}
	#header h1 {
		width: 960px;
		height: 196px;
		margin: 0 auto;
		position: relative;
	}
	#headerimg {
		background: url(../images/design/figur.png) no-repeat;
		width: 308px;
		height: 244px;
		position: absolute;
		right: -60px;
		top: 0;
	}
	#navn {
		background: url(../images/design/anne-vada.png);
		width: 636px;
		height: 146px;
		position: absolute;
		left:19px;
		top: 38px;
		text-indent: -5999px;
	}

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

#navigation {
	height: 50px;
	position: relative;
}
	#navigation ul {
		list-style: none;
		padding: 0 0 0 10px;
		height: 50px;
		width: 969px;
		margin: 0 auto;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		background: url(../images/design/navbar.png) no-repeat;
		position: relative;
	}
		#navigation ul li {
			float: left;
			height: 50px;
			line-height: 50px;
			padding: 0 10px;
			background: url(../images/design/divider.png) no-repeat right;
		}
			#navigation ul li a {
				color: #000101;
				text-decoration: none;
			}
			#navigation ul li a:hover {
				color: #bb391c;
			}

#home #home-link a,
#news #news-link a,
#concerts #concerts-link a,
#bio #bio-link a,
#releases #releases-link a,
#press #press-link a,
#contact #contact-link a,
#guestbook #guestbook-link a,
#newsletter #newsletter-link a,
#links #links-link a  {
	color: #bb391c;
	text-decoration: underline;
	cursor: default;
}
#navigation ul #iphone-link { 
	background: none; 
	position: absolute;
	right: 5px;
	bottom: 10px;
}

/* CONTENT
-----------------------------------------------------------------*/

#content {
	width: 910px;
	padding: 25px 25px 25px 25px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
}
	#content #intro {
		background: #c1cdcf url(../images/design/intro-cover.jpg) no-repeat 50px bottom;
		width: 623px;
		padding: 10px 20px 10px 315px;
		height: 270px;
		margin: -20px -25px 25px -26px;
		color: #004f61;
		position: absolute;
		font-family: "Comic Sans MS", cursive;
		font-size: 1.1em;
		overflow: hidden;
		border: 1px solid #c1cdcf;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 2px 2px 4px #666;
		-moz-box-shadow: 2px 2px 4px #666;
		-webkit-box-shadow: 2px 2px 4px #666;
	}
		#content #intro h2 {
			margin: 0 0 0.2em 0;
		}
		#content #intro ul {
			float: left;
			width: 300px;
			list-style: none;
		}
		#content #intro ul + ul {
			text-align: right;
		}
		#content #intro p {
			text-align: center;
		}
	#content h1 {
		font-size: 2.2em;
		border-bottom: 1px solid #004f61;
		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;
			border: none;
		}
	#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: #004f61;
		}
	#content h2 + h3 {
		margin-top: 0;
	}
	#content h3 {
		font-size: 1.6em;
		clear: both;
		position: relative;
	}
		#content h3 a {
			color: #004f61;
		}
	#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;
		line-height: 1.3;
	}
	#releases #content p.ingress {
		font-size: 1em;
		font-weight: normal;
	}
	#content img {
		float: left;
		margin: 0.5em 1.5em 1em 0;
		/*border: 3px solid #e2e3e3;*/
		box-shadow: 2px 2px 4px #666;
		-moz-box-shadow: 2px 2px 4px #666;
		-webkit-box-shadow: 2px 2px 4px #666;
	}
	#content img[src*="terning"] { 
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#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; 
	} 
		

	/* TABLES
	-----------------------------------------------------------------*/
	#content table {
		width: 99.9%;
		border: none;
		table-layout: fixed;
		border-collapse: collapse;
	}
		#content table caption { text-align: left; }
		#content table tbody tr {
			background: none;
		}
		#content table tr.like {
			background: none;	
		}
			#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: none;
			}
		#releases #content table tbody tr {
			border: none;
		}
		#releases #content table tr.like {
			background: none;	
		}
			#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: none;
			}
				#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 thead th a {
			font-weight: normal;
			text-decoration: none;
			color: #585858;
		}
		#concerts #content table thead th a:hover { text-decoration: underline; }
			#concerts #content table tbody td {
				vertical-align: top;
				border: 1px solid #a2a2a2;
				padding: 0 0 0 5px;
			}
	#content table tr td a img { 
		border: none; 
		margin: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	/* LEFTCOLUMN
	-----------------------------------------------------------------*/
	#content #leftcolumn {
		float: left;
		width: 160px;
		color: #19293e;
	}
		#content #leftcolumn h2:first-child {
			margin-top: 0;
		}
		#content #leftcolumn ul {
			color: #19293e;
			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 h2 a.active {
					color: #B82200;
					cursor: default;
				}
				#content #leftcolumn ul li a {
					color: #19293e;
					text-decoration: none;
				}
				#content #leftcolumn ul li ul {
					margin: 0 0 1em 1em;
				}
				#content #leftcolumn ul li.active a {
					color: #b82200;
				}
			#press #content #leftcolumn ul li.active li a {
				color: #b82200;
			}
			#press #content #leftcolumn ul li.active li.active a {
				color: #b82200;
			}
	/* --- 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;
		}
		#releases #content #rightcolumn a.right img {
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			border: none;
		}

	/* 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;
			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: #004F61;
				}
			#content #rightcolumn .col3 img {
				float: none;
				display: inline;
				margin: 0;
			}
			#content #rightcolumn .col3 a.noshadow img {
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				border: none;
				
			}
		#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 a img {
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				border: none;
			}
			#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 #004F61;
	}
		#content #rightcolumn .guestbook .sender {
			position: absolute;
			top: -0.8em;
			padding: 0 1em;
			background: #004F61;
			color: #fff;
			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;
	}
	#bio #leftcolumn #albumcovers { position: relative; }
	#bio #leftcolumn #albumcovers img { 
		position: absolute;
		left: 0;
		top: 10px;
		border: px solid #e2e3e3;
		display: none;
	}
	
	/* --- 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: 0 20px;
		position: relative;
		margin: 60px 0 35px 15px;
		font-weight: bold;
		font-size: 1.4em;
		clear: left;
		color: #4c5050;
	}
		#news #content .highlight .top {
			position: absolute;
			left: 0;
			top: -33px;
			background: url(../images/design/highlight-top.png);
			width: 244px;
			height: 33px;
		}
		#news #content .highlight .bottom {
			position: absolute;
			left: 0;
			bottom: -33px;
			background: url(../images/design/highlight-bottom.png);
			width: 244px;
			height: 33px;
		}
	
		

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

