/*---------------
RESET
----------------*/

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

 /*-------------
 FONTS
 --------------*/
@font-face {
    font-family: 'PlaytimeWithHotToddiesRegular';
    src: url('../fonts/playtime-webfont.eot');
    src: url('../fonts/playtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playtime-webfont.woff') format('woff'),
         url('../fonts/playtime-webfont.ttf') format('truetype'),
         url('../fonts/playtime-webfont.svg#PlaytimeWithHotToddiesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'Cartwheel';src: url('../fonts/24746B_0_0.eot');src: url('../fonts/24746B_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/24746B_0_0.woff') format('woff'),url('../fonts/24746B_0_0.ttf') format('truetype');}

/*---------------
LAYOUT
----------------*/

body {
	background:#ddbc72 url('../images/collins-bg.jpg') no-repeat top center;
	font:100%/1.2 'PlaytimeWithHotToddiesRegular', sans-serif;
}

#logo img {
	margin-left:-40px;
	margin-top:15px;
}

#logo p {
	font-size:1.5em;
	margin-top:-30px;
}

#title {
	margin-top:40px;
}

#address {
	float:right;
	width:357px;
	height:45px;
	background:url('../images/address-bg.png');
	color:#274892;
	font-size:1.5em;
	text-align:right;
	padding:7px 20px;
	margin-right:20px;
}

#address strong {
	font-weight:bold;
}

#content {
	background:#f1e4c7;
	padding:30px 60px;
	overflow:hidden;
	border:3px solid #c39453;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#welcome {
	width:510px;
	margin-right:10px;
	float:left;
}

#hours {
	float:right;
	margin-left:10px;
	width:230px;
    background:#5fad45;
    color:#fff;
    padding:15px 20px;
    font-size:0.75em;
}


#date {
    float:left;
    width:65px;
    line-height:1.375em;
}

#time {
    float:right;
    width:140px;
    line-height:1.375em;
}

#certs {
	float:right;
	margin-left:10px;
	width:200px;
	height:160px;
	background:#fff;
	text-align:center;
	margin-top:10px;
	margin-right:45px;
	border-radius:10px; 
	 -moz-border-radius:10px;
	
}

#content {
	font-size:1.25em;
}

#welcome {
	font-size:1.25em;
}

#welcome b {
	font-size:1.325em;
}

footer {
    border-top:1px solid #c39453;
    color:#2972bb;
    width:800px;
    text-align:center;
    margin:0 auto;
    font-size:0.875em;
    margin-top:20px;
    padding-top:15px;
}

#colright {
	float:right;
	width:350px;
}

#colleft {
	float:left;
	width:400px;
}
/*---------------
HEADING/LINKS
----------------*/

h1 {
	font-weight:normal;
	font-family:'Cartwheel', sans-serif;
	font-size:1.625em; /*26px*/
	color:#2e75bd;
	text-align:center;
}


#title h1 {
	font-weight:normal;
	font-family:'Cartwheel', sans-serif;
	font-size:3em; /*48px*/
	color:#2e75bd;
	float:left;
	text-align:left;
}

h2 {
	color:#4fa736;
	font-size:1.375em; /*22px*/
}

h3 {
	color:#000;
	font-size:1.25em; /*22px*/
}


a {
    color:#2972bb;
}

a:hover {
    color:#5fad45;
}

#hours h2 {
    text-align:center;
    font-size:1.375em;
    margin-bottom:10px;
    color:#fff;
}


/*---------------
NAVIGATION
----------------*/

nav {
	margin-top:55px;
}

nav ul {
	list-style-type:none;
	text-align:center;
	margin:0;
}

nav ul li {
	display:inline;
	margin:0 10px;
	line-height:1.5em;
}

nav ul a {
	display:inline-block;
	text-decoration:none;
	color:#2b74bc;
	font-size:1.25em;
}

nav ul a:hover {
	color:#5fad45;
}

/*---------------
MISC
----------------*/
.clear {clear:both;}
.floatleft {float:left;margin-right:15px;border:5px solid #139034;}
.floatright {float:right;margin-left:15px;border:5px solid #139034;}
.center {text-align:center;}
.border {border:5px solid #139034}

p {margin-bottom:20px;}
strong{font-weight:bold;}
b {
	font-weight:bold;
}
em{font-style:italic;}

ul {
	margin-left:40px;
	list-style-type:disc;
	line-height:18px;
	margin-top:15px;
}

ol {
	margin-left:40px;
	list-style-type:decimal;
	line-height:18px;
	margin-top:15px;
}

ul li, ol li {
	margin-bottom:10px;
}

table td {
	padding:15px;
}

#content {
	position:relative;
}

#redfish {
	position:absolute;
	bottom:0px;
	left:5px;
	z-index:999;
}

#yellowfish {
	position:absolute;
	bottom:10px;
	right:15px;
	z-index:999;
}
.featherlight .featherlight-content {
    background:#F1D39B;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-align:center;
}

#reviewbox {display:none;}

.featherlight-content #reviewbox {display:inline;}