/* 
-----------------------------------------------------------
 =BASE
----------------------------------------------------------- */

body {
	background: url(../bilder/bg.jpg) no-repeat;
	/* font-family: Georgia, Verdana, 'Lucida Grande', 'Lucida Sans'; */
}

h1 { font-family: "Tungsten-Medium"; letter-spacing: 1px; text-transform: uppercase; font-size: 4em; margin-top: 0.5em; }

/* 
-----------------------------------------------------------
 =PROSJEKTER
----------------------------------------------------------- */

.prosjekt a img,
.prosjekter a img { border: 5px solid #eee; }

.prosjekt h6,
.prosjekter h6
 { text-transform: uppercase; color: rgb(102, 102, 102); }

/* 
-----------------------------------------------------------
 =KONTAKTINFO
----------------------------------------------------------- */

.kontakt { margin-top: 18px; }
.kontakt h6 { border: 0; }

/* 
-----------------------------------------------------------
 =LAST.FM
----------------------------------------------------------- */

div.info ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

	div.info li {
		float: left;
		display: block;
		width: 150px;
		overflow-x: hidden;
		
		margin: 0 10px 10px 0;
		background: #eee;	
	}
	div.info li.last { margin-right: 0;}
	div.info p { margin: 0; padding: 6px 4px 7px; line-height: 1.2; }
	div.info a:link { text-decoration: none; color: #000 }
	div.info a:hover { text-decoration: underline;}

	div.info h6 { 
		text-transform: uppercase; 
		margin-bottom: 0; 
		line-height: 25px;
		color: rgb(102, 102, 102); 
		border-bottom: 2px solid rgb(102, 102, 102);  
	}
	
	p.intro {
		background: #eee;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		line-height: 25px;
		padding: 0 7px;
	}