/* CSS Document - Media: Screen */
/* Created by Philip Shields */
/* Copyright © 2012 */

/* 
   Site Colors:
   Teal: #66CCCC
   Orange: #E85C00
*/
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
@import url(http://fonts.googleapis.com/css?family=Schoolbell);

* {
	margin: 0;
	padding: 0; 
}

body {
	background-color: #D9EDEE;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

/* HEADER CONTENT CSS */

#header {
	background-color: #1E50D7;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 174px;
}
#header h1 img {
	display: block;
	margin: 0 auto;
	padding: 0px;
}
#header ul {
	display: block; margin: 0 auto;
	background-color: #FFFF00; /*#FF6600;*/
	list-style-type: none;
	padding: 0px;
	height: 40px;
	width: 800px;
	text-align: center;
}

/* MAIN CONTENT CSS */

#mainContent {
	position: relative;
	background-color: white;
	padding: 0px;
	width: 830px;
	min-height: 270px;
	margin: 10px auto;
	border: 2px solid black;
	border-radius: 12px;
}
#facebook {
	position: absolute;
	top: -180px;
	right: 60px;
}
#facebook-icon {
	position: absolute;
	top: 0;
	right: 0;
}
#facebook-like {
	position: absolute;
	top: 57px;
	right: 0;
}
#mainContent h2 {
	font-size: 250%;
	font-family: 'Indie Flower', 'cursive';
	font-family: 'Schoolbell', 'cursive';
	/* font-family: "Times New Roman", Times, serif; */
}
#mainContent .big {
	font-size: 160%;
}
#mainContent .babybold {
	font-weight: bold;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#mainContent ul li {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent a {
	color: #0000FF; /* E85C00 */
	text-decoration: none;
}
#mainContent a:hover {
	color: #0000FF; /* E85C00 */
	text-decoration: underline;
}
#mainContent img.border {
	border: 2px solid black;
}
#mainContent img.left {
	float: left;
	margin: 5px 5px 5px 0;
}

#mainbar {
	float: left;
	background-color: white;
	margin: 10px;
	width: 534px;
	min-height: 270px;
}
#mainbar #clear {
	clear: both;
}

#sidebar {
	float: right;
	background-color: white;
	margin: 10px;
	width: 254px;
	min-height: 270px;
}

.hands-left {
	position: absolute;
	top: 10px;
	left: -80px;
}
.hands-right {
	position: absolute;
	top: 10px;
	right: -80px;
}

/* FOOTER CONTENT CSS */

#footer {
	position: relative;
	margin: 0;
	height: 60px;
	clear: both;
	text-align: center;
	font-size: 90%;
}
#footer #copyright {
	position: absolute;
	left: 5px;
	bottom: 2px;
	font-size: 80%;
}
#footer #design {
	position: absolute;
	right: 5px;
	bottom: 2px;
	font-size: 80%;
}

hr {
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.clear {
	clear: both;
}

.superscript{font-size:x-small; vertical-align:top;} 
.subscript{font-size:x-small; vertical-align:bottom;}

/* CUSTOM CONTENT CSS */

/* HOURS & RATES */
table#rates {
	background-color: #DDDDDD;
}
table#rates tr:nth-child(even) {background-color: #BBBBBB;}
table#rates th {
	padding: 2px 4px;
	background-color:#FF0;
	font-weight:bold;
}
table#rates td {
	padding: 2px 4px;
}
#datepicker {
	margin-top: 10px;
	font-size: 75%;
}
#datepicker a, #datepicker a:hover {
	color: black;
	cursor: default;
}

/* PHOTO GALLERY */
#gallery {
	margin-top: 20px;
}
.lbGallery {
	padding: 10px;
	width: 786px;
	margin-bottom: 20px;
}
.lbGallery p {
	font-weight: bold;
	margin-bottom: 10px;
}
.lbGallery ul { list-style: none; }
.lbGallery ul li { display: inline; }
.lbGallery ul img {
	border: 5px solid #3e3e3e;
	margin: 0 32px 16px 0;
}
.lbGallery ul img.last {
	margin-right: 0;
}
.lbGallery ul a:hover img {
	border: 5px solid #66cccc;
	color: #fff;
}
.lbGallery ul a:hover { color: #DDDDDD; }

/* CONTACT US */
#contact-form {
	width:514px;
	min-height: 200px;
	background-color: #DDDDDD;
	padding: 0 10px;
	border: 2px solid black;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
}
#contact input, #contact textarea {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
#contact textarea {
	font-size: 12px;
	width: 510px;
	height: 150px;
}
#contact #sendbtn {
	font-weight:bold;
	padding: 5px;
}
#contact #resetbtn {
	font-weight:bold;
	margin-left: 20px;
	padding: 5px;
}
#contact .credits {
	font-size: smaller;
	text-align: right;
}

#contact .required {
	color: red;
}
#contact span.small {
	font-size: 11px;
}
#contact .verifybox {
	position: relative;
}
#contact img.verify {
	position: absolute;
	top: 8px;
	left: 225px;
}