/* Styles specific to Kids second level pages */
/* Main content area in the middle of the page */
#contentcontainer {
	width: 750px;
	background: #fff url("/Assets/kids/images/wrapper/contentcorner-level2.gif") no-repeat 0 44px; 
	float: left;
/*	overflow: auto;
*/}
#content {
	padding: 40px 20px 2px 40px;
	min-height: 414px;
/*	overflow: auto;
	background-color: #fff;
	*/
	position:relative;
}
h1 {
	color: #7eba1c;
	font-size: 130%;
	margin-bottom: 0.5em;
}
h2 {
	color: #7eba1c;
	font-size: 110%;
}
h3, h4, h5, h6 {
	color: #015e8a;
	font-size: 100%;
	line-height: 100%;
}
h2, h3, h4, h5, h6, #content p {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
}
p, label, legend, dl, li, td, blockquote {
	font-size: 0.75em;
}
li *, dl *, td *, blockquote * {
	font-size: 100%;
}
dd {
	margin-left: 1em;
}
#content ul, #content ol {
	margin-left: 1.5em;
	margin-bottom: 0.3em;
	list-style-position:inside;
}
blockquote {
	margin-left: 1.5em;
}
a {
	color: #015e8a;
	font-weight: bold;
}
a:visited {
	color: #008bc6;
}
a:hover {
	color: #06f;
}
a img {
	border: 0;
}
/* ------------------------- MISC STYLES --------------------------- */
/* float image without caption to left or right */
.floatimgright {
	float: right;
	clear: right;
	margin: 0.2em 0 0.2em 0.8em;
}
.floatimgleft {
	float: left;
	clear:left;
	margin: 0.2em 0.8em 0.2em 0;
}
/* float image with text to left or right - div width must be defined inline if different than 200px */
div.img_box_left {
	float: left;
	margin: 0.2em 1em 0.2em 0.2em;
	width: 200px;
	font-size: 0.8em;
}
div.img_box_right {
	float: right;
	margin: 0.2em 0.2em 0.2em 1em;
	width: 200px;
	font-size: 0.8em;
}
div.popbox {
	float: right;
	clear: right;
	width: 150px;
	margin: 0.4em 0 0.2em 1.2em;
	padding: 0.6em 1em;
	background-color:#DAED4C;
	font-size: 0.9em;
/* border radius is in CSS3 http://www.css3.info/preview/rounded-border/	*/
	-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
}
div.popbox p,  div.popbox li{
	line-height: 120%;
}
div.popbox img.floatimgright, div.popbox img.floatimgleft {
	margin: 0;
}
ul.nobullet {
	list-style:none;
}
div.popbox ul.nobullet li{
	margin:  0.2em 0.2em 0.3em -20px;
}
/* COLUMNs: creates effect of two columns in page */
/* first div wraps around following two divs, in this order */
div.twocolumns {
	margin:0;
	overflow: auto;
	clear: both;
}
div.twocolumnsleft {
	width:47%;
	padding: 0.2em 0.5em;
	float: left;
}
div.twocolumnsright {
	width:47%;
	padding: 0.2em 0.5em;
	float: right;
}
/* TABLE with borders */
table.bordered {
	margin: 0.2em 0;
}
table.bordered th, table.bordered td {
	border: 2px solid #7eba1c;
	padding: 0.1em 0.2em;
}
table.bordered th, table.bordered td.emptycell {
	background-color:#7eba1c;
	color: #fff;
}
table.thumbnailer {
	font-size: 90%;
	text-align: center;
	line-height: 120%;
}
table.thumbnailer td {
	width: 210px;
	padding: 2px 5px;
	border: 1px solid #f0f4f6;
/*	background-color:#fafbfb; */
}
table.thumbnailer img {
	display: block;
	margin: 5px auto 2px;
}
.small {
	font-size: 80%;
}
caption {
	font-size: 80%;
	color: #666;
}
acronym, abbr, .gloss {
	border-bottom: 1px dotted #333;
	cursor: help;
}
dl.filmlist dt, dl.booklist dt, dl.QA dt {
	font-weight: bold;
}
.booklist img, .filmlist img {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	border: 0;
	clear: right;
}
.booklist img.floatimgleft, .filmlist img.floatimgleft {
	float: left;
	clear: left;
	margin: 0.2em 0.8em 0.2em 0;
}
img.PubCover {
	border: #ccc solid 1px;
}
img.PubCover, .filmlist img, .booklist img {
	-moz-box-shadow: 4px 4px 3px #666;
    -webkit-box-shadow: 4px 4px 3px #666;
    box-shadow: 4px 4px 3px #666;
}
dl.interview dt {
	font-style: italic;
}
.reviewauthor {
	font-size: 80%;
	font-style: italic;
}
.reviewDate {
	font-size: 80%;
	font-style: italic;
	color: #666;
}
.top a {
	font-size: 80%;
}
.itemtitle {
	font-style: italic;
}
/* for Internet Gateway - alerts go on dd */
.alert {
	font-style: italic;
}
.alert a {
	color:#09f;
}
/* .city is applied to a dt */
.city {
	font-style: italic;
}
/* .pagedescription is applied to a div */
.pagedescription {
	margin-top: 2px;
}
p.intro {
	font-style: italic;
	margin-left: 1%;
}
li.Recommended {
	list-style-image: url(/Assets/kids/images/icons/redbullet.gif);
}
dt.Recommended {
	background: url(/Assets/kids/images/icons/redbullet.gif) no-repeat left top;
	padding-left: 12px;
}
