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

/*  FONTS  */
@font-face {
  font-family: 'OpenDyslexic-Bold';
  src: url('OpenDyslexic-Bold.eot?#iefix') format('embedded-opentype'),  url('OpenDyslexic-Bold.otf')  format('opentype'),
	     url('OpenDyslexic-Bold.woff') format('woff'), url('OpenDyslexic-Bold.ttf')  format('truetype'), url('OpenDyslexic-Bold.svg#OpenDyslexic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  BODY  */
body {
	margin: 0;
	padding: 0;
}

/*  TEXT  */
body {
	font-family: 'OpenDyslexic-Bold', Helvetica Neue, Helvetica, sans-serif;	
}

h1 {
	font-family: 'OpenDyslexic-Bold';
	text-align: center;
	font-size: 48px;
	margin: 0;
	padding: 0 0 10px;
	color: #f26522;
}

h1.geo-death {
	color: #01f6f7;	
}

h2 {
	font-family: 'OpenDyslexic-Bold';
	color: #f26522;
	font-size: 30px;
	line-height: 25px;
	font-weight: normal;
	padding: 0 0 14px 0;
	margin: 0;
	border-bottom: 10px solid #99cc33;
	text-align: center;
}

h2 a {
	color: #f26522;
	text-decoration: none;
}

h2 a:hover{
	color: #29abe2;
	text-decoration: none;
}

h2 a.visited{
	color: #f26522;
	text-decoration: none;
}

h2.left {
	text-align: left;	
}

h2.sub {
	font-family: 'OpenDyslexic-Bold';
	color: #f26522;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #99cc33;
	text-align: left;
}

h3 {
	font-family: 'OpenDyslexic-Bold';
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 15px 0 12px;
	color: #094f71;
	font-weight: normal;
}

p {
	font-size: 18px;
	line-height: 28px;
	color: #0072a0;
}

ul {
		
}

li {
	font-size: 18px;
	line-height: 28px;
	color: #f17803;
}

/*  NAVIGATION  */
#logo {
	padding: 10px 20px 0 10px;
}

#header {
	padding: 0 10%;	
	width: 100%;
	background: url(../img/header-background-hills.gif) repeat-x;
	border-bottom: 9px solid #f9ed32;	
}

#navigation {
	width: 100%;
	height: 100px;
}

#navigation ul {
	display: inline;
	list-style: none;
}

#navigation li {
	float: left;
	height: 100px;
	font-weight: normal;
	line-height: 98px;
}

#navigation li a {
	font-family: 'OpenDyslexic-Bold';
	color: #0072a0;
	text-shadow: 2px 2px #fff;
	font-size: 26px;
	text-decoration: none;
	padding: 26px 20px 28px;
}

#navigation li a:hover {
	background-color: #f78905;
	color: #fff;
	text-shadow: none;

}

#navigation li a.active {
	
}

#logo {
	float: left;	
}

/*  WEB PLAYER  */
.web_player {
	border-radius: 10px;
    border: 10px solid #0f89c4;
}

/*  SPOTLIGHT  */
.spotlight-bg {
	margin: 0 0 30px;
}


/*  FOOTER  */
#footer {
	margin: 5% 0 0 0;
	padding: 1% 10% 1% 10%;	
	width: 80%;
	height: 100%;
	background: #f2b100;
	border-top: 9px solid #f17803;
}

#footer p {
	color: #fff;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0 10% 0 10%;
	width: 80%;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 1.6% 1% 0;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

.span_full_width {
	clear: both;
	width: 100%;
	height: 50%;
	background: #000 url(../img/spotlight-background.jpg) 50% 50% no-repeat;
	text-align: center;
}

.happy_land_bg {
	background: #21b7ff url(../img/carrot-run.png) 50% 0 repeat-x;
}

.span_sub_full_width {
	clear: both;
	width: 100%;
	height: 5%;
	margin-bottom: 5%;
	background: #f7931d;
}

.span_full_width iframe {
	margin: 5% 0 0;	
	width: 700px;
	height: 394px;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 99%;
}
.span_2_of_3 {
	width: 61.1%;
}
.span_1_of_3 {
	width: 31.2%;
}

.span_1_of_3 img {
	width: 100%;	
}

/*  GRID OF TWO THIRDS  */
.span_1_of_2 {
	width: 30%;
}

.span_1_of_2 img {
	width: 100%;
}

.span_2_of_2 {
	width: 65%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.section {
		width: 100%;
		margin: 0;
	}

	.col { 
		margin: 1% 0 1% 0%;
	}
	
	#header {
		padding: 0;	
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.span_full_width{
		width: 100%;
		height: 50%;
		background: #000 url(../img/spotlight-background.jpg) no-repeat;
	}
	.happy_land_bg {
	background-color: #21b7ff;
	background-image: none;
	}
	.span_sub_full_width{
		width: 100%;
		height: 5%;
		background: #f7931d;
	}
	.span_full_width iframe{
		width: 320px;
		height: 180px;
	}
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_1_of_2 {
		width: 100%;	
	}
	.span_2_of_2 {
		width: 100%;	
	}
}