/*UNIVERSAL STYLES***********************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}
body {
	background-color: #33F;
	font-family: "Comic Sans MS", sans-serif;
}
h1 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18pt;
}
#content h1 {
	color: white;
	margin-top: 20px;
	font-size: 22pt;
}
#content h1 strong {
	font-size: 22pt;
}
#content * h1 {
	color: black;
	margin-top: 0px;
	font-size: 18pt;
}
#content * h1 strong {
	font-size: 18pt;
}
h1 strong {
	font-size: 18pt;
}
h2 {
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 10px;
}
h2 strong {
	font-size: 14pt;
}
ul {
	text-align: left;
}
ul ul {
	margin-bottom: 0px !important;
}
a img{
	border: none;
}
strong.big {
	font-size: 14pt;
}
/*GLOBAL BOX STYLES*********************************************************/
div.box-1, div.box-2 {
	margin-top: 1em;
	padding: 10px;
	vertical-align: middle;
}
div.box-1 {
	border: 5px solid #0AD;
	background: #3CF;
}
div.box-2 {
	border: 5px solid #DA7;
	background: #FC9;
}
img.box-1, iframe.box-1 {
	border: 5px solid #3CF;
	margin-top: 1em;
}
img.box-2, iframe.box-2 {
	border: 5px solid #FC9;
	margin-top: 1em;
}

/*INDIVIDUAL BOX STYLES****************************************************/

/*Homepage:*/
#left-column {
	float: left;
	position: relative;
	width: 680px;
	height: 77em;
	margin-bottom: 10px;
}
div.box-1.intro {
	width: 300px;
	height: 16em;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.box-2.hours {
	width: 300px;
	height: 16em;
	float: left;
}
.hours h1 {
	margin: 0px;
	padding: 0px;
}
.hours h2 {
	margin: 0px;
}
div.box-1.rates {
	width: 650px;
	height: 12em;
}
div.box-2.parents {
	width: 650px;
	height: 8.7em;
	position: absolute;
	bottom: 0.4em;
	left: 0px;
}
#right-column {
	float: right;
	position: relative;
	width: 300px;
	height: 77em;
}
iframe.box-1.like-box {
	width: 290px;
	height: 34.9em;
	background: white;
	overflow: hidden;
}
div.box-2#mc_embed_signup {
	width: 270px;
	height: 18.1em;
}
#mc_embed_signup h2 {
	margin: 0px;
	text-decoration: underline;
}
img.box-1.hug-pic {
	width: 290px;
	position: absolute;
	bottom: 0.4em;
	right: 0px;
}

#alertbox {
	height: 80px;
	width: 950px;
	background: #FC9;
	border: 5px solid #DA7;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px;
}

.alertbox-x {
	position: absolute;
	top: 25px;
	right: 10px;
}

.alertbox-x a {
	text-decoration: none;
	color: black;
}

.alertbox-x a:hover {
	color: blue;
}

/*Birthday Parties*/

.party-left {
	float: left;
	overflow: hidden;
	width: 490px;
	height: 43em;
}

.party-left box-2 {
	height: 20em;
}

.party-left .box-1 {
	height: 16em;
}

.party-right {
	float: right;
	overflow: hidden;
	width: 490px;
	height: 43em;
}

.party-right .box-1 {
	height: 16em;
}

.party-right .box-2 {
	height: 20em;
}

/*error pages*/

div.box-2.error-box {
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
}
div.box-2.error-box form input {
	float: none;
	display: inline;
}

/*SLIDESHOW STYLES*********************************************************/
div.box-2#slideshow {
	height: 29em;
	width: 670px;
	background: none;
	padding: 0px;
	position: relative;
	overflow: hidden;
	clear: left;
	margin-top: 0px;
}
.slideimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 29em;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headertxt {
	position: absolute;
	top: 120px;
	z-index: 1001;
}
#slidenav {
	position:absolute;
	top:10px;
	z-index: 1001;
	left: 20px;
	float: left;
}
.navdot {
	height: 20px;
	width: 20px;
	float: left;
	cursor: pointer;
	background: #3CF;
	margin-right: 8px;
	margin-top: 8px;
	font-size: 10pt;
	text-align: center;
	border: 1px solid white;
}
#playpause {
	background: url(/images/pausebutton.jpg);
}
/*FORM STYLES**************************************************************/
#contactus-form fieldset {
	border: 5px solid 0AD;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	clear: both;
}
#contactus-form label {
	float: left;
	clear: both;
	width: 6em;
}
input, textarea {
	display: block;
	margin-bottom: 2px;
	font-family: "Comic Sans MS", sans-serif;
}
input[type="text"], input[type="email"], textarea {
	background-color: #CFF;
	border: 1px solid #0AD;
	padding-left: 2px;
	padding-right: 2px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, textarea:hover, textarea:focus, textarea:active {
	background-color: white;
	border: 1px solid black;
}
#contactus-form textarea {
	width: 39.4em;
	height: 10em;
	padding: 4px;
	float: left;
}
#contactus-form input {
	width: 15em;
	float: left;
}
#mc_embed_signup .mc-field-group {
	margin-top: 10px;
}
#mc_embed_signup input {
	display: block;
	width: 265px;
	margin-left: auto;
	margin-right: auto;
}
#mc_embed_signup input[type="submit"] {
	display: inline-block;
	width: auto;
	white-space: nowrap;
	height: 32px;
	margin: 20px;
	padding: 0 22px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 32px;
	cursor: pointer;
	border: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
	background-color: #00AADD;
	color: #ffffff;
}
#mc_embed_signup .indicates-required {
	font-size: 10pt;
	text-align: right;
}
#mc_embed_signup .asterisk {
	color: #C60;
}
#mc_embed_signup label {
	display: block;
	text-align: left;
}

/*LINK STYLES****************************************************************/
ul a:link {
	text-decoration: none;
	color: #333;
}
ul a:visited {
	text-decoration: none;
	color: #666;
}
ul a:hover, ul a:focus {
	text-decoration: underline;
	color: #000;
}
ul a:active {
	text-decoration: underline;
	color: #00F;
}
/*LIST STYLES****************************************************************/
.box-1 ul, .box-2 ul {
	list-style-position: outside;
	margin-left: 30px;
}
/*HEADER STYLES***************************************************************
    (in order they appear)*/
#header {
	width: 100%;
	height: 10em;
	background-color: #6FF;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #3CF;
}
#header-content {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#logo {
	float: left;
	position: relative;
	z-index: 1;
}
#balloons {
	float: right;
	margin-right: 360px;
	margin-top: 10px;
}
#tagline {
	font-style: italic;
	float: right;
	position: absolute;
	margin-top: 10px;
	margin-right: 10px;
	top: 0;
	right: 0;
	text-shadow: rgba(255, 255, 255, 0.85) -2px 2px 1px;
}
#share-toolbar, .addthis_toolbox {
	clear: left;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 3px;
	border: 1px solid black;
	background-color: #3CF;
	position: absolute;
	right: 25px;
	bottom: 2.5em;
	z-index: 1;
	overflow: hidden;
	font-size: 12px !important;
	height: 64px;
	width: 170px;
}
#share-toolbar img {
	border: none;
}
.addthis_button, .addthisbuttons, .addthis_separator {
	display: inline;
	float: right;
	position: relative;
	clear: both;
}
.follow-facebook {
	float: right;
}
.follow-twitter {
	float: right;
	clear: both;
	margin-left: 10px;
}
.addthisbuttons {
	margin: 0px 2px;
	top: 3px;
}
.addthis_separator {
	bottom: 2px;
	margin: 0px 3px;
}
#at15ptc, #at16ptc, #at16sas, .at15t, #at_use_addr, #at_email span, #ateml small{
  font-size: 10pt;
  line-height: 1em;
}
#header-nav {
	clear: left;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 1px solid black;
	list-style-type: none;
	background-color: #FC9;
	font-size: 13pt;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
#header-nav li {
	display: inline;
	margin: 0 1px;
}
/*OTHER OBJECT STYLES********************************************************
    (in order they appear)*/
#content {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#footer-nav {
	border: 1px solid black;
	background-color: #FC9;
	margin-top: 10px;
	position: relative;
	clear: both;
}
#footer-nav ul {
	list-style-type: none;
	text-align: center;
}
#footer-nav li {
	display: inline;
	margin: 0 2px;
}
#contactus-form {
	text-align: left;
	padding: 10px;
	width: 40em;
	margin: 0px auto;
	background-color: #3CF;
	border: 5px solid #0AD;
	margin-bottom: 15px;
}
#captcha {
	float: left;
	margin-right: 10px;
	width: 8em;
	height: 3em;
}
#captcha-tools, #captcha-tools a {
	clear: both;
	font-size: 10px;
}
.btn {
	margin: 0px auto;
	margin-top: -5px;
	width: 4em;
	cursor: pointer;
	float: none;
}
.class-descriptions {
	list-style: none;
}
.class-descriptions li {
	margin-bottom: 1em;
}
#mapbox {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	margin-top: -215px;
	margin-left: -400px;
	z-index: 2000;
	border: 10px solid #DA7;
	background: #FC9;
	width: 800px;
	height: 430px;
	-webkit-box-shadow: 5px 5px 15px black;
	-moz-box-shadow: 5px 5px 15px black;
	box-shadow: 5px 5px 15px black;
}
/*OTHER STYLES***************************************************************/
.left {
	text-align: left;
}
.clear {
	clear: both;
	position: relative;
}
.left-align {
	float: left;
}
.right-align {
	float: right;
}
.hidden {
	display: none;
}
.visible {
}
