@charset "UTF-8";
/* CSS Document containing global elements for Dinosaur Train Parents Content */

/*
===
Imports the Global Styles for the PBS Parents Elements, which includes:
	- the PBS Parents logo
	- the PBS Parents Navigation
	- the Leaderboard Ad Unit
	- the Skyscraper Ad Unit
===
*/
@import url('/parents/pbskidscontent/css/pbsparents-pbskidscontent.css');
@import url('/parents/css/pbsparents-sitenav.css');

/*
===
	Site Layout and General Styles
===
*/

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.site-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */
}
.site-footer, .footer-push {
	height: 115px; /* .push must be the same height as .footer */
}

/*

End Sticky Footer Code 

*/

body {
	background: #efb147 url('/parents/dinosaurtrain/images/global/dinosaurtrain-bground.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font: 100% Tahoma, Geneva, sans-serif;
	color: #632c00;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #003d79;
}

a:hover {
	text-decoration: none;
}


h2 {
	font-size: 1.2em;
	font-weight: 900;
	margin: 0 0 4px 0;
	padding: 0;
}

h3 {
	font-size: 0.875em;
	font-weight: 900;
	margin: 0 0 2px 0;
	padding: 0;
}

p {
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0 0 0.875em 0;
	padding: 0;
}

.content ul, ol {
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0 0 0 2em;
	padding: 0;
}

.content ul {
	list-style-type: circle;
}

.content ul li, .content ol li {
	margin-bottom: 0.875em;
}

.content dl {
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 0.875em;
}

.content dl dt {
	text-transform: uppercase;
	font-weight: 900;
}

.content dl dd {
	margin-left: 1em;
}

.content-container {
	width: 960px;
	margin: 0 auto;
}

div.breadcrumbs {
	font-size: 0.75em;
	margin: 0 0 4px 0;
	padding: 0;
}


.pbsparents-addthisbutton {
	-moz-border-radius: 3px;
	border-radius:3px;
    background: #ECA442;
    border: 1px solid #EC9C43;
    margin: 20px 0;
    padding: 8px;
}

/* Forces Box Model to flow properly in Firefox and other Standards Based browsers */
.content-container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.content-container .left-column {
	width: 160px;
	float: left;
	margin-right: 22px;
	padding-top: 12px;
}

.dinosaurtrain-logo {
	padding-bottom: 12px;
}

.content-container .center-column {
	width: 596px;
	float: left;
	margin-right: 22px;
	padding-top: 24px;
}

.content-container .right-column {
	width: 160px;
	float: right;
	padding-top: 24px;
}

.site-footer {
	margin: 0 auto;
	text-align: center;
	background: url('/parents/dinosaurtrain/images/global/dinosaurtrain-footer-bground.jpg') no-repeat;
	background-position: center center;
}

.site-footer .footer-inner {
	width: 482px;
	margin: 0 auto;
	text-align: center;
}

.site-footer p {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}

.site-footer .jimhensoncompany-logo {
	padding-bottom: 4px;
}

/*
===
	Site Navigation
===
*/

.dinosaurtrain-sitenav {
	padding: 0 7px;
	font-size: 0.875em;
}

.dinosaurtrain-sitenav a {
	text-decoration: none;
}

.dinosaurtrain-sitenav a:hover {
	text-decoration: underline;
}

.dinosaurtrain-sitenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dinosaurtrain-sitenav ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #632c00;
}

.dinosaurtrain-sitenav ul li.bottom {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Indents and controls font size for sub nav menus */
.dinosaurtrain-sitenav ul ul {
	margin-top: 4px;
	margin-left: 14px;
	font-size: 0.875em;
}

/* Highlights active content area */
.dinosaurtrain-sitenav ul a.active {
	font-weight: 900;
}

/*
===
	Content Area
===
*/

/* Keeps the Dinosaur Train show title consistent in content. Uses a <span> of .dinosaurtrain-showtitle in-line */
.dinosaurtrain-showtitle {
	text-transform: uppercase;
}