/* Makeshift CSS Reset */
{
	maring: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}

header {

}
body {
	margin: 1 2 auto;
	width: 940px;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: url("bakgrunn.jpg");
}

h1 {
	font-family: myChiller;
	font-size: 36px;
	line-height: 66px;
	padding: 22px 0;
	text-shadow: 5px 5px 5px #FF0000;
}

h2 {
	font-family: myChiller;
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
	text-shadow: 3px 3px 3px #333;
}

h3 {
	font-family: myChiller;
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
	text-shadow: 5px 5px 5px #FF0000;
}

p {
	padding-bottom: 22px;
}

nav {
	position: absolute;
	top: 10px;
	left: 20px;
	right: 20px;
	background: #000;
	
}

nav ul {
	margin: 0 auto;

	list-style: none;
}

nav ul li {
	float: left;
}

	nav ul li a {
		display: block;
		margin-right: 20px;
		font-size: 14px;
		line-height: 44px;
		text-align: left;
		text-decoration: none;
		color: #777;
	}
	
		nav ul li a:hover {
		color: #fff;
		}
		
		nav ul li.selected a {
		color: #fff;
		}
		
		nav ul li.subscribe a {
		margin-left: 22px;
		padding-left: 33px;
		text-align: left;
		bacground: url("rss.png") left center no-repeat;
		}
		
#bannerleft {
background:	url("ovs.png") no-repeat;
position: absolute;
top: 20px;
left: 20px;
width: 100%;
height: 100%;
}

#twitter {
position: absolute;
top: 700px;
left: 20px;	
}

#menu {
position: absolute;
top: 273px;
left: 20px;		
}

#mahContentWrapper {
position: absolute;
top: 260px;
left: 310px;
width: 50%;
padding-top: auto;

}

#mahContent {
background: url("bakgrunnlys.jpg");
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
border:1px solid;
border-radius:5px;
-moz-border-radius:5px; /* Firefox 3.6 and earlier */

box-shadow: 5px 5px 5px #333;
-webkit-box-shadow: 5px 5px 5px #333; /* Safari */ 

}


#fnzbutton:hover {
transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1); /* Safari and Chrome */
-o-transform: scale(1.1,1.1); /* Opera */
-moz-transform: scale(1.1,1.1); /* Firefox */
}

@font-face
{
font-family: myChiller;
src: url("chiller.ttf");
}
