@charset "UTF-8";
/* CSS Document */

html, body {
/*	background-color: #F0F1F2;*/
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);*/
background-color: #EEE;
	width: 100%;
/*	height: 100%;*/
	margin: 0;
	padding: 0;
	font-family:"Georgia, "Times New Roman", Times, serif;
/*	font-family: Arial, Helvetica, sans-serif;*/
}

body p, li, ul, ol, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h1, h2 {
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

body p, li, h4, h5 {
	font-size: 15px;
	line-height: 19px;
}

body p, li {
	color: #222222;
}

body p, ul, .ingress, .pageheading {
	margin-bottom: 20px;
}

.pageheading, .topmargin30 {
	margin-top: 30px;
}

body li {
	margin-left: 20px;
}

img {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: none;
}

a img, img a {
	border: none;
}

.ingress {
	font-size: 20px;
	color: #333333;
/*	font-style:italic;*/
line-height: 25px;
}
.fp .ingress {
	margin-bottom: 0;
}

h5 {
	font-style:italic;
}

a {
	text-decoration: none;
	color: #8B2843;
}

a:hover {
	text-decoration: underline;
}

body img {
	margin: 0;
	padding: 0;
	border: 0;
}

body a img, img a {
	border: 0;
}

#topwrapper, #footer, #page, .fullwidth {
	width: 960px;
	float: left;
	padding: 0;
	clear: both;
}

#imagewrapper {
/*	height: 520px;
	width: 940px;*/
	height: 520px;
	width: 960px;
	float: left;
	padding: 0;
/*	border: 10px solid #fff;*/
background: #EEE;
/*margin-bottom: 30px;*/
/*background-image: url(https://heftyeterrassen.no/images/common/imagebg.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;*/
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	-moz-box-shadow: 0px 5px 15px #AAA;
	-webkit-box-shadow: 0px 5px 15px #AAA;
	box-shadow: 0px 5px 15px #AAA;
}

.pagetop {
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.content {
	padding: 0 0 30px 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
clear: both;
}

#footer {
	padding: 15px 0;
	border-top: 1px solid #999;
}

.entrypoint {
	float: left;
	width: 300px;
/*	height: 200px;
	padding: 15px;*/
/*	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	margin: 0 30px 0 0;
/*	-moz-box-shadow: 0px 5px 15px #AAA;
	-webkit-box-shadow: 0px 5px 15px #AAA;
	box-shadow: 0px 5px 15px #AAA;*/
}

.entrypoint h2, .entrypoint h3 {
	border-bottom: 2px solid #555;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.entrypoint img {
	margin-bottom: 20px;
}

.last {
	margin-right: 0;
}

.maincontent {
	width: 600px;
	margin: 0 60px 0 0;
	float: left;
}

.maincontent p, .maincontent li {
	text-align: justify;
}

.fieryred {
	color: #FF0000;
}

.listentry.board {
	width: 50%;
	float: left;
}

/* =========================== Skjema ========================= */

.contactform {
	width: 478px;
	padding: 29px;
	border: 1px solid #CCCCCC;
	clear: both;
	float: left;
}

form, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

input, textarea {
	border: 1px solid #BBB;
	margin: 0;
	padding: 4px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px; 
border-radius: 6px;
/*	background-color: #FFF;*/
/*-moz-box-shadow: inset 0 -2px 5px #EEE;
   -webkit-box-shadow: inset 0 -2px 5px #EEE;
   box-shadow: inset 0 -2px 5px #EEE;*/
}

input.text {
-moz-box-shadow: inset 0 -2px 5px #EEE;
   -webkit-box-shadow: inset 0 -2px 5px #EEE;
   box-shadow: inset 0 -2px 5px #EEE;
}

input.logininput {
	width: 260px;
}

input.submit {
	background-color: #8B2843;
	color: #FFF;
}

textarea {
	resize: none;
}

.blurclass {
	color: #888888;
	background-color: #F9F9F9;
}

.focusclass {
	color: #333333;
	background-color: #FFFFFF;
}

.errorclass {
	color: #666666;
	background-color: #FDF2F2;
}

.formleads, p > label {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	clear: both;
	color: #666666;
}

.menu {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
/*	border-top: 1px solid #EEEEEE;*/
}

.menu ul, .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu ul {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
}

.menu ul ul {
	border-top: none;
	border-bottom: none;
}

.menu li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
	text-transform: uppercase;
}

.menu li li {
	border-top: none;
	border-bottom: none;
	text-transform: none;
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: center left;
	background-image:url(https://heftyeterrassen.no/images/common/submenubg.png);
}

.menu li li.last {
	background-image:url(https://heftyeterrassen.no/images/common/submenubg-last.png);
}

.menu li a {
	padding: 6px 0 5px 0;
	color: #666;
	display: block;
}

.menu li li a {
	padding-left: 30px;
}

.menu li a:hover {
	text-decoration: none;
}

/* =========================== Galleria-fix ================================ */
.galleria-thumbnails-list {
	display: none !important;
}