@import url(reset.css);

body{
	background-color: #e9e9e9;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
}

/* @group Layout */

div#container{
	width: 960px;
	margin: 0 30px;
}

h1#header{
	height: 97px;
	background: url(img/header.jpg) no-repeat;
	color: #401c59;
	padding-left: 220px;
}

div#sidebar{
	margin-left: 650px;
	width: 300px;
	position: relative;
	top: 15px;
	padding-top: 15px;
}

div#sideBarBox{
	background: #fff url(img/bgSidebarHeader.jpg) no-repeat 0 top;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
}

#sideBarBox div#contentWrap{
	background: url(img/sidebarBottom.jpg) no-repeat 0 bottom;
	padding-bottom: 10px;
}

#sideBarBox div#contentWrapTable{
	padding: 10px 10px 20px 10px;
	
}

div#mainContent{
	float: left;
	width: 560px;
	margin: 28px 10px 0px 80px;
	background: #fff url(img/contentTop.jpg) no-repeat;
}
div#iframeMainContent{
	float: left;
	width: 800px;
	margin: 28px 10px 0px 80px;
	background: #fff url(img/contentTop.jpg) no-repeat;
}

div#content{
	margin-top: 30px;
}

#mainContent div#contentWrap{
	background: url(img/contentBottom.jpg) no-repeat 0 bottom;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	top: 15px;
	
}



div.article{
	margin-bottom: 2px;
	margin-top: 8px;
}
.bloggInnhold{
	margin: 5px;
	padding: 5px;
}


/* @end */

/* @group Navigation */

ul#mainNavigation{
	position: absolute;
	top: 110px;
	margin-top: 5px;
	margin-left:  90px;
}

ul#mainNavigation li{
	display: inline;	
}

ul#mainNavigation li a{
	color: #401c59;
	font-size: 1.4em;
	font-weight: bolder;
	text-decoration: none;
	border-bottom: 1px dotted #401c59;
}

ul#mainNavigation li a:hover{
	border-bottom: 1px solid #401c59;

}

ul#mainNavigation li:after{
content: " - ";
}

ul#mainNavigation li.omega:after{
content: " ";
}

ul#subNavigation{
	position: absolute;
	top: 138px;
	list-style-type: none;
	display: inline;
}

ul#subNavigation li{
display:inline;
float: left;
height: 18px;
background-color: #401c59;
padding: 0px 0px 2px 0px;

}

ul#subNavigation li a{
	padding-right: 5px;
	display: inline;
	color: white;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}

ul#subNavigation ul li a:hover{
}

ul#subNavigation li.alpha{
	padding-left: 6px;
	background: #401c59 url(img/nav_curve_l.jpg) no-repeat left;

}

ul#subNavigation li.omega{
	padding-right: 6px;
	background: #401c59 url(img/nav_curve_r.jpg) no-repeat right;
}


.left1{
		left: 50px;

}

.left2{
		left: 120px;

}	

.left3{
		left: 230px;

}	

.left4{
		left: 380px;

}		

/* @end */

/* @group Typography */

#mainContent h2{
	margin: 5px 0px 5px 0px;
	font-size: 2.4em;
}
#mainContent h3{
	margin: 5px 0px 5px 0px;
	font-size: 1.8em;
}
.artikkelingress{
	margin: 5px 0px 5px 0px;
	font-size: 1.5em;
}
.bloggtekst{
	font-size: 1.3em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.bloggtekst img{
	width: 230px;
	margin-right: 3px;
	display: inline;
}
.bottomborder{
border-bottom: 1px dotted #401c59;
}
div#sideBarBox h2{
font-size: 1.4em;
padding: 5px 10px;
color: white;
	
}

.article p{
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

span.articleLink{
	display: block;
	height: 20px;
	background: url(img/bird.jpg) no-repeat 0 0;
	padding-left: 20px;
	padding-top: 3px;
	
}

.articleLink a{
	font-size: 1.1em;
	font-weight: bold;
	color:#f26531;
	text-decoration: none;
}

#sideBarBox p{
	margin: 10px;
}
#sideBarBox a{
color: #47155A;
}
.rsnavigation {
	font-size: 10px;
	margin: 10px;
	text-align: center;
	padding: 10px;
}

/* @end */

/* @group Other */

.article img{
	float: right;
	width: 240px;
}

div#subnavTop{
	position: absolute;
	height: 11px;
	width: 26px;
	background: url(img/pointer.jpg) no-repeat; 
}


.subnavLeft1{
	top: 127px;
	left: 150px;
}

.subnavLeft2{
	top: 127px;
	left: 245px;
}

.subnavLeft3{
	top: 127px;
	left: 350px;
}

.subnavLeft4{
	top: 127px;
	left: 500px;
}


/* @end */

/* @group clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */
