/* @override http://www.lakes5.org.uk/assets/css/lakes5.css */
.blue{background-color:#5A98B7}
.green{background-color:#7CA13F}
.dkbrown{background-color:#9FA26F}/*not used*/
.midbrown{background-color:#bfbe9d}/*body*/
.ltbrown{background-color: #d9d7c5}/*container*/
.medltbrown{background-color: #e6e5da}/*table row*/
.vltbrown{background-color:#f4f3ee}/*aside*/
.yellow{background-color:#f7e100}
@font-face {
	font-family: 'pfweb';
	src:url('fonts/pfweb.eot');
	src:url('fonts/pfweb.eot?#iefix') format('embedded-opentype'),
		url('fonts/pfweb.woff') format('woff'),
		url('fonts/pfweb.ttf') format('truetype'),
		url('fonts/pfweb.svg#pfweb') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color: #666;font-weight:normal;}
body{margin:0px 0;font-size:1em;line-height:1.3;background: #bfbe9d}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2.6em;margin:.5em 0 0 0;line-height: 1.0}
h2{font-size:2.0em;margin:.5em 0 0 0;line-height: 1.0}
h3{font-size:1.5em;margin:.5em 0 0 0;line-height: 1.0}
h4{font-size:1em;margin:.5em 0 0 0;line-height: 1.0}
h5{font-size:.83em;margin:.5em 0 0 0;line-height: 1.0}
h6{font-size:.75em;margin:.5em 0 0 0;line-height: 1.0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 2em;padding:3%;background:#e6e5da}
dfn{font-style:italic}
mark{background:#5A98B7;color:#fff}
p,pre{margin:.2em 0 .6em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:.5em 0}
dd{margin:0 0 0 5%}
menu,ol,ul{padding:0 0 0 2em}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:3% 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px;color:#7CA13F;}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
/* ================================================
   IE10 Snap Mode - timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design
   ===============================================*/
@-ms-viewport{width:device-width}
@-o-viewport {
	width: device-width
}
@viewport{width:device-width}

::-moz-selection {
	background: #ff0;
	text-shadow: none;
}
::selection {
	background: #ff0;
	text-shadow: none;
}
/* ===================
    END RESETS
   =================== */

/* -------Basic Styles-------- */
a {
	color: #5A98B7;
	background-color: transparent;
	text-decoration: none;
}
.entry p a{
	text-decoration: none;
	border-bottom: dotted 1px #5A98B7;
}
a:visited {
	color: #5A98B7;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a.current {
	color: #698935;
	background-color: transparent;
}
p a[href$=".pdf"]:before {
	content: "\e002";
	padding-right: 0.3em;
	font-family: pfweb;
	-webkit-font-smoothing: antialiased;
	color: #698935;
}
p a[href$=".doc"]:before {
	content: "\e001";
	padding-right: 0.3em;
	font-family: pfweb;
	-webkit-font-smoothing: antialiased;
	color: #698935;
}
p a[href$=".docx"]:before {
	content: "\e001";
	padding-right: 0.3em;
	font-family: pfweb;
	-webkit-font-smoothing: antialiased;
	color: #698935;
}
p a[href$=".xls"]:before {
	content: "\e000";
	padding-right: 0.3em;
	font-family: pfweb;
	-webkit-font-smoothing: antialiased;
	color: #698935;
}
p a[href$=".xlsx"]:before {
	content: "\e000";
	padding-right: 0.3em;
	font-family: pfweb;
	-webkit-font-smoothing: antialiased;
	color: #698935;
}
p a[href$=".zip"]:before {
	content: "\e007";
	padding-right: 0.3em;
	font-family: pfweb;
	-webkit-font-smoothing: antialiased;
	color: #698935;
}

/* ===================
    Layout
   =================== */
.wrapper {
	width: 96%;
	margin: 0% 2%;
}
#container {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	background: #d9d7c5;
}
.logo-box {
	padding: 0.5em 0 0 0;
	background: #ffffff ;
	height: 0px;
}
.logo-name {
	font: 0.8em/0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f4f3e9;
	margin: 1% 0 0 2%;
	letter-spacing: -.04em;
	position: absolute;
	left: -1000px;
}
.logo-name span {
	font: bold 2em/0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -.04em;
}
p.logo-name a {
	text-decoration: none;
}
.logo-text {
	margin-left: 2%;
	margin-top: 32px;
	font: bold 1.1em/1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif
	color: #ffffff;
}
/* ==============
    Content boxes
   ============== */
article {
	float: none;
	margin: 2% 0;
}
aside {
	float: none;
	clear: both;
	padding: 0px 2% 1%;
	background: #f4f3ee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 2%;
}
footer {
	clear: both;
	margin-top: 4%;
	padding: 1% 0 1% 0;
	color: #7CA13F;
	border-top: 4px solid #7CA13F;
	text-align: center;
	background: #d9d7c5;
}

/* ==============
    Navigation
   ============== */
/* hidden nav narrow wiewport only */
a.menu-link,a.menu-link:visited {
	display: block;
	padding: 1.5% 1%;
	margin: 1%;
	font-weight: normal;
	color: #fff;
	background: #5A98B7;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: .5em;
	-webkit-box-shadow: 0 5px 10px 0 #bbb;
	box-shadow: 0px 3px 8px 0 #bbb;
}
a.menu-link:hover {
	color: #fff;
	background-color: #000;
}
a.menu-link:before {
	content: "Show ";	
}
a.menu-link.active:before {
	content: "Hide ";
}
.no-js a.menu-link {
	display: none;
}
#menu {
	margin-top: -1%;
	margin-bottom: 1%;
}
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: left;
}
.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0em;
}
nav[role=navigation].active {
	max-height: 50em;
}
nav[role=navigation] ul {
	padding: 0;
}
nav[role=navigation] li {
	display: inline;
	line-height: 1.1;
}
nav[role=navigation] a:link,nav[role=navigation] a:visited{
	display: block;
	padding: 1.5% 2.0%;
	margin: 0 1% 3% 1%;
	width: 44%;
	float: left;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background: #5A98B7; /* Old browsers */
}
nav[role=navigation] a:hover {
	text-decoration: none;
	color: #fff;
	background: #000; /* Old browsers */
}
nav[role=navigation] a:link.current,nav[role=navigation] a:visited.current {
	color: #fff;
	background-color: #7CA13F; /* Old browsers */
}
.searchbox {
	border-radius: 5px;
	width: 44%;
	padding: 1.2% 1%;
	margin: 0 1% 2% 1%;
}
.grid-box {
	text-align: center;
	margin-bottom: -6%;
}
.grid-box:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.grid-box .item {
    display: inline-block;
	width: 32%;
	text-align: center;
    vertical-align: top;
    margin-bottom: 1em;
	margin-bottom: 2%;
	-webkit-box-shadow: 0 2px 8px 0 #bbb;
	box-shadow: 0px 2px 8px 0 #bbb;
	background: transparent; /* Old browsers */
}
.grid-box h2{
	font-size: 1.2em;
	margin: 0;
	padding: 3px 1px 5px 1px;
	line-height: 1.0;
	color: #fff;
	background-color: #5A98B7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.grid-box h2 a,.grid-box h2 a:visited{
	color: #fff;
}
.grid-box h2 a:hover{
	color: #000;
}
.grid-box p {
    text-align: center;
    margin: 0;
    padding: 3px;
    line-height: 1.5;
    background-color: #f4f3ee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; 
}
.button a:link,.button a:visited,input.submit{
	padding: 2px;
	margin-top: -4px;
	line-height: 1.1;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	border: none;
	-webkit-box-shadow: 0 5px 10px 0 #bbb;
	box-shadow: 0px 3px 8px 0 #bbb;
	border-radius: 5px;
	background: #5A98B7; /* Old browsers */
	vertical-align: middle;
   }
.button a:hover,input.submit:hover {
	color: #fff;
	background: #000; /* Old browsers */
   }
.button a:active {
	color: #fff;
	background: #5A98B7; /* Old browsers */
   }
h1, h2, h3, h4 {
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #5A98B7;
	margin: .5em 0 .5em 0;
	letter-spacing: -.04em;
}
h1 { font-size: 1.8em;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1.1em;margin:.5em 0 0 0;}
h1 a,h1 a:visited,h2 a,h2 a:visited,h3 a,h3 a:visited,h4 a,h4 a:visited{
	text-decoration:none;color:#5A98B7;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
h1 + h2 {margin: -0.5em 0 0.5em 0;}
h2 + h3 {margin: -0.5em 0 0.5em 0;}
ul li {
	list-style-image: url(../images/icon.png);
	margin-bottom: .5em;
}
ul ul li {
	list-style-type: circle;
	list-style-image: none;
}
dl {
	padding: 0;
}
dt, dt a:link, dt a:visited {
	color: #7CA13F;
	background-color: transparent;
	font-weight: bold;
	padding-top: .5em;
}
dt a:hover {
	color: #5A98B7;
	background-color: transparent;
}
dd .posted{margin-left: 0;}

table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	font-size: .8em;
	margin: 1% 0;
}
th, td {
	padding: .5% 5px;
	border: 1px solid #ddd;
}
th {
	text-align: left;
	color: #fff;
	background-color: #5A98B7;
}
tr:nth-child(odd) {
	background-color: #f4f3ee;
}
tr:nth-child(even) {
	background-color: #e6e5da;
}
table p {
	padding:0; margin:0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #edebd8;
	margin: 1em 0;
	padding: 0;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
/* Images */
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
img.left{
	margin-right: 2%;
	margin-bottom: 1%;
}
img.right{
	margin-left: 2%;
	margin-bottom: 1%;
}
img.center{
	display: block;
    margin-left: auto;
    margin-right: auto;	
}
article img {
	background: #f4f2e1;
	border: 1px solid #d9d7c5;
	padding: 0.5%;
}
.photopage {
	height: 260px;
	width: 45%;
	padding: 1%;
	margin: 1%;
	float: left;
	text-align: center;
	line-height: 1.1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.photopage img{
	max-width: 100%;
	margin: 0 0 4px 0;
}
.gallerybox {
	width: 100%;
	padding: 1%;
	margin: 1%;
}
.gallerybox img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    }
.caption{
	font-size: .9em;
	text-align: center;
	line-height: 1.1em;
}
.entry img,article img {
	float: right;
	margin: 0.5em 0 1em 1em;
}
.thumb img{
	width: 30%;
}
.entry {
	padding: 0px 2% 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 2%;
	-webkit-box-shadow: 0 2px 8px 0 #bbb;
	box-shadow: 0px 2px 8px 0 #bbb;
	background: #f4f3ee; /* Old browsers */	
}
/* highlight 1st entry on home and results page */
.home .entry:first-child,.results .entry:first-child {
	background: #f4f3ee; /* Old browsers */
}
.featured{
	border: none;
	margin-bottom: 0;
	padding: 2% 1% 1% 1%;
	background: #f4f3ee; /* Old browsers */	
}
.posted {
	font-size: .9em;
	margin-top: 0em;
	color: #698935;
}
.posted a:link {
	text-decoration: none;
	border-bottom: none;
}
.small {
	font-size: .8em;
}
.important {
	color: #5A98B7;
	font-weight: bold;
}
.highlight {
	background-color: #5A98B7;
}
.large-icon {
	font-size: 2em;
}

iframe{margin: 0 10px;}
#map_canvas img {
	max-width: inherit;
	background-color: transparent;
}
#map_canvas {
	width:90%;
	height:200px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background-color: transparent;
	background-image: url(/assets/images/loadingAnimation.gif);
	padding: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 4px #ddd;
	-webkit-box-shadow: 2px 2px 4px #ddd;
	box-shadow: 2px 2px 5px #ddd;
}
#map_selection{
	margin: 0.5em 5%;
}
#static_map{margin: 5px;}
/* googlemap in event details */
.insetbox {
	width: 33%;
	margin: 0 0 1em 1em;
	float: right;
}
iframe {
	width: 90%;
	border: 1px solid #d9d7c5;
	padding: 0.5%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.showonwide{
	display: none;
	}

/* ================================================
   Media Queries
   ============================================= */

@media screen and (min-width: 33.00em) {

	a.menu-link {
		display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
	}
	.logo-box {
		background: url("../images/header_image.jpg") no-repeat left top;
		height: 320px;
	}
	.logo-name {
		font: 2.0em/0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #231F20;
		margin: 0 0 0 2%;
		letter-spacing: -.04em;
		position: relative;
		left: 0;
	}
	.logo-name span {
		font: bold 2em/0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: -.04em;
	}
	p.logo-name a {
		text-decoration: none;
		color: #000;
	}
	.logo-text {
		margin-top: 100px;
		font: bold 1.5em/1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #5A98B7;
	}
	aside,#container {
		-webkit-box-shadow: 0 2px 8px 0 #bbb;
		box-shadow: 0px 2px 8px 0 #bbb;
	}
	#menu {
		margin-bottom: -10px;
		margin-top: 0px;
	}
	nav[role=navigation] a:link,nav[role=navigation] a:visited{
		padding: 3% 2%;
		margin: 0 0% 4% 0%;
		width: 96%;
		float: none;
	}
	.searchbox {
		width: 96%;
		margin: 0 ;
	}
	.wrapper {
		width: 96%;
		margin: -40px 2%;
	}

	article {
		float: left;
		width: 66%;
		margin: 1% 0;
	}
	article.wide {
		width: 100%;
	}
	aside {
		float: right;
		clear: right;
		width: 26%;
		margin: 1% 0;
	}
	table {
		font-size: 1.0em;
	}
	.photopage {
		height: 270px;
		width: 29%;
	}
	.gallerybox {
		width: 46%;
		padding: 1%;
		margin: 1%;
		float: left;
	}
	.gallerybox img {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
    }
    .large-icon {
		font-size: 1.5em;
	}
	h1 { font-size: 2.1em;}
	h2 { font-size: 1.7em;}
	h3 { font-size: 1.4em;}
	h4 { font-size: 1.3em;margin: 10px 0 0 0;}

	#map_canvas {
		width:100%;
		height:380px;
	}
	iframe {
		width: 98%;
		border: 1px solid #d9d7c5;
		padding: 0.5%;
		margin: 0;
	}
	.showonwide{
	display: block;
	}
}

@media screen and (min-width: 48.00em) {
	nav[role=navigation] a:link,nav[role=navigation] a:visited{
		padding: 2% 2%;
		margin: 0 0 2% 0;
		width: 96%;
		float: none;
	}
	.grid-box {
		text-align: justify;
	}
	.grid-box .item {
		width: 19%;
	}
	.grid-box h2 {
		font-size: 1.1em;
	}
	article.wide {
		width: 100%;
	}
	.wide .entry {
		width: 47%;
		float: left;
		clear: none;
		background: #fff;
	}
	.wide .entry.odd {
		clear: left;
		margin: 1% 3% 1% 0%;
	}
	.wide .entry.even {
		clear: none;
		margin: 1% 0% 1% 3%;
	}
    .large-icon {
		font-size: 2em;
	}
}

/* ===========================================
   Helper classes
   =========================================== */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.clearleft{clear: left;}
.clearright{clear: right;}

/* ================================================
   Print styles
   ================================================ */
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	/* Black prin
ts faster: h5bp.com/s */
    box-shadow: none !important;
	text-shadow: none !important;
}
a,
    a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */
.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
	content: "";
}
pre,
    blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
/* h5bp
.com/t */
}
tr,
    img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}

@page {
        margin: 0.5cm;
}
p,
    h2,
    h3 {
	orphans: 3;
	widows: 3;
}
h2,
    h3 {
	page-break-after: avoid;
}
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'pfweb';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #7CA13F;
}
.icon-file-excel:before {
	content: "\e000";
}
.icon-file-word:before {
	content: "\e001";
}
.icon-file-pdf:before {
	content: "\e002";
}
.icon-file-zip:before {
	content: "\e007";
}
.icon-file-powerpoint:before {
	content: "\e008";
}
.icon-link:before {
	content: "\e00a";
}
.icon-user:before {
	content: "\e00b";
}
.icon-quotes-left:before {
	content: "\e00c";
}
.icon-bubbles:before {
	content: "\e00d";
}
.icon-bubble:before {
	content: "\e00e";
}
.icon-envelop:before {
	content: "\e00f";
}
.icon-file:before {
	content: "\e010";
}
.icon-film:before {
	content: "\e011";
}
.icon-image:before {
	content: "\e012";
}
.icon-images:before {
	content: "\e013";
}
.icon-home:before {
	content: "\e014";
}
.icon-feed:before {
	content: "\e015";
}
.icon-twitter:before {
	content: "\e016";
}
.icon-facebook:before {
	content: "\e017";
}
.icon-picassa:before {
	content: "\e018";
}
.icon-phone:before {
	content: "\e003";
}
.icon-calendar:before {
	content: "\e004";
}
.icon-flickr:before {
	content: "\e005";
}
.icon-vimeo:before {
	content: "\e006";
}
.icon-paypal:before {
	content: "\e009";
}
