/* --------------------- BODY -------------------- */
body {
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --------------- HOVEDSIDE - RAMME ------------- */
div#page {
	margin: 10px auto;
	text-align: left;
	width: 600px;
	padding: 0;
	position: relative;
}

/* ------------ TOPP - OVERSKRIFT ---------------- */

div#header {
	display: block;
	width: 600px;
	height: 1px;
	margin: 0;
	padding: 0;
}
div#header h1#logo {
	display: block;
	margin: 0;
	padding: 0;
}
div#header h1#logo a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
div#header h1#logo a span {
	display: none;
}
div#topmenu {
	display: none;
}
div#mainmenu {
	display: none;
}
img#bergen {
	display: none;
}


/* ------------------ MAINCONTENT ---------------- */
div#maincontent {
	display: block;
	width: 600px;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

/* -------------------- MENY --------------------- */
div#menu {
	display: none;
}
div#menu_right {
	display: none;
}

/* ---------------- HOVEDINNHOLD ----------------- */
div#content {
	display: block;
	width: 600px;
	margin: 0;
	padding: 10px 0 10px 0;
}

/* ------------------ NYHETER -------------------- */

div#posts {
	clear: both;
}

div#posts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#posts p.ingress {
	margin-bottom: 0;
	margin-top: 5px;
}
div.post h3 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 0;
	color: #DD3C08;
}
div.post h3 a {
	text-decoration: none;
}
li.category, li.date{
	color: #666666;
	font-size: 0.9em;
}
li.category {
	float: left;
	margin-right: 5px;
}
div.post img, div.static img {
	padding: 5px;
}
p.byline {
	clear: both;
  margin: 1em 0;
  padding: 0;
  font-size: 90%;
  border-top: 1px solid #E3E3E3;
}
div.readline {
	clear: both;
}
div.frontimg {
	float: left;
	margin-right: 15px;
}

/* ----------------- NETTSIDER ------------------- */
div#staticcontent {
	margin-bottom: 30px;
}
div#staticcontent div.static {
	width: 600px;
}
div#staticcontent div.static h2 {
	margin-bottom: 5px;
	padding: 3px 0 5px 0;
}
div#staticcontent div.static div.scontent p {
	margin: 10px 0;
}

/* ----------------- PORTFOLIO ------------------- */
div.port {
	display: block;
	margin: 0 0 30px 0;
}
div.port h3 {
	clear: both;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	color: #DD3C08;
}
div.port h3 a {
	text-decoration: none;
	color: #000000;
}
div.port h3 a:visited, div.port h3 a:focus, div.port h3 a:hover {
	color: #000000;
}
div.port h3 a:hover{
	text-decoration: underline;
}
img.portimg {
	float: left;
	padding: 0 10px 0 0;
}
div.port div.readline {
	clear: both;
}
a#portlink {
	text-decoration: underline;
	color: #4457BD;
}

/* ----------------- BUNNTEKST ------------------- */
#footer {
	clear: both;
	width: 600px;
	height: 30px;
	text-align: center;
	font-size: 0.9em;
}
div#footer p {
	margin-bottom: 0px;
}

/* ----------------- DIVERSE --------------------- */
h1 {
	font-size: 2.5em;
}
h2 {
	margin-top: 0px;
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
a {
	color: #000000;
}
