@charset "UTF-8";
/* CSS Document */



html {
	background: #B8cc82 url('../images/kids/layout/transparentClouds.png') top center no-repeat;
	height: 100%;
    margin: 0;
    padding: 0;
}

body {
	background: transparent url('../images/kids/layout/readyToLearn_footer.png') bottom center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

html>body {
    min-height: 100%;
    height: auto;
}

div#sun {
	position: absolute;
    z-index: -1000;
    left: -10px;
    top: -145px;
    width: 408px;
    height: 400px;
    background: url('../images/kids/layout/sun.png') top left no-repeat;
	-moz-opacity: 0.70;
	opacity: 0.70;
}
div#sunCenter {
	position: absolute;
    z-index: -900;
    top: -15px;
    left: 110px;
}
div#sunCenterLink {
	position: absolute;
	z-index: 1000;
    top: -15px;
    left: 110px;
    height: 130px;
    width: 130px;
}

div#topHeaderBox {
	margin: 0 auto;
    width: 850px;
    padding: 0;
}
div#topHeaderBox div#left {
	float: left;
    border: 0px solid #ccc;
    min-height: 50px;
    width: 400px;
}
div#topHeaderBox div#right {
	float: right;
    width: 300px;
    text-align: right;
}



#headerClear {
	clear: both;
}

div#left, div#right {
    margin: 0;
    padding: 0;
}


div#parent {
	width: 900px;
	margin: 0 auto;
    background-color: #eaeee0;
    padding: 0.5em;
    min-height: 600px;
}


div#sendToFriend {
	z-index: 11;
    float: right;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
div#sendToFriend a {
	color: #000;
    text-decoration: none;
    line-height: 10px;
}
div#sendToFriend-blogs a:hover {
	color :#900;
}



div#headerButtons {
	width: 527px;
    margin: 0;
    padding: 0;
}





div#mainContentBox {
	background: url(../images/kids/layout/_contentBgrnd.png) top center no-repeat;
	width: 627px;
	height: 502px;
    padding-top: 6px;
    margin: 0 0 0 -15px;
	border: 1px solid #;
}
div#mainContentBoxContent {
	margin: 3em 2em 0 5em;
    padding: 0 15px 0 0;
	width: 480px;
	height: 410px;
	line-height: 20px;
    overflow: auto;
    font-size: 75%;
}


div#mainContentBox-home {
	background-color: #B5F7BF;
	width: 550px;
    min-height: 1000px;
    margin: 0 0 1em 1em;
	border: 1px solid #;
}
div#mainContentBoxContent-home {
	margin: 1em;
    padding: 0;
	line-height: 20px;
    font-size: 75%;
}




.unknown {
	color: #f00;
	font-style: italic;
	font-variant: small-caps;
}




div#postedOn {
    font-size: 80%;
    color: #000;
    line-height: 12px;
    margin: 0 0 0 0.5em;
}
div#seriesImage {
	float: left;
    padding: 0 1em 1em 0;
}
div#episodeData {
	border-top: 1px dotted #000;
    margin-top: 1em;
    padding: 0 3em;
    text-align: center;
    line-height: 15px;
    clear: both;
}
.showTitle {
	font-style: italic;
    font-size: 90%;
}

.postTitle {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}






#eventsContent {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#eventsContent h2 {
	margin: 0 0 1em 0;
}
#eventsContent h2 a {
	text-decoration: none;
    color: #000;
}
#eventsContent .title {
	font-weight: bold;
    font-size: 120%;
}
#eventsContent .date {
	font-size: 80%;
}


div#contactEvents {
	background-color: #FFe57F;
}
div#contactEvents a {
	color: #000;
}

div#billboardEvents {
	background-color: #465170;
    color: #fff;
}
div#billboardEvents h2 a:hover {
	color: #fff;
}
div#billboardEvents a {
	color: #fff;
}
div#billboardEvents a:hover {
	color: #000;
}

div#workshopEvents {
	background-color: #B8cc82;
}
div#workshopEvents a {
	color: #000;
}

div#outreachEvents {
	background-color: #AF666B;
    color: #fff;
}
div#outreachEvents a {
	color: #fff;
}
div#outreachEvents a:hover {
	color: #000;
}


div#contactEvents, div#billboardEvents, div#workshopEvents, div#outreachEvents {
	padding-right: 15px;
    text-align: center;
}

div#contactEvents a, div#billboardEvents a, div#workshopEvents a, div#outreachEvents a {
	display: block;
    text-decoration: none;
}


a.contactRounded:hover, a.billboardRounded:hover, a.workshopsRounded:hover, a.outreachRounded:hover {
	background-color: #fff;
    color: #000;
}








div#submitEventBox {
    font-size: 80%;
    background-color: #fff;
    margin-top: 2em;
}
div#submitEventBox input {
}
div#submitEventBox textarea {
}
div#submitEventBox fieldset {
}
div#submitEventBox fieldset legend {
	font-weight: bold;
}
div#submitEventBox h1 {
	font-size: 16px;
}
div#submitEventBox label {
    display: block;
    margin: 0;
    padding: 0;
}
div#submitEventBox label.error {
    color: red;
	text-align: center;
}





div#floatedBackLinkBox {
	float: right;
    background-color: #14c2de;
    padding: 1em;
}
div#floatedBackLinkBox a {
    color: #fff;
}
div#floatedBackLinkBox a:hover {
    color: #000;
}




table#partnersTable #sponsorCell, table#partnersTable #sponsorCell a {
	color: #333;
    font-size: 11px;
}
table#partnersTable #sponsorCell a:hover {
	background-color: #000;
    color: #fff;
    padding: 0 5px;
}



div#wotdVertical {
	float: right;
    margin-left: 1em;
}



div#evenPost-1, div#oddPost-1, div#evenPost-2, div#oddPost-2, div#evenPost-3, div#oddPost-3, div#evenPost-4, div#oddPost-4 {
	padding: 1em;
    clear: both;
}

div#oddPost-1 {
	background-color: #FFe57F;
}
div#oddPost-2 {
	background-color: #B8cc82;
}
div#oddPost-3 {
	background-color: #465170;
    color: #fff;
}
div#oddPost-3 a {
	color: #fc0;
}
div#oddPost-3 div#postedOn {
    color: #fff;
}

div#oddPost-4 {
	background-color: #f4bc8a;
}
div#oddPost-4 a {
	color: #fff;
}

div#oddPost-5 {
	background-color: #AF666B;
}
div#oddPost-5 a {
	color: #fff;
}




/*	This is where I handle the formatting of all related/associated files for an area, id'd by KIND		*/
div#relatedFilesBox {
/*	clear: both;	*/
	margin: 2em 1em;
	border-width: 1px 0;
	border-color: #CCC;
	border-style: dotted;
}

div#listingRow a {
	display: block;
}





div#paginationLinks {
	margin: 2em 0 0 0;
/*	border-top: 2px solid #000;		*/
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
div#paginationLinks a {
/*	text-decoration: underline;		*/
	margin: 0 3px;
/*	color: #900;					*/
}
div#paginationLinks .currentPage {
	margin: 0 3px;
	font-weight: bold;
}





div#rightTVs {
	position: absolute;
    margin: -63px 0 0 600px;
}

div#watchTvOnline {
	z-index: 10;
    position: absolute;
    top: 50px;
    left: 51px;
}

div#tv1 {
    width: 142px;
	z-index: 1;
    top: 133px;
    margin: 0 0 0 165px;
    background: url('http://www.kued.org/images/seriesImages/medium/.jpg') center center no-repeat;
}

div#tv2 {
    width: 145px;
	z-index: 2;
    top: 215px;
    margin: 0 0 0 0;
    background: url('http://www.kued.org/images/seriesImages/medium/.jpg') center center no-repeat;
}

div#tv3 {
    width: 152px;
	z-index: 3;
    top: 317px;
    margin: 0 0 0 155px;
    background: url('http://www.kued.org/images/seriesImages/medium/.jpg') center center no-repeat;
}

div#tv4 {
    width: 160px;
	z-index: 4;
    top: 415px;
    margin: 0 0 0 3px;
    background: url('http://www.kued.org/images/seriesImages/medium/.jpg') center center no-repeat;
}

div#tv1, div#tv2, div#tv3, div#tv4 {
    position: absolute;
    height: 110px;
    overflow: hidden;
/*
    filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
*/
}


div#tvBackground {
	z-index: 5;
    background: url('../images/kids/layout/teachers_tvsBgrnd.png') top center no-repeat;
    height: 567px;
    width: 309px;
    position: relative;
}



div#wordOfTheDayBox {
	position: absolute;
    margin: 563px 0 0 625px;
    width: 250px;
    height: 420px;
}


.watchNowMsg {
	color: #00f;
    font-style: italic;
}

#kidsProgramCell {
	cursor: pointer;
	text-align: center;
    font-size: 130%;
	height: 100px;
    width: 150px;
    border: 10px solid #fff;
    background-color: #fff;
}
#kidsProgramTitle {
	padding: 1em 5px;
	background: transparent url(/images/graphics/lightBluePixel-trans.png) top left repeat;
}
#kidsProgramTitle:hover {
	color: #fff;
	background: transparent url(/images/graphics/darkRedPixel-trans.png) top left repeat;
}



div#seriesLogoFloat {
	float: left;
    margin: 0 1em 1em 0;
    background-color: #fff;
    padding: 10px;
}

table#episodeData {
	margin: 1em 0;
}
table#episodeData .leftSide {
	background-color: #14c2de;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
}
table#episodeData .rightSide {
	background-color: #3ee7f9;
    color: #333;
}


table#episodeData .rightSide h2, table#episodeData .rightSide h3 {
	margin: 0;
    padding: 0;
}

table#episodeData .rightSide h2 a {
	color: #000;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
table#episodeData .rightSide h3 a {
	color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: none;
    margin: 0;
    padding: 0;
}

.episodeTime {
	font-size: 160%;
    font-weight: bold;
}
.episodeTitle {
	font-size: 100%;
    font-weight: bold;
    line-height: 12px;
}
.onChannel {
	margin: 0 0 0 4px;
    font-size: 10px;
}
.episodeDesc {
	font-size: 90%;
    line-height: 12px;
    margin: 1em 0 0 0;
}
a.remindMe {
	color: #C30;
    font-size: 90%;
    text-decoration: none;
}
div#highlightedEpisode {
	background-color: #ff3;
	padding: 5px 0;
}




div#switchChannelBox {
	float: right;
    width: 230px;
    text-align: center;
    background-color: #3ee7f9;
}
div#switchChannelBox td {
	font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
div#switchChannelBox td:hover {
	background-color: #FC0;
}



table#datePickerTable td {
	font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
	background-color: #FC0;
    text-align: center;
}
table#datePickerTable td:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}
table#datePickerTable td#highlight {
	background-color: #3ee7f9;
    border: 3px solid #000;
}
table#datePickerTable td#highlight:hover {
	background-color: #3ee7f9;
	color: #000;
}
table#datePickerTable td#today {
	background-color: #fff;
    color: #000;
}




div#blogSubNav {
	margin: -1em 0 0 18em;
}
div#homeSubNav {
	margin: -1em 0 0 3em;
}





div#socialMediaBox {
	text-align: center;
    float: right;
    margin: 5px 5px 0 0;
}
div#socialMediaBox img {
	margin: 0 5px;
}




div#footerBox_home, div#footerBox_readyToLearn, div#footerBox_blogs, div#footerBox_events, div#footerBox_contactUs, div#footerBox_watchOnline {
	width: 910px;
    margin: 1em auto 0;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}

div#backToTop {
	float: right;
}
div#backToTop a {
	text-decoration: none;
}
div#backToTop a:hover {
	text-decoration: underline;
}

div#feedback {
	float: left;
}
div#feedback a {
	text-decoration: none;
}
div#feedback a:hover {
	text-decoration: underline;
}





div#footerBox_home a {
	color: #000;
}
div#footerBox_readyToLearn a {
	color: #fff;
}
div#footerBox_watchOnline a {
	color: #fff;
}
div#footerBox_blogs a {
	color: #fff;
}
div#footerBox_events a {
	color: #000;
}
div#footerBox_contactUs a {
	color: #000;
}







div#pageFooterSpacer {
    height: 250px;
}








div#footerImage {
	background: url('../images/kids/layout/footerBgrnd.png') top center no-repeat;
    width: 840px;
    height: 563px;
    position: relative;
    margin: 0 auto;
}

div#kidsShowsAtoZ {
	position: absolute;
    top: 60px;
    left: 15px;
    z-index: 10;
}
div#pbsKidsGo {
	position: absolute;
    top: 180px;
    left: 40px;
    width: 100px;
}
div#readyToLearn {
	position: absolute;
    top: 315px;
    left: 530px;
    width: 200px;
}
div#readingRainbow {
	position: absolute;
    top: 240px;
    left: 290px;
    width: 100px;
}
div#pbsKids {
	position: absolute;
    top: 15px;
    left: 430px;
    width: 100px;
}
div#goldenApples {
	position: absolute;
    top: 150px;
    left: 730px;
    width: 100px;
}
div#utahNationalParks {
	position: absolute;
    top: 254px;
    left: 457px;
    width: 100px;
}
div#heresTheLatest {
	position: absolute;
    width: 100px;
    top: 150px;
    left: 430px;
}
div#learnMoreAbout {
	position: absolute;
    width: 100px;
    top: 50px;
    left: 290px;
}
div#utahPTA {
	position: absolute;
    width: 10px;
    top: 173px;
    left: 545px;
}
div#utahFamily {
	position: absolute;
    width: 100px;
    top: 213px;
    left: 535px;
}
div#pledgeNow {
	position: absolute;
    width: 10px;
    top: 100px;
    left: 185px;
}



/*	HOME FOOTER DIVS	*/

div#weShallRemain {
	position: absolute;
    width: 10px;
    top: 35px;
    left: 530px;
}
div#pbsTeachers {
	position: absolute;
    width: 10px;
    top: 270px;
    left: 35px;
}
div#pbsParents {
	position: absolute;
    width: 10px;
    top: 285px;
    left: 670px;
}
div#play {
	position: absolute;
    width: 10px;
    top: 90px;
    left: 630px;
}


/*	KIDS FOOTER DIVS	*/

div#island {
	position: absolute;
    width: 10px;
    top: 70px;
    left: 575px;
}
div#dontBuyIt {
	position: absolute;
    width: 10px;
    top: 260px;
    left: 55px;
}
div#fetch {
	position: absolute;
    width: 10px;
    top: 260px;
    left: 700px;
}
div#wordOfTheDay {
	position: absolute;
    width: 10px;
    top: 30px;
    right: 320px;
}


/*	PARENTS FOOTER DIVS		*/

div#netSafeUtah2 {
	position: absolute;
    width: 10px;
    top: 80px;
    left: 629px;
}
div#uen {
	position: absolute;
    width: 10px;
    top: 277px;
    left: 690px;
}
div#usoe {
	position: absolute;
    width: 10px;
    top: 20px;
    left: 550px;
}
div#pbsTeacherline {
	position: absolute;
    width: 10px;
    top: 12px;
    left: 153px;
}


/*	TEACHERS FOOTER DIVS	*/

div#diverseVoices {
	position: absolute;
    width: 10px;
    top: 135px;
    left: 440px;
}
div#preschoolPioneer {
	position: absolute;
    width: 10px;
    top: 277px;
    left: 680px;
}
div#netSafeUtah {
	position: absolute;
    width: 10px;
    top: 270px;
    left: 110px;
}
div#pbsParents2 {
	position: absolute;
    width: 10px;
    top: 100px;
    left: 627px;
}
