@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;
}

.slideshow {
	display: block;
	/* [disabled]z-index: 100; */
	
}
.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; */
}
.block01 {
}
.fluid.block01 {

font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	/* [disabled]border: 1px solid #666; */

	border: 3px double #999;
	border-radius: 0.8em;
	
	
	
}
.fluid.block01 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.block01 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.block01 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.block01 img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-bottom: -0.25em;
}
.fluid.block01 p .scroll {
	padding-top: 1em;
	padding-bottom: 0.25em;
}
.fluid.slideshow {
	/* [disabled]padding-bottom: 3em; */
	border: solid 1px #666;
	margin-bottom: 0em;
	/* [disabled]z-index: -1; */
}
.slideshow {
	display: block;
	/* [disabled]z-index: 20; */
	width: 100%;
	visibility: inherit;
	overflow: hidden;
}
.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 {
}
.gallery {
}
.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/hall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	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 {
}
.slideshow {
	display: block;
	z-index: 20;
}
.block01 {
}
.textBorder {
	border: 3px double #999;
	border-radius: 0.8em;
	padding: 1.5em;
}
.foot {
}
.borderbgrd {
}
.gallery {
}
.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 {
	/* [disabled]-webkit-background-size: cover; */
	/* [disabled]-moz-background-size: cover; */
	-o-background-size: cover;
	/* [disabled]background-size: cover; */
	/* [disabled]height: 100%; */
	/* [disabled]background-attachment: fixed; */
	/* [disabled]background-image: url(/vinson/_images/barn.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center 2.6em; */
	/* [disabled]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,.8);
}
.block01 {
	/* [disabled]max-width: 65%; */
	padding: 1em;
}
.fluid.block01 h3 {
	margin-bottom: 0.75em;
}
.fluid.block01 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;
}

.slideshow {
	z-index: 20;
}


.foot {
}

.gallery {
}

.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;
*/
