	@import url('reset.css');
	@import url('//fonts.googleapis.com/css?family=Lato:300,400');

	@import url('membersonly.css');
	@import url('nav.css');


	body {
	background: #fcfcfc;
	font: 62.5% 'Lato', sans-serif;
	color: #555555;
	}

	strong, b {
	font-weight: 700;
	}

	em, i {
	font-style: italic;
	}

	a {
	/*color:#916c57;*/							/*Emma was here*/
	color: #1764B0;
	border-bottom:1px dotted #DF7F1B;
	text-decoration:none;
	}

	a:hover, .sidebar .colorme,
	a:hover, #sidebar .colorme {
	color:#333 !important;
	border-bottom:1px solid #ceac99 !important;
	}

	a:visited {
	color:#1764B0;
	border-bottom:1px dotted #f1bd84;
	}

	.one_third_first a, .one_third a {
	font-weight:700;
	text-transform:uppercase;
	font-size:small; /* endres til noe mer spiselig? */
	}

/*
	th {
	border-bottom: 1px solid #a8b0b6;
	font-weight:700;
	font-size: 1.4em;
	color: #606970;
	text-transform:uppercase;
	text-align:left;
	padding: 10px 0px 10px 0px;
	}

	td {
	border-bottom:1px solid #d1dbe2;
	padding: 10px 0px 10px 0px;
	font-size:1.4em;
	}

*/

	.wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	}

	#top {
	background-color: #a3c1d9;
	background: url('images/top.png') repeat-x;
	}

	#top .wrap {
	min-height: 190px;
	}

	#hero {
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cover.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cover.jpg', sizingMethod='scale')";
	border-bottom: 1px solid #ced6dc;
	}

	h1#masthead {
	float: left;
	max-width: 192px;
	}

	h1#masthead > * {
	border: none;
	}

	#extratop {
	text-align: right;
	padding-bottom: 20px;
	}

	#extrafooter {
	background: #a3c1d9;
	text-align: center;
	padding: 20px 0 10px;
	}

	#extrafooter p {
	margin: 1em 0;
	}

	#extratop p, #extrafooter {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 300;
	}

	#extratop a, #extrafooter a {
	border-bottom: none;							/*Emma was here*/
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}

	#extratop a:hover, #extrafooter a:hover {							/*Emma was here*/
	color: #1a120d;
	border-bottom: none;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	}

	#memberlogin {
	float: none;								/*Emma was here*/
	padding-top:10px;
	}

	body.home #top #searchbox, body.home #memberlogin {
	float: none;
	}

	#searchbox {
	margin: 1em 0;
	}

	#searchbox a, #memberlogin a.btn {
	font-weight:normal;
	text-shadow:none; 							/*Emma was here*/
	}
	
	#memberlogin a.smallbtn {
	margin-top: 5px;
	background-color: #a3c1d9;
	background: url('images/top.png') repeat-x;
	border-color: #1764B0 !important;
	}

	#memberlogin a.smallbtn:hover {
	color: #1764B0 !important;
	background: #cdcdcd;
  text-shadow: none;
  }
  
	#searchbox input[type=text] {
	width: 60%;
	padding: 8px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #46413b;
	font-size: 1.1em;
	font-weight:normal;
	}

	#searchbox input[type=text]:focus {
	outline: none;
	}

	#breadcrumbs {
	background: url('images/80_white.png');
	padding: 1em 0;
	color: #a8b0b6;
	}

	#breadcrumbs a{			 				 /*Emma was here*/
	border-bottom:none;
	}

	#breadcrumbs a.first{		  				/*Emma was here*/
	color:#606970;
	border-bottom:none;
	}

	#breadcrumbs a:hover, #breadcrumbs a.first:hover{		/*Emma was here*/
	color:#333;
	text-decoration:underline;
	}

	#breadcrumbs p {
	font-size: 1.2em;						/*Emma was here*/
	text-transform: uppercase;
	}

	#main #searchbox input[type=text] {
	border: 1px solid #cdcdcd;
	}

	#main {
	padding: 30px 0 0px;
	}

	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #news h4, #news h6 {
	font-weight: 700;
	margin-bottom: 2.08333333333333%; /* 20p / 960px */
	}

	#main h1 {
	font-size: 3.2em;
	text-transform: uppercase;
	color: #a8b0b6;
	}

	#main h2 {
	font-size: 2.4em;
	color: #606970;
	text-transform: uppercase;
	}

	#main h2 a{
	border-bottom:none;
	}

	#main h3 {
	font-size: 2.2em;
	color: #606970;
	font-weight: 300;
	}

	#main h4, #news h4, #main h2.widgettitle {
	font-size: 2em;
	color: #55768d;
	}

	#main h2.widgettitle {
	text-transform: inherit;
	border: none !important;
	}

	#subscribe-field {
	width: 90%;
	}

	li.section_headline {
	color: #55768d;
	font-size: 1.42em;
	font-weight: bold;
	list-style-type: none;
	margin-left: -1em;
	margin-top: 1em;
	padding-left: 0;
	}

	#news h4 {
	font-size: 1.6em;
	}

	#main h5 {
	font-size: 1.6em;
	color: #373c41;
	text-transform: uppercase;
 	line-height:normal;
	}

	#main h6 {
	font-size: 1.4em;
	color: #606970;
	text-transform: uppercase;
	}

	#main p, #main ul, #main ol {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 1em 0;
	}

	#main small {
	font-size: 1.2em;
	}

	#main ul p, #main ul ul, #main ol ol {
	font-size: 1em;
	}

	#main p.website {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 0 5px;
	}

	#main ul, #main ol {
	margin-left: 1em;
	padding-left: 1em;
	}

	#main ul.gform_fields {
	margin-left: 0;
	padding-left: 0;
	}

	#main ul {
	list-style: disc;
	}

	#main ul.resources {
	list-style: circle;
	color: #a8b0b6;
	font-size: 1.4em;
	}

	#main ul.resources li {
	margin-bottom: 3px;
	}

	#main ol {
	list-style: decimal;
	}

	#main ul ul, #main ol ol, #main ul ol, #main ol ul, #main ul p {
	font-size: 1em; 1em 0;
	}

	.no-caps {
	text-transform: none !important; /* ikke i bruk enda..*/
	}

	#main blockquote {
	font-style: italic;
	margin: auto 3em;
	color: #55768d;
	}

	#main p.date, #footer p.date, #main *.date {
	color:#a8b0b6;
	margin-right:5px!important;
	font-size: 1.1em;
	}

	img.icon {
	padding-right:5px;
	vertical-align: text-top;
	}

	.light {
	color:#a8b0b6;
	}

	.one_half_first h2, .one_half_last h2 {
	border-bottom: 1px solid #e3e5eb!important;
	padding-top: 2.08333333333333%; /* 20/960 */
	}

	.one_third_first, .one_third {
	padding-top: 4.16666666666667%; /* 40/960 */
	}

	.one_fourth_first, .one_fourth {
	margin-top: 4.16666666666667%; /* 40/960 */
	}

	#footer {
	background: #f8f8f8;
	border-top: 1px solid #eff0f0;
	min-height: 100px;
	padding-top: 2.08333333333333%; /* 20/960 */
	padding-bottom: 2.08333333333333%; /* 20/960 */
	margin-top: 2.08333333333333%; /* 20/960 */
	}

	#footer p, #footer li {
	font-size:1.4em;
	font-weight:500;
	}

	#footer li {
	list-style:circle inside;
	margin-bottom: 5px;
	}

	.boxed {
	background-color:#fff;
	border:1px solid #f6f6f6;
	padding:1.04166666666667%;
	}

	#footer .one_fourth_first a, #footer .one_fourth a {
	color:#005a89;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px dotted #AAC1D5;
	}

	#footer .one_fourth_first a:hover, #footer .one_fourth a:hover {
	color:#333;
	text-decoration:underline;
	font-weight:normal;
	border:none;
	}

	#footer h6, #news h6 {
	color:#748472;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight: 700;
	margin-bottom: 2.08333333333333%; /* 20p / 960px */
	}

	#news h6 {
	margin-top: 1em;
	}

	#news {
	border-top: 1px solid #f0f1f1;
	margin: 20px 0;
	padding: 20px 0;
	}

	#byline {
	background: #c6d5e2;
	padding: 20px 0;
	font-size: 1.1em;
	font-weight:500;
	color: #606970;
	border-top: 1px solid #aac1d5;
	border-bottom: 1px solid #aac1d5;
	text-transform: uppercase;
	}

	#byline .gnist {
	float: right;
	color: #fff;
	}

	#byline .gnist a {
	color: #fff;
	text-decoration: none;
	border: none;
	}

	#byline img {
	vertical-align: middle;
	}

	div.divider {
	clear: both;
	}

	img {
	max-width: 100%;
	vertical-align: middle;
	}

/*
	body.home #main img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
*/

	p.error {
	font-style: italic;
	color: #9e0b0f;
	}

	p.success {
	font-style: italic;
	color: #3db05d;
	}

	#news p {
	font-size: 1.4em;
	color: #666666;
	margin: 1em 0;
	}

	#news p.date {
	font-size: 1.2em;
	color: #a8b0b6;
	}

	/* STYLES, COLORS AND OTHER MAGIC STUFF */
	.button, .btn, .smallbtn {
	border: 1px solid #b57937 !important; /* stroke */
	background-color: #df7f1b; /* color overlay */
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.3); /* drop shadow */
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255,.3); /* drop shadow */
	box-shadow: 1px 1px 0 rgba(255,255,255,.3); /* drop shadow */
	color: #fff3e6 !important; /* text color */
	font-family: "Lato";
	font-size: 18px !important;
	font-weight: 700;
	padding: 5px 12px;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

	.smallbtn {
	padding: 3px 15px;
	font-size: 13px !important;
	font-weight: 400;
	}

	.btn:hover {
	border: 1px solid #df7f1b !important; /* stroke */
	background-color: #f1bd84; /* color overlay */
	color:#96161A!important;
	border:1px solid #df7f1c !important;
	}

	/* SITES */

	#sitesmap2, #sitesmap2 img, 
	#sitesmap, #sitesmap img {
	position: relative;
	}

	#sitesmap2 .dot, 
	#sitesmap .dot {
	background: #55768d;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	}

	#sitesmap2 .colorme, #sitesmap2 a:hover, 
	#sitesmap .colorme, #sitesmap a:hover {
	background: #f1bd84;
	}

	.siteinfo, .fact {
	background: #f8f8f8;
	border: 1px solid #eff0f0;
	padding: 10px;
	margin-bottom: 1em;
	font-size:0.9em;
	}

	#main ul.sitegallery {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

	#main ul.sitegallery li {
	float: left;
	margin: 0 5px 5px 0;
	width: 110px;
	}

	p#siteimg {
	margin: 0 0 1em;
	}

	/* ACCORDION */

	#accordion {
	padding-top: 2em;
	}

	#accordion div {
	border: 1px solid #a8b0b6;
	padding: 10px;
	}

	#accordion h3 {
	cursor: pointer;
	background: #cad8e5;
	color: #606970;
	font-size: 1.6em;
	font-weight: 400;
	margin: 1px 0 0;
	padding: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	}

	#accordion h3:hover {
	background: #bdc3c7;
	}

	#accordion h3.ui-accordion-header-active {
	background: #606970;
	color: #fff;
	border-radius: 3px 3px 0 0;
	}

	#accordion h3:active, #accordion h3.ui-accordion-header-active {
	outline: none;
	}

	/* OBSERVATIONS */

	#observations .observation {
	margin-bottom: 2em;
	border-top: 1px dotted #cdcdcd;
	}

	#observations .observation p {
	font-size: 1.2em;
	}

	#observations .observation p.meta {
	font-size: 1.2em;
	font-style: italic;
	}

	#observations .observation p.attachment {
	padding-left: 20px;
	background: url('images/attachment.png') no-repeat;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	}

	/* MEMBERLIST */

	.memberlist {
	margin: 0;
	margin-bottom: 2em;
	}

	.memberlist .memberitem {
	border-bottom: 1px solid #d1dbe2;
	padding: 10px 0;
	font-size: 1.4em;
	}

	.memberlist .listhead {
	border-bottom: 1px solid #a8b0b6;
	font-weight: bold;
	}

	.memberlist .m_name, .memberlist .m_vessels {
	float: left;
	width: 40%;
	}

	.memberlist .m_origin {
	float: left;
	width: 20%;
	}

	/* EVENTS */

	#main p.summary {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #606970;
	font-weight: 300;
	}

	#main p.eventinfo {
	font-weight: 400;
	color: #55768d;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
  background: url('images/80_white.png');
  padding: 1em;
  }

	#main p.eventinfo strong {
	color: #000;
  }

  .event-flyer {
  border: 1px solid #cfcfcf;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-radius: 3px;
  padding: 5px;
  }

	/* LOGIN FORM */

	#loginform input[type=text], #loginform input[type=password] {
	width: 200px;
	padding: 5px 10px;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 1.1em;
	color: #666;
	}

	#loginform input[type=text]:focus, #loginform input[type=password]:focus {
	outline: none;
	}

	.nomobile {
	display: none;
	}

@media only screen and (min-width: 730px) {

	.nomobile {
	display: inherit;
	}

	.nodesktop {
	display: none;
	}

	h1#masthead {
	float: left;
	max-width: 241px
	}

	#top .wrap {
	min-height: 290px;
	}

	body.home #top .wrap {
	height: 290px;
	position: relative;
	}

	body.home #top #searchbox {
	/*position: absolute;
	bottom: 20px;
	right: 0;*/
	}

  .content, 
	#content {
	width: 58.33333333333333%; /* 560xp / 960px */
	margin-right: 8.33333333333333%; /* 80px / 960px */
	float: left;
	}

	.sidebar,
	#sidebar {
	padding-top: 1em;
	width: 33.33333333333333%; /* 320p / 960px */
	float: left;
	}

	.sidebar hr,
	#sidebar hr {
	clear: both;
	border: none;
	border-top: 1px solid #eff0f0;
	margin: 2em 0;
	}

	.sidebar h2,
	#sidebar h2 {
	margin-top:50px;
	border-bottom: 1px solid #e3e5eb!important;
	}

	.one_half_first {
	width: 45.83333333333333%; /* 440p / 960px */
	margin-right: 8.33333333333333%; /* 80p / 960px */
	float:left;
	}

	.one_half_last {
	width: 45.83333333333333%; /* 440p / 960px */
	float:left;
	}

	.one_third_first, .one_third {
	width: 29.16666666666667%; /* 280/960 29.16666666666667% */
	float: left;
	}

	.one_third {
	margin-left: 4.16666666666667%; /* 40px / 960px */
	}

   .one_fourth_first, .one_fourth {
	width: 20.83333333333333%; /* 200/960 21.8085106383% */
	float: left;
	margin-top:0px;
	}

	.one_fourth {
	margin-left: 4.16666666666667%; /* 40px / 960px sto tidligere: margin-left: 4.25531914894%;*/
	}

	.boxed {
	width: 18.75%; /* 180/960 18.75  */
	margin-bottom: 40px;
	}

	.boxed h6 {
	margin-bottom:-5%!important; /* må muligens endres, har bare tatt et tall her som ser greit ut, men ser wonky ut i fler størrelser. */
	}

	.boxed img {
	margin: 0px 0px 20px 0px;
	}

	/* RESOURCES */

	#fullwidth h2 .section_icon {
	width: 30px;
	margin-left: -30px;
	margin-right: 5px;
	}


}


	.round {
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}


	/* Alignment */
	.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	}

	.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	}

	.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	.alignleft,
	img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	}

	.alignright,
	img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	}

	.aligncenter,
	img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	img.alignleft,
	img.alignright,
	img.aligncenter {
	margin-bottom: 12px;
	}

	.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
	}

	.wp-caption img {
	margin: 5px 5px 0;
	}

	.wp-caption p.wp-caption-text {
	font-size: 1.2em !important;
	color: #888;
	font-size: 12px;
	margin: 5px !important;
	}

@media only screen and (min-width: 960px) {
//	background: url('images/top.png') repeat-x;

	#top {
	background: #a3c1d9;
	background: url('images/top.png') repeat-x;
	}

	#top .wrap {
	min-height: 190px;
	}
}



	.nameHeader, .contactInfoHeader, .aboutYourselfHeader {
	display: none;
	}

