/*-----------------------------------------------------------------------------
KidzMusik.com Style Sheet
developer: CodeMonkey Design
website:   codemonkeydesign.com	
version:   2.0
date:	   10/09/2013
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
BUG REPORT / CSS CODING ISSUES

10.16.13 - .sf-menu li in superfish.css causing issues in IE8 & IE9
11.05.13 - .sf-menu li li too wide - not responding to CSS changes?

-----------------------------------------------------------------------------*/



/* CSS Document */

/* =General
-----------------------------------------------------------------------------*/
@charset "UTF-8";

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0; }

html { 
	/*over-extend height to force scroll bar to appear -
	to eliminate page-shift when utilizing collapsible panels 
	min-height: 101%; */ }

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
	padding: 5px 0; }
	
fieldset {
	border: 0;
	padding: 0; }

p {
	padding: 10px 0; }
	
.no_pad {
	padding: 0; }
	
form {
	margin: 0;
	padding: 0; }

/* Class for clearing floats */
.clear {
	padding: 0;
	clear:both; }

/* Remove border around linked images */
img {
	border: 0; }
		
/* Alignment Classes
-----------------------------------------------------------------------------*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.valign { vertical-align: middle; }

/* Font Classes
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'bubblegum_sansregular';
    src: url('../fonts/bubblegumsans-regular-webfont.eot');
    src: url('../fonts/bubblegumsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bubblegumsans-regular-webfont.woff') format('woff'),
         url('../fonts/bubblegumsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/bubblegumsans-regular-webfont.svg#bubblegum_sansregular') format('svg');
    font-weight: normal;
    font-style: normal; }
    
@font-face {
    font-family: 'architects_daughterregular';
    src: url('../fonts/architectsdaughter-webfont.eot');
    src: url('../fonts/architectsdaughter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/architectsdaughter-webfont.woff') format('woff'),
         url('../fonts/architectsdaughter-webfont.ttf') format('truetype'),
         url('../fonts/architectsdaughter-webfont.svg#architects_daughterregular') format('svg');
    font-weight: normal;
    font-style: normal; }

/* =Body
-----------------------------------------------------------------------------*/
body {
	background: #fbc800 url('../images/bg-body.jpg') repeat-x 0 0;
	margin: 0 auto;
	padding: 0;
	font-family: 'architects_daughterregular';
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	color: #4d4d4d;
	min-width: 1228px;}
			
a:link, a:visited {
	color: #87353d;
	text-decoration: underline; }

a:hover, a:active {
	color: #87353d;
	text-decoration: none; }
	

/* =Text & Header Styles Formatting
-----------------------------------------------------------------------------*/
h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 540px;
	height: 188px;
	background: url('../images/logo.png') no-repeat 60px 30px;
	display: block;
    text-indent: -9999px; }
    
h2 {
	font-family: 'bubblegum_sansregular';
	font-size: 48px;
	line-height: 48px;
	color: #333; }
	
h3 {
	font-family: 'bubblegum_sansregular';
	font-size: 36px;
	line-height: 36px;
	color: #5c96f1; }
	
	
/* =Image Style Formatting
-----------------------------------------------------------------------------*/
.page_image_div {
	float: left;
	margin: 18px 20px 0 0; }
	
.totd_img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #5c96f1; }
	
.class_img {
	padding: 5px;
	background-color: #fce2b3;
	border: 1px solid #fc7c38; }
	
.img_caption {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic; }

	
/* = Header Styles Formatting
-----------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 1228px;
	height: 219px;
	background: url('../images/bg-header.jpg') no-repeat 0 0; }
	
#header #connect {
	width: 129px;
	float: right;
	padding-top: 10px;
	margin-right: 116px; }
	
.fb-like { }
	
#fbjs {
	clear: right;
	float: right;
	margin: -15px 115px 0 0; }

#header #phone {
	clear: right;
	float: right;
	margin: 20px 80px 0 0;
	font-family: 'bubblegum_sansregular';
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3)\9; }
	
#header #addy {
	clear: right;
	float: right;
	margin: 0 80px 0 0;
	font-family: 'bubblegum_sansregular';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3)\9; }

/* =Navigation Area Formatting
-----------------------------------------------------------------------------*/
/* Primary navigation styles in superfish.css file */
#navigation-row {
	line-height: 69px;
	width:1080px;
	margin: 0 auto; }
	
#nav-btns {	}
	
.nav-active {
	color: #ffff00; }
	
/* =Content Area Formatting
-----------------------------------------------------------------------------*/
#outer-wrapper {
	margin: -30px auto 0 auto;
	width: 1228px;
	background: url('../images/bg-nav.png') no-repeat 0 0; }
	
#body-wrapper {
	clear: both;
	background: url('../images/bg-content.png') repeat-y 0 0;
	width: 1010px;
	margin: 0 auto;
	padding: 35px 35px 0 35px;
	min-height: 500px;
	}
	
#content-wrapper {
	width: 965px;
	margin: 20px auto 0 auto;
	}

#body-footer {
	background: url('../images/bg-content-footer.png') no-repeat 0 0;
	width: 1080px;
	height: 34px;
	padding: 0; 
	margin: 0 auto; }

/* =Home Page Formatting
-----------------------------------------------------------------------------*/
.pics_cover { 
	position: absolute;
	height: 336px;
	width: 994px;
	padding:0; 
	margin:0;
	*margin:0;
	background-image: url('../images/border-slideshow.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 20; }

.pics { 
	position: relative;
	height: 336px;
	width: 994px; 
	padding:0; 
	margin:0; 
	overflow: hidden; }

.pics img { 
	height: 336px; 
	width: 994px; 
	top:0; 
	left:0; }
	
#col1 {
	float: left;
	margin-top: 50px;
	width: 491px; 
	color: #5c96f1; }
	
#col1 h3 {
	font-family: 'bubblegum_sansregular';
	font-size: 36px;
	line-height: 36px; }
	
#col2 {
	float: right;
	margin-top: 50px;
	width: 449px; }
	
#hf {
	clear: both;
	margin-top: 25px;
	font-family: 'bubblegum_sansregular';
	font-size: 30px;
	font-weight: bold;
	color: #000; }
	
#hf-col1 {
	float: left;
	width: 491px; 
	height: 107px;
	line-height: 107px;
	text-align: center; }

#hf-col2 {
	float: right;
	width: 449px; }
	
	
#alert-t { 
	margin: 20px auto 0 auto;
	width: 993px;
	height: 24px;
	background: url('../images/bg-alert-t.jpg') no-repeat 0 0; }

#alert-m {
	margin: 0 auto;
	width: 993px;
	background: url('../images/bg-alert-m.jpg') repeat-y 0 0; }

#alert-b {
	margin: 0 auto 20px auto;
	width: 993px;
	height: 24px;
	background: url('../images/bg-alert-b.jpg') no-repeat 0 0; }

#alert-l { 
	float: left;
	width: 150px;
	text-align: center; }
	
#alert-r {
	float: right;
	width: 800px;
	padding-right: 33px;
	font-family: 'bubblegum_sansregular';
	font-size: 24px;
	color: #fff; }
	
#alert-r a:link, #alert-r a:visited {
	color: #0066CC;
	text-decoration: underline; }

#alert-r a:hover, #alert-r a:active {
	text-decoration: none; }


/* List Pages
-----------------------------------------------------------------------------*/

.list-img-div {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width:100px; 
	height:100px;
	border: 1px solid #ccc;
	text-align: center; }
	
.list-img-cal {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width:100px; 
	height:100px;
	border: 1px solid #ccc;
	text-align: center;
	background: url('../images/bg-list-cal.jpg') no-repeat 0 0; }
	
.list-cal-m, .list-cal-m a {
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff; }
	
.list-cal-d, .list-cal-d a {
	width: 100px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #000; }
	
.list-txt {
	width: 838px;
	margin-bottom: 10px;
	float: right; }
	
.list-div {
	clear: both;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 10px; }
	
.results_nav {
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 2em; }


.email_signup_error {
	width: 286px;
	background-color: #fdd3d4;
	background-image: url('../images/error_icon.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #860b22; 
	padding: 2px;
	text-align: center;
	font-size: 12px;
	color: #860b22;
	margin: 50px 0 0 0; }

.email_signup_success {
	width: 286px;
	background-image: url('../images/success_cb.jpg');
	background-repeat: no-repeat;
	background-position: 10px;
	background-color: #ddf3da;
	border: 1px solid #2d9e21; 
	padding: 2px;
	text-align: center;
	font-size: 12px;
	color: #15480f;
	margin: 50px 0 0 0; }
		
.class-register {
	float: left; 
	background-color: #ddf3da;
	border: 1px solid #2d9e21; 
	padding: 2px 20px;
	text-align: center;
	font-size: 12px;
	color: #15480f;
	font-weight: bold;
	margin: 0; }
	
.class-register a:link, .class-register a:visited {
	color: #15480f;
	text-decoration: none; }

.class-register a:hover, .class-register a:active {
	text-decoration: underline; }
	
.class-noreg {
	float: left; 
	background-color: #fdd3d4;
	border: 1px solid #860b22;
	padding: 10px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #860b22;
	font-weight: bold;
	margin: 0; }
	
/* =Footer Area Formatting
-----------------------------------------------------------------------------*/
#footer-wrapper {
	clear: both;
	margin: 40px auto 0 auto;
	width: 100%;
	background: #007c3b url('../images/bg-footer.png') repeat-x 0 0; }

#footer {
	margin: 0 auto;
	padding: 20px 0 40px 0;
	font-family: 'bubblegum_sansregular';
	text-align: center;
	color: #fff;
	width:1060px;
	background: #007c3b url('../images/bg-footer.png') repeat-x 0 0; }
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none; }

#footer a:hover, #footer a:active {
	text-decoration: underline; }
	
#footer .join {
	float: left;
	font-size: 28px;
	line-height: 47px;
	color: #f6ca05; }
	
#footer .connect {
	float: right;
	font-size: 28px;
	line-height: 47px;
	color: #f6ca05; }
	
#footer .call {
	clear: both;
	padding: 30px 0 20px 0;
	font-size: 48px;
	line-height: 48px;
	color: #f6ca05; }
	
#footer-nav, #footer-nav a {	
	margin: 0 auto;
	line-height: 40px;
	font-size:20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 2px 2px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3)\9;}

#footer-nav a:hover {	
	color: #f6ca05;
	text-decoration: none; }
	
#emailwrapper {
	float: left;
	width: 290px;
	height: 47px;
	background: url('../images/bg-email.jpg') no-repeat 0 4px;
	padding: 0;
	margin: 0 0 0 10px;
	position: relative; }
 
#emailwrapper form { 
	display: inline; }
 
.emailbox {
	border: 0;
	background-color:transparent;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 182px;
	height: 47px;
	line-height: 47px;
	padding-left: 7px;
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #7d7d7d; }
 
.emailbox_submit {
	border: 0;
	background-color:transparent;
	position:absolute;
	top: 1px;
	left: 192px;
	width: 87px;
	height: 47px
	vertical-align: middle; }
	
	
	
