/*
	NineSixty – et rammeverk med 12 kolonner á 50 pikslers bredde med 30 pikslers spalteavstand.
	Basert på 960.gs av Nathan Smith – Copyright Huset kommunikasjon og design as
	Idé og utvikling: Willy Bergsnov (willy@huset.no)
*/

/* Layout
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: Chunky;
	src: url(../fonts/Chunky.otf) format("opentype");
}

a img {
	border: none;
	outline-style: none;
}

html {
	background-repeat: repeat;
	background-position: center 600px;
	background-color: #f7c486;
	background-image: url(../images/spring_bg.jpg);
}

body {
	padding-top: 15px;
	background-position: center top;
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Arial;
	color: #4b4b4b;
	line-height: 20px;
	font-size: 14px;
} 

div.wrapper_top {
 	background-position: 0 bottom;
 	padding-top: 15px;
 	margin-right: auto;
 	margin-left: auto;
 	background-repeat: no-repeat;
 	background-image: url(../images/wrapper_bg_top.png);
 	height: 23px;
 	width: 1030px;
 }
 div.ad_top {
	height: 112px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

div#ad_top_left {
	padding-right: 7px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(../images/ad_top_bg.png);
	padding-left: 17px;
	float: left;
	width: 455px;
	overflow: hidden;
}

div#ad_top_right {
	padding-right: 7px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(../images/ad_top_bg.png);
	padding-left: 17px;
	float: right;
	width: 455px;
	overflow: hidden;
}

.head {
	background-position: 15px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/head_bg.png);
	height: 109px;
	width: 960px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}                                                                                                   

#hjem_lenke {
	background-repeat: no-repeat;
	background-position: 24px 9px;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 73px;
	width: 550px;
	float: left;
}

#featured_image {
	position: relative;
	margin-right: 15px;
	float: right;
	height: 73px;
	width: 150px;
}

#featured_image img {
	top: -17px;
	position: absolute;
}

#featured_text {
	padding-top: 10px;
	margin-right: 15px;
	text-align: right;
	height: 63px;
	width: 200px;
	float: right;
}

#featured_text h4 {
	line-height: 18px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #e6e6e6;
}

#featured_text p {
	line-height: 16px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #999999;
}

#topbar {
	margin-left: 157px;
	float: left;
	height: 10px;
	width: 800px;
}

#topmenu {
	float: left;
	clear: both;
	background-repeat: repeat-x;
	height: 35px;
}

#toolbox {
	height: 20px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 9px;
	padding: 0px;
	float: left;
	width: 130px;
}

#toolbox ul li, div.itemAttachmentsBlock ul li {
	padding-left: 0px;
	background-image: none;
}

#search_holder {
	height: 20px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
	float: left;
	width: 130px;
}

#topmenu ul li {
	background-image: url(none);
	list-style-image: url(none);
	padding-left: 0px;
	margin: 0px;
	float: left;
	display: block;
}

#topmenu ul li a span {
	font-weight: bold;
	text-shadow: 0px -1px 1px black;
	margin: 0px;
	border-right-color: #1e1e1e;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #3f3f3f;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 35px;
	float: left;
	display: block;
}

#topmenu ul li a:hover span {
	color: #73a333;
}

#topmenu ul li.active a {
	padding: 0px;
	display: block;
	width: 100%;
	background-position: left -40px;
	background-image: url(../images/topmenu_spritexx.png);
	text-shadow: 0px 0px 0px;
	color: #73a333;
	border-width: 0px;
	height: 40px;
}

#topmenu ul li.active a span {
	background-position: right 0px;
	background-image: url(../images/topmenu_spritexx.png);
	text-shadow: 0px -1px 1px black;
	color: #73a333;
	border-width: 0px;
	height: 40px;
}

.wrapper {
	padding-right: 35px;
	padding-left: 35px;
	width: 960px;
	background-repeat: repeat-y;
	background-image: url(../images/wrapper_bg_center.png);
	margin-top: 0px;
}


/* Tekst og andre elementer
----------------------------------------------------------------------------------------------------*/

hr {
	padding-top: 12px;
	border-top-width: 0px;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	clear: both;
	height: 0;
}

hr.separator {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

h1, h1 a, h1 a:hover {
	font-family: Georgia;
	clear: both;
	line-height: 36px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: normal;
	color: #3f3f3f;
	margin-bottom: 5px;
	font-size: 36px;
}

h2, h2 a, h2 a:hover, h1.componentheading, h3.userItemTitle a {
	color: #3f3f3f;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 22px;
}

div.moduletable h2, div.moduletable h2 a, div.moduletable h2 a:hover {
	line-height: 22px;
	color: #3f3f3f;
	margin-bottom: 5px;
	font-size: 18px;
}

h3 {
	font-family: Helvetica;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	color: #3f3f3f;
	padding: 0px;
	font-size: 15px;
}

div.nav div.moduletable h3 {
	margin-bottom: 15px;
	padding-left: 15px;
	text-shadow: 0px -1px 1px black;
	background-image: url(../images/h3_bg.png);
	background-repeat: repeat-x;
	height: 25px;
	color: #bfbfbf;
	background-color: #0a2126;
	font-weight: bold;
	font-size: 14px;
	left: -15px;
	line-height: 25px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}

h4, div.ingress p, div.ingress, div.catItemIntroText.ingress h4, div.latestItemIntroText p, div.latestItemIntroText {
	color: #3f3f3f;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 16px;
}


h5 {
	font-weight: bold;
	color: #8c8c8c;
	line-height: 145%;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

h6 {
	line-height: 145%;
	font-size: 14px;
	color: #8c8c8c;
}

ol {
	list-style: decimal;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: disc;
}

li {
	color: #727272;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 12px;
	background-position: 4px 6px;
	background-image: url(../images/listekule.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
}

p {
	margin-bottom: 15px;
}

img {
}

a {
	text-decoration: none;
	color: #00a9e5;
}

a:hover {
	text-decoration: none;
	color: #00baff;
}

.block {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 20px;
	margin-right: 30px;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	width: 920px;
	height: 20px;
	background-color: #3f3f3f;
}

.space {
	margin-bottom: 0px;
	margin-top: 0px;
	border-width: 0px;
	padding: 0px;
	height: 30px;
	margin-left: 15px;
}

.nospace {
	margin-bottom: 0px;
	margin-top: 0px;
	border-width: 0px;
	padding: 0px;
	height: 15px;
	margin-left: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	color: #7f7f7f;
	line-height: 145%;
	font-size: 12px;
}

.smaller {
	color: #bfbfbf;
	line-height: 145%;
	font-size: 11px;
}

.footer {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 1030px;
	background-image: url(../images/wrapper_bg_bottom.png);
	height: 23px;
	padding: 0px;
	clear: both;
}

div#topmenu ul li ul {
	display: none;
}

.tjenestelenke {
	height: 100px;
	width: 290px;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
}

.portfoliolenke {
	height: 250px;
	width: 210px;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
}

.centered {
	text-align: center;
}

.sitat {
	list-style-type: none;
	margin-top: 15px;
	margin-right: 50px;
	text-align: right;
	width: 350px;
	height: 80px;
	0px;
	float: right;
	overflow: hidden;
}

.sitat p {
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bfbfbf;
}

.sitat p span {
	line-height: 22px;
	font-size: 12px;
	color: #00a9e5;
}

ul#portfolio {
	text-align: right;
	width: 350px;
	list-style-type: none;
	float: right;
	padding: 0px;
}

ul#portfolio li {
	left: 0px;
	position: absolute;
	text-align: right;
	list-style-type: none;
	padding: 0px;
	widows: 350px;
}

img.cat_image_left {
	margin-bottom: 30px;
	float: left;
	margin-right: 15px;
	-moz-box-shadow: 0px 1px 4px #888;
	-webkit-box-shadow: 0px 1px 4px #888;
}

.kategorilenke {
	border-left-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 5px;
	margin-left: 5px;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
}

.date {
	font-size: 11px;
	color: #bfbfbf;
}

span.breadcrumbs {
	display: block;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
	margin-bottom: 10px;
	font-size: 14px;
	text-shadow: 0px 1px 0px white;
	background-image: url(../images/componentheading_bg.png);
	position: relative;
	left: -15px;
	padding-left: 15px;
	line-height: 35px;
	width: 545px;
	height: 35px;
}

a.moduleItemImage img {
	margin-bottom: 5px;
	-moz-box-shadow: 0px 1px 4px #888;
	-webkit-box-shadow: 0px 1px 4px #888;
}

div.catItemIntroText.ingress p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.catItemIntroText, div.catItemIntroText p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

li.item31 a {
	background-color: #14afff;
	color: #8bc53e;
}

div.moduletable {
	margin-bottom: 15px;
}

ul.pagination li {
	background-image: url(none);
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 2px;
	border-color: #f2f2f2;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	background-color: #fcfcfc;
	display: block;
	float: left;
}

div.moduletable-intranett p {
	width: 100%;
	float: left;
}

div.moduletable-intranett ul {
	margin: 0px;
	padding: 0px;
}

ul#mainlevelextmenu li, div.moduletable-intranett ul li {
	padding-left: 0px;
	background-image: url(none);
	margin-bottom: 5px;
	list-style-type: none;
	clear: both;
}

ul#mainlevelextmenu li a, div.moduletable-intranett ul li a {
	font-weight: bold;
	text-shadow: 0px -1px 1px black;
	background-repeat: repeat-x;
	background-image: url(../images/menu_bg.png);
	color: #bfbfbf;
	font-size: 14px;
	display: block;
	line-height: 25px;
	background-color: #0a2126;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	padding-left: 15px;
	margin-bottom: 5px;
}

ul#mainlevelextmenu li a:hover, a#active_menuextmenu.mainlevelextmenu, div.moduletable-intranett ul li a:hover {
	background-position: 0 -70px;
	color: #00a9e5;
}

ul#mainlevelextmenu li ul {
	padding: 0px;
	margin: 0px;
}

ul#mainlevelextmenu li ul li {
	margin: 0px;
}

ul#mainlevelextmenu li ul li a {
	font-style: normal;
	font-weight: normal;
	background-image: url(none);
	padding-left: 10px;
	background-color: white;
	border-color: #f1ecff;
	border-width: 1px;
	border-style: solid;
	color: #00a9e5;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

ul#mainlevelextmenu li ul li a:hover {
}

a#active_menuextmenu.sublevelextmenu, a:hover#active_menuextmenu.sublevelextmenu {
	border-color: #f4f9fb;
	color: #595959;
	background-color: #f4f9fb;
}

fieldset {
	margin-bottom: 15px;
	padding: 14px;
	border-color: #f2f2f2;
	border-width: 1px;
	border-style: solid;
	background-color: #fcfcfc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.moduletable-intranett {
	border-bottom-color: #e5f9e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	left: -15px;
	position: relative;
	width: 210px;
	background-color: #effeef;
}

span.ubName {
	margin-left: 5px;
	font-size: 12px;
}

span.ubName b {
	margin-left: 5px;
	font-size: 12px;
}

cat {
}

div.ad_right.grid_2 {
	float: right;
}

.k2Frontend * {
	text-align: left;
	float: left;
}

div.kolofon {
	padding-left: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;
	text-align: center;
	color: #323250;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 960px;
}a.hkd {
	margin-left: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 0 2px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/hkd_logo.png);
}
 div.kolofon p {
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
 span.itemAuthor {
	float: left;
	display: block;
}
 span.itemDateCreated {
	float: left;
}
 dl.visittkort {
	background-color: white;
	height: 140px;
	border-color: #e4e4e4;
	border-width: 1px;
	border-style: solid;
	background-position: 5px 5px;
	background-image: url(../../../images/stories/portretter/portrett.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 115px;
	margin-bottom: 15px;
	display: block;
	width: 143px;
	-moz-box-shadow: 0px 1px 4px #888;
	-webkit-box-shadow: 0px 1px 3px #e6e6e6;
}
 dl.visittkort dt {
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 25px;
	color: #505050;
	font-size: 12px;
}

dl.vestli {
	background-image: url(../../../images/stories/portretter/portrett_vestli.jpg);
}

dl.knudsen {
	background-image: url(../../../images/stories/portretter/portrett_knudsen.jpg);
}

dl.bjornstad {
	background-image: url(../../../images/stories/portretter/portrett_bjornstad.jpg);
}

dl.sorvald {
	background-image: url(../../../images/stories/portretter/portrett_sorvald.jpg);
}

dl.aas {
	background-image: url(../../../images/stories/portretter/portrett_aas.jpg);
}

dl.ross {
	background-image: url(../../../images/stories/portretter/portrett_ross.jpg);
}

dl.leerberg {
	background-image: url(../../../images/stories/portretter/portrett_leerberg.jpg);
}

dl.faye {
	background-image: url(../../../images/stories/portretter/portrett_faye.jpg);
}

dl.paulsen {
	background-image: url(../../../images/stories/portretter/portrett_paulsen.jpg);
}

dl.tveit {
	background-image: url(../../../images/stories/portretter/portrett_tveit.jpg);
}

dl.boretti {
	background-image: url(../../../images/stories/portretter/portrett_boretti.jpg);
}

dl.ask {
	background-image: url(../../../images/stories/portretter/portrett_ask.jpg);
}

dl.skattum {
	background-image: url(../../../images/stories/portretter/portrett_skattum.jpg);
}

ul.catItemAttachments li {
	padding-left: 0px;
	background-image: url(none);
}

ul.newsfeed-vg li {
	padding-left: 0px;
	background-image: url(none);
}

div.itemToolbar ul li {
	background-image: url(none);
}

div.item_created {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: #f2f2f2;
	border-top-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #fcfcfc;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	float: left;
}

div.item_created span.itemAuthor {
	font-size: 11px;
	color: #989898;
	padding-left: 10px;
	float: left;
}

fieldset div.name label, fieldset div.pass label {
	display: block;
	width: 80px;
}

div.remember {
	clear: both;
}

div.remember label {
	padding-left: 5px;
}

div.remember input#rem.inputbox {
	margin: 0px;
	padding: 0px;
}

textarea {
	color: #666666;
	padding: 1px;
	border-color: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

label.formEmail, label.formUrl {
	display: block;
	width: 150px;
	padding-top: 5px;
	clear: both;
}

input#button.button {
	font-family: Arial;
	text-shadow: 0px -1px 1px #618a2b;
	color: white;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 0px;
	background-color: #73a333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

div.itemNavigation {
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	border-top-color: #f2f2f2;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #fcfcfc;
}

div.itemAttachmentsBlock, span.itemDateModified, div.itemCategory {
	border-bottom-width: 0px;
	border-top-color: #f2f2f2;
	border-top-width: 1px;
	border-top-style: solid;
}

div.itemHitsTwitter {
	display: none;
}

div#k2FrontendEditToolbar {
	text-align: left;
}

div.toolbar {
	text-align: left;
}

table td tr {
	text-align: left;
}

div#sbox-window {
	border-left-color: #00a9e5;
	border-bottom-color: #00a9e5;
	border-right-color: #00a9e5;
	border-top-color: #00a9e5;
}

div.contact_email, div.contact_email_checkbox {
	margin-top: 5px;
	clear: both;
	float: left;
}

button.button {
	margin-top: 10px;
	float: left;
	clear: both;
}

div.k2ItemsBlock ul li {
	background-image: url(none);
	list-style-type: none;
	padding: 0px;
}

span.itemImageCaption {
	color:#666;
	float:left;
	display:block;
	font-size:11px;
}

span.itemImageCredits {
	color:#999;
	float:right;
	display:block;
	font-style:italic;
	font-size:11px;
}

div.itemImagBlock span {
}

form.user div {
	float: left;
	padding-top: 2px;
}

div.name label, div.email label, div.user_name label, div.pass label, div.verify_pass label, div.email label {
	clear: left;
	float: left;
	display: block;
	width: 130px;
	padding: 0px;
}
 table.paramlist.admintable {
 	padding-top: 16px;
 	clear: left;
 }
 td.paramlist_key {
 	width: 150px;
 }
 div.k2Pagination {
 	margin-top: 16px;
 	color: #e5e5e5;
 	font-size: 11px;
 	text-align: center;
 	width: 100%;
 }
 ul.pagination {
 	margin-left: 100px;
 	height: 30px;
 }
 ul.pagination li {
 	text-align: center;
 }
 .portrett_80 {
 	margin-left: 10px;
 	-moz-box-shadow: 0px 1px 4px #888;
	-webkit-box-shadow: 0px 1px 4px #888;
 }
 span.catItemImage a img {
 	border-width: 0px;
 	padding: 0px;
 	margin: 0px;
 }
 div.catItemImageBlock {
 	padding: 0px;
 	margin: 0px;
 }
 span.itemImage {
 	margin: 0px;
 	padding: 0px;
 }
 .itemFullText p {
 	line-height: 23px;
 	font-size: 15px;
 	font-family: Georgia;
 }
 span.itemImage img, span.latestItemImage a img {
 	border-width: 0px;
 	padding: 0px;
 	margin: 0px;
 	-moz-box-shadow: 0px 1px 4px #888; /* FF3.5+ */
 	-webkit-box-shadow: 0px 1px 4px #888; /* Saf3.0+, Chrome */
 	box-shadow: 0px 1px 4px #888; /* Opera 10.5, IE 9.0 */
 	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#ffffff'); /* IE6,IE7 */
 	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#ffffff')"; /* IE8 */
 }
 div.itemImageBlock {
 	margin-left: 0px;
 	margin-bottom: 10px;
 	margin-right: 0px;
 	margin-top: 0px;
 	padding: 0px;
 }
 div.content {
 	margin-top: 15px;
 }
 div.catItemIntroText h4 {
 	padding: 0px;
 	margin: 0px;
 	line-height: 20px;
 	font-style: normal;
 	font-size: 14px;
 	font-weight: normal;
 }
 li.even {
 	border-width: 0px;
 	background-color: white;
 }
 li.odd {
 	border-width: 0px;
 	background-color: white;
 }
 div.k2ItemsBlock ul {
 	padding: 0px;
 	margin: 0px;
 }
 div.k2ItemsBlock ul li {
 	padding: 0px;
 	margin: 0px;
 }
 div.k2ItemsBlock h4 {
 	font-style: normal;
 	font-weight: normal;
 	line-height: 17px;
 	font-size: 12px;
 }
 div.catItemView {
 	padding: 0px;
 	margin: 0px;
 }
 div.latestItemIntroText p {
 	/* height: 0px; */
 	padding: 0px;
 	margin: 0px;
 	font-style: normal;
 	font-weight: normal;

 }
 div.faktaboks {
 	margin-left: 15px;
 	margin-bottom: 15px;
 	padding-left: 15px;
 	padding-bottom: 0px;
 	padding-right: 15px;
 	padding-top: 0px;
 	background-color: #eaf4ff;
 	border-color: #e5e5e5;
 	border-width: 0px;
 	border-style: solid;
 	float: right;
 	-moz-border-radius: 5px; /* FF1+ */
 	-webkit-border-radius: 5px; /* Saf3+, Chrome */
 	border-radius: 5px; /* Opera 10.5, IE 9 */
 }
 div.faktaboks h3 {
 	padding-bottom: 10px;
 	margin-bottom: 10px;
 	border-bottom-color: #d7d0e8;
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 }
 div.faktaboks p {
 	color: #3f3f3f;
 	margin-bottom: 15px;
 	margin-right: 0px;
 	line-height: 20px;
 	font-size: 12px;
 	font-family: Arial;
 }
 div.nav {
 	margin-top: 15px;
 }
 div.k2ItemsBlock {
 	margin-bottom: 20px;
 	border-bottom-color: #e5e5e5;
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 }
 a img {
 	-moz-box-shadow: 0px 1px 4px #888; /* FF3.5+ */
 	-webkit-box-shadow: 0px 1px 4px #888; /* Saf3.0+, Chrome */
 	box-shadow: 0px 1px 4px #888; /* Opera 10.5, IE 9.0 */
 	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#ffffff'); /* IE6,IE7 */
 	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#ffffff')"; /* IE8 */
 }
 div#featured_image a img {
 	-moz-box-shadow: none;
	-webkit-box-shadow: none;
 }
 
