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

/* Global Styles */
.topHead {
	background-color: #1abc9c;
	width: 100%;
	max-width:1232px;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #16a085;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #1abc9c;
	min-height: 50px;
	background-image: url(../images/icon40.png), url(../images/kids-wording-large.png);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #16a085;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding: 0;
	width: 75%;
}
h1 {
	color: #16a085; /* green */
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.0;
	font-weight: 400;
	margin: 0.5em 0 0.5em 0;
	letter-spacing: -0.5px;
	font-style: normal;
}
h2 {
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2;
	color: #8e44ad; /* purple */
	margin: .5em 0 .5em 0;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
	color: #b23000; /* dark orange */
	margin: .5em 0 .325em 0;
	font-weight: 400;
	font-style: normal;
}
p {
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.375;
	font-weight:normal;
	color:#333;
	margin-bottom:0.625em;
}
#kids #mainContent p.kidsfontQues {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.5em;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfont {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.875em;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfontItalic {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.875em;
	font-style:italic;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfontItalicRed {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.875em;
	font-style:italic;
	color:#c0392b;
	line-height:125%;
}
#kids #mainContent p.kidsfontBold {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.875em;
	font-weight:bold;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfont2 {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2.25em;
	color:#444444;
	line-height:175%;
}
#kids #mainContent p.kidsfont2Italic {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2.25em;
	color:#444444;
	line-height:175%;
	font-style:italic;
}
#kids #mainContent p.kidsfont2Green {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2.5em;
	color:#02886e;
	line-height:175%;
}
#kids #bestfriends p.kidsfont {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.75em;
	color:#444444;
	line-height:125%;
}
.strongDarkGold {
	color:#b28b09;
	font-weight:bold;	
}
.strongDarkRed {
	color:#b23000;
	font-weight:bold;	
}
#aside .smallTextBoldGreen {
	font-weight:bold;
	color:#00ffcc;
}

/* Desktop Layout: 769px to a max of 1232px. */

@media only screen and (min-width: 769px) {

#nav {
	background-color: #16a085;
}
#mainContainer {
	background-image: url(../images/maincontent-bkgnd-bar-kids.png);
	background-repeat: repeat-y;
	clear: both;
	background-size: contain;
}

}

/* Special instructions to increase font size in tablets but not desktops; affects TABLET LANDSCAPE */
@media only screen and (min-width: 769px) and (max-width: 965px) {
	h2 {
	font-size: 34px;
    font-size: 2.125rem;
	}
	h3 {
	font-size: 32px;
    font-size: 2rem;
	}

}

/* Tablet Layout: orig set to 481px to 768px. */

@media only screen and (min-width: 647px) and (max-width: 768px) {

h2 {
font-size: 34px;
font-size: 2.125rem;
}
h3 {
font-size: 32px;
font-size: 2rem;
}
.topHead {
	background-color: #1abc9c;
	width: 100%;
	max-width:768;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #16a085;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #1abc9c;
	min-height: 30px;
	background-image: url(../images/icon30.png), url(../images/kids-wording-small.png);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#mainContainer {
	background-image: url(../images/maincontent-bkgnd-bar-kids768.png);
	background-repeat: repeat-y;
	background-size: contain;
}
#nav {
	background-color: #16a085;
}

}

/* this affects iPod landscape, iPhone portrait & landscape, tablet portrait */
@media only screen and (min-width: 481px) and (max-width: 646px) {
#kids #mainContent p.kidsfontQues {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.75em;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfont {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2em;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfontItalic {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2em;
	font-style:italic;
	color:#444444;
	line-height:125%;
}
#kids #mainContent p.kidsfontItalicRed {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2em;
	font-style:italic;
	color:#c0392b;
	line-height:125%;
}
#kids #mainContent p.kidsfont2 {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2.25em;
	color:#444444;
	line-height:175%;
}
#kids #mainContent p.kidsfont2Italic {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2.25em;
	color:#444444;
	line-height:175%;
	font-style:italic;
}
#kids #mainContent p.kidsfont2Green {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:2.75em;
	color:#02886e;
	line-height:175%;
}
#kids #bestfriends p.kidsfont {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.875em;
	color:#444444;
	line-height:125%;
}
#kids #explorers p.kidsfont {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.875em;
	color:#444444;
	line-height:125%;
}
}
/* Mobile Layout: orig set to 480px and below. */
@media only screen and (max-width: 646px) {

h2 {
	font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2;
}
h3 {
font-size: 32px;
font-size: 2rem;
}
.topHead {
	background-color: #1abc9c;
	width: 100%;
	max-width:768;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #16a085;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #1abc9c;
	min-height: 23px;
	background-image: url(../images/icon24-kids.png), url(../images/kids-wording-tiny.png);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#nav {
	background-color: #16a085;
}
#kids #mainContent p.kidsfont2Green {
	font-family: Handlee, Trebuchet, sans-serif;
	font-size:1.75em;
	color:#02886e;
	line-height:175%;
}
}
