@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; color: #7394b9;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */


html, body {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background: url(../images/background.gif) repeat;
}
div#wrapper {
	width: 1030px;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/sidebarbkgd.png) 50px bottom repeat-y;
}
div#navwrapper {
	text-align: left;
	float: left;
	position: relative;
	margin: 0 50px;
	width: 300px;
}
div#contentwrapper {
	text-align: left;
	float: left;
	position: relative;
	width: 630px;
}
h1 {
	width: 300px;
	height: 280px;
	background: url(../images/logoarea.png) top left no-repeat;
	display: block;
	text-indent: -9999px;		
}
h1 a {
	display: block;
	height: 240px;
	width: 280px;
	position: absolute;
	left: 10px;
	top: 40px;
}
a#emailtag {
	z-index: 10;
	text-indent: -9999px;
	width: 175px;
	height: 170px;
	display: block;
	position: absolute;
	top: 500px;
	left: 0;
	background: url(../images/emailtag.png) top left no-repeat;
}
a:hover#emailtag {
	background: url(../images/emailtag.png) bottom left no-repeat;
}





/* ------------------------ text ----------------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
span.underline {
	text-decoration: underline;
}
* {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #564016;
}
.special {
	font-size: 13px;
	font-style: italic;
	color: #e08015;
}
div#homehero p {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: absolute;
	width: 530px;
	top: 296px;
	left: 50px;
}
div#events h2 {
	font-size: 18px;
	line-height: 17px;
	color: #edf2b0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	padding-bottom: 2px;
	font-weight: normal;
}
div#events h3 {
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
}
div#events p {
	color: #f1d2b0;
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding: 0px 20px 5px;
}
div#interiorcontent h2 {
	font: 14px Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom:5px;
}
div#interiorcontent h3 {
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	padding: 7px 0 3px;
	margin-bottom: 15px;
	text-transform: lowercase;
	color: #564016;
	border-bottom: 1px dotted #564016;
}
div#interiorcontent h4 {
	text-transform: lowercase;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	padding: 3px 0;
	line-height: normal;
	color: #da5587;
}
div#interiorcontent h4 strong {
	font-size: 15px;
	font-style: italic;
	color: #da5587;
	font-weight: bold;
}
div#interiorcontent h3.orange {
	color: #ea8616;
	border-bottom: 1px dotted #ea8616;
}
div#interiorcontent h4.orange {
	color: #ea8616;
}
div#interiorcontent h3.green {
	color: #7cae27;
	border-bottom: 1px dotted #7cae27;
}
div#interiorcontent h4.green {
	color: #7cae27;
}
div#interiorcontent h3.pink {
	color: #da5587;
	border-bottom: 1px dotted #da5587;
}
div#interiorcontent h3.darkblue {
	color: #0063a0;
}
div#interiorcontent h3.lightblue {
	color: #74a6d2;
	border-bottom: 1px dotted #74a6d2;
}
div#interiorcontent h4.lightblue {
	color: #74a6d2;
}
div#interiorcontent h4.darkblue {
	color: #0063a0;
}
div#interiorcontent h4.darkblue strong {
	font-size: 15px;
	font-style: italic;
	color: #74a6d2;
	font-weight: bold;
}
div#interiorcontent h4.brown {
	margin-top: 5px;
	color: #564016;
}
div#interiorcontent h4.brown strong {
	font-size: 15px;
	font-style: italic;
	color: #ea8616;
	font-weight: bold;
}
div#interiorcontent p {
	padding: 0 20px 10px 0;
}
div#interiorcontent.cushycms p {
	padding-bottom: 5px;
}
div#interiorcontent a {
	color: #c04370;
}
div#interiorcontent ul{
padding: 0px 0px 5px 0px;
margin: 0px;
}

div#interiorcontent ul li{
font: 13px Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
list-style-type: square;
font-weight: normal;
line-height: 15px;
padding: 0px 0px 8px 0px;
margin: 0px 0px 0px 20px;
}
div#interiorcontent ul li strong{
font: 14px bold Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
}

/* ------------------------ nav ----------------------- */

ul#nav {
	z-index: 10;
	display: block;
	position: absolute;
	top: 300px;
	left: 34px;
	width: 225px;
	height: 150px;
}
ul#nav li a {
	display: block;
	width: 225px;
	height: 25px;
	text-indent: -9999px;
}
ul#nav li#who {
	background: url(../images/nav.png) left top no-repeat;
}
ul#nav li#who a:hover, ul#nav li#who a#active {
	background: url(../images/nav.png) right top no-repeat;
}
ul#nav li#come {
	background: url(../images/nav.png) left -25px no-repeat;
}
ul#nav li#come a:hover, ul#nav li#come a#active {
	background: url(../images/nav.png) right -25px no-repeat;
}
ul#nav li#events {
	background: url(../images/nav.png) left -50px no-repeat;
}
ul#nav li#events a:hover, ul#nav li#events a#active {
	background: url(../images/nav.png) right -50px no-repeat;
}
ul#nav li#calendar {
	background: url(../images/nav.png) left -75px no-repeat;
}
ul#nav li#calendar a:hover, ul#nav li#calendar a#active {
	background: url(../images/nav.png) right -75px no-repeat;
}
ul#nav li#ourwork {
	background: url(../images/nav.png) left -100px no-repeat;
}
ul#nav li#ourwork a:hover, ul#nav li#ourwork a#active {
	background: url(../images/nav.png) right -100px no-repeat;
}
ul#nav li#contact {
	background: url(../images/nav.png) left -125px no-repeat;
}
ul#nav li#contact a:hover, ul#nav li#contact a#active {
	background: url(../images/nav.png) right -125px no-repeat;
}
ul#nav a#facebook {
	border: none;
	z-index: 10;
	position: absolute;
	width: 59px;
	height: 60px;
	display: block;
	top: 120px;
	left: 20px;
	background: url(../images/facebookicon.png) top right no-repeat;
	text-indent: -9999px;
}
ul#nav a#twitter {
	border: none;
	z-index: 10;
	position: absolute;
	width: 59px;
	height: 60px;
	display: block;
	top: 120px;
	left: 90px;
	background: url(../images/twittericon.png) top right no-repeat;
	text-indent: -9999px;
}



/* ------------------------ home ----------------------- */

div#homehero {
	width: 630px;
	height: 400px;
	margin-bottom: 25px;
	position: relative;
	background: url(../images/home-header.png) no-repeat;
}
div#homehero div#daypass {
	width: 290px;
	height: 180px;
	position: absolute;
	left: 25px;
	bottom: 18px;
	background: url(../images/home-daypassnewhours.png) no-repeat;
}
div#homehero a#privateparty {
	width: 250px;
	height: 185px;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 18px;
	text-indent: -9999px;
	background: url(../images/home-privateparty.png) no-repeat;
}
div#midcontent {
	width: 630px;
}
div#events {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 30px;
	padding-bottom: 45px;
	background: url(../images/eventsbkgd-blue.png) bottom left no-repeat;
}
div#events a#scrapfest{
	display: block;
	margin-top: 10px;
	padding-left: 20px;
}
div#events a#moreevents{
	display: block;
	position: absolute;
	right: 25px;
	bottom: 20px;
}
div#experience {
	float: left;
	width: 300px;
	padding-bottom: 20px;
	background: url(../images/experiencebkgd.png) left 50px no-repeat;
	border-bottom: 8px solid #fff;
}



/* ------------------------ interior ----------------------- */

div#interiorcontent.cushycms table {
	margin-top: 5px;
	margin-bottom: 7px;
}
div#interiorcontent.cushycms img.classes {
	border: 5px solid #7fb327;
}
div#contentwrapper img#header {
	width: 630px;
	height: 200px;
	margin-bottom: 25px;
}
div#interiorcontent {
	text-align: left;
	float: left;
	position: relative;
	width: 530px;
	padding: 30px;
	margin-bottom: 20px;
	background: #e2e6a1;
	border: 20px solid #7fb327;
}
div#interiorcontent ul#subnav {
	display: block;
	margin-bottom: 20px;
	float: right;
}
div#interiorcontent ul#subnav li {
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0;
	line-height: normal;
	display: block;
	float: left;
}
.fr {
float: right;
}
.fl {
float: left;
}
form {
padding-bottom: 15px;
}


/* ------------------------ footer ----------------------- */

div#footer {
	width: 630px;
	margin-top: 20px;
}
div#footer * {
	font-size: 11px;
	line-height: 14px;
}
div#footer span {
	display: inline;
	padding: 0 8px;
}
div#footer a {
	text-decoration: underline;
	color: #564016;
}
div#footer a:hover {
	color: #cb4676;
}



