/* 
 * CSS for jsk.no
 *
 * Laget av Daniel Søland Jackson (danieljackson.no)
 * <daniel@jackson.kz>
 * 
 */
 
* {
	margin: 0;
	padding: 0;
	font-family: trebuchet, sans, sans-serif;
}

p {
	margin: 1em 0;
	line-height: 1.3em;
}	

a {
	text-decoration: underline;
	color: #2470F2;
}

a:visited {
	color: #8424F2;
}

a:hover {
	text-decoration: none;
}

h2 {
	margin: 1em 0 0.5em 0;
}

h2.bestill {
	margin-top: 0em;
}

ul {
	margin: 1em 0;
}

ul li {
	line-height: 1.3em;
	margin-left: 1.5em;
}

dl {
	margin: 1em 0;
}

dd {
	margin: 1em 0 0 0;
}

dt {
}

blockquote {
	padding: 1em 1em;
	text-indent: 2em;
	font-style: italic;
	background-image: url('quote_left.png');
	background-position: 0% 3%;
	background-repeat: no-repeat;
}

blockquote em {
	font-style: normal;
}

blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
}

.hidden {
	display: none;
}

body {
	background-color: #dfdfdf;
	background-image: url('stripe.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#header {
	background-image: url('header_bg.png');
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 122px;
}

#header h1 {
	float: left;
}

#header h1 a {
	color: #fccf7d;
}

#header h1 a img {
	padding: 18px 0 0 0;
	border: 0;
	display: inline;
}

#footer {
	margin-top: 1.5em;
	border-top: 1px solid rgb(200,200,200);
	padding: 1em 0.5em;
	font-size: 80%;
	color: rgb(130,130,130);
	background-color: #dfdfdf;
	clear: both;
}

#footer a {
	color: rgb(130,130,130);
}

.footer_left {
	width: 360px;
	margin-top: 0;
}

.footer_right {
	margin: 0 0.5em 0 0;
	float: right;
	text-align: right;
}

#content {
	background-color: #FFFFFF;
	overflow: auto;
	padding-top: 2em;
}

#menu {
	text-align: right;
	padding: 91px 9px 0 0;
	margin: 0;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
}

#menu li a {
	position: relative;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 120%;
	color: #ffd895;
	color: #101010;

}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.selected a {
	background-color: white;
}

#menu li.selected a:hover {
	text-decoration: none;
}

.presseutklipp h3 {
	font-size: 1em;
}

.presseutklipp p {
	margin: 5px 0 12px 0;
}

.width {
	width: 760px;
	margin: 0 auto;
}

.c_right {
	width: 42%;
	float: right;
}

.c_left {
	width: 52%;
}

.c_right h2, .c_left h2 {
	margin-top: 0;
}

.navn, .telefon {
	width: 24em;
}

.adresse {
	width: 20em;
	height: 5em;
}

.icon {
	border: 0;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.iconlist {
	margin-top: 0px;
	list-style: none;
	float: left;
	margin-right: 20px;
}

.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.pressebilder {
	list-style: none;
	margin: 1em 0;
}

.pressebilder li {
	float: left;
	margin: 0;
}

.pressebilder li a img {
	border: 5px solid white;
}

.pressebilder li a:hover img {
	border: 5px solid #ffd895;
}

.forsidebilde {
	margin-top: 1em;
}

.feilmelding {
	background-color: rgb(250,220,220);
	padding: 0 0.5em;
	border: 1px solid rgb(200,50,50);
}
