@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* General styles for typography */



/* BODY (only typography)
---------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#4b4f50;
	line-height:1.3em;
}

/* HEADERS
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: black;
	font-size: 3em;
	margin-bottom:10px;
	line-height:1em;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#FF7A27;
		text-decoration:none;
	}
	
	h1 a:hover {
		color:#c6c6c6
	}

h2 {
	color: #FF7A27;
	font-size: 1.9em;
	margin-bottom: 5px;
	line-height:1.2em;
	letter-spacing:-1px;
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#FF7A27;
		text-decoration:none;
	}
	
	h2 a:hover {
		color:#c6c6c6;
	}

h3 {
	color: #FF7A27;
	font-size: 1.5em;
	margin-bottom:5px;
	line-height:1.3em;
	font-weight:normal;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		text-decoration:none;
	}
	
	h3 a:hover {
	}
	
h4 {
	font-size: 0.8em;
	margin:0;
	margin-bottom:5px;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color:#FF7A27;
		text-decoration:none;	
	}
	
	h4 a:hover {
		color:#c6c6c6
	}

/* LISTS
---------------------------------------- */
ul,
ol {
	margin-bottom:10px;
}

ul li {
	padding-left:15px;
	background:url(http://robnor.se/gfx/bullet.png) no-repeat left top;
	list-style:none;
	margin:0 0 10px 20px;
	margin-top:-5px;
}

ol li {
	margin:0 0 10px 25px;
}


/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#FF7A27;
	outline:none;
} 
a:hover {
	text-decoration: underline;
	color:#c6c6c6;
}

 
/* FORMS
---------------------------------------- */
input,
textarea {
	border:solid 1px #C5C6C7;
	background:white;
	padding: 2px 5px;
}

input:focus,
textarea:focus {
	border:solid 1px #FF7A27;
}



#designby { font-size:0.9em;}