/*	
	
		Written by:		Simen Granerud
		
		Email:			simensau@gmail.com
	
---------------------------------------- */


body {
	color: #444;
	font-family: Helvetica, Arial,Verdana, sans-serif;
	font-size: 13px;
	background: #000000;
}


#super {
	background: url("images/top_back.jpg") top repeat-x;
}


#page {
	position: relative;
	margin: 0 auto;
	width: 910px;
	background: url("images/page_back.jpg") #FFF repeat-y;
}

#banner {
	background: url("images/banner.jpg");
	height: 305px;
	margin-bottom: 20px;
}

#centerContent {
	display: inline;
	float: right;
	width: 665px;
	margin-right: 15px;
}

#footer {
	height: 50px;
	padding-top: 50px;
	clear: both;
	background:url("images/footer.jpg");
	text-align: center;
}

















/*	
	
	Navigasjon / Meny
	
---------------------------------------- */

#leftContent {margin-left: 15px;}

#navlist, #navlist li, #subnavlist, #subnavlist li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist {
	width: 200px;
	float: left;
}

#navlist li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	
	font-size: 10px;
	text-decoration: none;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	border-bottom: 1px solid #E5E5E5;
}

#navlist li a:hover, #navlist li #active {
	background: url("images/nav_back.jpg") repeat-x;
	color: #FFF;
}

#navlist #subnavlist li {
	background: #F3F3F3;
}

#navlist #subnavlist li a{
	text-transform: none;
	padding-left: 20px;
	color: #444;
}

#navlist #subnavlist li a:hover, #navlist #subnavlist li #subactive {
	background: #fff;
	color: #000;
}


















/*	
	
	Typografi & Layout ellers
	
---------------------------------------- */



h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	
	color: #E81700;
	font-weight: normal;
}

#centerContent p {line-height: 1.9;}

#centerContent img {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
#centerContent fieldset img {
  margin: 0;
  padding: 0;
  float: none;
}



h1 { font-size: 20px;}
h2 { font-size: 16px; font-weight: bold;}
h3 { font-size: 14px; font-weight: bold;}


p {	margin-bottom: 12px;}

.pageDescription, .objectDescription {
	font-weight: bold;
}


a {
	color: #E81700;
}

a:hover {
	color: #444;
}





#centerContent blockquote {
	display: block;
	padding: 10px 0 10px 50px;
	width: 300px;
	background: url("images/quote.jpg") center left no-repeat;
	font-family: "Times New Roman", times, serif;
	line-height: 1.7;
	font-size: 17px;
	font-style: italic;
}

















/*	
	
	Nyheter / Forsiden
	
---------------------------------------- */


/* Hmm... */

#nyheter #centerContent {
	margin-top: -10px;
	*margin-top: 0;
}



#nyheter h1 { display: none;}

.newsItem {
	width: 310px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

#centerContent .newsItem .newsItemImage {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	border: 1px solid #D0D0D0;
}


.newsItem h3 a {
	color :#E81700;
	font-weight: normal;
	text-decoration: none;
}

.newsItem h3 a:hover {
	text-decoration: underline;
	color: #444;
}

.newsItem .newsItemDescription {
	line-height: 1.3;
	font-size: 12px;
}

.newsItem .newsItemDate, .newsPageDetails, .guestbookDate {
	font-size: 11px;
	color :#888;
	margin-bottom: 8px;
	margin-top: 5px;
}

.newsItem .newsItemURL {
	display: none;
}

.newsPageDescription {
	font-weight: bold;
}














/*	
	
	Misc. Diverse.
	
---------------------------------------- */

.folderList {
	margin-bottom: 25px;
	line-height: 1.3;
}

.folderList a {
	font-weight: bold;
}



#ContactForm_31 fieldset {
	border: 0;
	margin: 0; padding: 0;
	margin-top: 15px;
}






#fanLink a {
	display: block;
	position: absolute;
	width: 200px;
	height: 100px;
	margin-top: 165px;
	margin-left: 15px;
	text-indent: -9999px;
}

#bannerLink a {
	display: block;
	position: absolute;
	width: 400px;
	height: 100px;
	margin-left: 15px;
	text-indent: -9999px;
}


.hiddenStructure, #documentActions, .objectPath {
	display: none;
}


div.copyright a{
  color: #888;
}

div.copyright a:hover{
  color: #666;

}


div.guestbookItem{
	margin-bottom: 18px;
}
