/* Based on a layout by Alex Robinson at http://www.fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml?order=213&width_one=40&width_two=30&width_three=30&wrap_width=&column_gutter=0&column_vertical_padding=0&column_horizontal_padding=0&columns_background=0&border_surround=0&body_padding=0&longest_column=one&controls=1&show_style=1 */
/* TABLE OF CONTENTS
Elements
Banner
Navigation
Home Page Layout
Second-Level Page Layout
Colored Content Boxes
Rounded Corners
Additional Header Styles
Content Styles
Image Styles
Footer
Family Zone Pages
*/

/* Elements */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #7E007F;
	background-image: url(../images/tile_spirals.gif);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
	}
	
p {
	margin: 0px;
	padding: 7px 0px;
	font-size: 1em;
	line-height: 1.5em;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	}

h1	{
	padding-top: 3px;
	font-size: 1.6em;
	}

h2 {
	padding-top: 10px;
	padding-left: 2px;
	font-size: 1.4em;
	}

h3	{
	padding-top: 8px;
	padding-left: 2px;
	font-size: 1.2em;
	}
	
h4, h5, h6	{
	padding-top: 8px;
	padding-left: 2px;
	font-size: 1em;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 8px 15px 8px 20px;
	padding: 0px;
	}
	
ol {
	list-style-position: outside;
	margin: 8px 15px 8px 20px;
	padding: 0px;
	}
li {
	padding: 3px 0px 3px 0px;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	} 
	
/* Banner */

#logo {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#logo p {
	margin: 0;
	padding: 0;
	}

#logo img {
	margin: 0;
	border: none;
	padding: 0;
	}

#banner {
	z-index: 99;
	height: 71px;
	margin: 0px;
	padding: 0px;
	background-color: #957DCA;
	}
	
#banner p {
	margin: 0px;
	padding: 0px;
	}
	
#subtitle {
	margin: 0px;
	padding: 8px 5px 5px 25px;
	font-size: 1.6em;
	font-weight: bold;
	color: #957DCA;
	}
	
#groupPhotoTop {
	z-index: 101;
	position: absolute;
	width: 228px;
	height: 119px;
	top: 0px;
	right: 2%;
	background-image: url(../images/echo_w_kids.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#groupPhotoBottom {
	z-index: 100;
	position: absolute;
	width: 228px;
	height: 25px;
	top: 119px;
	right: 2%;
	background-image: url(../images/echo_w_kids_tx.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/* Navigation */

#navigation {
	margin: 0px;
	padding: 5px 5px 5px 275px;
	border-top: 10px solid #7E007F;
	background-color: #893EA5;
	color: #957dca;
	font-size: .9em;
	line-height: 1.5em;
	}
	
#navigation a {
	display: inline;
	margin-right: 10px;
	color: #a0bbf0;
	}
	
#navigation a:hover {
	color: #fce08d;
	} 
		
/* Home Page Layout */

#center {
	margin-right: 30%;
	margin-left: 30%;
	padding: 5px;
	}
	
#left {
	position: absolute;
	width: 28%;
	top: 150px;
	left: 0px;
	padding: 5px; 
	}
  
#right {
	position: absolute;
	width: 28%;
	top: 90px;
 	right: 0px;
	padding: 5px;
 	}

/* Second-Level Page Layout */

#sidebar {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 28%;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	}
	
#main {
	margin-top: 0px;
	margin-left: 30%;
	padding: 25px 60px 25px 0px;
	}
	
/* Colored Content Boxes */

/* contentBox1=Challenge Zone content */

.contentBox1 {
	margin: 10px 10px 25px 10px;
	border: 1px solid #A0BBF0;
	padding: 0px;
	background-color: #FCE08D;
	}

.contentBox1 a:link {
	color: #7e007f;
	}
	
.contentBox1 a:visited {
	color: #7e007f;
	}

.contentBox1 a:hover {
	color: #957DCA;
	}
	
/* contentBox2, contentBox2Q=Question of the Week content */

.contentBox2 {
	margin: 10px 10px 25px 10px;
	border: 1px solid #957dca;
	padding: 0px;
	background-color: #a0bbf0;
	}

.contentBox2 a:link {
	color: #7e007f;
	}
	
.contentBox2 a:visited {
	color: #7e007f;
	}

.contentBox2 a:hover {
	color: #893EA5;
	}
	
.contentBox2Q {
	margin: 25px 10px 25px 10px;
	border: 1px solid #957dca;
	padding: 0px;
	background-image: url(../images/tile_question.gif);
	}

.contentBox2Q a:link {
	color: #7e007f;
	}
	
.contentBox2Q a:visited {
	color: #7e007f;
	}

.contentBox2Q a:hover {
	color: #893EA5;
	}

.contentBox2Special {
	margin: 25px 10px 25px 10px;
	border: 1px solid #957dca;
	padding: 0px;
	background-color: #a0bbf0;
	}
	
/* contentBox3=Things To Do content */

.contentBox3 {
	margin: 10px 10px 25px 10px;
	border: 1px solid #a0bbf0;
	padding: 0px;
	background-color: #957dca;
	}

.contentBox3 a:link {
	color: #7e007f;
	}
	
.contentBox3 a:visited {
	color: #7e007f;
	}

.contentBox3 a:hover {
	color: #FCE08D;
	}
	
/* contentBox4=all other content */

.contentBox4 {
	margin: 10px 10px 25px 10px;
	border: 1px solid #a0bbf0;
	padding: 0px;
	background-color: #893ea5;
	}
	
.contentBox4 a:link {
	color: #a0bbf0;
	}
	
.contentBox4 a:visited {
	color: #a0bbf0;
	}

.contentBox4 a:hover {
	color: #FCE08D;
	}
	
/* Rounded Corners */

.top, .bottom {
	position: relative;
	left: 1px;
	height: 11px;
	}
	
.top { 
	top: -1px 
	}

.bottom { 
	margin-bottom: -1px; 
	top: 1px 
	}

.box > .bottom { 
	top: 0 
	}

.tlBox1, .trBox1, .blBox1, .brBox1 {
	width: 11px;
	height: 11px;
	}

.tlBox1, .blBox1 { 
	float: left; 
	position: relative; 
	left: -2px 
	}

.trBox1, .brBox1 { 
	float: right 
	}

.tlBox1 { 
	background: url(../images/corner_box1_tl.gif) no-repeat left top 
	}

.trBox1 { 
	background: url(../images/corner_box1_tr.gif) no-repeat right top 
	}

.blBox1 { 
	background: url(../images/corner_box1_bl.gif) no-repeat left bottom 
	}

.brBox1 { 
	background: url(../images/corner_box1_br.gif) no-repeat right bottom 
	}

.tlBox2, .trBox2, .blBox2, .brBox2 {
	width: 11px;
	height: 11px;
	}

.tlBox2, .blBox2 { 
	float: left; 
	position: relative; 
	left: -2px 
	}

.trBox2, .brBox2 { 
	float: right 
	}

.tlBox2 { 
	background: url(../images/corner_box2_tl.gif) no-repeat left top; 
	}

.trBox2 { 
	background: url(../images/corner_box2_tr.gif) no-repeat right top; 
	}

.blBox2 { 
	background: url(../images/corner_box2_bl.gif) no-repeat left bottom; 
	}

.brBox2 { 
	background: url(../images/corner_box2_br.gif) no-repeat right bottom; 
	}

.tlBox3, .trBox3, .blBox3, .brBox3 {
	width: 11px;
	height: 11px;
	}

.tlBox3, .blBox3 { 
	float: left; 
	position: relative; 
	left: -2px 
	}

.trBox3, .brBox3 { 
	float: right 
	}

.tlBox3 { 
	background: url(../images/corner_box3_tl.gif) no-repeat left top; 
	}

.trBox3 { 
	background: url(../images/corner_box3_tr.gif) no-repeat right top; 
	}

.blBox3 { 
	background: url(../images/corner_box3_bl.gif) no-repeat left bottom; 
	}

.brBox3 { 
	background: url(../images/corner_box3_br.gif) no-repeat right bottom; 
	}

.tlBox4, .trBox4, .blBox4, .brBox4 {
	width: 11px;
	height: 11px;
	}

.tlBox4, .blBox4 { 
	float: left; 
	position: relative; 
	left: -2px 
	}

.trBox4, .brBox4 { 
	float: right 
	}

.tlBox4 { 
	background: url(../images/corner_box4_tl.gif) no-repeat left top; 
	}

.trBox4 { 
	background: url(../images/corner_box4_tr.gif) no-repeat right top; 
	}

.blBox4 { 
	background: url(../images/corner_box4_bl.gif) no-repeat left bottom; 
	}

.brBox4 { 
	background: url(../images/corner_box4_br.gif) no-repeat right bottom; 
	}

.tlFooter, .trFooter, .blFooter, .brFooter {
	width: 11px;
	height: 11px;
	}

.tlFooter, .blFooter { 
	float: left; 
	position: relative; 
	left: -2px 
	}

.trFooter, .brFooter { 
	float: right 
	}

.tlFooter { 
	background: url(../images/corner_footer_tl.gif) no-repeat left top; 
	}

.trFooter { 
	background: url(../images/corner_footer_tr.gif) no-repeat right top; 
	}

.blFooter { 
	background: url(../images/corner_footer_bl.gif) no-repeat left bottom; 
	}

.brFooter { 
	background: url(../images/corner_footer_br.gif) no-repeat right bottom; 
	}


.content { 
	margin: 0px;
	padding: 0px 15px;
	}
	
.content p {
	padding-left: 5px;
	}
      
.contentQ { 
	margin: 0px;
	padding: 10px 15px 0px 15px;
	}
      
/* Additional Header Styles */

h1.episode {
	padding-bottom: 7px;
	padding-left: 0px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	}
	
h2.episode {
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.6em;
	}
	
h2.boxTitle {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

h3.boxTitle {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
h4.subheading {
	padding-top: 4px; 
	}

/* Content Styles */

p.airdate {
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	}

.skiplink {
	display: none;
	}

.clear {
	clear: both;
	}
	
.clearHeightZero {
	clear: both;
	height: 0px;
	}

.airtimes {
	padding-top: 0px;
	}

.addressIndent {
	margin-left: 10px;
	}
	
.columns {
	float: left;
	width: 39%;
	margin: 5px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
	}
	
.columnQuestions {
	float: left;
	width: 38%;
	height: 380px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #893ea5;
	padding: 15px 35px 0px 10px;
	}
	
.columnRight {
	float: right;
	width: 154px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	color: #7E007F;
	}
	
.sectionBreakHR {
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #a0bbf0;
	padding-top: 10px;
	}
	
.returnLink {
	font-size: .9em;
	}
	
.extraSpace {
	height: 200px;
	}
	
/* Image Styles */

.arrow {
	vertical-align: middle;
	margin: 0px 0px 0px 7px;
	border: none;
	}
	
.imageRight {
	float: right;
	border: none;
	margin-bottom: 5px;
	margin-left: 5px;
	}

.imageLeft {
	float: left;
	border: none;
	margin-right: 10px;
	margin-bottom: 5px;
	}

.icons {
	float: right;
	margin: -5px -5px 0px 0px;
	border: none;
	}
	
.iconMail {
	margin: 0px 0px -10px 7px;
	}
	
.iconMailLg {
	float: right;
	border: none;
	margin: 0px 10px 0px 0px;
	}

.gridContainer {
	width: 324px;
	height: 243px;
	margin: 10px;
	border: 3px solid #000;
	padding: 0px;
	}

.puzzles1 {
	margin-left: 30px;
	}

.puzzles2 {
	margin-left: 70px;
	}

.answers {
	padding: 10px;
	background-color: #957DCA;
	background-image: none;
	text-align: center;
	}
	
.answers a:link {
	color: #7e007f;
	}
	
.answers a:visited {
	color: #7e007f;
	}

.answers a:hover {
	color: #FCE08D;
	}

/* Footer */

#footer {
	clear: both;
	margin: 50px 0px 0px 0px;
	padding: 5px;
	text-align: center;
	}
	
.footerContentHome {
	width: 275px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #893EA5;
	padding: 0px;
	background-color: #7E007F;
	font-size: .9em;
	text-align: center;
	}	
	
.footerContent {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #893EA5;
	padding: 0px;
	background-color: #7E007F;
	font-size: .9em;
	text-align: center;
	}	
	
#footer a:link {
	color: #a0bbf0;
	}
	
#footer a:visited {
	color: #a0bbf0;
	}

#footer a:hover {
	color: #fce08d;
	} 

#footer a.support {
	border: none;
	}

#footer .supportLogo {
	margin: 15px 25px 5px 25px;
	border: none;
	}

/* Family Zone Pages */

#familyZonePopUps {
	margin: 0px;
	padding: 10px;
	text-align: center;
	}
	
#familyZonePopUps img {
	border: 2px solid #A0BBF0;
	}
	
#familyZonePopUps a:link {
	color: #a0bbf0;
	}
	
#familyZonePopUps a:visited {
	color: #a0bbf0;
	}

#familyZonePopUps a:hover {
	color: #fce08d;
	}
	
.worldMap {
	margin: 62px 0px 62px 0px;
	}