@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {
	margin: 0px;
	padding: 0px;
	font: 14px Lato, Verdana, Helvetica, sans-serif;
	color: #202020;
	background-color: #1d510a;
}

h1, h2, h3, h5 {
	margin-top: 0px;
	font-family: 'Lato';
	text-transform: uppercase;
}

h1 {
	font-size: 1.8em;
	border-bottom: 2px solid #1d510a;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.4em;
	margin-bottom: 10px;
	border-bottom: 2px solid #1d510a;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 140%;
}

strong {
	font-family: 'Lato';
	font-weight: 700;
}

a {
	color: #1d510a;
}

a:hover {
	text-decoration: none;
	color: #1d510a;
}

a img {
	border: none;
}

#container {
	max-width: 920px;
	margin: 0px auto;
	margin-top: 0px;
	background-color: white;
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
/* Header */

p.path {
	width: 100%;
	max-width: 920px;
	position: relative;
	left: -20px;
	padding: 10px 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	border-bottom: 1px solid #cdcdcd;
}

#header {
	width: 100%;
	max-width: 940px;
	height: 50px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: none;
}

/* Logo */

#logo {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	display: block;
	border-top: 0px;
	background-color: 331053a;
	margin-bottom: 25px;
}

#logo #logo-image {
	max-width: 100%;
	margin-left: 20px;
}

@media (max-width: 568px) {
	#logo {
		width: 100%;
		border-left: 0px;
		border-right: 0px;
	}
	
	#logo a#home_link {
		display: block;
		width: 80%;
		margin: 0px auto;
	}
	
	#logo a#home_link #logo-image {
		width: 90%;
		max-width: 100%;
		margin: 0px auto;
	}
}

#social-top {
	float: right;
	width: auto;
	margin-right: 10px;
	margin-top: 12px;
}

@media (max-width: 820px) {
	#social-top {
		display: none;
	}
}

/* Menu */

#mobile-menu {
	display: none;
	list-style: none;
	padding: 0px;
	padding-left: 0px;
	width: 100%;
}

#mobile-menu li {
	display: block;
	border-bottom: 1px solid #eaeaea;
}

#mobile-menu li a {
	display: block;
	padding: 10px 0px;
	padding-left: 25px;
}

#mobile-menu li#active a#current {
	font-weight: bold;
}

#mobile-menu li ul.submenu {
	padding-left: 20px;
}
#mobile-menu li ul.submenu li {
	border-bottom: 0px;
}
#mobile-menu li ul.submenu li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mobile-menu li ul.submenu li a.currentLink {
	font-weight: bold;
}

#mobile-menu li ul.submenu li a:last-child {
	padding-bottom: 0px;
}

#mobile-menu-link-text {
	cursor: pointer;
	font-size: 18px;
	outline: 0;
}
#mobile-menu-link-text img {
	position: relative;
	top: -2px;
	height: 22px;
}
#mobile-menu-link-text span {
	position: relative;
	top: -6px;
	margin-left: 7px;
}

#mobile-menu-link {
	display: none;
}

#mobile-menu-link a {
	padding: 16px 25px;
}

#menu {
	float: left;
	width: 100%;
	max-width: 950px;
	height: 50px;
	margin: 0px 0px 0px 0px;
}

#menu ul,#topMenu ul {
	margin: 0px auto;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#menu ul li#active {
	background-image: url(/core-index/ibooking/layouts/surnadal/menu_active.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#menu ul li.firstTopMenu a {
}

#menu a {
	display: block;
	width: auto;
	color: #fff;
	text-decoration: none;
	padding: 16px 25px;
	font-family: 'Lato';
	font-size: 16px;
}

#menu a:hover {
	color: #fff;
}

#menu .first {
	background: none;
}

#menu li#active {
	background-color: #04798f;
}
#menu li li.active {
	background-color: #04798f;
}

@media (max-width: 968px) {
	.sf-menu {
		display: none
	}
	
	#mobile-menu-link {
		display: block;
	}
}

@media (max-width: 468px) {
	.box1 {
		display: none;
	}
}


/* Page */

#page {
	background-color: white;
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 0px;
	padding: 0% 0%;
	padding-top: 0px;
}


/* Content */

#content {
	float: none;
	width: 100%;
	margin-top: 0px;
	margin: 0px;
	padding-top: 20px;	
}

.post {
	margin: 0px 0px 0px 0px;
}

.post .title {
	margin: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: #BFC9AE solid 0px;
	color: #1d510a;
}

.post .title a {
	color: #1d510a;
	text-decoration: none;
}
h2.title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.post p {
	margin: 0px;
	margin-bottom: 20px;
}
.post h2.title {
	margin: 0px;
}
.post .entry p {
	margin: 0px;
	margin-bottom: 20px;
}
.post .entry {
}

div.newsContainerList .post .entry p, div.newsContainerList .post p {
	margin-bottom: 5px;
}
.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	display: none;
	width: 290px;
	margin-right: 20px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
	padding-top: 18px;
	padding-left: 0px;
}

#sidebar ul,#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul,#navigation li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar h2,#navigation h4,.menuBoxContainer h4 {
	padding: 0px 0px;
	background: inherit;
	font-size: 20px;
	color: #1d510a;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#sidebar .menuBoxContent {
}
.menuBoxContent p {
	margin-top: 0px;
	padding: 0px 20px;
}
#navigation ul li.in_path ul.deep li a {
	font-weight: normal;
}
#navigation ul li ul.deep {
	margin-bottom: 0px;
}
#sidebar a,#navigation a {
	text-decoration: none;
	color: #1d510a;
}
#navigation ul li.active a {
	font-weight: bold;
}
#navigation ul li.in_path ul.deep li.active a {
	font-weight: bold;
}

#navigation ul li.in_path ul.deep li.active li a {
	font-weight: normal;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	background-color: #fff;
}
#footer-end {
	width: 100%;
	max-width: 940px;
	height: 50px;
	margin: 0px auto;
	margin-bottom: 30px;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	line-height: 16px;
}

#footer .menuBoxContainer {
	float: left;
	width: 32%;
	color: black;
	margin-left: 0px;
	margin-bottom: 25px;
}

@media (max-width: 468px) {
	#footer .menuBoxContainer {
		width: 100%;
		float: none;
	}
}

#footer .menuBoxContent {
	padding: 10px;
	padding-left: 0px;
}
#footer .menuBoxContainer.firstMenuBox .menuBoxContent {
	padding-left: 0px;
}

#footer .menuBoxContent img {
}
#footer .menuBoxContainer h4 {
	padding: 0px;
	padding-left: 0px;
	margin: 0px 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	background-color: #FFF;
}
#footer .menuBoxContainer.firstMenuBox h4 {
	padding-left: 0px;
}

@media (max-width: 868px) {
	#footer .menuBoxContainer h4 {
		padding: 10px;
		font-size: 20px;
	}
}

@media (max-width: 568px) {
	#footer .menuBoxContainer h4 {
		padding: 10px;
		font-size: 20px;
	}
}

.socialicons {
	width: 10px;
}
#footer .menuBoxContainer p {
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
}
#footer .firstMenuBox {
}
#footerTextWrapper {
	width: 1040px;
	margin: 0px auto;
}
#footerText {
	width: 100%;
	max-width: 960px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: white;
}


#footer a {
	color: #1d510a;
}

div.newsContainerList {
	width: 32%;
	float: left;
	margin-right: 2%;
	padding-bottom: 30px;
}

div.newsContainerList:nth-child(3n+3) {
	margin-right: 0%;
}

div.newsContainerList:nth-child(3n+1) {
	clear: both;
}

@media (min-width: 468px) and (max-width: 768px) {
	div.newsContainerList {
		font-size: 12px;
	}
}

@media (max-width: 468px) {
	div.newsContainerList {
		width: 100%;
		float: none;
	}
}

div.newsContainer {
	width: 65%;
	float: left;
}

@media (min-width: 468px) and (max-width: 768px) {
	div.newsContainer {
		font-size: 12px;
	}
}

@media (max-width: 568px) {
	div.newsContainer {
		width: 100%;
		float: none;
	}
}


div.newsInfo {
	width: 100%;
}
div.newsInfoWide {
	width: 100%;
}
div.newsInfoWide:first-child {
}
div.newsInfoWide .post h2.title {
	margin: 0px 0px;
}
div.newsInfoWide .post .ingress {
	margin-bottom: 10px;
}

table.memberListTable {
	background-color: #fff;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.memberListTable tr td.memberListImage {
	color: black;
	width: 150px;
	text-align: center;
}
table.memberListTable tr td.memberListImage img {
	width: 80px;
}

table.memberListTable tr td.memberListImage span.memberListName {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}
table.memberListTable tr td.memberListInfo {
	background-color: #fff;
	padding: 10px;
}
#content>table.memberListTable tr td {
	border-top: 1px solid #1d510a;
	padding-top: 15px;
	padding-bottom: 0px;
}
#content>table.memberListTable:first-child tr td {
	border-top: 0px solid black;
}
div.comment-reply-holder {
	background-color: transparent;
}

#content div.comment-reply-row input[type="submit"] {
	background-color: #1d510a;
}

#content div.comment-reply-row input[type="submit"]:hover {
	color: #000;
}

.newsRelated {
	width: 30%;
	margin-top: 0px;
	float: right;
}

@media (max-width: 568px) {
	.newsRelated {
		float: none;
		clear: both;
		width: 100%;
	}
}


.newsRelatedEntry {
	margin-bottom: 30px;
}

ul.latest_news li {
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
	line-height: 14px;
}
ul.latest_news>li:first-child {
	padding-top: 0px;
	border-top: 0px solid #eaeaea;
}

ul.latest_news li span.latest_news_date {
	font-size: 10px;
}

td.day.withEvents {
	background-color: #fff;
	color: #1d510a;
}

td.day.withEvents span.dateNumber {
	color: #1d510a;
}

.sliderContainer {
	width: 100%;
}

.nivoSlider {
}

form#contactForm {
	width: 60%;
}

@media (max-width: 568px) {
	form#contactForm {
		width: 100%;
	}
}

#contactForm div.comment-reply-holder { 
	padding: 0px; 
}

hr {
	height: 0px;
	border-top: 1px solid #1d510a;
	border-bottom: 1px solid #1d510a;
}