/*
Theme Name: 	Naturally in Niagara
Theme URI: 		http://vxfusion.com/
Description: 	Custom developed exclusively for Naturally in Niagara
Version: 		1.0
Author: 		vxFusion
Author URI: 	http://vxfusion.com/
*/


/*
===========================
CONTENTS:

01 Sensible Defaults
02 Typography
03 Generic Styles
04 Layout
06 Media Queries
===========================
*/

/*  NOTE:  For Widget Styles Please see style-widgets.css  */

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible Defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@import "css/reset.css";
@import "style-icons.css";
@import "style-melinda.css";
@import "style-widget.css";

.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
/*::-moz-selection 	{ background:#ff0; color:#333; } selection styles are terrible
::selection 		{ background:#ff0; color:#333; }*/

.left 				{ float: left; text-align: left; }
.right 				{ float: right; text-align: right; }
.hide 				{ display: none; }
.clear				{ clear:both; }


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body,
input,
textarea,
p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
nav a,
blockquote p{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

strong {
	font-weight: 600;
}


/* ---------------------------------------------------------------------------------------------------------- 
03 Generic Styles -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #EEE;
}


/*= Text
-------------------------------------------------------------- */
h1 {
	float: left;
	clear: left;
	margin:0 0 20px 0;
	color: #333;
	font-size:50px;
	letter-spacing:-0.05em;
	line-height:1em;
	text-shadow: 1px 1px 0 #FFF;
	text-transform: uppercase;
}
	
	.category h1 {
		width: 60%;
	}

h2 {
	margin:0 0 18px 0;
	color: #333;
	font-size:40px;
	letter-spacing:-0.05em;
	line-height:1em;
	text-shadow: 1px 1px 0 #FFF;
}

h3 {
	margin:0 0 8px 0;
	color: #333;
	font-size:25px;
	letter-spacing:-0.05em;
	line-height:1.2em;
	text-shadow: 1px 1px 0 #FFF;
}

h4 {
	margin:0 0 8px 0;
	color: #333;
	font-size:20px;
	letter-spacing:-0.05em;
	line-height:1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFF;
}

h5 {
	margin:0 0 8px 0;
	color: #333;
	font-size:16px;
	letter-spacing:-0.05em;
	line-height:1.2em;
	text-shadow: 1px 1px 0 #FFF;
}

h6 {
	margin:0 0 8px 0;
	color: #333;
	font-size:16px;
	letter-spacing:0.05em;
	line-height:1.2em;
	text-shadow: 1px 1px 0 #FFF;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

p {
	margin: 0 0 24px 0;
	padding: 0;
	line-height: 1.8em;
}
	
	.content p {
		color: #333;
		text-shadow: 1px 1px 0 #FFF;
	}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {	margin: 0 0 24px 0; }

dt {	font-weight: bold; }

dd { margin-bottom: 18px; }

strong { font-weight: bold; }

cite,
em,
i {
	font-style: italic;
}

big { font-size: 131.25%; }

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	width:40%;
	float:right;
	margin: 0 0 25px 0;
	padding: 30px 0 0 30px;
	color: #333;
	font-size: 30px;
	text-align:right;
}
	
	blockquote p {	
		font-size: 30px; 
		line-height:1.2em;
		font-weight:bold;
	}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	text-align: left;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup { bottom: 1ex; }
sub { top: .5ex; }

a:link,
a:visited {
	color: #EB1A22;
	text-decoration: none;
	outline:medium none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.box {
	padding: 5px 10px;
	background: rgba(0,0,0,0.2);
	border-radius: 3px;
}

a.vxfusion {
	float: right;
	width: 34px;
	height: 25px;
	background: url(images/vx.png) 0 0 no-repeat;
	text-indent: -9999px;
}
	
	a.vxfusion:hover {
		background-position: 0 -25px;
	}


/*= Other
-------------------------------------------------------------- */
img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
	.alignleft {
		float: left;
		margin: 5px 20px 15px 0;
	}
	
	.alignright {
		float: right;
		margin: 5px 0 15px 20px;
	}
	
	a img { border: none; }

.post img {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	margin: 0 auto;
	max-width: 100%;
}
	
	.wp-caption img {
		height: auto !important;
		border: none !important;
	}
	
	.wp-caption p {
		padding: 5px 10px;
		background:-moz-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#ddd));
		background:-ms-linear-gradient(top, #e7e7e7, #ddd);
		background:linear-gradient(top, #e7e7e7, #ddd);
		color: #444;
		font-size: 14px;
		font-style: italic;
		border: 1px solid #CCC;
		border-radius: 0 0 3px 3px;
	}

.edit-link { display:none; }


/*= Buttons
-------------------------------------------------------------- */
a.btn,
.errorpagesubmit,
.pushbutton-wide {
	display:inline-block; /* use this instead of float */
	padding: 0 12px;
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.8);
	font-style: italic;
	line-height: 2.4em;
	background: #D0232A;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.3), inset 0 -20px 20px rgba(0,0,0,0.3);
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.6);
	border-radius: 3px;
	text-decoration: none;
}
	
	a.btn:hover,
	.errorpagesubmit:hover,
	.pushbutton-wide:hover
	{
		box-shadow: none;
	}
	
	a.btn:active,
	.errorpagesubmit:active,
	.pushbutton-wide:active {
		margin-top:2px;
		border-bottom: none;
	}


/*= Forms
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea,
label.inlined {
	width:80%;
	height:18px;
	padding:8px;
	margin:0 0 12px 0;
	font-size:15px;
	font-weight:300;
	line-height:18px;
	color:#121212;
	background:#fbfbfb;
	border:1px solid #CCC;
/*	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1); */
}
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	select:hover,
	textarea:hover {
		border:solid 1px #999;#
	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus,
	text area:focus {
		border:solid 1px #999;
		outline:medium none;
	}
	
	input[type="text"].error,
	input[type="password"].error,
	input[type="email"].error,
	select.error,
	textarea.error {
		border-color:#FB8E8E;
	}
	
	input[type="text"].error:focus,
	input[type="password"].error:focus,
	input[type="email"].error:focus,
	select.error:focus,
	textarea.error:focus {
		-moz-box-shadow:0 0 5px #FB8E8E;
		-webkit-box-shadow:0 0 5px #FB8E8E;
		box-shadow:0 0 5px #FB8E8E;
	}

select {
	height:34px;
	padding:5px;
}

text area { height:200px; }

label { 
	display:block;
	clear:both;
}

label {
	color:#333;
	font-size:13px;
	font-weight:600;
}

label.inlined {
	float:left;
	clear:left;
	position:relative;
	margin:0;
	color:#999;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	z-index:0;
}

label.inlined.focus { color:#000; }
#searchform label.inlined.focus {color:#ddd;}
label.inlined.has-text { color:transparent; }

label.inlined + input,
label.inlined + textarea {
	float:left;
	clear:left;
	position:relative;
	background:url(images/pixel-transparent.png);
	margin-top:-34px;
	z-index:1;
}

	#searchform label.inlined + input {
			margin-top:-36px;
	}

label .asterisk { color:#cc0000; }

.field { position:relative; clear:both; }


.radio.invalid .wrapper {
	display:inline-block;
	padding:4px 0 4px 16px;
	background:#F4F4F2;
	border:solid 1px #E87575;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.radio input { 
	position:relative;
	top:1px;
}

.radio label.for { 
	display:inline;
	padding:0 0 0 3px;
	margin:0 20px 0 0;
	line-height:1.6em;
}
	
.field-message {
	display:none;
	float:left;
	clear:left;
	width:auto;
	font-size:13px;
	margin:0 0 12px 0;
	padding:5px 8px;
	white-space:nowrap;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}

.field-message.error {
	border:solid 1px #E87575;
	border-top:none;
	background:#FFCACA;
	color:#252525;
}

.spinner {
	float:left; 
	clear:left; 
	margin:0 10px 24px 0;
}


/*= Tables
-------------------------------------------------------------- */
table {
	width: 100%;
	margin:  0 0 24px 0;
	padding: 0;
	background: #434343;
	border-collapse: collapse;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

	table tr th,
	table thead td {
		padding: 4px 15px;
		color: #CCC;
		font-weight: normal;
	}

	table td {
		padding: 8px 15px;
		background: #E7E7E7;
		border-top: 1px solid #FFF;
		text-align: center;
	}


/*= Comments
-------------------------------------------------------------- */
#comments {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

#disqus_thread {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.hide{
	display: none !important;
	height: 0;
}
.show{
	display: block !important;
	height: 100%;
}

/* ---------------------------------------------------------------------------------------------------------- 
04 Layout ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body{
	background-color: #e5e5e5;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 80%;
	max-width:1024px;
	text-align: left;

}
	
	.wrapper.content {
		position: relative;
		z-index:1;
		padding: 0 42px 20px;
		background: #EEE;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-box-shadow: 0px 62px  33px 18px rgba(0,0,0,0.14);
		-moz-box-shadow: 0px 62px  33px 18px rgba(0,0,0,0.14);
		box-shadow: 0px 62px  33px 18px rgba(0,0,0,0.14);
	}

/*= Header
-------------------------------------------------------------- */
#top_bar {
	position: relative;
	width: 100%;
	min-height: 31px;
	margin: 0 auto;
	padding: 5px 0;
	background: #111;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	z-index: 2;
}
	
	#top_bar span {
		margin: 4px 0 0 0;
		color: #FFF;
		font-size: 17px;
	}
	
	#top_bar strong {
		font-weight: 300;
		color: #00CC00;
	}

header {
	position: relative;
	width: 100%;
	height: 183px;
	margin: -1px auto;
	border-bottom: 1px solid #FFF;
	background-color: #FFF !important;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	z-index: 2;
}
	
	header h1 {
		float: left;
		position: relative;
		margin: 29px 0 0 0;
		z-index: 3;
	}
	
	header .logo_bg {
		position: absolute;
		top: 0;
		left: -30px;
		width: 390px;
		height: 183px;
		background: url(images/logo-bg.png) no-repeat;
		z-index: 0;
	}
	
	#header-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 183px;
		overflow: hidden;
		z-index: 0;
		background-position: center center;
		background-repeat: no-repeat;
	}

/*= Social Media Buttons
-------------------------------------------------------------- */
#top_bar a,
#footer-social a {
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-right:10px;
	text-indent:-9999px;
}

	#top_bar a.facebook,
	#footer-social a.facebook{
		background:url(images/icon-facebook.png) no-repeat;
	}
	
	#top_bar a.twitter,
	#footer-social a.twitter	{
		background:url(images/icon-twitter.png) no-repeat;
	}
	
	#top_bar a.youtube,
	#footer-social a.youtube	{
		background:url(images/icon-youtube.png) no-repeat;
	}
	
	#top_bar a.flickr,
	#footer-social a.flickr	{
		background:url(images/icon-flickr.png) no-repeat;
	}


/*= Navigation
-------------------------------------------------------------- */
nav {
	float: left;
	position: relative;
	width: 100%;
	min-height: 50px;
	margin: 29px 0 20px 0;
	background: url(images/nav-bg.png) repeat-x;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.4), 0 5px 20px rgba(0,0,0,0.2);
	border: 1px solid #FFF;
	border-radius: 3px;
	z-index: 3;
}
	
	nav ul.menu {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		border-right: 1px solid rgba(255,255,255,0.1);
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	
	nav ul.menu > li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		display: inline;
	}
	
	nav ul.menu > li > a:link,
	nav ul.menu > li > a:visited {
		float: left;
		height: 20px;
		padding: 15px 15px;
		color: #FFF;
		font-size: 15px;
		line-height: 1.4em;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
		text-transform: uppercase;
		letter-spacing: 3px;
		border-right: 1px solid rgba(0,0,0,0.2);
		border-left: 1px solid rgba(255,255,255,0.1);
		text-decoration: none;
	}
		
		nav ul.menu li.menu-item-home a {
			border-radius: 3px 0 0 3px;
		}
		
		nav ul.menu > li:hover > a,
		nav ul.menu > li.current-menu-item > a,
		nav ul.menu > li.current-menu-parent > a,
		nav ul.menu > li.current_page_parent > a,
		.archive nav ul.menu li:hover.menu-item-1693 > a,
		.blog nav ul.menu li:hover.menu-item-20 > a {
			background: #AE1D24;
			box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
			border-left: 1px solid rgba(0,0,0,0.2);
		}
		
		.archive nav ul.menu li.menu-item-1693 > a,
		.blog nav ul.menu li.menu-item-20 > a {
			background: none;
			box-shadow: none;
			border-left: 1px solid rgba(255,255,255,0.1);
		}
		
		nav ul.menu > li:active > a {
			padding: 16px 15px 14px 15px;
			box-shadow: inset 1px 2px 5px rgba(0,0,0,0.2);
		}
	
	nav ul.sub-menu {
		position: absolute;
		top: 50px;
		left: 0;
		width: 195px;
		margin: 0;
		padding: 25px 25px 15px 25px;
		list-style: none;
		background: #FFF;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		border-radius: 0 0 3px 3px;
		display: none;
	}
		
		nav li:hover > ul.sub-menu {
			display: block;
		}
		
		nav ul.sub-menu li a {
			float: left;
			width: 185px;
			padding: 5px;
			margin: 0 0 5px 0;
			color: #323232;
			text-decoration: none;
			border-radius: 3px;
		}
		
		nav ul.sub-menu li:hover a {
			color: #FFF;
			background: #222;
		}

.menu-toggle{
	position: relative;
	display: none;
	float: none;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #fff !important;
    font-size: 15px;
    height: 20px;
    letter-spacing: 3px;
    line-height: 1.4em;
    padding: 15px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.menu-toggle:before{
	content: '';
	position: absolute;
	top: 11px;
	margin-left: -40px;
	width: 30px;
	height: 30px;
	background-image: url(images/icon-menu-01.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*= Search Bar
-------------------------------------------------------------- */
nav #headersearch {
	float: right;
	position: relative;
	width: 25%;
	height: 31px;
	margin: 10px 20px 0 0;
	background: #AE1D24;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	text-align: right;
}
	
	nav #headersearch label.inlined {
		height:21px;
		padding:5px 8px;
		line-height:21px;
		font-size: 16px;
		font-weight: 300;
		font-style: italic;
		color:#D28084;
		color: rgba(255,255,255,0.5);
		background: rgba(0,0,0,0);
		text-align: left;
		border:none;
	}
	
	nav #headersearch label.inlined.focus { color:#C2555A; }
	nav #headersearch label.inlined.has-text { color:transparent; }
	
	nav #headersearch #s {
		float: left;
		width: 80%;
		height: 21px;
		padding: 5px 8px;
		margin-top:-31px;
		line-height:21px;
		color: #FFF;
		background: none;
		border: none;
		z-index: 1;
	}
	
	nav #headersearch #s:focus {
		box-shadow:none;
	}
	
	nav #headersearch input[type="submit"] {
		margin-right: 4px;
		width: 10%;
		margin-top: -31px;
		padding: 0;
		background: url(images/search.png) 5px 7px no-repeat;
		border: none;
		opacity:0.8;
	}
	nav #headersearch input[type="submit"]:hover,
	nav #headersearch input[type="submit"]:active {
		opacity:1;
	}
	
	
/*=  Footer
-------------------------------------------------------------- */
footer {
	clear:both;
	min-height:105px;
	padding: 20px auto 20px;
	background-color:#1f1f1f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	-moz-box-shadow:    inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px #000000;
	box-shadow:         inset 0 0 15px #000000;
	overflow: hidden;
}

	#footer-leaf {
		width:10%;
		min-height: 105px;
		background:url(images/icon-leaf-gray.png) no-repeat center;
		border-right:1px dashed #000;
		float:left;
	}
	
	#footer-menu {
		width:62.6%;
		min-height: 105px;
		border-right:1px dashed #000;
		border-left:1px dashed #333;
		float:left;
	}
	
		#footer-menu .menu-footer-container {
			width: 67%;
			min-height: 50px;
			padding: 20px 10px;
			line-height: 1.8em;
			overflow: hidden;
		}
		
		#footer-menu ul#menu-footer li {
			display:inline;
			width:180px;
			float:left;
		}		
	
		#footer-menu ul#menu-footer a {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size:18px;
			line-height:32px;
			color:#999;
			text-shadow:-1px -1px 1px #000;
		}		
	
	#footer-social {
		width:85px;
		padding:18px 0 0 30px;
		height:85px;
		border-left:1px dashed #333;
		float:left;
	}
	
		#footer-social a {
			margin-bottom:8px;
		}
	
	#copyright p {
		color: #888;
	}
	
	#disclaimer p {
		color: #888;
		font-size: 12px;
	}
	
	
#copyright {
	float: left;
	width: 100%;
	margin: 10px 0 5px 0;
	color:#888;
	font-size:15px;
	text-shadow: 1px 1px #fff;
}

	#copyright p {
		margin-bottom:10px;
	}

#disclaimer {
	float: left;
	width: 100%;
	font-weight:300;
	color:#888;
	font-size:14px;
	text-shadow: 1px 1px #fff;
}


/*= Home Page
-------------------------------------------------------------- */
.intro {
	float: left;
	width: 25%;
	min-height: 346px;
	margin: 0 0 20px 0;
	padding: 40px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,171717+29,171717+60 */
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top,  #313131 0%, #171717 29%, #171717 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(29%,#171717), color-stop(60%,#171717)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313131 0%,#171717 29%,#171717 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313131 0%,#171717 29%,#171717 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313131 0%,#171717 29%,#171717 60%); /* IE10+ */
	background: linear-gradient(to bottom,  #313131 0%,#171717 29%,#171717 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
}
	
	.intro p {
		font-size: 16px;
		color: #CCC;
		text-shadow: -1px -1px 0 #000;
	}
	
	.intro strong {
		font-size: 20px;
		line-height: 26px;
		font-weight: 300;
		color: #FFF;
	}

	
.slider {
	position: relative;
	float: right;
	width: 67%;
	min-height: 426px;
	margin: 0 0 30px -1px;
	border-left: 1px solid rgba(255,255,255,0.3);
	overflow: hidden;
	border-radius: 3px;
}

	.slider ul {
		position: relative;
		width: 100%;
		min-height: 426px;
		list-style-type:none;
		margin:0;
		padding: 0;
		transition: all .3s ease-in-out;
	}
	
	.slider li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 426px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.slider li:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
		border-radius: 3px;
	}
	
	.slider article {
		position: absolute;
		bottom: 0;
		margin: 0;
		padding: 20px 20px;
		background: rgba(0,0,0,0.5);
		z-index: 1;
		border-radius: 0 0 3px 3px;
	}
	
	.slider h3 {
		float: left;
		width: 100%;
		margin-bottom:3px;
		font-size: 14px;
		line-height: 1.2em;
		letter-spacing: normal;
		color: #CCC;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
		text-transform: uppercase;
	}
		
		.slider h3 a {
			color: #CCC;
		}
	
	.slider h2 {
		float: left;
		width:100%;
		margin-bottom: 6px;
		font-size: 30px;
		line-height: 1em;
		letter-spacing: normal;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}
	
		.slider h2 a {
			color: #FFF;
		}
	
	.slider div {
		font-size: 14px;
		font-style: italic;
		color: #CCC;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}
	
	.slider .left a {
		color:#fff;
	}
	
		.slider .left time { cursor:help; }
	
	.slider .right a {
		color: #AAA;
		font-style: normal;
		font-weight: 600;
		text-transform: uppercase;
	}
		
	.slider .comments {
		background:url(images/icon-comments-01.png) no-repeat left 5px;
		padding-left:17px;
		margin-right:12px
	}
	
	.slider li > img {
		float: left;
		top: 0;
		left: 0;
		z-index: 0;
		border-radius: 3px;
	}
	
	.slider .control.prev,
	.slider .control.next {
		position:absolute;
		top:164px;
		width:62px;
		height:62px;
		background:url(images/slider-controls.png) no-repeat;
		text-indent:-999em;
		cursor:pointer;
	}
	
	.slider .control.prev {
		left:0;
		background-position:16px 17px;
		border-radius:0 5px 5px 0;
	}
	
	.slider .control.next {
		right:0;
		background-position:-42px 17px;
		border-radius:5px 0 0 5px;
	}
	
	.slider .control.prev:hover,
	.slider .control.prev:active,
	.slider .control.next:hover,
	.slider .control.next:active {
		background-color:#000;
		background-color:rgba(0,0,0,0.5);
	}	
	
	.slider .control.prev:active { background-position:16px -40px; }
	.slider .control.next:active { background-position:-42px -40px; }
	
	.slider .control.progress {
		position:absolute;
		bottom:1px;
		left:0;
		width:100%;
		height:2px;
		background:#000;
		z-index: 2;
	}
	
		.slider .control.progress > div {
			float:left;
			width:0%;
			height:100%;
			background:#c00;
		}


/*  Home page buttons 
---------------------------------------- */
#home-buttons {
	clear:both;
	float:left;
	width:71.3%;
}

.best-in-niagara #home-buttons {
	margin-top:20px;
}

	#home-buttons .block {
		float:left;
		position:relative;
		width:32%;
		margin:0 1% 1% 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		overflow:hidden;
	}
	
	#home-buttons .block:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
		background: url(images/photo-filter.png);
		border-radius: 3px;
	}
		
		#home-buttons .block:hover:before {
			background: none;
		}
		
		#home-buttons .block:active:before {
			box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
		}
	
	#home-buttons .block img {
		width:100%;
		height:auto;
	}

	#home-buttons .block p {
		position:absolute;
		bottom:0;
		left:0;
		padding:0 10px;
		font-size:25px;
		font-weight:700;
		color:#fff;
		line-height:1em;
		text-transform:uppercase;
		text-shadow:0px 0px 5px #000;
	}
	
	#home-buttons .block span.button_subtext {
		font-size:16px;
		font-weight:300;
		line-height:1em;
		color:#fff;
		text-transform:uppercase;
		text-shadow:0px 0px 5px #000;
	}
	.best-in-niagara #sidebar{
		width: 26.7%;
	}


/*  Article Page
------------------------------- */
.single .meta {
	width: 100%;
	margin: 0 0 20px 0;
}

.single img.icon-comments {
		width:18px;
		height:13px;
		display:inline;
	}
	
	.single span.cat-commentnum {
		float: right;
		text-transform:uppercase;
		color:#999;
		font-weight:bold;
		font-size:13px;
		text-shadow: 1px 1px 0 #FFF;
	}
	
	.single span.cat-commentnum a {
		display:block;
		float:left;
		padding-left:20px;
		background:url(images/icon-comments.png) left center no-repeat;
		color:#666;
	}

.single .author-data {
	font-style:italic;
	clear: both;
}
	
	.author-information {
		float:left;
		background:#e5e5e5;
		background:-moz-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#ddd));
		background:-ms-linear-gradient(top, #e7e7e7, #ddd);
		background:linear-gradient(top, #e7e7e7, #ddd);
		border:1px solid #ccc;
		padding:20px;
		border:1px solid #ccc;
		border-radius:3px;
		margin-bottom:30px;
		font-size:15px;
		text-shadow:1px 1px 1px #fff;
	}
	
	img.avatar {
		float:left;
		padding-right:20px;
	}
	
	.author-information h3 {
		font-size:20px;
		margin-bottom: 5px;
	}
	
	.author-information h4 {
		float:right;
		text-transform:uppercase;
		color:#999;
		font-size:14px;
		font-weight:600;
		font-family:'Open Sans', Arial, sans-serif;
	}


.sharedaddy {
	float: right;
	height: 20px;
}
	
	.post .sharedaddy {
		float: left;
		margin: 12px 0 20px 0;
		padding: 15px 0 15px 0;
		border: 1px solid #CCC;
		border-radius: 3px;
		background:#e5e5e5;
		background:-moz-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#ddd));
		background:-ms-linear-gradient(top, #e7e7e7, #ddd);
		background:linear-gradient(top, #e7e7e7, #ddd);
	}
	
	.sharedaddy ul {
		float: left;
	}
	
	.sharedaddy ul li {
		float: left;
		padding: 0 10px 0 0;
	}
	
	.sharedaddy .share-twitter iframe { width: 90px !important; }
	.sharedaddy .share-pinterest iframe { width: 52px !important; }
	.sharedaddy .share-facebook iframe { width: 80px !important; }

#flickr {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
}

.flickr-title img {
	position:relative;
	top:-2px;
	width:24px;
	height:24px;
	margin-right:5px;
	box-shadow:1px 1px 0 #fff;
	border-radius:3px;
}
	
#flickr-photos {
	float: left;
	clear:both;
	position: relative;
	width: 100%;
	background:#e5e5e5;
	border:solid 1px #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	overflow: hidden;
}

	#flickr-photos .photos {
		float:left;
		position:relative;
		z-index:1;
		padding:0 48px;
	}
	
	#flickr-photos a {
		float:left;
		position:relative;
		margin:10px 5px;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		opacity:1;
	}
	#flickr-photos a:hover { opacity:0.8; }
	#flickr-photos a:before {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:120px;
		z-index:2;
		box-shadow:0 0 4px rgba(0,0,0,0.5) inset;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
		border-radius:1px;
		overflow:hidden;
	}
	
	#flickr-photos img {
		position:relative;
		width:auto;
		height:120px;
	}
	
	#flickr-photos .prev-page,
	#flickr-photos .next-page {
		position:absolute;
		top:10px;
		height:120px;
		width:48px;
		text-indent:-999em;
		background:url(images/flickr-controls.png);
		z-index:2;
		cursor:pointer;
	}
	#flickr-photos .prev-page {
		left:0;
	}
	#flickr-photos .prev-page:hover { background-position:top right; }
	
	#flickr-photos .next-page {
		right:0;
		background-position:bottom left;
	}
	#flickr-photos .next-page:hover { background-position:bottom right; }


/*  Category Page
------------------------------- */
.category .cat-desc {
	float:right;
	width: 30%;
	text-align:right;
	margin-top:5px;
}

	.category .cat-desc p {
		font-size:16px;
		line-height:1.4em;
	}

.category .cat-content {
	width:70%;
	float:left;
}

	.category .cat-content ol {
		position:relative;
		margin:0;
	}

	.category .cat-content ol li {
		position:relative;
		width: calc(50% - 44px);
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		float:left;
		padding:20px;
		margin-left: -1px;
		clear:right;
	}
	
	.category .cat-content img {
		float: left;
		width:100%;
		height: auto;
		border-radius:0;
	}
	
	.category .cat-content h3 {
		text-transform:uppercase;
		color:#999;
		font-size:14px;
		font-weight:600;
		margin-bottom:5px;
		letter-spacing:0.5px;
	}
	
	.category .cat-content h2 {
		margin-bottom:3px;
		font-size:20px;
		line-height:1em;
		letter-spacing:0px;
	}
	
		.category .cat-content h2 a { color:#333; }
	
	.category .cat-content .author-data {
		font-size:13px;
		font-style:italic;
		color:#999;
		margin-bottom:5px;
	}
	
		.category .cat-content .author-data time { cursor:help; }
	
	.category .cat-content img.icon-comments {
		width:18px;
		height:13px;
		display:inline;
	}
	
	.category .cat-content span.cat-commentnum a,
	.category .cat-content a.cat_readmore {
		text-transform:uppercase;
		color:#999;
		font-weight:bold;
		font-size:13px;
		text-shadow: 1px 1px 0 #FFF;
	}
	
	.category .cat-content span.cat-commentnum a {
		display:block;
		float:left;
		padding-left:20px;
		background:url(images/icon-comments.png) left center no-repeat;
	}
	
	.category .cat-content a.cat_readmore {
		float:right;
	}
	
	
	/* featured article */
	.category .cat-content li.featured {
		z-index:2;
		width: calc(100% - 47px);
		background:#fff;
	}
		.category .cat-content li.featured .post-info{
			overflow: hidden;
			clear: both;
		}
	
		.category .cat-content li.featured img {
			width:100%;
			height:auto;
		}
		
		.category .cat-content li.featured h2 {
			font-size:30px;
		}
		
		.blog li.featured h2 {
			width:100%;
		}
	

/*  Shared Page Styles
------------------------------- */
.heading {
	float: left;
	width: 100%;
	/*background: url(images/heading-bg.jpg) no-repeat center bottom;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d0d0+0,eeeeee+73 */
	background: #d0d0d0; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #d0d0d0 0%, #eeeeee 73%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d0d0d0), color-stop(73%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #d0d0d0 0%,#eeeeee 73%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #d0d0d0 0%,#eeeeee 73%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #d0d0d0 0%,#eeeeee 73%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #d0d0d0 0%,#eeeeee 73%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-repeat: no-repeat;
	background-position: 0 93px;
	border-bottom: 1px solid #fff;
}
	
#breadcrumbs {
	float: left;
	padding: 0;
	margin: 0;
}
	
	#breadcrumbs li {
		display:inline;
		padding: 0 10px 0 0;
	}
	
	#breadcrumbs li .arrows {
		font-size:24px;
		color:#999;
	}
	
	.breadcrumb {
		text-transform:uppercase;
		color:#999!important;
		font-size:20px;
		letter-spacing:1px;
		margin-bottom:0;
	}


/* Content Area */
.post {
	float: left;
	width: 99%;
	margin: 0 0 20px 0;
}
	
	.post iframe {
		max-width: 100%;
		margin: 0 0 20px 0;
	}
	
	.post iframe.youtube-player {
		width: 680px;
		height: 404px;
	}

.single .wrapper.content article,
.error404 .wrapper.content article,
.page-template-page-normal-php .wrapper.content article {
	float: left;
	width: 71.3%;
	padding: 20px 20px 0 0;
	border-right: 1px solid #CCC;
}

.category .cat-content {
	float: left;
	width: 71.3%;
}

.category #sidebar{
	width: 26.7%;
}

.category .wrapper.content li.featured article {
    width: 100%;
}

.category .wrapper.content .cat-content h3.category-link a {
	color:#999;
}

.contact-us blockquote {
	float:left;
	clear: both;
	width: 95%;
	margin: 0 0 10px 0;
	padding: 2.5%;
	background:#e5e5e5;
	background:-moz-linear-gradient(top, #e7e7e7, #ddd);
	background:-webkit-linear-gradient(top, #e7e7e7, #ddd);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#ddd));
	background:-ms-linear-gradient(top, #e7e7e7, #ddd);
	background:linear-gradient(top, #e7e7e7, #ddd);
	border:1px solid #ccc;
	border:1px solid #ccc;
	border-radius:3px;
	font-size:15px;
	text-shadow:1px 1px 1px #fff;
	text-align: left;
}
	
	.contact-us blockquote p {
		font-size:15px;
		line-height: 1.4em;
		text-shadow:1px 1px 1px #fff;
		margin: 0;
	}


/* Post-Thumbnail */
 .post-thumbnail {
 	float: none;
 	display: block;
	position: relative;
	clear: both;
	margin-bottom:20px;
	overflow: hidden;
}
	.post-thumbnail:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
		border-radius: 3px;
	}
	.post-thumbnail img{
		width: 100%;
		height: auto;
	}

#youtube-video iframe {
	max-width: 100%;
	margin: 0 0 20px 0;
}


/* Paging */
#nav-below {
	float:left;
	clear:both;
	width:100%;
	padding:20px 0;
}

	#nav-below a {
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow: 1px 1px 0 #FFF;
	}
	
	#nav-below .nav-previous a {
		color:#999;
		float:left;
	}
	
	#nav-below .nav-next a {
		color:#333;
		float:right;
	}


/*  Sidebars
------------------------------- */
#sidebar {
	float:right;
	width:24%;
	padding: 0 0 0 2%;
	margin-top:20px;
}

	
#sidebar ul.xoxo {
	margin:0;
	padding:0;
}

	#sidebar ul.xoxo > li {
		float: left;
		clear: both;
		width: 100%;
		margin: 0 0 20px 0;
	}
		
		.home #sidebar ul.xoxo > li {
			width: 100%;
		}
	
	#sidebar .widget-title,
	#sidebar h3 {
		font-size:20px;
		letter-spacing:normal;
	}
	
	

/*  Author Pages
------------------------------- */
.author .heading {
	margin-bottom:20px;
}


ul.author-social li a { 
	display: block;
	float: left;
	height: 24px;
	min-width: 24px;
	margin-right: 10px;
	line-height: 1.6em;
	border-bottom: none;
}

	ul.author-social li a.author-email {
		background:url(images/icon-email-01.png) no-repeat center;
	}
	
	ul.author-social li a.author-twitter {
		background:url(images/icon-twitter-02.png) no-repeat center;
	}
	
	ul.author-social li a.author-facebook {
		background:url(images/icon-facebook-02.png) no-repeat center;
	}
	
/*=  Error Page
------------------------------------------------------------------*/

.error404 .wrapper.content article {
	padding-top:40px;
}

.error404 .wrapper.content article .error-nextstep {
	font-style:italic;
	font-size:18px;
}

.error404 .wrapper.content article ul {
	margin:20px 40px;
}

.error404 .wrapper.content article ul li {
	list-style-image:url(images/bullet-errorpage.png);
	margin-bottom:40px;
	line-height:20px;
}

.error404 .wrapper.content article #searchform {
	margin-top:20px;
}


/*  Styles Added By Melinda - to be integrated on completion  */

	
	.single .author-information {
		float:left;
		background:#e5e5e5;
		background:-moz-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-linear-gradient(top, #e7e7e7, #ddd);
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#ddd));
		background:-ms-linear-gradient(top, #e7e7e7, #ddd);
		background:linear-gradient(top, #e7e7e7, #ddd);
		border:1px solid #ccc;
		padding:20px;
		border:1px solid #ccc;
		border-radius:3px;
		margin-bottom:30px;
		font-size:15px;
		text-shadow:1px 1px 1px #fff;
	}


	
	.author-information .author-avatar {
		float:left;
		margin-right: 2%;
		width:9%;
	}
		.author-information .author-avatar img{
			width: 99%;
			height: auto;
			max-width: 96px;
		}
	
	.author-information .author-bio {
		float:left;
		width:82%;
	}
	
		.author .author-information .author-bio {
			float:left;
			width:84%;
		}
	
	.author-information ul.author-social {
		margin-top:15px;
		margin-left:0;
	}
	
	
	.author .cat-content,
	.search .category .cat-content {
		width:100%;
		float:left;
	}

	.author .cat-content ol {
		position:relative;
		margin:0;
	}

	.author .cat-content ol li,
	.search .category .cat-content ol li {
		width:calc(31.5% - 4px);
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		float:left;
		padding:1%;
		margin-left: -1px;
		clear:none;
	}
	
	.author .cat-content ol li:nth-child(3n+4),
	.search .category .cat-content ol li:nth-child(3n+4) {
		clear:left;
	}

	.author .cat-content h3	{
		text-transform:uppercase;
		color:#999;
		font-size:14px;
		font-weight:600;
		margin-bottom:5px;
		letter-spacing:0.5px;
	}
	
	.author .cat-content h2 {
		margin-bottom:3px;
		font-size:20px;
		line-height:1em;
		letter-spacing:0px;
	}
	
		.author .cat-content h2 a { color:#333; }
	
	.author .cat-content .author-data {
		font-size:13px;
		font-style:italic;
		color:#999;
		margin-bottom:5px;
	}
	
		.author .cat-content .author-data time,
		.search 	.cat-content .author-data time	{ cursor:help; }
	
	.author .cat-content img.icon-comments,
	.search .cat-content img.icon-comments{
		width:18px;
		height:13px;
		display:inline;
	}
	
	.author .cat-content span.cat-commentnum a,
	.author .cat-content a.cat_readmore
	{
		text-transform:uppercase;
		color:#999;
		font-weight:bold;
		font-size:13px;
		text-shadow: 1px 1px 0 #FFF;
	}
	
	.author .cat-content span.cat-commentnum a {
		display:block;
		float:left;
		padding-left:20px;
		background:url(images/icon-comments.png) left center no-repeat;
	}
	
	.author .cat-content a.cat_readmore {
		float:right;
	}

	




/* ---------------------------------------------------------------------------------------------------------- 
05 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------- 
07 Media Queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*= Foundation-Supporting Media Queries
----------------------------------------------------------------*/
/* < 1080px */
@media only screen and (max-width: 1120px) {


	#headersearch{
		display: none;
	}

	.wrapper.content article{
		width: 100% !important;
		border-right: none !important;
	}

	#home-buttons {
		width: 100%;
	}

	#sidebar{
		display: none;
	}
	
	/* Footer */
	#footer-leaf{
		width: 20%;
	}
	#footer-menu,
	#footer-social{
		width: 33%;
	}
	/* All Articles */
	.category .cat-content{
		width: 100%;
	}

}
/*  < 1024px */
@media only screen and (max-width: 1024px) {
	/* Nav */
	.menu-toggle {
		display: block;
	}
	nav {
		background-color: #1f1f1f;
	}
	nav ul.menu{
		display: none;
		padding: 20px 30px;
		margin: 0 auto;
		border: none;
	}
		nav #menu-primary li {
			display: block;
			clear: both;
			float: none;

		}
		nav ul.menu > li > a:hover,

		nav ul.menu > li > a:link{
			border: none;
			color: #ccc;
			background: none;
			padding: 15px 15px;
		}

		#menu-primary .sub-menu{
			position: relative;
			display: block;
			top: 0;
			padding: 0 15px;
			background: none;
			box-shadow: none;
		}
			nav ul.sub-menu li a{
				display: block;
				padding: 10px 15px;
				width: 100%;
				color: #fff;
				font-size: 18px;
			}
			nav ul.sub-menu li a:hover{
				color: #ccc;
				background: none;
			}
	/* Top Bar */
	#top_bar{
		padding: 10px 0;
	}
		#top_bar br{
			display: none;
		}
		#top_bar .social-container{
			position: relative;
			width: 176px;
			margin: 0 auto;
		}
		#top_bar span.right{
			display: block;
			clear: both;
			float: none;
			padding: 10px;
			text-align: center;
		}
	


	/* Slider */
	.slider{
		width: 100%;
	}
	.intro{
		min-height: auto;
		width: calc(100% - 60px);
	}

	/* About */
	table.wpgallery td {
		display: block;
	}
}

/* < 768px */
@media only screen and (max-width: 768px) {

	/* Home Buttons */

	#home-buttons .block {
		margin: 0 2% 2% 0;
		width: 48%;

	}
	#home-buttons .block:nth-child(even){
		margin-right: 0;
	}

	/* All Articles */
	.category .cat-content ol li{
		width: calc(100% - 47px) !important;
	}

	/* Footer */
	#footer-leaf{
		width: 100%;
	}
	#footer-menu,
	#footer-social{
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
		.menu-footer-container{
			margin: 0 auto;
			width: 100%;
			text-align: center;
		}
			#menu-footer {
				margin-left: 0;
			}
				#footer-menu ul#menu-footer li{
					float: none;
					display: block;
					width: 100%;
				}
	#footer-social{
		padding-left: 0;
		width: 100%;
		clear: both;
	}
		#footer-social .social-container{
			position: relative;
			width: 176px;
			margin: 0 auto;
		}
	a.vxfusion{
		display: block;
		float: none;
		clear: both;
		margin: 20px auto;
	}
}
/* < 640px */
@media only screen and (max-width: 640px) {	
	/* Fonts */
	h1, .h1 { font-size:42px; }
	h2, .h2 { font-size:36px; }
	h3, .h3 { font-size:28px; }
	h4, .h4 { font-size:22px; }
	h5, .h5 { font-size:22px; }
	h6, .h6 { font-size:16px; }

	.wrapper.content{
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
	}

	.social-container{
		width: 168px;
	}

}


