@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
}
:focus {
	outline: 0;
}

@font-face {
	font-family: 'SFCartoonistHandRegular';
	src: url('font/SF_Cartoonist_Hand.eot');
	src: local('SF Cartoonist Hand Regular'), local('SFCartoonistHand'), url('font/SF_Cartoonist_Hand.woff') format('woff'), url('font/SF_Cartoonist_Hand.otf') format('opentype');
}

@font-face {
	font-family: 'SFCartoonistHandItalic';
	src: url('font/SF_Cartoonist_Hand_Italic.eot');
	src: local('SF Cartoonist Hand Italic'), local('SFCartoonistHand-Italic'), url('font/SF_Cartoonist_Hand_Italic.woff') format('woff'), url('font/SF_Cartoonist_Hand_Italic.otf') format('opentype');
}
@font-face {
	font-family: 'DesyrelRegular';
	src: url('font/desyrel.eot');
	src: local('Desyrel Regular'), local('Desyrel'), url('font/desyrel.woff') format('woff'), url('font/desyrel.otf') format('opentype');
}

@font-face {
	font-family: 'GoodDogRegular';
	src: url('font/GoodDog.eot');
	src: local('GoodDog Regular'), local('GoodDog'), url('font/GoodDog.woff') format('woff'), url('font/GoodDog.otf') format('opentype');
}

body {
	background-color: #D0EBF6;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
#headercont {
	background-image: url(images/template_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 189px;
	width: 100%;
	overflow: visible;
}
#header {
	height: 189px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#maincont {
	background-image: url(images/template_04a.gif);
	background-repeat: repeat-y;
	background-position: center 189px;
	width: 100%;
	background-attachment: fixed;
}
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 5px;
}
#main h1 {
	font-family: GoodDogRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #039;
	margin-bottom: 10px;
}
#main h2 {
	font-family: GoodDogRegular, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #EC151C;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 30px;
}
#main ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main li {
	padding-top: 5px;
}
#main .offset {
	position: absolute;
	left: 45%;
}
.vidbox {
	width: 450px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 430px;
}
.review {
	background-color: #E8FCF6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1EBF6;
	border-bottom-color: #D1EBF6;
	margin: 20px;
	padding: 20px;
}
.review em {
	color: #039;
	padding-left: 15px;
	font-size: 14px;
	display: block;
}
#rightcol {
	float: right;
	width: 430px;
}
#main blockquote {
	float: right;
	width: 430px;
	font-size: 30px;
	color: #039;
}
.author {
	display: block;
	font-size: 18px;
	text-align: right;
	color: #6CF;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.leftquote {
	background-image: url(images/leftquote.gif);
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left top;
}
.rightquote {
	background-image: url(images/rightquote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#topnav {
	height: 130px;
	width: 980px;
}
#navbar {
	position: relative;
	height: 44px;
	width: 980px;
}

/*
*	NAVIGATION MENU
*/
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

ul.cssmenu li a {
	display: block;
	height: 44px;
	background-image: url(images/navsprite.png);
	}

/*
*	Normal Links
*/
ul.cssmenu li.song a {
	background-position: 0 -130px;
	width: 138px;
	}

ul.cssmenu li.lyrics a {
	background-position: -138px -130px;
	width: 216px;
	}

ul.cssmenu li.album a {
	background-position: -355px -130px;
	width: 135px;
	}
	
ul.cssmenu li.storybook a {
	background-position: -490px -130px;
	width: 187px;
	}
	
ul.cssmenu li.community a {
	background-position: -677px -130px;
	width: 300px;
	}

/*
*	Hover Links
*/
ul.cssmenu li.song a:hover {
	background-position: 0 -304px;
	width: 138px;
	}

ul.cssmenu li.lyrics a:hover {
	background-position: -138px -304px;
	width: 216px;
	}

ul.cssmenu li.album a:hover {
	background-position: -355px -304px;
	width: 135px;
	}
	
ul.cssmenu li.storybook a:hover {
	background-position: -490px -304px;
	width: 187px;
	}
	
ul.cssmenu li.community a:hover {
	background-position: -677px -304px;
	width: 300px;
	}
	
	
	
/*
*	NAVIGATION MENU
*/
/*
*	Setup
*/
ul.cssmenu2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu2 li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

ul.cssmenu2 li a {
	display: block;
	height: 130px;
	background-image: url(images/navsprite2.png);
	background-repeat: no-repeat;
	}

/*
*	Normal Links
*/
ul.cssmenu2 li.home a {
	background-position: 0px 130px;
	width: 720px;
	}

ul.cssmenu2 li.about a {
	background-position: -720px 0px;
	width: 260px;
	}
ul.cssmenu2 li.about a:hover {
	background-position: -720px -174px;
	width: 260px;
	}
ul.cssmenu2 li.home a:hover {
	background-position: 0px -174px;
	width: 720px;
	}
	
	
	
	
#footercont {
	background-image: url(images/template_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}#footer .contact {
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
	font-family: Tahoma, Geneva, sans-serif;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	margin-left: 30px;
}
a:link, a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.cast img, .cast-main img{
	float: left;
	padding-right: 10px;
	clear: both;
	padding-bottom: 20px;
}
.cast {
	height: 125px;
}
.cast-main {
	height: 230px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.centerbutton {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
	background-color: #D0EBF5;
	border: 1px solid #039;
}
.centerbutton a {
	margin-right: auto;
	margin-left: auto;
	color: #039;
	font-weight: bold;
}
