@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
html {
	/* [disabled]-webkit-background-size: cover;
*/
	/* [disabled]-moz-background-size: cover;
*/
	-o-background-size: cover;
	/* [disabled]background-size: cover;
*/
	/* [disabled]height: 100%;
*/
	background-attachment: fixed;
	background-image: url(../_images/texture.jpg);
	background-repeat: repeat;
	/* [disabled]background-position: center 2.6em;
*/
	overflow: scroll;
	background-color: rgba(204,204,204,1);
}
#nav {
	position: fixed;
	z-index: 1;
	visibility: visible;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	z-index: 5;
}
#nav {
}
.sherry {
	text-align: center;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	z-index: 5;
	margin-bottom: 3em;
	background-color: rgba(255,255,255,.85);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
}
header .scriptFont {
	font-size: 1.9em;
	font-family: Tangerine, "cursive;";
	text-decoration: none;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	padding-bottom: 0.5em;
	padding-top: 1.5em;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.art {
}
.one {
	z-index: 5;
}
.fluid.one .fluid.borderbgrd {
	background-color: rgba(255,255,255,.85);
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	float: none;
	padding: 1em;
	border: 1px solid #666;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	overflow: hidden;
	/* [disabled]z-index: -1;
*/
}
.gallery {
	background-color: rgba(255,255,255,.85);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
}
.fluid.gallery {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	/* [disabled]border: 1px solid #666;
*/
	border: 3px double #999;
	overflow: hidden;
}
.fluid.gallery h3 {
	font-family: Tangerine, "cursive;";
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	letter-spacing: 0.05em;
	word-spacing: 0.10em;
}
.fluid.gallery h4 {
	font-family: Tangerine, "cursive;";
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1em;
	text-align: center;
	margin-top: 0.75em;
	margin-bottom: -0.25em;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
}
.fluid.gallery p {
	text-align: left;
	display: block;
	margin-bottom: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	/* [disabled]font-size: 1.4em;
*/
	/* [disabled]line-height: 1.2em;
*/
}
.fluid.gallery img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;

	/*border: 5px solid rgba(255,255,255,1);
	-webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
	/* [disabled]width: 100%;
*/
}
.fluid.gallery p .scroll {
	padding-top: 1em;
	padding-bottom: 0.25em;
}
.imgBox {
	text-align: center;
	display: block;
	clear: both;
	
	margin-right: auto;
	margin-left: auto;
	/* [disabled]max-height: 133px;
*/
}
.imgBlk {
	width: 100%;
	float: left;
	
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0.75em 0 0.75em 0;
	text-align: center;
}
.fluid.one .fluid.gallery figure {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	width: 100%;
	float: none;
}
.fluid.gallery figure figcaption {
	padding-top: .75em;
}
#map {
}
.map {
	width: 100%;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.25em;
}
iframe {
	width: 94%;
	height: 100%;
	margin-top: -1em;
	pointer-events: none;
}
.tap {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.fluid.driving #faq dl dd {
	text-align: left;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-right: 2em;
}
.foot {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,.8);
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 3em;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
	margin-top: 1em;
}
.fluid.foot h3 {
	font-size: 1em;
	font-weight: normal;
}
.fluid.foot p {
	font-size: 0.9em;
}
.textBorder {
}
.borderbgrd {
}
.driving {
}
dt {
	cursor: pointer
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../_images/fence.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: scroll;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
}
ul#navigation li {
	font-size: 1.2em;
}
ul#navigation li a {
	padding-right: 0.6em;
	padding-left: 0.6em;
}
.sherry {
}
header .scriptFont {
	font-size: 3em;
	line-height: 1em;
	padding-top: 0.75em;
}
.art {
	z-index: 5;
}
.one {
}
.gallery {
}
.textBorder {
	border: 3px double #999;
	border-radius: 0.8em;
	padding: 1.5em;
}
.fluid.one .fluid.gallery figure {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	width: 70%;
	float: none;
}
.fluid.gallery img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/*border: 5px solid rgba(255,255,255,1);
	-webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
	/* [disabled]width: 100%;
*/
}
.imgBox {
	text-align: center;
	display: block;
	clear: none;
	float: left;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]width: 100%;
*/
	max-width: 220px;
	/* [disabled]max-height: 133px;
*/
}
.imgBlk {
	/* [disabled]width: 12em;
*/
	/* [disabled]overflow: hidden;
*/
	display: block;
	padding: 1em;
}
.fluid.art .fluid.one .fluid.gallery .fluid.imgBox.portrait {
	width: 115px;
	/* [disabled]margin-left: 2.25em;
*/
}
#map {
}
.map {
 width: 100%;
	margin-bottom: 1em;
}
iframe {
	height: 100%;
}
.embed-container.map .tap {
	/* [disabled]margin-bottom: 0.5em; */
}
.fluid.driving #faq dl dd {
	text-align: left;
	margin-left: 10em;
	margin-right: 4em;
}
.foot {
}
.borderbgrd {
}
.driving {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../_images/fence.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: scroll;
	background-color: rgba(204,204,204,1);
}
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0;
	margin-right: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
}
ul#navigation li {
	font-size: 1.6em;
}
ul#navigation li a {
	padding-right: 1em;
	padding-left: 1em;
}
.sherry {
	background-color: rgba(255,255,255,.85);
}
header .scriptFont {
	font-size: 4em;
	line-height: 1em;
	padding-top: 0.50em;
}
.art {
}
.one {
}
.borderbgrd {
	background-color: rgba(255,255,255,.85);
}
.gallery {
	max-width: 83%;
	padding: 1em;
}
.fluid.gallery h3 {
	margin-bottom: 0.75em;
}
.fluid.gallery p {
	margin-bottom: 0em;
	/* [disabled]max-width: 70%;
*/
	display: block;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
}
.textBorder {
	border: 3px double #999;
	border-radius: 0.8em;
	padding: 1.5em;
}
.fluid.one .fluid.gallery figure {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	width: 80%;
	float: none;
}
.imgBox {
	text-align: center;
	width: 100%;
	float: left;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.imgBlk {
	/* [disabled]width: 12em;
*/
	/* [disabled]overflow: hidden;
*/
	display: block;
	padding: 1em;
}
.fluid.one .fluid.gallery .fluid.imgBox {
}
.fluid.art .fluid.one .fluid.gallery .fluid.imgBox.portrait {
	width: 115px;
	/* [disabled]margin-left: 2.25em;
*/
}
#map {
}
.map {
	width: 100%;
	height: 600px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
.embed-container.map .tap {
}
iframe {
	height: 600px;
	max-width: 800px;
	left: 15%;
	right: 15%;
	top: 0px;
}
.fluid.driving #faq dl dd {
	text-align: left;
	margin-left: 18em;
	margin-right: 12em;
}
.foot {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.driving {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
/*
font-family: 'Tangerine', cursive;
font-family: 'Niconne', cursive;
font-family: 'Italianno', cursive;
font-family: 'Pompiere', cursive;
*/
.fluid.block01 #faq .scroll {
	margin-top: 2em;
}
.fluid.one .fluid.gallery .fluid.driving {
	margin-top: 1em;
}
.fluid.one .fluid.gallery .fluid.driving #faq dl dt {
	font-size: 1.2em;
	margin-top: 0.75em;
}

.fluid.one .fluid.gallery .fluid.driving h3 {
	font-size: 2em;
	margin-bottom: 0px;
}
.fluid.gallery .fluid.driving p .noBoxS {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: none;
	margin-top: 3em;
}
