@charset "utf-8";
/*-----------------*/
/*-------MAIN------*/
/*-----------------*/
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0px;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image:url(../images/bkg1.jpg);
	background-size: 150px 150px;
	background-repeat: repeat;
	line-height: 1em;
	letter-spacing: 0px;
	font-size: 1em;
	text-align: center;
	z-index: 0;
}
ul, ol, dl {
	padding: 4px 1%;
	margin: 1px;
}
h1, .h1 {
	font-family: 'lapsus', "Arial", "sans-serif";
	letter-spacing: 0.2em;
	color: #0081bb;
	font-size: 2.4em;
	text-transform: uppercase;
}
h2 {
    color: #0081bb;
}
h1, h2, h3, .h1 {
	font-family: 'lapsus', "Arial Black", "sans-serif";
	letter-spacing: 0.2em;
	margin: 1px;
	padding: 4px 1%;
	line-height: 1.1em;
}
.h1 {
	font-size: 2em;
	font-weight: bold;
}
h4 {
	margin: 1px;
	padding: 0;
	line-height: 1.1em;
	color: #D5B963;
}
h5, h6 {
	margin: 0;
	padding: 2px 1%;
}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0 auto;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 15px;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: left;
	text-indent: 0.5em;
	max-width: 620px;
	}
@font-face {
    font-family: 'coco';
    src: url('../fonts/cocobubble-regular-webfont.woff2') format('woff2'),
         url('../fonts/cocobubble-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fankids';
    src: url('../fonts/fankids-webfont.woff2') format('woff2'),
         url('../fonts/fankids-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kidplay';
    src: url('../fonts/kidplay_preview-webfont.woff2') format('woff2'),
         url('../fonts/kidplay_preview-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lapsus';
    src: url('../fonts/lapsuspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/lapsuspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.small {
	font-size: 12px;
}
.smallmargin {
	margin: 2px;
	padding: 2px;
}
.bigmargin {
	margin: 10px;
	padding: 10px;
}
.nomargin {
	margin: 0;
	padding: 0;
}
.nobr {
	white-space: nowrap;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.shadow {
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	behavior: url(content/scripts/ie-css3.htc);

}
.hide {
	display: none;
}
.active {
	display: block;
	}
#logoPic {
	width: 2000px;
	max-width: 90%;
	padding: 0;
	margin: 0;
}
.biopic {
	float: left;
	margin: 5px 5px 5px 0px;
	border: groove 1px #FC3
	}
a, a:visited {
	color: #8212E3;  
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover, a:focus {
	color: #8212E3;
	text-decoration: underline;
}
a:active {
	color: #8212E3;
	text-decoration: none;
}
a img {
	border: none;
}
.centered {
	text-align: center;
}
.centered2 {
	position: relative;
	right: 75px;
	text-align: center;
}
#container {
	width: 700px;
	max-width: 80%;
	margin: 2% auto -4% auto;
	background-color: rgba(252, 243, 251, 0.9);
	padding: 3%;
	border-radius: 100px;
	border: 5px solid #0081bb;
	}
#lowLeft {

}
#lowRight {

}
#jc {
	max-width: 150px;
	margin-top: 10px;
}
#bear {
	max-height: 400px;
	max-width: 49%;
	position: relative;
	bottom: 0;
	left: 0;
	float: left;
}
#monster {
	max-height: 400px;
	max-width: 49%;
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
}
@media screen and (min-width:240px) and (max-width: 479px) {
#container {
	width: 700px;
	max-width: 90%;
	margin: 2% auto -4% auto;
	background: #FCF3FB;
	padding: 10% 2% 15% 2%;
	}
} /*end max479 */
	
@media screen and (min-width:480px) and (max-width: 799px) {

} /*end max799 */
	
@media screen and (min-width:800px) {
} /*end min800 */