/* CSS Reset
-----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #fcfcee;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* HTML Definitions
-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family:"Georgia","Times New Roman",Times,serif;
	font-size:1.8em;
	margin:0 0 20px;
	color:#1c1c1c;
}
h1 {
	line-height:0.8em;
}
h1 span {
	font-size:0.64em;
}
h2 {
	font-size:1.7em;
	margin:0 0 15px;	
}
h3 {
	font-size:1.6em;
	margin:0 0 15px;	
}
h4 {
	font-size:1.3em;
	margin:0 0 10px;
}
h5 {
	font-size:1.1em;
	margin:0 0 8px;	
}
h6 {
	font-size:1em;
	margin:0 0 8px;	
}
p {
	font-size:0.825em;
	line-height:1.35em;
	margin:0 0 15px;
}
strong {
	font-weight:600;
}
a,
a:visited {
	color:#366078;
	text-decoration:none;
}
a:hover {
	color:#589DC4;
}
ul li {
	font-size:0.825em;
	line-height:1.35em;
	background: transparent url(../images/icons.png) no-repeat 0 2px;
	padding:0 0 0 32px;
	margin:0 0 12px;
}
ul li:last-child {
	margin:0;
}
ul.link-list li {
	padding:0;
	margin:0 0 5px;
	background:transparent;
}
ul li a,
ul li a:visited {
	color:#366078;
	text-decoration:none;
}
ul li a:hover {
	color:#589DC4;
}

/* General Definitions
-----------------------------------------------------*/
span.clear,
div.clear {
	clear:both;
	display:block;
	float:none;
	font-size:0;
	height:0.001em;
	line-height:0;
	width:auto;
}
.clear {
	clear:both;
	float:none;
}
.inner {
	width:980px;
	margin:0 auto;
}
.no-margin {
	margin:0;	
}
.less-margin {
	margin:0 0 5px;	
}
.bit-more-margin {
	margin:0 0 10px;	
}
.more-margin {
	margin:0 0 15px;	
}
.lots-of-margin {
	margin:0 0 25px;	
}
.tons-of-margin {
	margin:0 0 50px;	
}
.underlined {
	border-bottom:1px dotted #c6be9b;
	margin:0 0 10px;
	padding:0 0 10px;
	width:100%;
}

/* Header Definitions
-----------------------------------------------------*/
#header-container {
	background:transparent url(../images/main.png) repeat-x 0 0;
	border-top:1px #fff solid;
	height:106px;
}
#header {
	position:relative;
}
a#logo {
	display:block;
	width:323px;
	height:105px;
	position:absolute;
	top:0;
	left:-46px;
}
#nav {
	width:660px;
	padding:29px 0 0;
	float:right;
}
#nav ul li {
	display:block;
	float:left;
	background:transparent;
	margin:0;
	padding:0;
	font-size:1em;
	line-height:normal;
}
#nav ul li a {
	display:block;
	padding:3px 23px 3px 8px;
	color:#e0f4ff;
	text-shadow:1px 1px 1px #000;
	font-size:16px;
	text-decoration:none;
	background:transparent url(../images/dark-border.png) repeat-y 0 0;
}
#nav ul li a:hover {
	color:#66ccff;
}
#nav ul li a:hover span {
	color:#99ccff;
}
#nav ul li a span {
	color:#ccc;
	font-size:12px;
	font-stretch:normal;
}
#nav ul li a#current {
	color:#66ccff;
	cursor:default;
	background:transparent url(../images/blue-border.png) repeat-y 0 0;
}
#nav ul li a#current span {
	color:#99ccff;
	cursor:default;
}
#nav ul li a.last-nav {
	padding:3px 0 3px 8px;
}
#nav ul li a#current.last-nav {
	padding:3px 0 3px 8px;
}

/* Sub Header Definitions
-----------------------------------------------------*/
#sub-header-container {
	background-color:#f8f4dd;
	margin:0;
	padding:25px 0;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}
#sub-header-container p {
	font-size:1.025em;
	line-height:1.5em;
	color:#333;
}
.shadow {
	background:transparent url(../images/shadow.png) repeat-x 0 bottom;
	height:13px;
	margin:0 0 37px;
}
#photo-bkg {
	background:transparent url(../images/photo-bkg.png) no-repeat 0 0;
	width:659px;
	height:344px;
	position:relative;
}
a#alist {
	background:transparent url(../images/alistbanner.png) no-repeat 0 0;
	display:block;
	height:161px;
	width:267px;
	position:absolute;
	right:0;
	top:6px;
	z-index:9999;
}

/* Content Definitions
-----------------------------------------------------*/
#content {
	margin:0 auto 50px;
}
.vert-outer {
	display:table;
	height:344px;
	overflow:hidden;
}
.vert-middle {
	display:table-cell;
	vertical-align:middle;
}

/* Download Link Definitions
-----------------------------------------------------*/
ul.download-links li {
	padding:0;
	margin:0;
	background:transparent;
}
ul.download-links li a,
ul.download-links li a:visited {
	color:#222;
	text-decoration:none;
	font-weight:800;
	font-size:1.025em;
	display:block;
	height:46px;
	padding:10px 0 0 5px;
	background:transparent url(../images/icons.png) no-repeat right -968px;
	border-bottom:1px #e2e2e2 solid;
}
ul.download-links li a span,
ul.download-links li a:visited span {
	color:#222;
	text-decoration:none;
	font-weight:normal;
	font-size:0.9em;
}
ul.download-links li a:hover,
ul.download-links li a:hover span {
	color:#589DC4;
}

/* Photo Kings Definitions
-----------------------------------------------------*/
.main-photo-list {
	margin:0;
	padding:0;
	list-style:none;
	top:23px;
	left:17px;
	position:relative;
}
#photo-one,
#photo-two,
#photo-three,
#about-us,
#newcomers {
	display:block;
	height:296px;
	width:626px;
	background:#fff url(../images/photos.jpg) no-repeat 0 0;
	padding:0;
	margin:0;
}
#photo-two {
	background-position:0 -296px;
}
#photo-three {
	background-position:0 -592px;
}
#about-us {
	background-position:0 -888px;
}
#newcomers {
	background-position:0 -1184px;
}

/* Chalk Board Definitions
-----------------------------------------------------*/
#chalk-board {
	background:transparent url(../images/chalk-board.jpg) no-repeat 0 0;
	height:420px;
	width:950px;
	padding:35px 0 0 35px;
	overflow:hidden;
	position:relative;
}
ul#tabs,
ul#tabs li,
#output ul li {
	margin:0;
	padding:0;
	background:transparent;
}
#output ul {
	position:absolute;
}
.chalk-nav {
	width:327px;
	margin:0 35px 0 0;
}
h3.title,
.title {
	padding:0 0 10px;
	margin:0 0 8px;
}
.blue.title {
	color:#99ccff;
	background:transparent url(../images/blue-underline.png) repeat-x 0 100%;
}
.orange.title {
	color:#ffcc99;
	background:transparent url(../images/orange-underline.png) repeat-x 0 100%;
}
.green.title {
	color:#99ffcc;
	background:transparent url(../images/green-underline.png) repeat-x 0 100%;
}
.white.title {
	color:#fff;
	font-size:3em;
	margin:0 0 30px;
	text-align:center;
	background:transparent url(../images/white-underline.png) repeat-x 0 100%;
}
a.daycare-rates,
a.boarding-rates,
a.spa-rates {
	height:61px;
	width:327px;
	padding:35px 0 0;
	display:block;
	text-align:center;
	font-size:1.5em;
}
a.daycare-rates.current,
a:hover.daycare-rates,
a.boarding-rates.current,
a.spa-rates.current {
	background:transparent url(../images/active-chalk-board-links.png) no-repeat 0 0;
}
a.daycare-rates h3 {
	color:#99ccff;
}
a.boarding-rates.current,
a:hover.boarding-rates {
	background:transparent url(../images/active-chalk-board-links.png) no-repeat 0 -96px;
}
a.boarding-rates h3 {
	color:#ffcc99;
}
a.spa-rates.current,
a:hover.spa-rates {
	background:transparent url(../images/active-chalk-board-links.png) no-repeat 0 -192px;
}
a.spa-rates h3 {
	color:#99ffcc;
}
.blue-chalk {
	font-size:1.8em;
	color:#99ccff;
}
.orange-chalk {
	font-size:1.8em;
	color:#ffcc99;
}
.green-chalk {
	font-size:1.8em;
	color:#99ffcc;
}
.service {
	width:310px;
	display:inline-block;
}
.prices {
	text-align:center;
	width:100px;
	display:inline-block;
}
#output ul li.price-space {
	display:block;
	height:24px;
	margin:0;
}

/* Twitter Feed Definitions
-----------------------------------------------------*/
h2.twitter-small {
	background:transparent url(../images/icons.png) no-repeat 0 -424px;
}
h2.twitter-small span {
	padding:0 0 0 40px;
}
h2.twitter-small span a,
h2.twitter-small span a:visited {
	color:#1C1C1C;
	text-decoration:none;
}
h2.twitter-small span a:hover {
	color:#589DC4;
}
ul.tweet_list li {
	padding:0;
	margin:0 0 15px;
	background:transparent;
}

/* Buttons Default Definitions
-----------------------------------------------------*/
.buttons {
	clear:both;
	display:block;
	height:33px;
	margin:0;
	padding:0;
	width:auto;
}
.buttons.more-margin {
	margin:0 0 15px;
}
.buttons.lots-of-margin {
	margin:0 0 25px;
}
.right-align {
	float:right;
	width:auto;
}
a.button {
	display:block;
	float:left;
	margin:3px 3px 0;
	padding:0;
	text-decoration:none;
}
a.button > span {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
a.button .bd {
	background:transparent;
	border:none;
	display:block;
	height:32px;
	margin:0;
	padding:0;
	position:relative;
}
a.button .bd .ltcap {
	background:transparent url("../images/buttons.png") no-repeat left 0;
	display:block;
	height:32px;
	left:0;
	position:absolute;
	top:0;
	width:7px;
}
a.button .bd .rtcap {
	background:transparent url("../images/buttons.png") no-repeat right 0;
	display:block;
	height:32px;
	position:absolute;
	right:0;
	top:0;
	width:7px;
}
a.button .bd .title {
	background:transparent url("../images/buttons-bd.png") repeat-x left 0;
	border:none;
	color:#333333;
	display:block;
	font:900 0.9em/1.5em sans-serif;
	height:27px;
	margin:0 7px;
	padding:4px 2px 1px 3px;
}

/* Buttons Dark Definitions
-----------------------------------------------------*/
a.button.dark .bd .ltcap {
	background-position:left -64px;
}
a.button.dark .bd .rtcap {
	background-position:right -64px;
}
a.button.dark .bd .title {
	background-position:left -64px;
}

/* Buttons Hover Default Definitions
-----------------------------------------------------*/
a:hover.button .bd .ltcap {
	background-position:left -32px;
}
a:hover.button .bd .rtcap {
	background-position:right -32px;
}
a:hover.button .bd .title {
	background-position:left -32px;
}
a:hover.button.dark .bd .ltcap {
	background-position:left -96px;
}
a:hover.button.dark .bd .rtcap {
	background-position:right -96px;
}
a:hover.button.dark .bd .title {
	background-position:left -96px;
}

/* Buttons Indicators Definitions
-----------------------------------------------------*/
a .title span.indicate {
	background:transparent url("../images/icons.png") no-repeat right -483px;
	cursor:pointer;
	height:23px;
	display:block;
	margin:0 -2px 0 0;
	padding:1px 30px 0 0;
	white-space:nowrap;
}
a:hover .title span.indicate {
	background-position:right -530px;
}
a .title span.indicate.down {
	background-position:right -578px;
}
a:hover .title span.indicate.down {
	background-position:right -625px;
}
a .title span.indicate.stop {
	background-position:right -677px;
}
a:hover .title span.indicate.stop {
	background-position:right -724px;
}

/* Columns Definitions
-----------------------------------------------------*/
.line,
.lastUnit {
	overflow:hidden;
}
.lastUnit  {
	float:none;
	width:auto;
}
.unit {
	float:left;
}
.unitRight {
	float:right;
}
.narrow-col {
	width:270px;	
}
.col {
	width:305px;	
}
.col-padding {
	padding-right:50px;	
}

/* Footer Definitions
-----------------------------------------------------*/
#footer-container {
	background:transparent url(../images/main.png) repeat-x 0 -106px;
	height:346px;
}
#footer {
	background:transparent url(../images/main.png) no-repeat right -452px;
	height:326px;
	color:#e2e2e2;
	padding:20px 0 0;
}
#footer h3 {
	color:#e2e2e2;
}
#footer a,
#footer a:visited {
	color:#B2E5FF;
	text-decoration:none;
}
#footer a:hover {
	color:#66ccff;
}
#footer ul li {
	font-size:0.8em;
	line-height:1.45em;
	color:#ccc;
	background:transparent;
	margin:0;
	padding:0;
}
.copyright {
	color:#999;
}
#footer .copyright a,
#footer .copyright a:visited {
	color:#B2E5FF;
}
#footer .copyright a:hover {
	color:#66ccff;
}

/* Hours Definitions
-----------------------------------------------------*/
ul.hours li strong {
	width:100px;
	display:inline-block;
}

/* Social Networks Definitions
-----------------------------------------------------*/
#footer ul.social li {
	font-size:1em;
}
#footer ul.social li a {
	display:block;
	height:28px;
	background:transparent url(../images/icons.png) no-repeat 0 -97px;
	padding:4px 0 0 45px;
	margin:0 0 10px;
	color:#e2e2e2;
}
#footer ul.social li a:hover {
	color:#66ccff;
}
#footer ul.social li.twitter a {
	background-position:0 -162px;
}
#footer ul.social li.yelp a {
	background-position:0 -292px;
}
#footer ul.social li.linkedin a {
	background-position:0 -357px;
}
#footer ul.social li.digg a {
	background-position:0 -227px;
}

/****************************************************
Contact Form Definitions
****************************************************/
#contact-form {
	padding:10px 0;
}
form#contact-us .lastUnit {
	padding-top:30px;
}
.form-text {
	padding:0 0 10px;
	color:#666;
	font-size:0.8em;
}
.input-section {
	display:block;
	width:100%;
	margin:0 0 10px;
}
.input-section label {
	display:block;
	font-weight:bold;
	margin:3px 8px 4px 0;
	color:#222;
	font-size:0.8em;
}
.input-section input[type="text"],
.input-section select,
.input-section textarea {
	width:98%;
}
.input-section textarea {
	height:160px;
}
.input-section input[type="submit"] {
	width:20%;
	float:right;
	margin:0 175px 0 0;
}
.error_message {
	color:#980334;
	background:transparent url(../images/error.gif) no-repeat 0 0;
	font-size:0.8em;
	padding:3px 0 0 25px;
	margin:0 0 10px;
}
.error_message.checked {
	background:transparent url(../images/success.gif) no-repeat 0 0;
	padding:0 0 0 20px;
	margin:0;
	color:#2E6F1B;
}
.success-submit {
	background:transparent url(../images/success.gif) no-repeat 0 0;
	padding:0 0 0 20px;
	margin:0;
	color:#2E6F1B;
}

/* Photo Gallery Definitions
-----------------------------------------------------*/
div.content {
	display: none;
	clear: both;
	min-height:600px;
}
div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	float:left;
}
.slideshow-container select {
	float:right;
	height:28px;
	font-size:1.2em;
	width:150px;
	margin:6px 0 0;
}
div.nav-controls {
	display:none;
}
div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 660px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}
div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 532px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 65px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}
div.slideshow span.image-wrapper a.advance-link img {
	background:#fff;
	border:1px #ccc solid;
	padding:11px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display:block;
	float:left;
	margin:2px;
	width:34px;
	height:34px;
}
div.navigation a.pageLink:focus {
	outline: none;
}
ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 4px;
	display: block;
	background:#ffffff;
	border:1px #ededed solid;
	margin:0 4px 4px 0;
}
a.thumb.last {
	margin:0 10px 0 0;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
div.navigation a.prev {
	background:transparent url(../images/icons.png) no-repeat left -781px;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.56em;
	padding:0 0 0 40px;
}
div.navigation a.next {
	background:transparent url(../images/icons.png) no-repeat right -816px;
	float:right;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.56em;
	padding:0 55px 0 0;
	margin:0 12px 0 0;
}
div.navigation a:hover.prev {
	background:transparent url(../images/icons.png) no-repeat left -851px;
}
div.navigation a:hover.next {
	background:transparent url(../images/icons.png) no-repeat right -886px;
}
div.navigation a.prev.disabled,
div.navigation a:hover.prev.disabled {
	background:transparent url(../images/icons.png) no-repeat left -781px;
	color:#ccc;
	cursor:default;
}
div.navigation a.next.disabled,
div.navigation a:hover.next.disabled {
	background:transparent url(../images/icons.png) no-repeat right -816px;
	color:#ccc;
	cursor:default;
}
div.loader {
	background:transparent url(../images/loaderWhite.gif) no-repeat 0 0;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
