/* Vårt Land
   Created: 09.08.10
   Author:  Ragnar Mogård Bergem
   ----------------------------------------------------*/


/*	
	OVERRIDE
		Header
	HEADER & MENU
	Services
	Medialinks
*/

	

.oldbrowserwarning {
	background: #faf8bb;
	border:1px solid #d5d73f;
	padding: 15px;
	margin-bottom: 20px;
	position: absolute;
	width: 930px;
	top: 10px;
}


/* =HEADER & MENU
   ----------------------------------------------------*/

#vl_siteHeader {
	margin-bottom: 10px;
}

.vl_logo {
	margin-right: 10px;
	display: block;
}

#vl_siteMenu {
	margin-top: 10px;
	overflow: hidden;
}

#bryllupLink {
	background: url(../gfx/menu/bryllupBtn.jpg) left top no-repeat;
	display: block;
	padding: 0px;
	width: 75px;
	text-align: center;
	
}

#bryllupLink:hover {
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.05);
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.05);
	text-decoration: none;
}

#bryllupLink.active {
	text-decoration: none;
	color: #000;
}







	/* PRIMARY LEVEL */
	
	.vl_primaryMenu {
		height: 38px;
		border-width: 1px 0px 2px;
		border-color: #CCCCCC #CCCCCC #000000;
		border-style: solid;
		padding-right: 7px;
		background-image: url(../gfx/menu/head_bg.gif);
		padding-left: 5px;
	}
	
	.vl_primaryMenuLinks {
		height: 38px;
		line-height: 41px;
		
	}
	
	.vl_primaryMenuLinks li {float: left;}
	
	.vl_primaryMenuLinks a {
		font-weight: bold;
		color: #222;
		padding-right: 15px;
		padding-left: 10px;
		background: url(../gfx/menu/arrow_right.png) left center no-repeat;
	}
	
	.vl_primaryMenuLinks .active {
		color: #990000;
		background-image: url("../gfx/menu/arrow_down.png");
	}
	
	.vl_primaryMenuLinks .static {
		padding-left: 10px; 
		background: transparent;
	}
	
	.vl_primaryMenu .search {
		background: #FFFFFF url(../gfx/menu/magnify.gif) 95% 50% no-repeat;
		border:1px solid #CCCCCC;
		color:#666666;
		padding:5px;
		display: block;
		margin-top: 6px;
	}
	
	#vl_bibleverse {
		margin-top: 10px;
		font-size: 13.5px;
		width: 360px;
		font-family: Georgia, Sans-serif;
		overflow: hidden;
	}
	
	#vl_sectionTitle {
		font-size: 33px;
		padding: 0 0 0 20px;
		border-left: 1px solid #bdbdbd;
		margin: 19px 0 0 0;
		line-height: 26px;
		display: block;
	}
	
	#vl_siteHeader {position: relative;}
	
	#vl_siteHeader .imgExt {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
	#vl_kundesenter {
		color: #222222;
		font-weight: bold;
	}
	
	#vl_nyhetsbrev {
		color: #222222;
		font-weight: bold;
		margin-right: 10px;
	}	


	/* SECONDARY LEVEL */
	
	.vl_secondaryMenu {
		padding: 15px 10px 10px;
		background: url("../gfx/menu/secondaryLevel.jpg") repeat-x scroll center top #FFFFFF;
		display: none;
	}
	
	.vl_col {
		float: left;
		width: 215px;
		padding-right: 20px;
		display: block;
	}
	
	.vl_lastcol {
		display: table-cell;
		width: auto;
		padding-right: 0px;
	}
	
	
	.vl_secondaryLinks li {
		padding: 2px 0px;
		border-bottom: 1px dotted #CCCCCC;
	}
	
	.vl_secondaryLinks a {color: #444444;}
	
	.vl_secondaryLinks a:hover {
		color: #990000;
		text-decoration: underline;
	}

	/* SUBLINE */
	.vl_subline {
		background: url(../gfx/menu/subline_bg.jpg) repeat-x bottom;
		border-bottom: 1px solid #cccccc;
		padding: 8px 15px;
		height: 14px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	/* Bottom menu */
	
	.vl_bottomMenu {
		background: transparent;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	#vl_bottomSiteMenu {
		margin: 10px 0;
	}
	
	#vl_bottomSiteMenu a {
		padding-left: 10px;
		background: transparent;
		text-transform: uppercase;
	}
		

/* =Services
   ----------------------------------------------------*/




#vl_services {
	padding: 38px 20px 44px;
	background: url("../gfx/services/bg.jpg") repeat-x top transparent;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 }

.vl_socialLinks {
	float: left;
	margin-right: 20px;
}

.vl_socialLinks a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 20px 20px 20px 60px;
}

.vl_socialLinks .vl_facebook {background: url("../gfx/services/face.jpg") no-repeat left center;}
.vl_socialLinks .vl_twitter {background: url("../gfx/services/twitter.jpg") no-repeat left center;}
.vl_socialLinks .vl_mobile {background: url("../gfx/services/mob.jpg") no-repeat left center;}

.vl_serviceLinks {
	border-left: 1px solid #555555;
	padding-left: 20px;
	display: block;
	width: 141px;
	float: left;
}

.vl_serviceLinks dt {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
.vl_serviceLinks a {color: #fff;}
.vl_serviceLinks li {margin-bottom: 1px;}


/* =Footer
   ----------------------------------------------------*/

#vl_siteFooter {
	position: relative;
	padding: 10px;
	zoom: 1;
}

.vl_info {
	float: left;
	padding-right: 20px;
}

.vl_info dt {
	margin-bottom: 7px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.vl_info li {
	line-height: 20px;
	font-size: 11px;
}


#vl_editorResponsibility {
	position:absolute;
	right:10px;
	top:10px;
	z-index:1;
}

.vl_slogan {
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
}


#vl_promo {
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
}

#vl_promo .unit  {padding-right: 47px;}
#vl_promo .last_unit {padding: 0px;}

#bajaslink {
	position: relative;
	height: 80px;
}

#bajaslink a {
	width: 86px;
	height: 38px;
	display: block;
	background: url(../gfx/bajas_faded.jpg) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#bajaslink a:hover {background: url(../gfx/bajas.jpg) no-repeat;}




/* =Medialinks
   ----------------------------------------------------*/

.medialinks_wrapper {position: relative;}
.medialinks li {float: left;}

.medialinks {
	height: 20px;
	padding-left: 10px;
	position: absolute;
}


.medialink, .medialink:visited {
	padding: 5px;
	margin-right: 10px;	
	color: #999;
	position: relative;
	top: 10px;
}

.medialink_current, .medialink_current:visited {
	color: #fff;
	background: #000;
}

/* =Albumpage
   ----------------------------------------------------*/

#zone_3_5003, #zone_3_9003, #zone_3_7703 {
	margin: 0px -10px;
	background: #fff;
	padding: 10px 0;
}
	
	
/* =Black tabs
   ----------------------------------------------------*/
	
	
#tab_180376, #tab_12970 {
	border:0px;
	border-top:1px solid #666666;
	border-bottom: 2px solid #555;
	margin-bottom: 0px;
	width: 100%;
	background: #000;
}

#tab_180376 a, #tab_12970 a {
	background: #000 url(../gfx/album_gradient.jpg) repeat-x;
	border: 0px;
}


#tab_180376 > li, #tab_12970 > li {
	border: 0px;
	margin-right: 0px;
}

#tab_180376 li.ui-state-active a, #tab_12970 li.ui-state-active a {
	background: #444;
	border-bottom: 2px solid #fff;
	margin-bottom: -3px;
	color: #fff;
}

#tab_180376 li.ui-state-active span, #tab_12970 li.ui-state-active span {
	border: 0px;
	color: #fff;
}

#tab_180376 li.ui-state-hover span, #tab_12970 li.ui-state-hover span { color: #ccc;}




/* =Øy!
   ----------------------------------------------------*/
   
   
.page_8775 {
	background: #f7f7f7 url(../gfx/oy/vl_bg.png) repeat-x top;
}
   
.page_8775 #wrapper {
	background: url(../gfx/oy/vl_head.png) no-repeat top center;
	padding-top: 125px;
}
   
.page_8775 .page {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-top: 0px;
}
   
.page_8775 .head #vl_siteHeader {
	display: block;
	overflow: visible;
}
   
.page_8775 .head .vl_subline {
	display: none;
}

.page_8775 .head #vl_nyhetsbrev {
	display: none;
}

.page_8775 .head #vl_kundesenter {
	display: none;
}


.page_8775 .head #vl_sectionTitle {
	display: block;
	position: absolute;
	top: -130px;
	text-indent: -999px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 110px;
}


.page_8775 .head .vl_logo img {
	display: none;
}

.page_8775 .head #vl_siteMenu {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
}

.page_8775 .head #topmenu_search {
	display: none;
}

.page_8775 .head .vl_primaryMenu {
	border-bottom: 1px solid #ccc;
	background: #efefef url(../gfx/oy/small_vl_logo.png) 844px 8px no-repeat;
}



.ui-tabs .ui-tabs-hide {
	display: none;
}
