/* Start of CMSMS style sheet 'BrightSide : BrightSide' */
/* top elements */


body {
	margin: 0;
	padding: 0;
	font: .75em/1.6em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #e0e0e0 url(images/bg.jpg) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #995ec7;
	background-color: inherit;
}

hr{
   border:none;
   color:#cfc5b9;
   background-color:#cfc5b9;
   height:1px;
   margin-left:15px;
   margin-right:15px;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1, h4 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; color: #6297BC;}
h3 { font-size: 1.3em; color:#9EC630;}

p, h1, h2, h3, h4 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}
.margin{
margin-left:15px;
}
/* form elements */

#contactwrapper {
        width:100%;
        height:100%;
}
form {
         background: #f2f2f2;
         padding:20px;
}
form span{
        margin-left:7px;
        color:#f87f0a;
        font-size:14px;
        font-weight:bold;
}
fieldset{
        border:none;
}

label {
	display:block;
	font-weight:bold;
/*	margin:5px 0;*/
}
input {
	padding:2px;
        margin-top:10px;
        margin-left:2px;
        margin-right:5px;
        border:1px solid #645dc6;
	font: normal 1em Verdana, sans-serif;
	color:#777;
        width:190px;
}
textarea {
	width:435px;
        height:200px;
	padding:2px;
        margin-top:10px;
        margin-left:2px;
	font: normal 1em Verdana, sans-serif;
        border:1px solid #645dc6;;
	height:100px;
	display:block;
	color:#777;
        resize:none;
}
#submit { 
	margin-top: 10px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #645dc6; 
	padding: 2px 3px; 
	color: white;	
}
#submit:hover {
        background-color: #6297BC;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1000px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#video{
        float:left;
        width:230px;
        height:118px;
        margin:0;
        padding:0;
}

#top_banner{
        float:right;
        width:1000px;
        height:118px;
        background: url(images/banner2.jpg) right;
        border:none;
        margin:0;
        padding:0;
}
#bottom_big_ad {
        float:left;
        margin-left: -5px;
        margin-top: 40px;
        margin-bottom: 20px;
width:510px;

}
#bred_banner{
        margin-left:136px;
        margin-bottom:15px;
}
#bottom_left_ad{
        height:360px;
        width:250px;
        float:left;
        
}
#bottom_right_ad{
        height:360px;
        width:250px;
        margin-left:10px;
        float:left;
}
.horizontal_banner{
        width:468px;
        margin-left:16px;
        margin-bottom:20px;
        /*margin-top:20px;*/
}
#skygge{
        float:left;
        width:1000px;
        height:7px;
        background: url(images/skygge.png) repeat-x;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}
#content-wrap img{
        margin-top:0px;
}

/* header */
#header {
	position: relative;
	height: 86px;	
	background: url(uploads/brightside/header_bg.jpg);	
}
#header h2#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h3#slogan {
	position: absolute;	 
	top:40px; left: 0px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}


a.answer span{
        visibility:hidden;
}

a.answer:hover{
        color:#fdae52;
        cursor: text;
}
a.answer:hover span{
        visibility:visible;
        
}

/*------- main ---------*/
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 41%;
        margin-bottom:70px;	
        min-height:750px;	
}

#vits{
        margin-top:30px;
}
p.sidevelger a {
        text-decoration: none;
        font-weight: bold;
        background-color:#f87f0a;
        color:white;
}
p.sidevelger a:hover {
        color:#f87f0a;
        background-color:white;
}
p.sidevelger {
        font-weight: bold;
}
.CGBlogSummary{
        margin-left:15px;
}
.CGBlogSummary p{
        margin-left:0px;
}
#kategori{
        width:481px;
        margin-bottom:10px;
}
#CGBlogPostDetailDate, .CGBlogSummaryCategory, #CGBlogPostDetailAuthor{
       margin-left:15px;
}

.CGBlogDetailField{
       margin-left:15px;
}

#script{
       margin-left:15px;
}

.forfatter{
       margin-top:7px;
       color:#C8655F;
}
.valg{
        width:481px;
        margin:0;
}
.style input{
        float:left;
        margin:0 15px;
        padding:0px;
        width:10px;

}
.style{
        float:left;
        width:150px;
        margin:0;
        padding:0px;
}
.valg input type checkbox{
        float:left;
        margin:0;
        padding:0px;
}

input type{
        padding:0;
        margin:0;
}
input.cms_submit{
        background-color:#9EC630;
        color:white;
}
input.cms_submit:hover{
        background-color:#6297BC;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
#hor_banner{
        margin-left:15px;
        margin-top:15px;
}

/*----------- sidebar------------- */
#sidebar {
	float: left;
	width: 22%;
        min-height:350px;
	margin: 0;	padding: 0; 
}

#sidebar h2{
        color:#645dc6;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}

#sidebar ul.sidemenu li {
        width:180px;
	border: 1px solid #f2f2f2;
	border-bottom:1px solid white;
overflow:hidden;
}

#sidebar ul.sidemenu li li{
        width:176px;
	margin-left:3px;
	
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
margin-bottom:1px;

}

.sidemenu ul {
       	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:0px;
        margin:0px;
	background: #f2f2f2;
	min-height:18px;
        list-style:none;
}

#sidebar ul.sidemenu a {
        height: 18px; 
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #e6e6e6;
	color: #339900;
	border-left:4px solid #7a75c4;
}
ul.sidemenu #active a{
        background-color: #e6e6e6;
        border-left:4px solid #6297BC;
        
}
.text_ads {
        margin-top:10px;
        margin-left:15px;
}
.text_ads_takk {
        margin-top:57px;
        margin-left:62px;
}

/*-------- rightbar----------- */
#rightbar {
	float: right;
	width: 35%;
	padding: 0; margin:0;		
}

#fb-root, .fb-like {
        margin-top:15px;
margin-bottom:10px;
        width: 330px;
        /*overflow: hidden;*/
}
#right_banner{
        margin-left:0px;
        margin-top:20px;

}
/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #272727; 
	border-top: 5px solid #995ec8;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 335px;
}
#footer .footer-right{
	float: right;
	width: 650px;
        margin-top:9px;
        margin-right: 15px;
        text-align:right;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
        margin:0; padding: 0;
        list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(uploads/brightside/tableft.png) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(uploads/brightside/tabright.png) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}

#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left {float: left; }
.float-right {float: right; }
.align-left  {text-align: left; }
.align-right {text-align: right; }

/* additional classes */
.clear { clear: both; }
.purple{color: #995ec7; }
.gray{color: #BFBFBF; }
.bold{font-weight:bold;text-decoration:underline;}
/* End of 'BrightSide : BrightSide' */

