/* CSS Document */
@charset "utf-8";

.container{
	background:url(../images/bg-kids-header.png);
}
.header {
	background:url(../images/bg-clear.png);
}
.kidtop{
	width:981px;
	padding: 15px 0 15px 15px;
	height:245px;
}
.catalog {
	background:url(../images/catalog.jpg) no-repeat;
	width:114px;
	height:238px;
	margin: 0;
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border:#000 1px solid;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.catalog:hover {
	background:url(../images/catalog_hover.jpg) no-repeat;
}
.spark {
	background:url(../images/spark.jpg)no-repeat;
	width: 412px;
	height:238px;
	margin: 0 15px 0 15px;
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border:#000 1px solid;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.spark h1{
	padding: 50px 0 0 170px;
	font-size: 1.1em;
}
.spark p{
	padding: 10px 3px 3px 160px;
	text-align:center;
}
.events { 
	-moz-background-size:100% 100%; /* Old Firefox */
	background-size:100% 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0px 10px 0;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.eventsHeader {
	background:#93C url(../images/kids_header.png) 50% 50% repeat-x;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	min-height:26px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border:#93C  1px solid;
}
.eventsContent {
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 0 0 0;
	padding: 5px 8px 5px 8px;
	margin: 0;
	background: #FFF url(../images/accordion/bg_content.png) 50% top repeat-x;
	font-size: .8em;
	border:#dddddd solid 1px;
}
.eventsContent h1{
	font-size:1.2em;
	text-align:center;
}
.eventsContent .location{
	float:left;
	width:170px;
	margin:15px 5px 0 0;
	font-size:1em;
	text-align:center;
}
.eventspicright{
	margin: 5px;
	float:right;
}
.eventspicleft{
	margin: 5px;
	float:left;
}
.item{
	text-align:center;
	float:left;
	width:108px;
	font-size:.7em;
}
.item img{
	background-color:#FFF;
	margin: 3px 0 3px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.item a{
	color:#000;
	margin:0;
	line-height:14px;
	font-size:1em;
	text-decoration:none;
}
.item a:hover{
	text-decoration:underline;
}
	.programinfo {
}
