@import "styles/fancybox.css";
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
img {
  border: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
h4 {
  padding: 0;
  margin: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
header,
footer,
section,
article,
aside,
nav,
figure {
  display: block;
}
/* Layout styles */
.box950 {
  width: 950px;
  margin: 0 auto;
}
nav {
  font-family: "Droid Sans";
  text-transform: uppercase;
}
.page-wrap {
  min-height: 100%;
}
.content-wrap {
  padding-bottom: 158px;
}
/* Front page */
header {
  position: relative;
  z-index: 10;
}
header nav {
  height: 46px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f5f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f5f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f5f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f5f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f5f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f5f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f6',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.7);
}
header nav ul li a {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #0073ae;
  margin: 20px 13px 16px 10px;
}
header nav ul li {
  float: left;
}
/* .front-page header nav ul li:hover {display:none;} */
/* .front-page header nav ul li:hover:before {display:none;} */
header nav ul li:hover {
  background: #1f84b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1f84b8 0%, #03689c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f84b8), color-stop(100%, #03689c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1f84b8 0%, #03689c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1f84b8 0%, #03689c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1f84b8 0%, #03689c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1f84b8 0%, #03689c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f84b8', endColorstr='#03689c',GradientType=0 );
  /* IE6-9 */
  height: 45px;
}
header nav ul li:hover a {
  color: #fff;
}
header nav ul li {
  position: relative;
}
header nav ul li:hover:before {
  content: ".";
  font-size: 0;
  position: absolute;
  width: 8px;
  height: 100%;
  bottom: -7px;
  right: 50%;
  background: url(images/arrow.png) no-repeat scroll center bottom;
}
div.body-wrap {
  background: url(images/bg.jpg) no-repeat scroll center top;
  position: relative;
  z-index: 5;
  height: 486px;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
.front-page div.info ul li {
  display: block;
}
.front-page div.info ul li:first-child:before {
  display: block;
}
div.info ul li {
  position: relative;
  float: left;
  font-family: "Droid Sans";
  padding: 26px 10px 0 10px;
  background: url(images/separator.jpg) no-repeat scroll right top;
  height: 191px;
  width: 217px;
  display: none;
}
div.info ul li:first-child:before {
  content: ".";
  font-size: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/separator.jpg) no-repeat scroll right top;
  display: none;
}
div ul li h4 {
  font-size: 11px;
  font-weight: 800;
  color: #72a3c8;
  margin: 3px 0 3px 0;
}
h4 {
  letter-spacing: -1px;
}
span {
  color: #8d8d8f;
  font-size: 11px;
  font-weight: 300;
  display: block;
}
.footer-wrap {
  height: 103px;
  box-shadow: 0 0 5px 0 rgba(30, 30, 30, 0.2);
  padding: 15px 0 0 0;
  margin-top: -118px;
}
footer {
  position: relative;
  z-index: 5;
}
.info li a,
.info2 li a {
  color: #8D8D8F;
}
.footer-pics a {
  float: left;
  position: relative;
  display: block;
  margin-top: 8px;
}
.footer-logo {
  display: block;
  background: url(images/logo-small.png) no-repeat scroll center top;
  width: 172px;
  height: 73px;
  margin: 0 auto;
  margin-left: 23%;
}
.norsk-logo {
  display: block;
  background: url(images/nsflogo.jpg) no-repeat scroll center top;
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-left: 50px;
  margin-right: 50px;
}
.hcr-logo {
  display: block;
  background: url(images/highcredit.jpg) no-repeat scroll center;
  float: right;
  width: 120px;
  height: 45px;
  padding-top: 25px;
  margin: 0 auto;
}
/* Inner Style */
.front-page .preheader {
  display: none;
}
.front-page .shadow {
  display: none;
}
.front-page .inner-banner {
  display: none;
}
.front-page .section {
  display: none;
}
.front-page a.preheader-logo {
  display: none;
}
.front-page header nav:before {
  display: none;
}
div.preheader {
  height: 61px;
  width: 100%;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f5',GradientType=0 );
  /* IE6-9 */
}
div a.preheader-logo {
  display: block;
  position: relative;
  z-index: 2;
  background: transparent url(images/logo.png) no-repeat scroll center center;
  width: 244px;
  height: 61px;
  margin: 0 auto;
}
div.inner-banner {
  background: url(images/bg2.jpg) no-repeat scroll center top;
  position: relative;
  z-index: 5;
  height: 221px;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
header nav:before {
  content: ".";
  font-size: 0;
  position: absolute;
  display: block;
  background: transparent url(images/watermark.png) no-repeat scroll center center;
  width: 195px;
  height: 195px;
  margin: 0 auto;
  left: 50%;
  margin-left: -97px;
  top: 0;
  z-index: 0;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "Droid Sans";
}
section h2 {
  color: #0073ae;
  border-bottom: 1px solid #0073ae;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}
section p {
  color: #545557;
  font-size: 14px;
  margin-top: 30px;
}
section.inner-body-wrap img {
  position: relative;
  border-left: 28px solid white;
  border-right: 28px solid white;
}
.shadow {
  height: 1px;
  box-shadow: 0 -2px 5px -3px rgba(30, 30, 30, 0.7);
  padding: 10px 0 0 0;
  width: 100%;
}
.front-page .info2 {
  display: none;
}
div.info2 ul li {
  position: relative;
  float: left;
  font-family: "Droid Sans";
  padding: 26px 10px 0 10px;
  background: url(images/separator.jpg) no-repeat scroll right top;
  height: 70px;
  width: 217px;
}
div.info2 ul li:first-child:before {
  content: ".";
  font-size: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/separator.jpg) no-repeat scroll right top;
}
/* Contact page */
#map-canvas {
  width: 950px;
  height: 300px;
  margin-bottom: 30px;
}
.contact-left {
  float: left;
  width: 490px;
}
.contact-right {
  float: right;
  margin-top: 29px;
}
input [type="text"] {
  font-family: "Droid Sans";
  font-size: 13px;
  font-weight: 400;
}
.info-box {
  width: 400px;
  height: 20px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px inset lightgrey;
  padding: 3px 10px;
}
.textarea {
  width: 400px;
  height: 85px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px inset lightgrey;
  padding: 3px 10px;
}
input[type="submit"] {
  font-family: "Droid Sans";
  color: #545557;
}
.people ul li {
  float: left;
  width: 228px;
  margin: 10px 0;
}
.people ul {
  border: 1px solid #eee;
  background: #f8f8f8;
  padding: 15px;
}
h3 {
  color: #0073ae;
  border-bottom: 1px solid #0073ae;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
}
/* Project page */
.project.left {
  float: left;
  width: 680px;
}
.project.right {
  float: right;
  width: 230px;
}
.documents li {
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}
h1 {
  color: #0073ae;
  border-bottom: 1px solid #0073ae;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
}
/*
.image { 
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	}
*/
article ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 3px;
}
section p.article-exerpt {
  padding: 0px;
  margin: 0px;
}
article h2.article-head {
  margin-top: 10px;
}
article a.readmore {
  margin-bottom: 40px;
}
#gallery li {
  margin: 3px 0 3px 8px;
}
#gallery {
  margin-left: -6px;
}
a.link {
  color: #0073ae;
  text-decoration: none;
}
a.link:active {
  color: #0073ae;
  text-decoration: none;
}
a.link:visited {
  color: #0073ae;
  text-decoration: none;
}
a.link:hover {
  color: #0073ae;
  text-decoration: underline;
}
section article p a {
  color: #0073ae;
  text-decoration: none;
}
section article p a:active {
  color: #0073ae;
  text-decoration: none;
}
section article p a:visited {
  color: #0073ae;
  text-decoration: none;
}
section article p a:hover {
  color: #0073ae;
  text-decoration: underline;
}
a.link-archive {
  color: #0073ae;
  text-decoration: none;
}
a.link-archive:active {
  color: #0073ae;
  text-decoration: none;
}
a.link-archive:visited {
  color: #0073ae;
  text-decoration: none;
}
a.link-archive:hover {
  color: #0073ae;
  text-decoration: none;
}
section h4.doc-link {
  font-size: 16px;
}
.project-body img {
  margin-left: 15px;
}
.article-head a:hover {
  text-decoration: none;
}
.project-body ol,
.project-body ul {
  list-style-position: inside;
  font-size: 14px;
  color: #777;
  margin: 10px 0;
}
.project .archive {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #777;
  background-color: #f8f8f8;
  padding: 10px;
}
.project .archive:hover {
  background-color: #777;
  color: #f8f8f8;
}
.projects-archive section {
  margin-left: -40px;
}
.projects-archive article {
  float: left;
  width: 423px;
  margin-left: 40px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  min-height: 200px;
  margin-bottom: 20px;
}
.projects-archive article img {
  float: left;
  border-right: 15px solid #f8f8f8;
}
