@charset "utf-8";
/* CSS Document for Creativity Site */
@import url('/parents/css/pbsparents-shell.css'); /* Pulls in Shell Code for Main PBS Parents Areas */
@import url('/parents/css/themes/theme-blue.css'); /* Pulls in theme specific design. Found in www/css/themes */


.pbsparents-content#sub .pbsparents-left {
	width: 130px;
}

.pbsparents-content#sub .pbsparents-middle {
	width: 600px;
}


/* For the Games lists on the main.html pages */

#games p {
	padding-left: 52px;
}

/* For the Try at Home and Notes to Parents page */

.pbsparents-content#sub .pbsparents-middle ul.tryhomeNav {
	float: left;
}

.pbsparents-content#sub .pbsparents-middle ul.tryhomeNav li,
.pbsparents-content#sub .pbsparents-middle ul#npNav li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}		

p.back {
	text-align: right;
}

/* For the Site Map */

.pbsparents-content#sub .pbsparents-middle .siteMap ul ul li {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* For the IUE Pages. From the original CSS pages */

img.iue {margin-right: 5px;
		margin-top:0px;
		float: left;}
div.backto {text-align: right;
			}
img.back {border: 0;}

.pbsparents-content#sub .pbsparents-middle ul#expandNav {
	padding-left: 2em;
	margin-left: 120px;
	list-style-type: none;}
.pbsparents-content#sub .pbsparents-middle ul#expandNav li {
	margin-left: 0;
	margin-bottom: 0;}

hr {border: none 0;
	border-top: 1px dashed #6DA900;/*the border*/
	width: 100%;
	height: 5px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;}

#iueContent img#muralpic {
					border: 1px solid #263796;}