/*
http://html5doctor.com/html-5-reset-stylesheet/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

*/
/*	
		Site						Brunt Hus
		URL							www.brunthus.no
		Company name		Felt
		Author					Pål Degerstrøm
		Contact info		pal@felt.no
		Twitter					@degerstrom
		Web							www.felt.no
		Version					v1.0 | 2010-08
		........................................ */

/*	COLORS

		Background			fff
		Text						000
		Link
		........................................ */

/*	STYLESHEET SECTIONS

		CSS Flags marked with [=]

		HTML5
		RESET
		GLOBAL
		TYPOGRAPHY
		BUTTONS
		STRUCTURE
		HEADER
		FOOTER
		FORMS
		TABLES
		FRONT PAGE
		PRODUCTS
		SHOPS
		INFO
		NEWSLIST
		NEWSITEM
		SIDEBAR FORM
		SPECIFIC, VERY SPECIFIC
		FELT
		CLEARING
		........................................ */


/*	=HTML5
		........................................ */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;margin:0;padding:0;}


/*	=RESET
		........................................ */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*	=GLOBAL
		........................................ */
html {
	background: #fff url(../images/page_bg.png) repeat-x 0 0;
}

body {
	background: transparent url(../images/snor_vid.png) no-repeat 50% 0;
	min-height: 200px;
	font: normal 14px/1.2 Georgia;
	color: #000;
}

a {
	color: #d53710;
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 30px;
	border-bottom: 1px solid #eee9e0;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

h2.block {
	border-bottom: 1px solid #eee9e0;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h2.alt {
	color: #d53710;
}

h3 {
	font-size: 14px;
}

h4 {
	font: normal 12px/1.1 Arial;
	color: #666;
	text-transform: uppercase;
}

h4.block {
	border-bottom: 1px solid #eee9e0;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h4 a {
	color: #666;
}

p {
	margin-bottom: 10px;
}

p.intro {
	font-size: 18px;
}

p.message {
	display: none;
}

p.message.visible {
	display: block;
}

::selection {background: #eee9e0;}
::-moz-selection {background: #eee9e0;}

img::selection {background: transparent;}
img::-moz-selection {background: transparent;}


/*	=BUTTONS
		........................................ */

/*	=STRUCTURE
		........................................ */
#wrapper {
	width: 996px;
	margin: -6px auto 30px auto;
	min-height: 250px;
	position: relative;
}

#main {
	float: left;
	width: 751px;
	margin-top: 35px;
}

#sidebar {
	float: left;
	width: 230px;
	margin-left: 15px;
}

.bar {
	width: 230px;
}

.bar header {
	padding: 57px 30px 0 24px;
	overflow: hidden;
}

.bar div {
	padding: 0 30px 0 24px;
	background: url(../images/sidebar_bg.png) repeat-y 0 0;
	overflow: hidden;
}

.bar div h4 {
	margin-top: 40px;
}

.bar footer {
	padding: 0 30px 30px 24px;
}

.bar.aktuelt header,
.bar.kontakt header {
	background: url(../images/sidebar_top.png) no-repeat 0 0;
}

.bar.aktuelt article {
	border-bottom: 1px solid #eee9e0;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.bar.aktuelt article figure {
	margin-bottom: 10px;
}

.bar.aktuelt article p.date {
	margin: 10px 0;
	color: #666;
}

.bar.kontakt footer,
.bar.aktuelt footer {
	background: url(../images/sidebar_bottom.png) no-repeat 0 100%;
}


.bar.darlingclementine header {
	background: url(../images/dc_top.png) no-repeat 0 0;
	height: 414px;
	padding: 0;
}

.bar.darlingclementine div {
	background: url(../images/dc_bg.png) repeat-y 0 0;
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	min-height: 270px;
	padding-bottom: 10px;
}

.bar.darlingclementine footer {
	background: url(../images/dc_bottom.png) no-repeat 0 100%;
}

.bar.darlingclementine footer a {
	color: #fff;
}


.bar.moomin header {
	background: url(../images/moomin_top.png) no-repeat 0 0;
	height: 409px;
	padding: 0;
}

.bar.moomin div {
	background: url(../images/moomin_bg.png) repeat-y 0 0;
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	min-height: 270px;
	padding-bottom: 10px;
}

.bar.moomin footer {
	background: url(../images/moomin_bottom.png) no-repeat 0 100%;
}

.bar.moomin footer a {
	color: #fff;
}


.bar.beatles header {
	background: url(../images/beatles_top.png) no-repeat 0 0;
	height: 425px;
	padding: 0;
}

.bar.beatles div {
	background: url(../images/beatles_bg.png) repeat-y 0 0;
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	min-height: 270px;
	padding-bottom: 10px;
}

.bar.beatles footer {
	background: url(../images/beatles_bottom.png) no-repeat 0 100%;
}

.bar.beatles footer a {
	color: #fff;
}



.bar.gunillaware header {
	background: url(../images/gunillaware_top.png) no-repeat 0 0;
	height: 425px;
	padding: 0;
}

.bar.gunillaware div {
	background: url(../images/gunillaware_bg.png) repeat-y 0 0;
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	min-height: 270px;
	padding-bottom: 10px;
}

.bar.gunillaware footer {
	background: url(../images/gunillaware_bottom.png) no-repeat 0 100%;
}

.bar.gunillaware footer a {
	color: #fff;
}
/*	=HEADER
		........................................ */
#header {
	width: 996px;
	margin: 0 auto;
	height: 131px;
	position: relative;
}

#header #logo,
#header #logo a {
	width: 85px;
	height: 114px;
}

#header #logo {
	overflow: hidden;
	position: absolute;
	left: 6px;
	top: 17px;
}

#header #logo a {
	display: block;
	text-indent: -999em;
	background: url(../images/logo.png) no-repeat 0 0;
}

#header ul {
	position: absolute;
	text-transform: uppercase;
	font: normal 12px/1.1 Arial;
}

#header ul.global {
	top: 20px;
	left: 125px;
}

#header ul li {
	float: left;
	margin-right: 20px;
}

#header ul li a {
	color: #000;
	text-decoration: none;
	border: none;
	padding-bottom: 2px;
}

#header ul li a:hover,
#header ul li.active a {
	border-bottom: 4px solid #000;
}

#header ul.collections {
	height: 20px;
	overflow: hidden;
	bottom: 17px;
	left: 125px;
	margin: 0;
}

/*	=FOOTER
		........................................ */
#footer {
	width: 100%;
	margin: 0;
	background-color: #000;
	min-height: 200px;
	color: #fff;
	padding-top: 15px;
}

#footer a,
#footer h4 {
	color: #fff;
}

#footer section {
	width: 996px;
	margin: 0 auto;
	position: relative;
}

#footer p {
	margin-top: 10px;
	line-height: 25px;
}
/*	=FORMS
		........................................ */

/*	=TABLES
		........................................ */

/*	=FRONT PAGE
		........................................ */

/*	=PRODUCTS
		........................................ */
.collections {
	margin-bottom: 30px;
}

.collections article {
	float: left;
	width: 236px;
	margin-left: 21px;
}

.collections article.first {
	margin-left: 0;
	clear: both;
}

.collections article figure {
	margin-bottom: 15px;
}

.collections article h2 {
	margin-bottom: 15px;
}

.products {
}

.products  article {
	float: left;
	width: 160px;
	height: 260px;
	padding: 10px;
	margin-left: 10px;
	background-color: #eeeae1;
	margin-bottom: 10px;
}

.products  article.categoryitem h3 {
  font-family: Verdana;
  font-size: 12px;
}

.products article.first {
	margin-left: 0;
	clear: both;
}

.products  article figure {
	width: 160px;
	overflow: hidden;
	margin-bottom: 10px;
	height: 205px;
	background-color: #fff;
}

.products  article h3 a {
	color: #000;
}

.product {
}

.product h2 {
  margin-bottom: 20px;
}

.product figure {
	float: left;
	width: 550px;
}

.product section {
	float: left;
	width: 180px;
	margin-left: 20px;
}

/*	=CATEGORY NAV
		........................................ */
nav.categories {
  position: relative;
  margin-top: -15px;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 5px;
}

nav.categories ul {
  border-bottom: 1px solid #eee9df;
  padding: 10px 0 0 0;
}

nav.categories li {
  float: left;
  border-left: 1px solid #7a7a7a;
  margin: 0 0 10px 0;
}

nav.categories li.first {
  border-left: none;
}

nav.categories li a {
  color: #7a7a7a;
  padding: 0 7px;
}

nav.categories li.first a {
  padding-left: 0;
}

nav.categories li.active a {
  color: #d13804;
}


/*	=SHOPS
		........................................ */
.shops {
}

.shops div {
	float: left;
	width: 177px;
	margin: 35px 0 0 14px;
}

.shops div.first {
	margin-left: 0;
	clear: both;
}

/*	=INFO
		........................................ */
.info {
}

.info figure {
	margin: 0 0 20px 0;
}


/*	=NEWSLIST
		........................................ */
.newslist {
}

.newslist article {
	float: left;
	width: 236px;
	margin-left: 21px;
}

.newslist article.first {
	margin-left: 0;
	clear: both;
}

.newslist article figure {
	margin-bottom: 15px;
}

.newslist article h2 {
	margin-bottom: 15px;
}

.newslist p.date {
	margin: -10px 0 10px 0;
	color: #666;
}
/*	=NEWSITEM
		........................................ */
.newsitem {
}

.newsitem figure {
	margin: 0 0 20px 0;
}

.newsitem p.date {
	color: #666;
}

/*	=SIDEBAR FORM
		........................................ */

#forhandlerform {
}

#forhandlerform label {
	display: block;
}

#forhandlerform input {
	border: 1px solid #eee9e0;
	width: 165px;
	padding: 3px 5px;
	font: normal 14px/1.2 Georgia;
	color: #000;
	margin: 5px 0 10px 0;
}

#forhandlerform input.error {
	border-color: #d53710;
}

#forhandlerform button {
	color: #fff;
	background-color: #d53710;
	border: 1px solid #d53710;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	font: normal 14px/1.2 Georgia;
	padding: 4px 7px;
	margin-top: 3px;
}


/*	=SPECIFIC, VERY SPECIFIC
		........................................ */

/*	=FELT
		........................................ */
#footer #felt {
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 10px;
	line-height: 1;
	opacity: 0.8;
}

#footer #felt:hover {
	opacity: 1;
}

/*	=CLEARING
		........................................ */
#header:before, #header:after, #main:before, #main:after, #footer:before, #footer:after, .group:before, .group:after, .clearfix:before, .clearfix:after, nav ul:before, nav ul:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
#header:after, #main:after, #footer:after, .group:after, .clearfix:after, nav ul:after { clear: both; }
#header, #main, #footer, .group, .clearfix, nav ul { zoom: 1; }

/*
#header:after, #main:after, #footer:after,
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*/

