@charset "UTF-8";
/* CSS Document */
/* Default Style Sheet - Mostly Chocolates */


/* HTML tags */

body {
	background: #444444 url('../images/bg-main.jpg');
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, "Bitstream Vera Sans", Arial, Geneva, Tahoma, sans-serif; margin:0px;}
h1 {font-size: 2.2em;}
h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

/* Hyperlinks */

a {
	color: #f1e318;
	font-weight: bold;
}

a:hover {
	color: #dddddd;
}

.sidebox a {
	text-decoration: none;
}

#facebook {position: absolute; left: 80px; float:left;}
#location {float: left; position:absolute; right: 100px;}

/* Top menu items */
#header2 #navigation {text-align: left;}
#navigation {
   margin:0;
   padding:300px 0 0 80px;
   list-style:none;
   position: absolute;
	z-index: 100;
}
#navigation li {
   float:left;
   position:relative;
   	border: none;
	margin: 5px;
}
#navigation li a {
	display:block;
	text-decoration:none;
	border: none;
	color: #543850;
	text-indent: -1800px;

 }

#navigation li a:hover,
#navigation li:hover a,
#navigation li.sfhover a { 
}

#navigation img {border: none; padding: 0 5px;}

/* Submenu items */
#navigation ul {border: solid 1px #9ec336;
   display:none; 
   position:absolute;
   left:0;
   width:10em;
   margin: 0;
   padding: 0;
   background-color: #f2e6d4;
   z-index: 1000;
}
#navigation ul li {
   float: none;
   list-style: none;
	margin-left: 10px;
}
#navigation ul li a,
#navigation ul li:hover,
#navigation ul li.sfhover {
   color: #8a3479;
   text-indent: 0;
}

#navigation ul li a:hover,
#navigation ul li:hover ul li a:hover,
#navigation ul li.sfhover ul li a:hover {
	color: #5B1652;
}

#navigation li:hover ul, #navigation li.sfhover ul {display:block;}

/* Navigation Images */
#home {background: url(/images/nav-home.png) top left no-repeat; height: 43px; display:block; width: 80px;}
#howitworks {background: url(/images/nav-works.png) top left no-repeat; height: 43px; display:block; width: 144px;}
#parties {background: url(/images/nav-parties.png) top left no-repeat; height: 43px; display:block; width: 87px;}
#gallery {background: url(/images/nav-gallery.png) top left no-repeat; height: 43px; display:block; width: 117px;}
#faq {background: url(/images/nav-faq.png) top left no-repeat; height: 43px; display:block; width: 80px;}
#contact {background: url(/images/nav-contact.png) top left no-repeat; height: 43px; display:block; width: 117px;}
#calendar {background: url(/images/nav-calendar-off.png) top left no-repeat; height: 43px; display:block; width: 117px;}

#home:hover {background: url(/images/nav-home.png) bottom left;}
#howitworks:hover {background: url(/images/nav-works.png) bottom left;}
#parties:hover {background: url(/images/nav-parties.png) bottom left;}
#gallery:hover {background: url(/images/nav-gallery.png) bottom left;}
#faq:hover {background: url(/images/nav-faq.png) bottom left;}
#contact:hover {background: url(/images/nav-contact.png) bottom left;}
#calendar:hover {background: url(/images/nav-calendar-on.png) top left no-repeat; height: 43px; display:block; width: 117px;}

/* Layout Styles */

#photos {
	list-style: none;
	padding: 0;
	margin: 0;
	display:none;
}

ul{margin-left: 10px;}
li {margin-bottom: 10px;}

#main {
	width: 996px;
	margin: 0 auto;
}

#header,
#header2 {
	position: relative;
	width: 960px;
	height: 102px;
	margin: 0 auto;
	text-align: center;
	background: url('../images/header.jpg') no-repeat;
}

#header2 {
	width: 996px;
	height: 231px;
	padding-left: 11px;
	background: url('../images/mainPhotos2.jpg') no-repeat 6px;
}

#header3 {
position: relative;
width: 995px;
height: 332px;
margin: 0 0 0 5px;
text-align: center;
background: url(/images/header/background.jpg) no-repeat;
}

#menu {
	position: absolute;
	top: 187px;
	left: 180px;
}
	
#contentWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	background: url('../images/bg-clay.jpg') repeat-y;
}

#leftCol {
	position: relative;
	float: left;
	display: inline;
	width: 510px;
	margin-left: 50px;
}

#rightCol {	
	float: right;
	display: inline;
	width: 345px;
	margin-right: 45px;
}

#oneCol {
	margin: 0px 50px;
	text-align: center;
}

#footer {
	position: relative;
	width: 960px;
	height: 150px;
	margin: -50px auto 0;
	padding: 133px 0 0;
	text-align: center;
	background: url('../images/bg-footer.gif') no-repeat left top;
}

#credit {
	width: 550px;
	margin: 10px auto;
	padding-top: 8px;
	border-top: 1px dashed gray;
	font-style: italic;
}

/* Menu Styles */

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu ul li {
	float: left;
	display: inline;
	width: 14px;	
	margin: 6px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.65px;
}

	#menu li.menuItem1 {
		width: 50px;
	}
	#menu li.menuItem2 {
		width: 190px;
	}
	#menu li.menuItem3 {
		width: 173px;
	}
	#menu li.menuItem4 {
		width: 180px;
	}
	#menu li.menuItem5 {
		width: 65px;
	}
	#menu li.menuItem6 {
		width: 85px;
	}

#menu a {
	text-decoration: none;
	color: #362b28;
}

#menu a:hover {
	color: #555555;
}


/* Typesetting */

.noBold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.sansSerif {
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.sansSerifTitle {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, "Lucida Grande", Tahoma, sans-serif;
}

.serif {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.largeText {
	font-size: 1.5em;
}

.midText {
	font-size: 1.2em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.tinyText {
	font-size: .75em;
}

.smallTracking {
	letter-spacing: -0.1em;	
}

.smallLeading {
	line-height: .85em;
}

.normLeading {
	line-height: 1.2em;
}

.midLeading {
	line-height: 1.6em;
}

.largeLeading {
	line-height: 1.8em;
}

.pageHeading {
	font-size: 2.6em;
	text-align: right;
	margin: 30px 24px 0px 0px;
}

.subTitle {
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	margin: 0px 24px 6px 0px;
}

.subHeading {
	font-size: 1.4em;
	margin: 0px;
	padding-left: 20px;
}

#rightCol p {
	line-height: 1.5em;
	padding-left: 24px;
	margin: 4px 10px 16px 0px;
}

/* Colors */

.lightBrown {
	color: #807e32;
}

.maroon {
	color: #735658;
}

.darkGreen {
	color: #736e4d;
}

.red {
	color: #9e0b0f;
}

.orange {
	color: #754c24;
}

.lightBlue {
	color: #ccccff;
}

.white {
	color: #FFF;
}


/* Misc Styles */

.coupon {	
	width: 250px;
	margin: 0px auto;
	padding: 12px;
	border: 2px dashed #333;
	text-align: center;
}

.howitworks {
	background: url('../images/img-jarobrushes.gif') no-repeat right top;
}

.parties {
	padding-left: 45px;
	background: url('../images/img-dotteddiv.jpg') no-repeat left top;
}

#genInfo {
	width: 315px;
	margin: 12px auto;
	padding-top: 75px;
	background: url('../images/bg-geninfo.jpg') no-repeat;
}

#locInfo {
	width: 300px;
	margin: 20px auto;	
	padding: 220px 16px 0px 16px;
	background: url('../images/bg-locinfo.jpg') no-repeat right;
}

.contentBlock {
	width: 275px;
	padding-top: 40px;
	margin-left: 20px;
}

.contentBlock2 {
	padding: 12px 4px 0px 0px;
}

#btn-specials {
	position: absolute;
	top: 122px;
	left: 374px;
}
	
#btn-comment {
	position: absolute;
	top:100px;
	left: 100px;
}

.formSkin {
	margin: 12px auto;
	padding: 10px;
}

.formSkin input {
}

.boldLinks a {
	font-weight: bold;
}

.photoLeft {
	margin: 0px 8px 6px 0px;
}

.photoRight {
	margin: 0px 0px 6px 8px
}

.photoSpan {
	border-top: 1px dotted #754c24;
	border-bottom: 1px dotted #754c24;
}

.photo {
	margin: 8px;
	border: 1px solid #333;
}

.inlinePhoto {
	margin-left: -16px;
}

.capPhoto {
	float: right;
	display: inline;
	margin: 12px auto;
	width: 330px;
	text-aign: left;
}

.miniCol {
	width: 220px;
	margin: 5px;
}

.dottedHR {
	border-bottom: 1px dotted #736357;
}

.singleHR {
    margin: 8px 0;
    border-top: 1px solid gray;
    clear: both;
}

.doubleHR {
    margin: 8px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

.noBorder {
	border: none;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indent {
	margin-left: 16px;
}

.margin12 {
	margin: 12px;
	padding: 3px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.floatLeft {
	float:left;
	display: inline;
}

.floatRight {
	float: right;
	display: inline;
}

.centerImg {
	margin: 0 auto;
}
.error {
	padding: 5px;
	margin: 4px;
	font-size: 1.2em;
	line-height: 1.4em;;
	font-weight: bold;
	color: #FFF;
	background: #FF0000;
}
.preloadImg {
	display: none;
}

.valignTop {
	vertical-align:top;
}
.valignBottom {
	vertical-align:bottom;
}

.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text;color: #ffb8ff; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 0; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

