/* @override http://abookpro.local/~audun/Nordaaker/Nordaaker/screen.css */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



header, section, footer { display: block; }


/*	Common styles */

html {
	background: #e6e6e6;
	font: normal normal 14px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body {
	background: #fff url('mountains.gif') repeat-x 50% 0;
	overflow-x: hidden;
	position: relative;
	padding-bottom: 262px;
	-webkit-transition: background .5s ease-out;
}

header {
	display: block;
	margin: 0 auto;
	width: 96%;
	max-width: 890px;
	height: 212px;
	-webkit-transition: height .5s ease-out;
}

footer {
	position: absolute;
	bottom: 0;
	clear: both;
	height: auto;
	width: 100%;
	background: #e6e6e6 url('footer-white.gif') repeat-x 50% -1px;
}

footer section {
	width: 96%;
	max-width: 890px;
	margin: 0 auto;
}

h2 {
	font-size: 21px;
	line-height: 19px;
	margin-bottom: 22px;
}

p {
	font-size: 18px;
	color: #666;
	line-height: 1.3;
	margin: 19px 0 0;
}


#objects {
	width: 128px;
	position: absolute;
	left: 50%;
	top: 118px;
	margin-left: 783px;
	display:none;
}
#dragon {
	overflow: hidden;
	height: 64px;
	width: 128px;
	display: block;
	background: url('dragon-fire.gif') no-repeat 128px 64px;
}
#here-be {
	display: block;
	margin: 13px 0 0 42px;
}
#objects:hover #dragon {
	height: 0;
	padding-top: 64px;
	background-position: 0 0;
}




section#wrapper {
	display: block;
}



/*	Header action */

h1 a {
	float: left;
	text-indent: -999em;
	width: 335px;
	height: 128px;
	background: transparent url('logo.png') no-repeat 0 0;
	margin: 80px 0 0 4px;
	text-decoration: none;
	-webkit-transition: margin .5s ease-out;
}
h1 a:hover {
	background-position: -335px 0;
}
nav #main ul {
	float: right;
	margin-top: 132px;
	list-style: none;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: margin .5s ease-out;
}
nav #main ul li {
	float: left;
	margin: 0 10px 0 5px;
}
nav #main ul a {
	display: block;
	padding: 6px 0 4px;
	border-bottom: 3px solid rgba(255,255,255,.5);
	color: #fff;
	text-decoration: none;
	-webkit-transition: border .15s ease-in;
}
nav #main ul a:hover {
	border-color: rgba(255,255,255,.75);
}

nav #main ul a.selected {
	border-color: rgba(255,255,255,.75);
}

nav #nav-secondary {

}


/* Body specifics */

#intro {
	margin-top: 14px;
}

#intro p {
	margin: 0;
	font-weight: bold;
	font-size: 21px;
	line-height: 29px;
	color: #222;
}

#intro em {
	font-style: normal;
	background: #f3e8ba;
}


#highlight img {
	width: 100%;
}

#highlight div p {
	margin-top: 9px;
}

#highlight #slideshow {
	min-height: 240px;
}

#highlight #item-browse { display: none; }

#highlight #item-browse,
#highlight .pagination {
	margin: 12px 0 38px 34%;
}
#highlight #item-browse::after,
#highlight .pagination::after {
	clear: both;
	content: " ";
	display: block;
}

#highlight #item-browse li,
#highlight .pagination li {
	list-style: none;
	float: left;
}

#highlight #item-browse li a,
#highlight .pagination li a {
	display: block;
	width: 14px;
	height: 14px;
	content: " ";
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #222;
	text-indent: -999em;
	outline: none;
	overflow: hidden;
	margin: 0 3px 0 0;
}

#highlight #item-browse li.active a,
#highlight .pagination li.active a {
	display: block;
	width: 8px;
	height: 8px;
	content: " ";
	border: 3px solid #222;
	background: #fff;
}

.portfolio_img img{
	width: 100%;
}

#nordaaker, .ansatt{
	width: 100%;
}
#ansatte .left p, #ansatte .left h2 {
	text-align: right;
}


/*	The footer does what it does */

footer section {
	margin: 72px auto;
}

footer section p {
	font-weight: bold;
	color: #666;
	padding-left: 20.224719101123596%;
	background: url('small-logo.gif') no-repeat 13.2% 50%;
	-webkit-transition: background .5s ease-out;
}

footer section a {
	color: #666;
	
}




/* Grid system for IE */
#wrapper {
	clear: both;
	margin: 0 auto;
/*	width: 890px;*/  
}
#wrapper::after {
	clear: both;
	content: " ";
	height: 1px;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.middle {
	margin-left: 180px;
}
.one {
	margin-top: 32px;
	width: 170px;
}
.two {
	margin-top: 32px;
	width: 380px;
}
.three {
	margin-top: 32px;
	width: 530px;
}

/* Grid system for real browsers */
#wrapper {
	max-width: 890px;
	width: 96%;
}
.middle {
	margin-left: 20.224719101123596%;
}
.one {
	width: 19.101123595505618%;
}

.onehalf{
	width: 49.7%;
}
.two {
	width: 39.325842696629213%;
}
.three {
	width: 59.550561797752809%;
}


@media (min-width: 1682px;) {
	#objects {
		display: block;
	}
}

@media (max-width: 1682px) {
	#objects {
		display: none;
	}
}


@media screen and (max-width: 750px), (max-device-width: 750px) {

body {
	background-position: -415px -100px;
}
body {
	line-height: 20px;
}
header {
	width: 100%;
	height: 110px;
	padding-top: 5px;
}
header h1 {
	margin: 0 0 0 3px;
}
header h1 a {
	margin: 0;
	width: 210px;
	height: 90px;
	background-position: 0 -128px;
}
header h1 a:hover {
	background-position: -335px -128px;
}
nav #main ul {
	margin-top: 24px;
	font-size: 14px;
	line-height: 16px;
}

footer section p {
	background-position: 2% 50%;
}

}/* @media screensize <=750 */


@media screen and (max-width: 520px), (max-device-width: 520px) {

body {
	line-height: 1.4;
}

header {
	height: auto;
	-webkit-transition: none;
}

nav #main,
nav #main ul {
	float: none;
	clear: both;
	width: auto;
	margin: 0 0 15px 10px;
	-webkit-transition: none;
}
nav #main ul li {
	float: left;
	margin: 0 10px 0 0;
}
nav #main ul a {
	display: block;
	color: #222;
	border-color: rgba(0,0,0,.25);
}
nav #main ul li a:hover {
	border-color: rgba(0,0,0,.5);
}

nav #main::after {
	clear: left;
	content: " ";
	height: 1px;
	display: block;
}


section {
	margin: 10px 0 0;
}

#wrapper {
	clear: both;
	margin: 10px;
}

#intro {
	margin-bottom: 19px;
}
#intro p, h2 {
	font-size: 18px;
}

.middle,
.left,
.right {
	margin: 0 10px;
	width: auto;
	float: none;
}

footer section p {
	padding: 10px;
	background: none;
}

.ansatt {
	margin-top: 30px;
}
#ansatte .left p, #ansatte .left h2 {
	text-align: left;
}

}/* @media screensize <=520 */



@media (max-device-width: 480px) {



}




/*body::before {
	display: block;
	width: 890px;
	height: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -445px;
	content: " ";
	pointer-events: none;
	background: transparent url('grid.png') repeat-y 50% 8px;
	z-index: 999;
}*/

