@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'SFCartoonistHandRegular';
    src: url('../fonts/SF_Cartoonist_Hand-webfont.eot');
    src: url('../fonts/SF_Cartoonist_Hand-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SF_Cartoonist_Hand-webfont.woff') format('woff'),
         url('../fonts/SF_Cartoonist_Hand-webfont.ttf') format('truetype'),
         url('../fonts/SF_Cartoonist_Hand-webfont.svg#SFCartoonistHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFCartoonistHandBold';
    src: url('../fonts/SF_Cartoonist_Hand_Bold-webfont.eot');
    src: url('../fonts/SF_Cartoonist_Hand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SF_Cartoonist_Hand_Bold-webfont.woff') format('woff'),
         url('../fonts/SF_Cartoonist_Hand_Bold-webfont.ttf') format('truetype'),
         url('../fonts/SF_Cartoonist_Hand_Bold-webfont.svg#SFCartoonistHandBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/***** Reset! Modified From: http://developer.yahoo.com/yui/reset *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin: 0; padding: 0;
}
hr{ border:none; background:#d6d6d6; color:#d6d6d6; height:1px; margin:15px 0; padding:0; width:100%; float:left;}	
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style:inside;}
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; font-family:'SFCartoonistHandBold', Arial, sans-serif;}
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }
a { outline: none; text-decoration: none; color:#f44c4c;}
a:hover{ text-decoration: underline; color:#83e368;}
a img { border: none; }
.clear { clear: both; font-size: 1px; line-height: 1px; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.texthide { text-indent: -9999em; }
span{ color:#666;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display:block;
}

body {
	background:#bfc620 url(../images/bg.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:80%; 
}

#wrap {
	margin:25px auto 15px auto;
	width: 940px;
	padding:15px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.3)
}

/***** HEADER & NAVIGATION *****/

#main {
	position: relative;
	width:100%;
	}

#logo{
	float: left;
	width: 444px;
	height: 99px;
	background: url(../images/toddlers-hill.png) no-repeat;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

#logo:hover {
	opacity: 0.9;
}



#get-in-touch {
	float: right;
	width: 450px;
	height: 99px;
	background: url(../images/header.gif) no-repeat;
	opacity: 1;
}

#get-in-touch:hover {
	opacity: 0.9;
}

#primary {
	font-family:'SFCartoonistHandBold', Arial, sans-serif;
	float:left;
	width: 100%;
	background:url(../images/menu-bg.gif) bottom repeat-x;
	margin:5px 0 5px 0px;
	padding:10px 0;
	font-weight:normal;
	height:46px;
	text-shadow: 1px 1px 0px #000;
	font-size:170%;
	font-weight:normal;
}

#primary ul li {
	display: inline;
	list-style:none;
	float:left;
	margin:10px 0px;
}

#primary li a {
	padding:20px 20px;
	margin:0 16px;
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#primary li a:hover {
	color:#ffffcc; text-decoration:none; background:url(../images/trans.png) repeat;
}


/* Drop Down */

#primary ul li ul {
	margin:0; padding:0;
	display: none;
	width:200px; /* Width to help Opera out */
	background:#ff9701;
	z-index:9999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
	
#primary ul li ul li {
	margin:0; padding:0;

	float:left;}	
		
#primary ul li:hover ul {
	display: block;
	position: absolute;
	border:0;
	top:162px;
	margin: 0;
	padding: 0; }
	
#primary ul li:hover li {
	float: none; margin:0; padding:0; }
	
#primary ul li:hover li a {
	float:left;
	color: #ffffff;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #000;
	margin:0; padding:8px;
	width:184px;
	border-bottom:#ec8b00 1px solid;
	height:auto;
	line-height:110%;
	background:none;
	text-align:left;
	display: inline;
	list-style:none;
	}
	
#primary ul li ul li a:hover {
	color:#ffffff; background:#ffb242; }
	
#primary li:hover ul, #primary li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#primary li:hover li, #primary li.hover li {
	float: none; }
#primary li:hover li a, #primary li.hover li a {
	color: #ffffff;}	


/***** BLOCK *****/
#block{ float:left; margin:20px 0 0 0; padding:0; width:100%; clear:both; background:url(../images/ted.jpg) bottom left no-repeat;}

#page-title{
	position:relative;
	width:900px;
	height:85px;
	float:left; margin:0; 
	padding:50px 0px 0px 40px;
	font-size:160%;
	color:#fde492;
	
}

.titleone{background:url(../images/titleone.jpg) top left no-repeat; }

#page-title h1{ color:#fff; font-size:200%; text-shadow: 1px 1px 1px #333;}

.content-text{ float:left; margin:0; padding:0; width:100%;}
.content-text h1{ color:#83e368; font-size:220%; padding-bottom:12px;}
.content-text h2{ font-size:200%; color:#f4fc70; }
.content-text h3{ font-size:180%; color:#f44c4c;}
.content-text p, .content-text ul li{ line-height:140%;}

.content-text ul li{ list-style:none; background:url(../images/hand.png) top left no-repeat; margin-bottom:16px; padding-left:20px;}

#page-left {
	float: left;
	width:620px;
	padding:0 30px 0 0 ;
	background: url(../images/border.gif) right top no-repeat;
	margin:0;
}

#page-right {
	float:left;
	width:265px;
	margin:0 0 0 20px;
	padding:0px;
}

/***** NEWS *****/

.news-item {
	margin-bottom: 8px; padding-bottom:8px; font-size:95%;
	-webkit-transition: width 0.3s linear, background 0.2s ease;
	-moz-transition: width 0.3s linear, background 0.2s ease;
	-o-transition: width 0.3s linear, background 0.2s ease;
	transition: width 0.3s linear, background 0.2s ease;
	border-bottom:#c5c1c9 1px solid;
	
}

.news-item:hover {
	background:#fcfcfc;
}

.news-item img{ float:left; margin:0 8px 0 0; background:#FFF; font-size:60%; padding:5px; border:#CCC 1px solid;}

.testimonial{ border:1px dashed #afd4f9; max-height:300px; min-height:300px;  background:#edf6ff; padding:10px; margin-bottom:16px;}
.testimonial h3{ }
.testimonial p{ font-size:85%; font-style:italic;}
.testimonial marquee { height:300px;}
/***** FORM *****/

#contactus fieldset { margin: 10px 0 10px 0; }

#contactus label { 
	display: block; 
	line-height: 1.5em;
	font-size:90%;
}

#contactus fieldset:last-child { margin: 0; }

#contactus fieldset input[type="text"],
#contactus fieldset input[type="email"],
#contactus fieldset textarea
{
	width:98%; 
	padding: 8px 8px; 
	font-size: 12px;
	color: #89897e; 
	border: 1px solid #e5e5dd; 
	background: #f7f7f7; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; }
	

#contactus input[type="submit"] {
	float: right;
	margin-right: 0px;
	padding: 8px 15px;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	border: none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afd4f9), to(#6fafed)); 
	background-image: -moz-linear-gradient(19% 75% 90deg,#6fafed, #afd4f9);
	background-color: #afd4f9;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px;
	cursor: pointer;
}

#contactus input[type="submit"]:hover {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4); 
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

/***** FOOTER *****/
#footer {
	margin:0 auto 15px auto;
	width: 940px;
	padding:0px 15px 15px 15px;
	color:#e7e971;
}

#footer a{color:#e7e971;}

#primary-foot {
	width:100%;
	padding:0;
	font-size:100%;
	float: left;
}

#primary-foot hr{ margin:0 0 14px 0;}

#copyright{
	float: right;
	width: 40%;
	text-align: right;	
}

#info {
	float: left;
	width: 55%;

}

#info a, #info a:visited {

}

#info a:hover {

}

#info ul li {
	display: inline;
	border-right: 1px solid #e7e971;
	padding: 0 5px 0 1px;
}

#info ul li:last-child {
	border-right: none;
}

#sidebox{float:left; margin:0 0 10px 0; width:253px; padding:16px 5px; background:url(../images/sidemenu-bg.png) top left no-repeat;}
#sidebox h1{ font-size:220%; text-indent:20px; padding:0px 0 0 0; color:#f44c4c; margin-bottom:0px;}

#links-menu{
	list-style:none;
	float:left;
	width:100%;
	font-size:120%;
	font-weight:normal;
	font-family:'SFCartoonistHandBold', Arial, sans-serif;
}

#links-menu ul li{
	display: block;	
}

#links-menu li a {
	float:left;
	padding:1% 0%;
	width: 100%;
	text-indent:0px;
	margin-bottom:0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#links-menu li a:hover {
	text-decoration:none;
}

#contacttoddlers{float:left; margin:0 0 10px 0; width:243px; padding:20px 0 26px 20px; background: url(../images/contact.png) top left no-repeat;}
#contacttoddlers h1{ font-size:220%;  padding:0px 0 16px 0; color:#f44c4c; margin-bottom:0px;}

.float-left{ float:left; margin-right:15px;}
.float-right{ float:right; margin-left:15px;}
.img{ padding:5px 5px 10px 5px; border:#CCC 1px solid; margin-top:6px; 
transform: rotate(3deg);
   -moz-transform: rotate(3deg);
   -webkit-transform: rotate(3deg);}