/*----------------------------------
 Master Style Sheet              
 project: Tjuvholmen Sjømagasin  
 author: Rayon Visual Concepts   
 website: http://www.rayon.no/   
----------------------------------*/

/* COMMON
--------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	overflow:scroll;
}

body {
	text-align:center;
}

p {
	margin-bottom: 11px;
}

/* TYPOGRAPHY
--------------------------*/
body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
}

h1,h2,h3,h4,h5 {
	font-weight:normal;
}

h1 {
	font-size:10px;
	text-transform:uppercase;
}

h2, #regionalNavigation ul li a{
	font:17px/28px sans-serif;
	text-transform:none;
}

#primary-contents h1 {
	font:17px/17px sans-serif;
	text-transform:none;
	padding-top:6px;
}

h3 {
	letter-spacing:0.2px;
}

h4 {
	line-height:17px;
}

h5, .timeList p {
	font-style:italic;
}
/*
#regionalNavigation ul li a {
	font-family: sans-serif;
	font-size:19px;
	line-height:28px;
	//text-decoration:none;
	text-transform:lowercase;
}
*/
/* COLORS
--------------------------*/
body {
	background-color:#FFF;
	color:#000;
}

#globalNavigation {
	background-color:#FFF;
	color:#000;
}

#regionalNavigation ul li.selected a, input, textarea {
	background-color:#000;
	color:#FFF;
}

ul li a, #footer-nav ul li a:hover, h1 a:hover, .formbutton:hover {
	background-color:#FFF;
	color:#000;
}

#regionalNavigation ul li a:hover, #globalNavigation ul li a:hover, #subNavigation ul li a:hover {
	background-color:#C8C8C8;
	color: #FFF;
}

#globalNavigation ul li.selected a{
	background-color:#919191;
	color:#FFF;
}
 #subNavigation ul li.selected a{
	background-color:#000000;
	color:#FFF;
	}
#primary-contents h3, #footer, h1 a, .formbutton, h5 {
	background-color:#FFF;
	color:#919191;
}

#header h1 a {
	background: transparent;
}
/*
#primary-contents h2 , #secondary-contents h2 {
	color: #5A5A5A;
}
*/
#secondary-contents h2 {
	color: #000000;
}

#footer-nav, #footer-nav ul li a {
	background-color:#FFF;
	color:#919191;
}
#primary-contents p{
	color: #5a5a5a;
}
p {
	background-color: #FFF;
	color: #919191;
	color: #414141;
}

#secondary-contents{
	color: #919191;
}

/* PAGECONTAINER
--------------------------*/
#pageContainer {
	margin:0 auto;
	text-align:left;
	width:960px;
	position: relative;
}


/* MAIN VISUAL
--------------------------*/
div.mainVisual {
	position: relative;
	top: 10px;
	left: 70px;
	z-index: -1;
	width: 890px;
}

/* HEADER
--------------------------*/
#header {
	background:url(/Media/Images/Sjomagasinet/Lib/upper_left_branding.png) no-repeat top left;
	margin-left: -89px;
	padding-top:10px;
	position: absolute;
	width:89px;
	height: 471px;
}

#header img {
	margin-left:89px;
	position: absolute;
}
	
/* regionalNavigation
--------------------------*/
#regionalNavigation {
	float:left;
	margin-top:55px;
	width:220px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 70px;
}

#regionalNavigation ul {
	padding-left:0;
}

#regionalNavigation ul li {
	list-style:none;
}

#regionalNavigation ul li a {
	/*padding:0 12px 3px;*/
	/*padding: 2px 12px 3px;*/
	padding:2px 8px 3px;
}

/* globalNavigation
--------------------------*/
#globalNavigation {
	font-family:Georgia, Times, "Times New Roman", serif;
	height:25px;
	position: absolute;
	top: 44px;
	left: 505px;
	min-width: 544px;
	z-index: 100;
}

#globalNavigation ul {
	float: right;
}
#globalNavigation ul li {
	background:transparent url(/Media/Images/Sjomagasinet/Lib/separator.png) no-repeat scroll left top;
	display:inline;
	float:left;
	margin-top:6px;
	/*padding: 0 6px 0 12px;*/
	padding: 0 5px 0 10px;
}
#globalNavigation ul li.first-child {
	background:transparent none repeat scroll 0 0;
}
#globalNavigation ul li a {
	display:block;
	float:left;
	font-size:10px;
	/*padding-right:5px;*/
	padding: 0 5px 0 5px;
	text-decoration:none;
	text-transform:uppercase;
}
/*
#globalNavigation ul li a span {
	display:block;
	padding-left:5px;
}
#globalNavigation ul li a:hover {
	background:transparent url(/Media/Images/Sjomagasinet/Lib/right_side_hover.png) no-repeat scroll right top;
}
#globalNavigation ul li a:hover span {
	background:transparent url(/Media/Images/Sjomagasinet/Lib/left_side_hover.png) no-repeat scroll 0 0;
}
#globalNavigation ul li.selected a {
	background:transparent url(/Media/Images/Sjomagasinet/Lib/right_side_selected.png) no-repeat scroll right top;
}
#globalNavigation ul li.selected a span {
	background:transparent url(/Media/Images/Sjomagasinet/Lib/left_side_selected.png) no-repeat scroll 0 0;
}
*/

/* SUBNAVIGATION
--------------------------*/
#subNavigation {
	float:left;
	font-family:Georgia, "Times New Roman", serif;
	margin-top:9px;
	width:220px;
	position: relative;
	padding-left: 70px;
	padding-top:54px;
}

#subNavigation ul {
	padding-left:7px;
}

#subNavigation ul li {
	*margin-bottom: 2px;
}

#subNavigation ul li a {
	font-size:10px;
	line-height:12px;
	padding:0 5px;
	text-decoration:none;
	text-transform:uppercase;
}
/* CONTAINER
--------------------------*/
#container {
	float:left;
	min-height: 200px;
	width: 960px;
}

#leftNavigationColumn {
	float:left;
	width: 220px;
}
	/* main
	--------------------------*/
	#main {
		margin-top:50px;
		position:relative;
		width: 680px;
		/*padding-top: 255px;*/
		/*padding-left: 70px;*/
		float: right;
	}
	
		/* primary-contents
		--------------------------*/
		#primary-contents {
			float:left;
			margin-top:2px;
			width:400px;
			/*padding-left: 220px;*/
		}

		#primary-contents h3 {
			margin-bottom:11px;
		}
		/*
		#primary-contents ul {
			float:left;
			width:auto;
		}

		#primary-contents ul li {
			border-bottom:1px solid #919191;
			margin-bottom:7px;
			padding-bottom:8px;
			position:relative;
			width:400px;
		}
		*/

		#primary-contents h2 {
			margin-bottom:8px;
		}

		#primary-contents h4,#primary-contents h5 {
			line-height:15px;
		}
		/*
		#primary-contents .price {
			position:relative;
			right:0;
			text-align:right;
			top:0;
			width:100px;
		}
		*/

		/* secondary-contents
		--------------------------*/
		#secondary-contents {
			float:right;
			margin-top:2px;
			width:220px;
			position: relative;
		}

		#secondary-contents img {
			margin-bottom: 10px;
		}

		#secondary-contents ul li {
			border-bottom:1px solid #919191;
			margin-bottom:7px;
			padding-bottom:8px;
		}

		#secondary-contents h2 {
			border-bottom:1px solid #919191;
			margin-bottom:12px;
			padding-bottom: 4px;
		}

		#secondary-contents h4,#secondary-contents h5 {
			line-height:15px;
		}
		
		#secondary-contents .timeList {
			border-bottom: 1px solid #919191;
			margin-bottom:12px;
			padding-bottom: 4px;
		}

/* FOOTER
--------------------------*/
#footer {
	float:right;
	font-size:10px;
	padding-top:40px;
	padding-bottom:20px;
	width:890px;
	position: relative;
}

#footer:after {
	clear:both;
	content:".";
	font-size:0;
	height:0;
	visibility:hidden;
}

	/* footer-nav
	--------------------------*/
	#footer-nav {
		/*float:right;*/
		margin-right: 0;
		width: auto;
		text-align: center;
	}

	#footer-nav ul li {
		/*background:url(/Media/Images/Sjomagasinet/Lib/separator2.png) left top no-repeat;*/
		display:inline;
		/*padding-left:6px;*/
	}

	#footer-nav ul li.first-child {
		background:none;
		padding-left:0;
	}

	#footer-nav ul li a {
		margin: 0 3px;
		text-decoration:none;
		text-transform:lowercase;
	}

	/* copyright
	--------------------------*/
	#footer p.copyright {
		border-bottom:1px solid #919191;
		/*float:right;*/
		margin-bottom:3px;
		padding-bottom:3px;
		text-align:center;
		width:890px;
	}
	
	#footer p.copyright a {
		color: #919191;
	}
	
	#footer p.copyright a:hover {
		color: #000;
	}

/* CUSTOM
--------------------------*/

#secondary-contents .datoKlikk {
	padding-top: 8px;
}

img,div,input {
	behavior:url(/Public/Styles/Lib/iepngfix.htc);
}

strong,em {
	font-weight:bold;
}

/* link pseudo-class
--------------------------*/
a,a span,a:active,a:hover,a:hover span,a.current {
	text-decoration:none;
}

a:active,a:focus {
	outline:none;
}

#primary-contents a, #secondary-contents a {
	color: #000;
}

#primary-contents a:hover, #secondary-contents a:hover {
	text-decoration: underline;
}

/* input
--------------------------*/
input {
	border:0 none #FFF;
	font:10px Georgia, Times, "Times New Roman", serif;
	margin:6px auto 7px;
	padding:3px 6px;
	text-transform:uppercase;
	width:228px;
}

textarea {
	border:0 none #FFF;
	font:10px Georgia, Times, "Times New Roman", serif;
	margin:6px auto 7px;
	padding:3px 6px;
	text-transform:uppercase;
	width:228px;
	overflow: hidden;
}

input[type="submit"] {
	background-color: transparent;
	color: #919191;
	font:10px Georgia, Times, "Times New Roman", serif;
	margin:8px auto 6px;
	padding:0 0 12px;
	text-transform:uppercase;
	width:auto;
	position: relative;
	top: -21px;
	left: 178px;
}

input.nextInput {
	background-color: transparent;
	color: #919191;
	font:10px Georgia, Times, "Times New Roman", serif;
	margin:8px auto 6px;
	padding:0 0 12px;
	text-transform:uppercase;
	width:auto;
	position: relative;
	top: -21px;
	left: 178px;
}

input[type="submit"]:hover{
	color: #000;
}

.nextInput:hover{
	color: #000;
}

/* clearfix
--------------------------*/
.clearfix,div#container {
	overflow:hidden;
}

/* a11y
--------------------------*/
.a11y,#globalNavigation h2,#header h1 span,#footer h2 {
	display:none;
	height:0;
	overflow:hidden;
	width:0;
}
