@font-face {
    font-family: 'Dene';
    src: url('fonts/wm32sob-dene.eot');
    src: url('fonts/wm32sob-dene.eot?iefix') format('eot'),
         url('fonts/wm32sob-dene.woff') format('woff'),
         url('fonts/wm32sob-dene.ttf') format('truetype'),
         url('fonts/wm32sob-dene.svg#webfontBFBrrlR0') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Dene';
    src: url('fonts/wm32sobi-dene.eot');
    src: url('fonts/wm32sobi-dene.eot?iefix') format('eot'),
         url('fonts/wm32sobi-dene.woff') format('woff'),
         url('fonts/wm32sobi-dene.ttf') format('truetype'),
         url('fonts/wm32sobi-dene.svg#webfonthKWLgMK0') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Dene';
    src: url('fonts/wm32soi-dene.eot');
    src: url('fonts/wm32soi-dene.eot?iefix') format('eot'),
         url('fonts/wm32soi-dene.woff') format('woff'),
         url('fonts/wm32soi-dene.ttf') format('truetype'),
         url('fonts/wm32soi-dene.svg#webfontikxZIGFc') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Dene';
    src: url('fonts/wm32sor-dene.eot');
    src: url('fonts/wm32sor-dene.eot?iefix') format('eot'),
         url('fonts/wm32sor-dene.woff') format('woff'),
         url('fonts/wm32sor-dene.ttf') format('truetype'),
         url('fonts/wm32sor-dene.svg#webfont78A0MIgV') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

/* IE 10 fix*/
a:active{
	background-color:inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
}

ul {
	margin: 1.5em 0 1.5em 1.5em;
}

body.summer {
	background: #abdf2a; /* Old browsers */
	background: -moz-linear-gradient(top, #aadf2a 80%, #579c18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#aadf2a), color-stop(100%,#579c18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aadf2a 80%,#579c18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aadf2a 80%,#579c18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aadf2a 80%,#579c18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aadf2a 80%,#579c18 100%); /* W3C */
}


body.fall {
	background: #f4bc2f; /* Old browsers */
	background: -moz-linear-gradient(top, #ef964a 0%, #f3bc2e 705px, #f3bc2e 750px, #ef964a 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ef964a 0%, #f3bc2e 705px, #f3bc2e 750px, #ef964a 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #ef964a 0%, #f3bc2e 705px, #f3bc2e 750px, #ef964a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  top, #ef964a 0%, #f3bc2e 705px, #f3bc2e 750px, #ef964a 100%); /* W3C */
}


@media all and (max-height: 900px){
	body.summer {
		background: #abdf2a; /* Old browsers */
	}
	body.fall {
		background: #f4bc2f; /* Old browsers */
	}
}

body.winter {
	background-color: #fff;
}

h1 {
	font-size: 45px;
}
h2 {
	font-size: 25px;
	padding-bottom: 50px;
}

#mouse {
	display: none;
	position: absolute;
	width: 57px;
	height: 57px;
	left: 50%;
	top: 335px;
	z-index: 90000;
	background: url(../images/mouse.png) left top no-repeat;
}

#background {
	width: 100%;
	height: 705px;
	position: relative;
	overflow: hidden;
}
/*
#bg-scroller {
	position: absolute;
	left: 0;
	top: 0;
	width: 4560px;
	height: 705px;
	background-image: url(../images/clouds.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	z-index: 1;
}*/

#content-wrapper {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: 705px;
	overflow: hidden;
	z-index: 5;
}

#content-background,
#popup-background {
	position: absolute;
	width: 100%;
	height: 675px;
	left: 0;
	top: 0;
	z-index: 1;
}

#popup-background {
	display: none;
}

#image-container {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	overflow: visible;
}
#image-container img {
	width: 2px;
	height: 2px;
}
#content {
	width: 980px;
	height: inherit;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	z-index: 5;
}

#popup-throbber {
	position: absolute;
	left: 461px;
	top: 308px;
	width: 48px;
	height: 48px;
	padding: 5px;
	background: #A7F9F4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
	display: none;
}

#popup-throbber.for-big-video{
	z-index: 100;
	top: 328px;
}

#popup-throbber.for-small-video{
	z-index: 100;
	top: 345px;
	left: 410px;
}

#popup {
	display: block;
	position: absolute;
	/*width: 638px;*/
	height: auto;
	margin: 0 auto;
	z-index: 5;
	left: 171px;
	top: 675px;
}

#popup-inner {
	/*width: 536px;*/
	padding: 0 106px 0 0;
	position: relative;
	margin: 0 auto;
	overflow: visible;
}

a#popup-close,
a#popup-close:visited,
a#popup-close:active,
a#popup-close:focus {
	right: 0;
	top: 0;
}


#popup-content {
	/*width: 532px;*/
	height: 390px;
	overflow: hidden;
	border-width: 2px;
	border-style: solid;
	border-color: #000; /* Override this in section styles */
	background: #fff;
	position: relative;
	z-index: 20;
	-moz-box-shadow: 2px 2px 20px #000;
	-webkit-box-shadow: 2px 2px 20px #000;
	box-shadow: 2px 2px 20px #000;
}

#video_language{
	position: absolute;
	top: 0;
	left: -155px;
}

#video_language a{
 display: block;
 width: 160px;
 height: 60px;
 background-image: url('../images/tabs.png');
 background-repeat: no-repeat;
 cursor: pointer;
}

#video_language a.language_denezhatie{ background-position: 0 0; margin-left: 10px; }
#video_language a.language_denezhatie_active{ background-position: 0 -70px; cursor: default;  }
#video_language a.language_english{ background-position: 0 -140px; margin-left: 10px; }
#video_language a.language_english_active{ background-position: 0 -210px; cursor: default; }

/* OVERRIDE CLASSES FOR LARGER VIDEO PLAYER*/


/* This is used to override the #popup styles */
.popup-big h3, .popup-big h3 a{
	width: 645px !important;
	font-size: 55px;
}


.popup-big a#popup-video{
	top: 260px !important;
}

.popup-big{
	/*left: 225px !important;*/
}

.popup-big #popup-subtitle{
	padding-top: 25px;
}

/* This is used to override the #popup-title styles */
.popup-title-big{
	/*left: -108px;*/
}

/* This is used to override the #popup-content styles */
.popup-content-big {
	/*left: -108px;
	border: 5px solid #ff00ff !important;*/
	width: 640px !important;
	height: 360px !important;
}


#popup-content #popup-image-link {
	position: relative;
	z-index: 1;
}

#popup-content #video-player {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 5;
	/*background: #eee url(../images/video-throbber.gif) center center no-repeat;*/
}

#popup a,
#popup a:visited,
#popup a:active,
#popup a:focus,
#popup a:hover {
	text-decoration: none;
	color: #000; /* Override this in section styles */
	outline: none;
}

#popup a.sparkly span {
	display: none;
	position: absolute;
	width: 175px;
	height: 166px;
	left: 50%;
	top: -45px;
	margin-left: -88px;
	background: url(../images/sparkles.png) left top no-repeat;
	/*transition: opacity 0 linear 1s;
	-moz-transition: opacity 0 linear 1s;
	-webkit-transition: opacity 0 linear 1s;
	-o-transition: opacity 0 linear 1s;*/
	transform: scale(.75,.75);
	-ms-transform:scale(.75,.75);
	-webkit-transform: scale(.75,.75);
	-o-transform: scale(.75,.75);
	-moz-transform: scale(.75,.75);
}
/*
#popup a.sparkly:active span{
	opacity: 1;
	transition: opacity 0;
	-moz-transition: opacity 0;
	-webkit-transition: opacity 0;
	-o-transition: opacity 0;
}
*/
#popup h2 {
	width: 638px;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}
#popup h2,
#popup h2 a {
	padding: 0;
	font-family: 'Dene', sans-serif;
	font-size: 100px;
	font-weight: bold;
	color: #0015DC !important; /* Override this in section styles */
	display: block;
	height: 100px;
	line-height: 80px;
	text-shadow: 0 0 20px #fdffc3;
}
#popup h2 a {
	float: left;
}
#popup h2 a span {
	left: -5px;
	top: -15px;
}
#popup h3 {
	padding: 0 105px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 51;
	white-space: nowrap;
}
#popup h3,
#popup h3 a {
/*	width: 645px;*/
	width: 536px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #0015DC !important;
	display: block;
	height: 70px;
	line-height: 60px;
	text-shadow: 0 0 20px #fdffc3;
	font-family: 'Dene',sans-serif;
}
#popup h3 a {
	padding: 0;
	margin: 0 auto;
}
#popup h3 a span {
	left: 137px;
	top: -23px;
}
#popup-content {
	border-color: #0015dc !important; /* Override this in section styles */
}

#grass {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 40px 0 0;
	background-position: center top;
	background-repeat: repeat-x;
	z-index: 10;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
}

#grass #grass-content {
	width: 100%;
	height: 665px;
	margin: 0;
	padding-top: 75px;
	overflow: hidden;
}

#copyright {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	padding-top: 100px;
}

#grass #grass-content #loading-throbber {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin: 0;
	background: transparent center no-repeat;
}

#grass #grass-content #loading-throbber h2{
	text-shadow: 1px 2px 3px #666, -1px 0 2px #999, 0 -1px 1px #CDCDCD;
	color: #fefefe;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 20px 0 40px 0;
}

#grass #grass-content #loading-throbber #throbber-play{
	width: 250px; height: 232px;
	margin: auto;
	background-image: url('../images/loading.png');
	background-repeat: no-repeat;
}

.throbber_1{ background-position: 0 0; } 
.throbber_2{ background-position: -252px 0; } 
.throbber_3{ background-position: -504px 0; } 
.throbber_4{ background-position: -756px 0; } 
.throbber_5{ background-position: -1008px 0; } 
.throbber_6{ background-position: -1260px 0; } 
.throbber_7{ background-position: -1512px 0; } 
.throbber_8{ background-position: -1764px 0;} 


#grass #grass-content #loading-progress {
	width: 300px;
	height: 20px;
	margin: 25px auto 0;
}
#grass #grass-content #loading-progress .ui-progressbar-value {
	height: 20px;
}
#grass #grass-content #flash-security-info {
	font-size: 12px;
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}
/*
.summer #grass #grass-content #loading-throbber {
	background-image: url(../images/loading-throbber-summer.gif);
}

.fall #grass #grass-content #loading-throbber {
	background-image: url(../images/loading-throbber-fall.gif);
}

.winter #grass #grass-content #loading-throbber {
	background-image: url(../images/loading-throbber-winter.gif);
}
*/
.fall #grass{ background-position: 0 0; padding: 36px 0 0; } 
.summer #grass{ background-position: 0 -41px; padding: 40px 0 0;} 
.winter #grass{ background-position: 0 -83px; padding: 64px 0 0; }


.summer #grass #grass-content {	background-color: #abdf2a; }
.fall #grass #grass-content { background-color: #f4bc2f; }
.winter #grass #grass-content {	background-color: #fff; }



#header {
	width: 100%;
	height: 120px;
	position: relative;
	overflow: visible;
	z-index: 5;
}

#header a.header-buttons,
#header a.header-buttons:visited,
#header a.header-buttons:active,
#header a.header-buttons:focus {
	display: block;
	position: absolute;
	top: 28px;
	z-index: 20;
	width: 86px;
	height: 85px;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
}



#header a.header-buttons span.hover-sparkles{
	opacity: 0;
	background: url(../images/sparkles.png) left top no-repeat;
	text-indent: -3000em;
	overflow: hidden;
	width: 175px;
	height: 166px;
	position: absolute;
	top: -40px;
	left: -44px;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transform: scale(.5,.5);
	-ms-transform:scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	-o-transform: scale(.5,.5);
	-moz-transform: scale(.5,.5);
}

#header a.header-buttons:hover span.hover-sparkles {
	opacity: 1;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

#header a.header-buttons:hover {
	background-position: left -85px;
}

#page-home #header a#home-button {
	display: none !important;
}

#header h1 {
	text-indent: -3000em;
	overflow: hidden;
	margin: 0 auto;
}

/* the jPlayer audio divs must be visible or jPlayer won't work (so we can't use display: none), but we want to hide it as best we can from the user */
#audio-player-fg {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 1px;
	height: 1px;
}
#audio-player-bg {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 1px;
	height: 1px;
}
/* Common content menu/detail link styles */

#content a.menu-link,
#content a.menu-link:visited,
#content a.menu-link:active,
#content a.menu-link:focus,
#content a.menu-link:hover,
#content a.detail-link,
#content a.detail-link:visited,
#content a.detail-link:active,
#content a.detail-link:focus,
#content a.detail-link:hover {
	display: block;
	outline: none;
	text-decoration: none;
}
#content a.menu-link,
#content a.menu-link:visited,
#content a.menu-link:active,
#content a.menu-link:focus,
#content a.menu-link:hover {
	position: absolute;
}
#content a.menu-link span,
#content a.menu-link:visited span,
#content a.menu-link:active span,
#content a.menu-link:focus span,
#content a.menu-link:hover span,
#content a.detail-link span,
#content a.detail-link:visited span,
#content a.detail-link:active span,
#content a.detail-link:focus span,
#content a.detail-link:hover span {
	display: none;
	position: absolute; /* this forces it to be a block element even though we have set display none so that when it fades in it displays block */
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	text-indent: -3000em;
	overflow: hidden;
	background-repeat: no-repeat;
}
#fox {
	-webkit-transform: translateZ(0);
	position: absolute;
	display: none;
	left: 785px;
	bottom: 30px;
	height: 240px;
}

#fox-content{ background: url(../images/fox.png) no-repeat; }

#fox-content.fox-01{ background-position: 0 0; width: 191px; height: 240px; } 
#fox-content.fox-02{ background-position: -193px 0; width: 251px; height: 240px; } 
#fox-content.fox-03{ background-position: -446px 0; width: 221px; height: 240px; } 
#fox-content.fox-04{ background-position: -669px 0; width: 216px; height: 240px; } 
#fox-content.fox-05{ background-position: -887px 0; width: 195px; height: 240px; } 
#fox-content.fox-06{ background-position: -1084px 0; width: 269px; height: 240px; } 
#fox-content.fox-07{ background-position: -1355px 0; width: 210px; height: 240px; } 
#fox-content.fox-08{ background-position: -1567px 0; width: 224px; height: 240px; } 
#fox-content.fox-09{ background-position: -1793px 0; width: 195px; height: 240px; } 


/* BEGIN Home page / main menu styles */

.main #background, .alphabet #background, .numbers #background {
	background: #247dc0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0N2RjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzdjZDhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #247dc0 0%, #7cd8ff 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#247dc0), color-stop(60%,#7cd8ff));
	background: -webkit-linear-gradient(top,  #247dc0 0%,#7cd8ff 60%);
	background: -o-linear-gradient(top,  #247dc0 0%,#7cd8ff 60%);
	background: -ms-linear-gradient(top,  #247dc0 0%,#7cd8ff 60%);
	background: linear-gradient(to bottom,  #247dc0 0%,#7cd8ff 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247dc0', endColorstr='#7cd8ff',GradientType=0 );
}

#page-home #content a.menu-link,
#page-words-phrases #content a.menu-link,
#page-culture #content a.menu-link {
	background-image: url(../images/tree-menu-hover.png);
	background-repeat: no-repeat;
	background-position: 1000px 1000px;
	opacity : 0;
	transition: background-position 0 linear 1s, opacity 0.5s linear;
	-moz-transition: background-position 0 linear 1s, opacity 0.5s linear;
	-webkit-transition: background-position 0 linear 1s, opacity 0.5s linear;
	-o-transition: background-position 0 linear 1s, opacity 0.5s linear;
	/* For Tablet
	transition: background-position 0 linear 1s;
	-moz-transition: background-position 0 linear 1s;
	-webkit-transition: background-position 0 linear 1s;
	-o-transition: background-position 0 linear 1s;
	*/
}

#page-home #content a.menu-link:hover,
#page-words-phrases #content a.menu-link:hover,
#page-culture #content a.menu-link:hover {

	opacity : 1;
	transition: background-position 0, opacity 0.5s;
	-moz-transition: background-position 0, opacity 0.5s;
	-webkit-transition: background-position 0, opacity 0.5s;
	-o-transition: background-position 0, opacity 0.5s;
	/* For Tablet
	transition: background-position 0;
	-moz-transition: background-position 0;
	-webkit-transition: background-position 0;
	-o-transition: background-position 0;
	*/
}




#page-home #content a#link-alphabet {
	width: 110px;
	height: 183px;
	left: 181px;
	top: 138px;
}

#page-home #content a#link-alphabet:hover {
	background-position: -153px 0;
}

#page-home #content a#link-numbers {
	width: 132px;
	height: 199px;
	left: 333px;
	top: 161px;
}

#page-home #content a#link-numbers:hover {
	background-position: 0 -232px;
}

#page-home #content a#link-words-phrases {
	width: 183px;
	height: 156px;
	top: 284px;
	right: -43px;
}

#page-home #content a#link-words-phrases:hover {
	background-position: -692px -232px;
}

#page-home #content a#link-culture {
	width: 198px;
	height: 164px;
	right: 107px;
	top: 120px;
}

#page-home #content a#link-culture:hover {
	background-position: -1431px 0;
}


#page-home #content a#link-parent-guide {
	width: 153px;
	height: 76px;
	left: 85px;
	top: 528px;
}

#page-home #content a#link-parent-guide:hover {
	background-position: -294px -232px;
}


#page-home #content a#link-about-us {
	width: 143px;
	height: 76px;
	left: 315px;
	top: 538px;
}

#page-home #content a#link-about-us:hover {
	background-position: 0 0;
}

#page-home #content a#link-calendar {
	width: 127px; 
	height: 220px; 
	left: 487px;
	top: 141px;
}

#page-home #content a#link-calendar:hover {
	background-position: -472px 0;
}

#page-home #content a#link-communities {
	width: 226px;
	height: 121px;
	left: -52px;
	top: 245px;
}

#page-home #content a#link-communities:hover {
	background-position: -769px 0;
}




/* END home page / main menu styles */

/* BEGIN Frameset styles */

.framed-item-set .detail-link,
.framed-item-set .detail-link span,
#content #carousel-container .detail-link,
#content #carousel-container .detail-link span
{
	background-image: url(../images/frames.png);
	background-repeat: no-repeat;
}

.framed-item-set {
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.framed-item-set .detail-link {
	width: 186px;
	height: 186px;
	text-align: center;
	float: left;
	position: relative;
	color: #872287;
	font-size: 20px;
	font-weight: bold;
	background-position: 0 -194px;
}

.framed-item-set .detail-link img {
	display: block;
	padding: 30px 0px 22px 31px;
}

.framed-item-set .detail-link span {
	background-position: -212px 0;
}

/* END Frameset styles */

/* BEGIN Carousel styles */

#carousel-container {
	padding: 0;
	width: 936px;
	margin: 15px auto 0;
	height: 375px;
	position: relative;
	outline: none;
}

#carousel-container .close-button {
	right: 0;
	top: 0;
	z-index: 50;
}

#carousel-container ul {
	margin: 0;
	list-style: none;
	width: 762px;
	height: 380px;
}

#carousel-container ul li {
	float: left;
	width: 784px;
	height: 380px;
	padding: 0 0 0 10px;
}

#carousel-container .carousel-wrap {
	width: 794px;
	margin: 0 auto;
}

#carousel-container a.carousel-control,
#carousel-container a.carousel-control:visited,
#carousel-container a.carousel-control:active,
#carousel-container a.carousel-control:focus {
	display: block;
	width: 108px;
	height: 103px;
	text-indent: -3000em;
	overflow: hidden;
	outline: none;
	position: absolute;
	background-image: url(../images/carousel-nav-buttons.png);
	background-repeat: no-repeat;
}
#carousel-container a.carousel-control.disabled {
	-moz-opacity: 0.30;
	filter: alpha(opacity=30); /* for IE */
	opacity: 0.30;
}
#carousel-container a.carousel-control span {
	display: none;
	position: absolute;
	width: inherit;
	height: inherit;
	left: 0;
	top: 0;
	background-image: url(../images/carousel-nav-buttons.png);
	background-repeat: no-repeat;
}
#carousel-container a.carousel-previous,
#carousel-container a.carousel-previous:visited,
#carousel-container a.carousel-previous:active,
#carousel-container a.carousel-previous:focus{
	left: -32px;
	top: 134px;
	background-position: left top;
}
#carousel-container a.carousel-previous span,
#carousel-container a.carousel-previous:visited span,
#carousel-container a.carousel-previous:active span,
#carousel-container a.carousel-previous:focus span,
#carousel-container a.carousel-previous:hover span {
	background-position: left -103px;
}
#carousel-container a.carousel-next,
#carousel-container a.carousel-next:visited,
#carousel-container a.carousel-next:active,
#carousel-container a.carousel-next:focus {
	right: -32px;
	top: 134px;
	background-position: -108px top;
}
#carousel-container a.carousel-next span,
#carousel-container a.carousel-next:visited span,
#carousel-container a.carousel-next:active span,
#carousel-container a.carousel-next:focus span,
#carousel-container a.carousel-next:hover span {
	background-position: -108px -103px;
}
#content #carousel-container .detail-link {
	width: 146px;
	height: 146px;
	padding: 20px 30px 24px 20px;
	float: left;
	position: relative;
	margin: 0;
}

#page-words-phrases-food #content #carousel-container .detail-link {
	height: 156px;
}

#content #carousel-container .detail-link span {
	position: absolute;
	width: 196px;
	height: 190px;
	left: 0;
	top: 0;
	background-position: -196px -200px;
}

#animals-carousel {
	outline: none;
}
#cooking-carousel {
	outline: none;
}
#food-carousel {
	outline: none;
}
/* END Carousel styles */

/* BEGIN Alphabet styles */

/* Section styles */

.alphabet #popup-background {
	background: url(../images/alphabet_numbers/popup-bg.png) center bottom no-repeat;
}

.alphabet #popup-content {
	border-color: #dc0000 !important; /* Override this in section styles */
}

.alphabet #popup a,
.alphabet #popup a:visited,
.alphabet #popup a:active,
.alphabet #popup a:focus,
.alphabet #popup a:hover {
	color: #dc0000 !important; /* Override this in section styles */
}

.alphabet #popup h2,
.alphabet #popup h2 a {
	color: #dc0000 !important; /* Override this in section styles */
}

/* Page styles */

#page-alphabet #content-background,
#page-alphabet-vowels #content-background,
#page-numbers #content-background
{
	background-image: url('../images/alphabet_numbers/content.png');
	background-repeat: no-repeat;
	left: 50%;
}

#page-alphabet #content-background{ background-position: 0 0; width: 950px; height: 485px; margin-top: 140px; margin-left: -475px; } 
#page-numbers #content-background{ background-position: 0 -495px; width: 1320px; height: 484px; margin-top: 180px; margin-left: -660px; } 
#page-alphabet-vowels #content-background{ background-position: 0 -989px; width: 760px; height: 291px; margin-top: 170px; margin-left: -380px; } 

#page-alphabet #content #link-vowels {
	width: 398px;
	height: 133px;
	left: 694px;
	bottom: 30px;
}

#page-alphabet #content #link-vowels #cloud_container{
	top: 67px;
}

#page-alphabet #content #link-vowels .cloud_title{
	transform: scale(1.4,1.25);
	-ms-transform: scale(1.4,1.25);
	-webkit-transform: scale(1.4,1.25); 
	-o-transform: scale(1.4,1.25); 
	-moz-transform: scale(1.4,1.25);
}

#page-alphabet #content #link-vowels .cloud_title .poof1{
	top: -42px;
	left: -20px;
}


#page-alphabet #content #link-vowels #cloud_container #cloud_title_content{
	background-position: 0 -1345px; width: 175px; height: 34px; margin: -20px 0 0 85px;
}


#page-alphabet #content #link-vowels span {
	display: block;
	position: absolute;
	left: 232px;
	top: -60px;
	width: 126px;
	height: 120px;
	background-position: -558px 0;
	text-indent: -3000em;
	overflow: hidden;
	transform: scale(.55,.55);
	-ms-transform: scale(.55,.55);
	-webkit-transform: scale(.55,.55);
	-o-transform: scale(.55,.55);
	-moz-transform: scale(.55,.55);
}

#page-alphabet #alphabet-letters {
	margin: 20px auto 0;
	width: 950px;
	height: 485px;
}

.alphabet .letters-row {
	height: 97px;
}
#page-alphabet .letters-row {
	width: 950px;
}
#page-alphabet .letters-row.last {
	width: 665px !important;
}
#alphabet-letters .letters-row a.detail-link,
#alphabet-letters .letters-row a.detail-link:visited,
#alphabet-letters .letters-row a.detail-link:active,
#alphabet-letters .letters-row a.detail-link:focus {
	float: left;
	position: relative;
	width: 95px;
	height: 97px;
	font-size: 24px;
}
#page-alphabet #alphabet-letters .letters-row a.detail-link,
#page-alphabet-vowels #alphabet-letters .letters-row a.detail-link,
#page-numbers .numbers-row a {
	background-image: url(../images/alphabet_numbers/rollovers.png);
	background-repeat: no-repeat;
	background-position: 1000px 1000px;
	opacity: 0;
	transition: background-position 0 linear 1s, opacity 0.5s linear;
	-moz-transition: background-position 0 linear 1s, opacity 0.5s linear;
	-webkit-transition: background-position 0 linear 1s, opacity 0.5s linear;
	-o-transition: background-position 0 linear 1s, opacity 0.5s linear;

	/* For Tablet
	transition: background-position 0 linear 1s;
	-moz-transition: background-position 0 linear 1s;
	-webkit-transition: background-position 0 linear 1s;
	-o-transition: background-position 0 linear 1s;
	*/
}

#page-alphabet #alphabet-letters .letters-row a.detail-link:hover,
#page-alphabet-vowels #alphabet-letters .letters-row a.detail-link:hover,
#page-numbers .numbers-row a:hover {
	opacity: 1;
	transition: background-position 0, opacity 0.5s;
	-moz-transition: background-position 0, opacity 0.5s;
	-webkit-transition: background-position 0, opacity 0.5s;
	-o-transition: background-position 0, opacity 0.5s;
	/* 	For Tablet
	transition: background-position 0;
	-moz-transition: background-position 0;
	-webkit-transition: background-position 0;
	-o-transition: background-position 0;
	*/
}

/* First row */
#page-alphabet #alphabet-letters .letters-row a#letter-question:hover{
	background-position: left top;
}

#page-alphabet #alphabet-letters .letters-row a#letter-a:hover {
	background-position: -95px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-b:hover {
	background-position: -190px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-ch:hover {
	background-position: -285px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-chaccent:hover {
	background-position: -380px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-d:hover {
	background-position: -475px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-dh:hover {
	background-position: -570px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-ddh:hover {
	background-position: -665px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-dl:hover {
	background-position: -760px top;
}
#page-alphabet #alphabet-letters .letters-row a#letter-dz:hover {
	background-position: -855px top;
}
/* Second row */
#page-alphabet #alphabet-letters .letters-row a#letter-e:hover {
	background-position: left -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-f:hover {
	background-position: -95px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-g:hover {
	background-position: -190px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-gh:hover {
	background-position: -285px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-h:hover {
	background-position: -380px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-i:hover {
	background-position: -475px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-j:hover {
	background-position: -570px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-k:hover {
	background-position: -665px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-kaccent:hover {
	background-position: -760px -97px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-l:hover {
	background-position: -855px -97px;
}
/* Third row */
#page-alphabet #alphabet-letters .letters-row a#letter-lcrossed:hover {
	background-position: left -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-m:hover {
	background-position: -95px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-mb:hover {
	background-position: -190px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-n:hover {
	background-position: -285px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-nd:hover {
	background-position: -380px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-o:hover {
	background-position: -475px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-p:hover {
	background-position: -570px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-paccent:hover {
	background-position: -665px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-r:hover {
	background-position: -760px -194px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-s:hover {
	background-position: -855px -194px;
}
/* Fourth row */
#page-alphabet #alphabet-letters .letters-row a#letter-sh:hover {
	background-position: left -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-t:hover {
	background-position: -95px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-taccent:hover {
	background-position: -190px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-th:hover {
	background-position: -285px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-tth:hover {
	background-position: -380px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-tthaccent:hover {
	background-position: -475px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-tlcrossed:hover {
	background-position: -570px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-tlcrossedaccent:hover {
	background-position: -665px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-ts:hover {
	background-position: -760px -291px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-tsaccent:hover {
	background-position: -855px -291px;
}
/* Fifth row */
#page-alphabet #alphabet-letters .letters-row a#letter-u:hover {
	background-position: left -388px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-v:hover {
	background-position: -95px -388px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-w:hover {
	background-position: -190px -388px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-x:hover {
	background-position: -285px -388px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-y:hover {
	background-position: -380px -388px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-z:hover {
	background-position: -475px -388px;
}
#page-alphabet #alphabet-letters .letters-row a#letter-zh:hover {
	background-position: -570px -388px;
}

/* Vowels sub-page */

#page-alphabet-vowels #cloud_title_content {
	background-position: 0 -221px; width: 210px; height: 46px;
}

#page-alphabet-vowels #content {
	background: url(../images/alphabet_numbers/background.png) right bottom no-repeat;
}

#page-alphabet-vowels #content #link-alphabet {
	width: 398px;
	height: 133px;
	left: 0;
	bottom: 30px;
}


#page-alphabet-vowels #content #link-alphabet #cloud_container{
	top: 67px;
}

#page-alphabet-vowels #content #link-alphabet .cloud_title{
	transform: scale(1.4,1.25);
	-ms-transform: scale(1.4,1.25);
	-webkit-transform: scale(1.4,1.25); 
	-o-transform: scale(1.4,1.25); 
	-moz-transform: scale(1.4,1.25);
}

#page-alphabet-vowels #content #link-alphabet .cloud_title .poof1{
	top: -42px;
	left: -20px;
}

#page-alphabet-vowels #content #link-alphabet #cloud_container #cloud_title_content{
	background-position: 0 -1303px; width: 217px; height: 32px; margin: -20px 0 0 130px;
}

#page-alphabet-vowels #content #link-alphabet span {
	display: block;
	position: absolute;
	left: 33px;
	top: -65px;
	width: 126px;
	height: 120px;
	background-position: -558px 0;
	text-indent: -3000em;
	overflow: hidden;
	transform: scale(.55,.55) rotate(180deg);
	-ms-transform: scale(.55,.55) rotate(180deg);
	-webkit-transform: scale(.55,.55) rotate(180deg);
	-o-transform: scale(.55,.55) rotate(180deg);
	-moz-transform: scale(.55,.55) rotate(180deg);

}

#page-alphabet-vowels #alphabet-letters {
	margin: 50px auto 0;
	width: 760px;
	height: 288px;
}

#page-alphabet-vowels .letters-row {
	width: 760px;
	margin: 0 auto;
}

#page-alphabet-vowels .letters-row.last {
	width: 380px !important;
}


#page-alphabet-vowels #alphabet-letters .letters-row a#letter-a1:hover {
	background-position: left -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-a2:hover {
	background-position: -95px -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-a3:hover {
	background-position: -190px -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-a4:hover {
	background-position: -285px -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-e1:hover {
	background-position: -380px -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-e2:hover {
	background-position: -475px -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-e3:hover {
	background-position: -570px -822px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-e4:hover {
	background-position: -665px -822px;
}

/* second row */
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-i1:hover {
	background-position: left -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-i2:hover {
	background-position: -95px -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-i3:hover {
	background-position: -190px -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-i4:hover {
	background-position: -285px -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-o1:hover {
	background-position: -380px -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-o2:hover {
	background-position: -475px -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-o3:hover {
	background-position: -570px -919px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-o4:hover {
	background-position: -665px -919px;
}


#page-alphabet-vowels #alphabet-letters .letters-row a#letter-u1:hover {
	background-position: -190px -1016px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-u2:hover {
	background-position: -285px -1016px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-u3:hover {
	background-position: -380px -1016px;
}
#page-alphabet-vowels #alphabet-letters .letters-row a#letter-u4:hover {
	background-position: -475px -1016px;
}

/* END Alphabet Styles */

/* BEGIN Numbers styles */

/* Section styles */


.numbers #popup-background {
	background: url(../images/alphabet_numbers/popup-bg.png) center bottom no-repeat;
}

.alphabet #popup-content {
	border-color: #0015dc !important; /* Override this in section styles */
}

.alphabet #popup a,
.alphabet #popup a:visited,
.alphabet #popup a:active,
.alphabet #popup a:focus,
.alphabet #popup a:hover {
	color: #0015dc !important; /* Override this in section styles */
}

.alphabet #popup h2,
.alphabet #popup h2 a {
	color: #0015dc !important; /* Override this in section styles */
}

/* Page styles */

#page-numbers .numbers-row {
	width: 870px;
	margin: 0 auto;
}
#page-numbers #numbers-row1 {
	padding: 56px 0 0;
	height: 164px;
}

#page-numbers #numbers-row2 {
	padding: 83px 0 0;
	height: 173px;
}

#page-numbers .numbers-row a,
#page-numbers .numbers-row a:visited,
#page-numbers .numbers-row a:active,
#page-numbers .numbers-row a:focus,
#page-numbers .numbers-row a:hover {
	width: 174px;
	position: relative;
	float: left;
}

#page-numbers #numbers-row1 a,
#page-numbers #numbers-row1 a:visited,
#page-numbers #numbers-row1 a:active,
#page-numbers #numbers-row1 a:focus,
#page-numbers #numbers-row1 a:hover {
	height: 164px;
}

#page-numbers #numbers-row2 a,
#page-numbers #numbers-row2 a:visited,
#page-numbers #numbers-row2 a:active,
#page-numbers #numbers-row2 a:focus,
#page-numbers #numbers-row2 a:hover {
	height: 173px;
}
/*
#page-numbers .numbers-row a span,
#page-numbers .numbers-row a:visited span,
#page-numbers .numbers-row a:active span,
#page-numbers .numbers-row a:focus span,
#page-numbers .numbers-row a:hover span {
	background-image: url(../images/numbers/numbers-rollover.png);
}
*/
#page-numbers #number-01:hover {
	background-position: left -485px;
}
#page-numbers #number-02:hover {
	background-position: -174px -485px;
}
#page-numbers #number-03:hover {
	background-position: -348px -485px;
}
#page-numbers #number-04:hover {
	background-position: -522px -485px;
}
#page-numbers #number-05:hover {
	background-position: -696px -485px;
}
#page-numbers #number-06:hover {
	background-position: left -649px;
}
#page-numbers #number-07:hover {
	background-position: -174px -649px;
}
#page-numbers #number-08:hover {
	background-position: -348px -649px;
}
#page-numbers #number-09:hover {
	background-position: -522px -649px;
}
#page-numbers #number-10:hover {
	background-position: -696px -649px;
}

/* END Numbers Styles */


/* BEGIN Calendar Section */

.calendar #background{
	background: #2b2d35;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMmQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzYwNzY5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #2b2d35 0%, #607691 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2d35), color-stop(60%,#607691));
	background: -webkit-linear-gradient(top,  #2b2d35 0%,#607691 60%);
	background: -o-linear-gradient(top,  #2b2d35 0%,#607691 60%);
	background: -ms-linear-gradient(top,  #2b2d35 0%,#607691 60%);
	background: linear-gradient(to bottom,  #2b2d35 0%,#607691 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2d35', endColorstr='#607691',GradientType=0 );
}

#page-calendar #content-background {
	background-image: url(../images/calendar/background.png);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -595px;
	margin-top: 170px;
}

#page-calendar #popup-background  {
	background-image: url(../images/calendar/popup-bg.png);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -600px;
	margin-top: 325px;
}

#page-calendar .item-set {
	width: 888px;
	padding-top: 50px;
	margin: auto;
}

#page-calendar .item-set .detail-link{
	float: left;
	width: 134px;
	height: 145px;
	margin: 0 6px 20px 6px;
	position: relative;
}

#page-calendar #popup-content{
	border-color: #742e27 !important;
}

#page-calendar #popup h3{
	color: #e3fdfd !important;
	text-shadow: none;
}

/* END Calendar Section */


/* BEGIN Communities Section */

.communities #background{
	background: #030e1d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMGUxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzA1MWIzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #030e1d 0%, #051b36 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030e1d), color-stop(60%,#051b36));
	background: -webkit-linear-gradient(top,  #030e1d 0%,#051b36 60%);
	background: -o-linear-gradient(top,  #030e1d 0%,#051b36 60%);
	background: -ms-linear-gradient(top,  #030e1d 0%,#051b36 60%);
	background: linear-gradient(to bottom,  #030e1d 0%,#051b36 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030e1d', endColorstr='#051b36',GradientType=0 );
}

#page-communities #content-background,
#page-communities-fort-simpson #content-background,
#page-communities-fort-liard #content-background,
#page-communities-fort-providence #content-background,
#page-communities-hay-river #content-background,
#page-communities-jean-marie-river #content-background,
#page-communities-kakisa #content-background,
#page-communities-nahanni-butte #content-background,
#page-communities-trout-lake #content-background,
#page-communities-wrigley #content-background
{
	background-image: url(../images/communities/background.png);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -676px;
	margin-top: 0;
}

#page-communities-fort-simpson #content-background,
#page-communities-fort-liard #content-background,
#page-communities-fort-providence #content-background,
#page-communities-hay-river #content-background,
#page-communities-jean-marie-river #content-background,
#page-communities-kakisa #content-background,
#page-communities-nahanni-butte #content-background,
#page-communities-trout-lake #content-background,
#page-communities-wrigley #content-background
{
	background-position: 0 -678px;
}

#page-communities #popup-background,
#page-communities-fort-simpson #popup-background,
#page-communities-fort-liard #popup-background,
#page-communities-fort-providence #popup-background,
#page-communities-hay-river #popup-background,
#page-communities-jean-marie-river #popup-background,
#page-communities-kakisa #popup-background,
#page-communities-nahanni-butte #popup-background,
#page-communities-trout-lake #popup-background,
#page-communities-wrigley #popup-background {
	background-image: url(../images/communities/popup-bg.png);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -676px;
	margin-top: 0;
}

#page-communities .menu-link{
	position: absolute;
	background-image: url(../images/communities/names.png);
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.5s linear 0;
	-moz-transition: opacity 0.5s linear 0;
	-webkit-transition: opacity 0.5s linear 0;
	-o-transition: opacity 0.5s linear 0;
}

#page-communities .menu-link:hover{
	opacity: 1;
}

#page-communities #popup-content{
	border-color: #742e27 !important;
}

#page-communities #popup h3{
	color: #e3fdfd !important;
	text-shadow: none;
}

/* Communities Rollover */

#link-fort-liard{ background-position: 0 0; width: 117px; height: 64px; top: 498px; left: 342px; } 
#link-fort-providence{ background-position: 0 -74px; width: 205px; height: 45px; top: 450px; left: 656px; } 
#link-fort-simpson{ background-position: 0 -129px; width: 179px; height: 40px; top: 372px; left: 477px; } 
#link-hay-river{ background-position: 0 -184px; width: 138px; height: 45px; left: 740px; top: 519px; } 
#link-jean-marie-river{ background-position: 0 -239px; width: 208px; height: 40px; top: 413px; left: 508px; } 
#link-kakisa{ background-position: 0 -294px; width: 83px; height: 63px; top: 498px; left: 627px; } 
#link-nahanni-butte{ background-position: 0 -373px; width: 180px; height: 50px; top: 444px; left: 363px; } 
#link-trout-lake{ background-position: 0 -433px; width: 148px; height: 45px; top: 519px; left: 458px;} 
#link-wrigley{ background-position: 0 -488px; width: 122px; height: 45px; top: 211px; left: 404px; } 


#community-details{
	margin: 40px 0 0 98px;
}

#community-details h1{
	margin: 0;
	padding: 0 0 10px 0;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Dene',sans-serif;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

#community-details h1:after{
	content: '';
	width: 400px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff',GradientType=1 );
}

#community-stats{
	color: #fff;
	padding: 9px 0 0 0;
	font-size: 15px;
}

#community-item-set{
	width: 790px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#community-item-set .detail-link{
	width: 181px;
	height: 139px;
	margin: 0 5px 20px 5px;
	display: inline-block !important;
	border: 1px solid #fff;
	-moz-box-shadow: 2px 2px 20px #000;
	-webkit-box-shadow: 2px 2px 20px #000;
	box-shadow: 2px 2px 20px #000;
}

#page-communities-fort-simpson #popup-content,
#page-communities-fort-liard #popup-content,
#page-communities-fort-providence #popup-content,
#page-communities-hay-river #popup-content,
#page-communities-kakisa #popup-content,
#page-communities-nahanni-butte #popup-content,
#page-communities-jean-marie-river #popup-content,
#page-communities-trout-lake #popup-content,
#page-communities-wrigley #popup-content
{
	border-color: #742e27 !important;
}

#page-communities-fort-simpson #popup h3,
#page-communities-fort-liard #popup h3,
#page-communities-fort-providence #popup h3,
#page-communities-hay-river #popup h3,
#page-communities-kakisa #popup h3,
#page-communities-nahanni-butte #popup h3,
#page-communities-jean-marie-river #popup h3,
#page-communities-trout-lake #popup h3,
#page-communities-wrigley #popup h3
{
	color: #e3fdfd !important;
	text-shadow: none;
}

#page-communities-fort-simpson #popup-subtitle,
#page-communities-fort-liard #popup-subtitle,
#page-communities-fort-providence #popup-subtitle,
#page-communities-hay-river #popup-subtitle,
#page-communities-kakisa #popup-subtitle,
#page-communities-nahanni-butte #popup-subtitle,
#page-communities-jean-marie-river #popup-subtitle,
#page-communities-trout-lake #popup-subtitle,
#page-communities-wrigley #popup-subtitle
{
	white-space: nowrap;
	font-size: 50px;
}



/* END Communities Section */

/* BEGIN Words and Phrases section styles */

#page-words-phrases #background {
	background: #e44d11;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0NGQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZWRhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #e44d11 0%, #ffeda1 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e44d11), color-stop(60%,#ffeda1));
	background: -webkit-linear-gradient(top,  #e44d11 0%,#ffeda1 60%);
	background: -o-linear-gradient(top,  #e44d11 0%,#ffeda1 60%);
	background: -ms-linear-gradient(top,  #e44d11 0%,#ffeda1 60%);
	background: linear-gradient(to bottom,  #e44d11 0%,#ffeda1 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44d11', endColorstr='#ffeda1',GradientType=0 );
}

/** WORDS PHRASES BACKGROUNDS **/

#page-words-phrases-greetings #content-background,
#page-words-phrases-animals #content-background,
#page-words-phrases-family #content-background,
#page-words-phrases-food #content-background {
	background-image: url(../images/words_phrases/background.png);
	background-repeat: no-repeat;
	left: 50%;
}

#page-words-phrases-greetings #content-background {
	background-position: 0 -1169px; width: 1314px; height: 491px; margin-left: -658px; margin-top: 177px;
}

#page-words-phrases-animals #content-background {
	background-position: 0 0; width: 1240px; height: 350px; margin-left: -620px; margin-top: 340px;
}

#page-words-phrases-family #content-background {
	background-position: 0 -360px; width: 1175px; height: 365px; margin-left: -587px; margin-top: 312px;
}

#page-words-phrases-food #content-background {
	background-position: 0 -735px; width: 1176px; height: 424px; margin-left: -588px; margin-top: 250px;
}

/** WORDS PHRASES POPUP BACKGROUND **/

#page-words-phrases-animals #popup-background,
#page-words-phrases-colours #popup-background,
#page-words-phrases-family #popup-background,
#page-words-phrases-food #popup-background,
#page-words-phrases-greetings #popup-background  {
	background-image: url(../images/words_phrases/popup-bg.png);
	background-repeat: no-repeat;
	left: 50%;
}

#page-words-phrases-animals #popup-background {
	background-position: 0 0; width: 1210px; height: 402px; margin-left: -605px; margin-top: 275px;
}

#page-words-phrases-colours #popup-background {
	background-position: 0 -412px; width: 1633px; height: 493px; margin-left: -817px; margin-top: 176px;
}

#page-words-phrases-family #popup-background {
	background-position: 0 -915px; width: 1221px; height: 429px; margin-left: -610px; margin-top: 243px;
}

#page-words-phrases-food #popup-background {
	background-position: 0 -1354px; width: 1275px; height: 347px; margin-left: -637px; margin-top: 321px;
}

#page-words-phrases-greetings #popup-background {
	background-position: 0 -1711px; width: 1183px; height: 332px; margin-left: -591px;  margin-top: 337px;
}

/** WORDS PHRASES CONTENT **/

#page-words-phrases-colours #content-background {
	background: url(../images/words_phrases/content.png) center bottom no-repeat;
}


#page-words-phrases #content a#link-greetings {
	width: 230px;
	height: 125px;
	left: -55px;
	top: 243px;
}

#page-words-phrases #content a#link-greetings:hover{
	background-position: -1968px 0;
}

#page-words-phrases #content a#link-food {
	width: 197px;
	height: 161px;
	right: 106px;
	top: 125px;
}

#page-words-phrases #content a#link-food:hover {
	background-position: -1761px 0;
}


#page-words-phrases #content a#link-animals {
	width: 189px;
	height: 158px;
	right: -40px;
	top: 286px;
}

#page-words-phrases #content a#link-animals:hover {
	background-position: -273px 0;
}


#page-words-phrases #content a#link-family {
	width: 112px;
	height: 199px; 
	left: 175px;
	top: 122px;
}

#page-words-phrases #content a#link-family:hover {
	background-position: -1639px 0;
}

#page-words-phrases #content a#link-colours {
	width: 150px;
	height: 222px;
	left: 478px;
	top: 140px;
}

#page-words-phrases #content a#link-colours:hover {
	background-position: -609px 0;
}

/* BEGIN Greetings sub-page */

#page-words-phrases-greetings .framed-item-set {
	width: 855px;
	padding-top: 20px;
}

#page-words-phrases-greetings .framed-item-set .detail-link{
	margin: 0 49px 56px 49px;
}

#page-words-phrases-greetings .framed-item-set .detail-link div{
	width: 250px;
	margin-left: -28px;
	text-align: center;
	line-height: 100%;
}

#page-words-phrases-greetings .framed-item-set .detail-link img{
	padding: 30px 0px 39px 31px;
}

#page-words-phrases-greetings #background, #page-words-phrases-family #background {
	background: #02b0b3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzNlZjJjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #02b0b3 0%, #3ef2ce 61%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02b0b3), color-stop(61%,#3ef2ce));
	background: -webkit-linear-gradient(top,  #02b0b3 0%,#3ef2ce 61%);
	background: -o-linear-gradient(top,  #02b0b3 0%,#3ef2ce 61%);
	background: -ms-linear-gradient(top,  #02b0b3 0%,#3ef2ce 61%);
	background: linear-gradient(to bottom,  #02b0b3 0%,#3ef2ce 61%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b0b3', endColorstr='#3ef2ce',GradientType=0 );

}

#page-words-phrases-greetings #popup h3 {
	font-size: 45px;
}
#page-words-phrases-greetings #popup h3 a {
	font-size: 45px;
}

/* END Greetings sub-page styles */

/* BEGIN Food sub-page */

#page-words-phrases-food #carousel-container .carousel-wrap{
	height: 430px !important;
}

#page-words-phrases-food .detail-link div{
	width: 200px;
	margin-left: -24px;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 20px;
}

#page-words-phrases-food #background {
	background: #f9d923;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZDkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y5ZmU2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #f9d923 0%, #f9fe64 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d923), color-stop(60%,#f9fe64));
	background: -webkit-linear-gradient(top,  #f9d923 0%,#f9fe64 60%);
	background: -o-linear-gradient(top,  #f9d923 0%,#f9fe64 60%);
	background: -ms-linear-gradient(top,  #f9d923 0%,#f9fe64 60%);
	background: linear-gradient(to bottom,  #f9d923 0%,#f9fe64 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d923', endColorstr='#f9fe64',GradientType=0 );
}

/* END Food sub-page styles */

/* BEGIN Animals sub-page */

#page-words-phrases-animals #background {
	background: #a25419;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyNTQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2NkOWY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #a25419 0%, #cd9f6b 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a25419), color-stop(60%,#cd9f6b));
	background: -webkit-linear-gradient(top,  #a25419 0%,#cd9f6b 60%);
	background: -o-linear-gradient(top,  #a25419 0%,#cd9f6b 60%);
	background: -ms-linear-gradient(top,  #a25419 0%,#cd9f6b 60%);
	background: linear-gradient(to bottom,  #a25419 0%,#cd9f6b 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a25419', endColorstr='#cd9f6b',GradientType=0 );
}

/* END Animals sub-page styles */

/* BEGIN Family sub-page */

#page-words-phrases-family #item-set-1 {
	width: 980px;
}

#page-words-phrases-family #item-set-2 {
	width: 780px;
}

#page-words-phrases-family .framed-item-set .detail-link {
	margin: 2px 9px 53px 0px;
}

#page-words-phrases-family .framed-item-set .detail-link img {
	padding: 31px 40px 35px 30px;
}

#page-words-phrases-family .framed-item-set .detail-link div{
	width: 175px;
	margin-left: 5px;
	text-align: center;
	line-height: 22px;
}

#page-words-phrases-family .framed-item-set .detail-link span {
	background-position: -262px top;
}


/* END Family sub-page styles */

/* BEGIN Colours sub-page */

#page-words-phrases-colours #background {
	background: #34b7c6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YjdjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2E3ZjlmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #34b7c6 0%, #a7f9f4 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34b7c6), color-stop(60%,#a7f9f4));
	background: -webkit-linear-gradient(top,  #34b7c6 0%,#a7f9f4 60%);
	background: -o-linear-gradient(top,  #34b7c6 0%,#a7f9f4 60%);
	background: -ms-linear-gradient(top,  #34b7c6 0%,#a7f9f4 60%);
	background: linear-gradient(to bottom,  #34b7c6 0%,#a7f9f4 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b7c6', endColorstr='#a7f9f4',GradientType=0 );

}



#page-words-phrases-colours #popup h2 {
	font-size: 50px;
}
#page-words-phrases-colours #popup h2 a {
	font-size: 50px;
}

#page-words-phrases-colours #colour-icons {
	position: relative;
	width: 980px;
	height: 555px;
}

#page-words-phrases-colours #content #colour-icons a.detail-link,
#page-words-phrases-colours #content #colour-icons a.detail-link:visited,
#page-words-phrases-colours #content #colour-icons a.detail-link:focus,
#page-words-phrases-colours #content #colour-icons a.detail-link:active,
#page-words-phrases-colours #content #colour-icons a.detail-link:hover {
	position: absolute;
	width: 164px;
	height: 113px;
}

#page-words-phrases-colours #content #colour-icons a.detail-link {
	background-image: url(../images/words_phrases/rollovers.png);
	background-repeat: no-repeat;
	background-position: 1000px 1000px;
	
	opacity: 0;
	transition: background-position 0 linear 1s, opacity 0.5s linear;
	-moz-transition: background-position 0 linear 1s, opacity 0.5s linear;
	-webkit-transition: background-position 0 linear 1s, opacity 0.5s linear;
	-o-transition: background-position 0 linear 1s, opacity 0.5s linear;
	
	/*  For Tablet
	transition: background-position 0 linear 1s;
	-moz-transition: background-position 0 linear 1s;
	-webkit-transition: background-position 0 linear 1s;
	-o-transition: background-position 0 linear 1s;
	*/
}

#page-words-phrases-colours #content #colour-icons a.detail-link:hover {
	
	
	opacity: 1;
	transition: background-position 0, opacity 0.5s;
	-moz-transition: background-position 0, opacity 0.5s;
	-webkit-transition: background-position 0, opacity 0.5s;
	-o-transition: background-position 0, opacity 0.5s;
	/*For Tablet
	transition: background-position 0;
	-moz-transition: background-position 0;
	-webkit-transition: background-position 0;
	-o-transition: background-position 0;
	*/
}

#page-words-phrases-colours #content #colour-icons a#colour-red {
	left: 185px;
	top: 19px;
}

#page-words-phrases-colours #content #colour-icons a#colour-red:hover {
	background-position: left top;
}

#page-words-phrases-colours #content #colour-icons a#colour-blue {
	left: 415px;
	top: 18px;
}

#page-words-phrases-colours #content #colour-icons a#colour-blue:hover {
	background-position: -164px top;
}

#page-words-phrases-colours #content #colour-icons a#colour-purple {
	left: 650px;
	top: 16px;
}

#page-words-phrases-colours #content #colour-icons a#colour-purple:hover {
	background-position: -328px top;
}

#page-words-phrases-colours #content #colour-icons a#colour-yellow {
	left: 186px;
	top: 157px;
}

#page-words-phrases-colours #content #colour-icons a#colour-yellow:hover {
	background-position: left -113px;
}

#page-words-phrases-colours #content #colour-icons a#colour-green {
	left: 420px;
	top: 158px;
}

#page-words-phrases-colours #content #colour-icons a#colour-green:hover {
	background-position: -164px -113px;
}

#page-words-phrases-colours #content #colour-icons a#colour-orange {
	left: 658px;
	top: 153px;
}

#page-words-phrases-colours #content #colour-icons a#colour-orange:hover {
	background-position: -328px -113px;
}

#page-words-phrases-colours #content #colour-icons a#colour-white {
	left: 185px;
	top: 294px;
}

#page-words-phrases-colours #content #colour-icons a#colour-white:hover {
	background-position: left -226px;
}

#page-words-phrases-colours #content #colour-icons a#colour-black {
	left: 421px;
	top: 295px;
}

#page-words-phrases-colours #content #colour-icons a#colour-black:hover {
	background-position: -164px -226px;
}

#page-words-phrases-colours #content #colour-icons a#colour-brown {
	left: 661px;
	top: 292px;
}

#page-words-phrases-colours #content #colour-icons a#colour-brown:hover {
	background-position: -328px -226px;
}

/* END Colours sub-page styles */

/* END Words and Phrases section styles */

/* BEGIN Culture styles */


/** CULTURE BACKGROUNDS **/

.culture #background{
	background: #1c66e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNjZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzNhYWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #1c66e5 0%, #3aaeff 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c66e5), color-stop(60%,#3aaeff));
	background: -webkit-linear-gradient(top,  #1c66e5 0%,#3aaeff 60%);
	background: -o-linear-gradient(top,  #1c66e5 0%,#3aaeff 60%);
	background: -ms-linear-gradient(top,  #1c66e5 0%,#3aaeff 60%);
	background: linear-gradient(to bottom,  #1c66e5 0%,#3aaeff 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c66e5', endColorstr='#3aaeff',GradientType=0 );
}

#page-culture-crafts #content-background,
#page-culture-cooking #content-background,
#page-culture-ontheland #content-background,
#page-culture-stories #content-background {
	background-image: url(../images/culture/background.png);
	background-repeat: no-repeat;
	left: 50%;
}

#page-culture-crafts #content-background {
	background-position: 0 -409px; width: 1194px; height: 420px; margin-top: 280px; margin-left: -597px;
}

#page-culture-cooking #content-background {
	background-position: 0 0; width: 1200px; height: 399px;; margin-top: 285px; margin-left: -600px;
}

#page-culture-ontheland #content-background {
	background-position: 0 -839px; width: 1286px; height: 558px; margin-top: 165px; margin-left: -643px;
}

#page-culture-stories #content-background {
	background-position: 0 -1407px; width: 1410px; height: 723px; margin-top: 35px; margin-left: -705px;
}


/** CULTURE POPUP BACKGROUNDS **/

#page-culture-crafts #popup-background,
#page-culture-cooking #popup-background,
#page-culture-stories #popup-background,
#page-culture-ontheland #popup-background {
	background-image: url(../images/culture/popup-bg.png);
	background-repeat: no-repeat;
	left: 50%;
}

#page-culture-crafts #popup-background {
	background-position: 0 -249px; width: 1258px; height: 428px; margin-top: 270px; margin-left: -629px;
}

#page-culture-cooking #popup-background {
	background-position: 0 0; width: 1181px; height: 239px; margin-top: 435px; margin-left: -591px;
}

#page-culture-stories #popup-background {
	background-position: 0 -687px; width: 1410px; height: 723px; margin-top: 50px; margin-left: -705px;
}

#page-culture-ontheland #popup-background {
	background-position: 0 -1420px; width: 1289px; height: 362px; margin-top: 375px; margin-left: -645px;
}


#page-culture #cloud_title_content {
	background-position: 0 -51px; width: 231px; height: 81px;
	margin-top: -15px;
}


#page-culture #content a#link-crafts {
	width: 226px;
	height: 177px;
	left: -49px;
	top: 191px;
}

#page-culture #content a#link-crafts:hover{
	background-position: -1195px 0;
}

#page-culture #content a#link-stories {
	width: 225px;
	height: 161px; 
	right: 77px;
	top: 125px;
}

#page-culture #content a#link-stories:hover {
	background-position: -457px -232px;
}

#page-culture #content a#link-cooking {
	width: 180px;
	height: 149px;
	right: -43px;
	top: 288px;
}

#page-culture #content a#link-cooking:hover {
	background-position: -1005px 0;
}

#page-culture #content a#link-ontheland {
	width: 142px;
	height: 220px; 
	left: 472px;
	top: 143px;
}

#page-culture #content a#link-ontheland:hover {
	background-position: -142px -232px;
}

/* BEGIN crafts sub-page styles */

#page-culture-crafts .framed-item-set{
	width: 680px;
	text-align: center;
}

#page-culture-crafts .detail-link{
	margin: 20px 10px !important;
	float: inherit !important;
	display: inline-block !important;
}

/* END crafts sub-page styles */


/* BEGIN Stories sub-page styles */


#page-culture-stories #background {
	background: #02143d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMTQzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzBiMzQ2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #02143d 0%, #0b3467 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02143d), color-stop(60%,#0b3467));
	background: -webkit-linear-gradient(top,  #02143d 0%,#0b3467 60%);
	background: -o-linear-gradient(top,  #02143d 0%,#0b3467 60%);
	background: -ms-linear-gradient(top,  #02143d 0%,#0b3467 60%);
	background: linear-gradient(to bottom,  #02143d 0%,#0b3467 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02143d', endColorstr='#0b3467',GradientType=0 );

}


#page-culture-stories .framed-item-set {
	width: 700px;
	padding: 50px 200px;
}

#page-culture-stories .framed-item-set .detail-link {
	color: #fff;
}

#page-culture-stories .framed-item-set .detail-link div{
	width: 200px;
	margin-left: -24px;
	text-align: center;
	line-height: 100%;
}

#page-culture-stories .framed-item-set .detail-link img, #page-culture-crafts .framed-item-set .detail-link img, #page-culture-ontheland .framed-item-set .detail-link img, #page-culture-cooking .framed-item-set .detail-link img{
	padding: 0px 0px 20px 0px;
}

#page-culture-stories #popup h3{
	font-size: 38px;
}

#page-culture-stories .detail-link, #page-culture-crafts .detail-link, #page-culture-ontheland .detail-link, #page-culture-cooking .detail-link {
	width: 146px;
	height: 146px;
	padding: 20px 30px 24px 20px;
	float: left;
	position: relative;
	margin: 30px 50px;
	background-position: 0 0;
}

#page-culture-stories .detail-link span,
#page-culture-crafts .detail-link span,
#page-culture-ontheland .detail-link span,
#page-culture-cooking .detail-link span,
#page-words-phrases-food .detail-link span,
#page-words-phrases-animals .detail-link span {
	display: block !important;
	opacity: 0;
	width: 196px !important;
	height: 190px !important;
	position: absolute !important;
	left: 0;
	top: 0;
	background-position: -195px top !important;
	transition: opacity 0.5s linear 0;
	-moz-transition: opacity 0.5s linear 0;
	-webkit-transition: opacity 0.5s linear 0;
	-o-transition: opacity 0.5s linear 0;
}

	

#page-culture-stories .detail-link:hover span,
#page-culture-crafts .detail-link:hover span,
#page-culture-ontheland .detail-link:hover span,
#page-culture-cooking .detail-link:hover span,
#page-words-phrases-greetings .detail-link:hover span,
#page-words-phrases-food .detail-link:hover span,
#page-words-phrases-animals .detail-link:hover span,
#page-words-phrases-family .detail-link:hover span
 {
	opacity: 1;
	background-image: url(../images/frames.png);
	background-repeat: no-repeat;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
}

#page-words-phrases-greetings .detail-link span,
#page-words-phrases-family .detail-link span
{
	display: block !important;
	opacity: 0;
	width: 196px !important;
	height: 190px !important;
	position: absolute !important;
	left: 0;
	top: 0;
	background-position: -194px -194px !important;
}

#page-culture-stories #popup h3 a{
	font-size: 35px;
	line-height: 100%;
}


/* END Stories sub-page styles */


/* BEGIN Cooking sub-page styles */

#page-culture-cooking #background {
	background: #f8b247;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YjI0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2YyYzg3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #f8b247 0%, #f2c87f 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b247), color-stop(60%,#f2c87f));
	background: -webkit-linear-gradient(top,  #f8b247 0%,#f2c87f 60%);
	background: -o-linear-gradient(top,  #f8b247 0%,#f2c87f 60%);
	background: -ms-linear-gradient(top,  #f8b247 0%,#f2c87f 60%);
	background: linear-gradient(to bottom,  #f8b247 0%,#f2c87f 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b247', endColorstr='#f2c87f',GradientType=0 );
}

#page-culture-cooking .framed-item-set {
	width: 855px;
}

#page-culture-cooking .detail-link{
	margin: 8px 0 !important;
	color: #872287;
	font-size: 16px;
	font-weight: bold;
}

#page-culture-cooking .carousel-wrap{
	top: -25px;
}

#page-culture-cooking .detail-link div, #page-culture-crafts .detail-link div, #page-culture-ontheland .detail-link div{
	width: 200px;
	margin-left: -24px;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 20px;
}

#page-culture-crafts .detail-link div, #page-culture-ontheland .detail-link div{
	padding: 0;
}

#page-culture-cooking #carousel-container .carousel-wrap{
	height: 430px !important;
}

#page-culture-cooking #popup h3, #page-culture-cooking #popup h3 a{
	font-size: 55px;
}

/* END Cooking sub-page styles */


/* BEGIN On The Land sub-page styles */

#page-culture-ontheland .framed-item-set{
	width: 455px;
}

#page-culture-ontheland .detail-link{
	margin: 20px 15px !important;
}

/* END On The Land sub-page styles */


/* END Culture styles*/




/* Error notice */
#error-notice {
	cursor: default;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20000;
	width: 100%;
	height: 100%;
	background: #3b3b3b url(../images/error-bg.jpg) center top no-repeat;
	color: #000;
}
#error-notice #notice-content {
	cursor: default;
	width: 600px;
	margin: 0 auto;
	padding: 90px 0 0;
	color: #000;
}
#error-notice #notice-content h2 {
	cursor: default;
	text-align: center;
	font-size: 22px;
	color: #000;
}
#error-notice #notice-content p, #error-notice #notice-content ul {
	cursor: default;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1.5em;
}
#error-notice #notice-content a,
#error-notice #notice-content a:visited,
#error-notice #notice-content a:active,
#error-notice #notice-content a:focus,
#error-notice #notice-content a:hover {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}


/* ----------------------- START SCREEN STUFF ----------------------- */
#tap-to-begin{
	/*padding-top: 300px;*/
	display: none;
	text-align: center;
}

#tap-to-begin button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40pt;
	color: #ffffff;
	padding: 10px 20px;
	background-color: #46a2ca;
	background: -ms-linear-gradient(top, #70b7d6 0%, #46a2ca 100%);
	background: -moz-linear-gradient(
		top,
		#70b7d6 0%,
		#46a2ca);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#70b7d6),
		to(#46a2ca));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	-webkit-tap-highlight-color: rgba(255,255,255,0.35);
}

/* BUTTONS */

a.close-button,
#header a#home-button,
#header a#mute-button,
a#popup-video,
#page-alphabet #content #link-vowels span,
#page-alphabet-vowels #content #link-alphabet span,
a.back-button,
#page-content a.back-button #cloud_title_content{
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

a.close-button,
a.close-button:visited,
a.close-button:active,
a.close-button:focus {
	display: block;
	position: absolute;
	width: 84px;
	height: 83px;
	background-position: -94px 0;
	text-indent: -3000em;
	overflow: hidden;
}

a.close-button:hover {
	background-position: -94px -83px;
}


#header a#home-button {
	left: 0;
	background-position: -284px 0;
}

#header a#home-button:hover {
	background-position: -284px -85px;
}

#header a#mute-button {
	right: 0;
	background-position: -380px 0;
}

#header a#mute-button:hover {
	right: 0;
	background-position: -380px -85px;
}


#header a#mute-button.muted,
#header a#mute-button.muted:visited,
#header a#mute-button.muted:active,
#header a#mute-button.muted:focus {
	background-position: -466px 0 !important;
}
#header a#mute-button.muted:hover {
	background-position: -466px -85px !important;
}

a#popup-video,
a#popup-video:visited,
a#popup-video:active,
a#popup-video:focus {
	display: block;
	position: absolute;
	right: -30px;
	top: 290px;
	width: 126px;
	height: 120px;
	background-position: -562px 0;
	text-indent: -3000em;
	overflow: hidden;
}
a#popup-video:hover {
	background-position: -562px -120px;
}

a.back-button,
a.back-button:visited,
a.back-button:active,
a.back-button:focus {
	position: absolute;
	z-index: 100;
	left: 122px;
	top: 31px;
	width: 85px;
	height: 83px;
	background-position: 0 1px;
	text-indent: -3000em;
	outline: none;
}
a.back-button:hover {
	background-position: 1px -82px;
}




#page-content a.back-button-spring #cloud_container span{ background-position: 0 0; width: 48px; height: 64px; top: -6px; }
#page-content a.back-button-fall #cloud_container span{ background-position: -50px 0; width: 48px; height: 62px; }

/* .sprite-help-button{ background-position: -89px 0; width: 86px; height: 170px; }  */ 

/** START SPARKLES STYLES **/

.sparkles{
	background-image: url(../images/sparkles.png);
	backgronud-repeat: no-repeat;
	width: 175px;
	height: 166px;
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
}

.menu-link:hover .sparkles{
	opacity: 1;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
}

.back-button .sparkles{
	opacity: 0;
	z-index: 10;
	top: -40px;
	left: -44px;
	transform: scale(.5,.5);
	-ms-transform: scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	-o-transform: scale(.5,.5);
	-moz-transform: scale(.5,.5);
}

.back-button:active .sparkles{
	opacity: 1;
	transition: opacity 0;
	-moz-transition: opacity 0;
	-webkit-transition: opacity 0;
	-o-transition: opacity 0;
}

#page-alphabet #content #link-vowels .sparkles{
	top: -99px;
	left: 204px;
	transform: scale(.5,.5);
	-ms-transform: scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	-o-transform: scale(.5,.5);
	-moz-transform: scale(.5,.5);
}

#page-alphabet-vowels #content #link-alphabet .sparkles{
	top: -88px;
	left: 13px;
	transform: scale(.5,.5);
	-ms-transform: scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	-o-transform: scale(.5,.5);
	-moz-transform: scale(.5,.5);
}

/* PAGES TREE MENUS */

#page-home #content-background, #page-words-phrases #content-background, #page-culture #content-background{
	background-repeat: no-repeat;
	left: 50%;
}

#page-home #content-background{	background-image: url('../images/tree-menu-home.png');
	width: 1114px;
	height: 582px;
	margin-top: 120px;
	margin-left: -577px; }
#page-words-phrases #content-background {	background-image: url('../images/tree-menu-words-phrases.png');
	width: 1165px;
	height: 581px;
	margin-top: 122px;
	margin-left: -632px; }
#page-culture #content-background {	background-image: url('../images/tree-menu-culture.png');
	background-position: 0 0; 
	width: 1153px; 
	height: 604px;
	margin-top: 122px; 
	margin-left: -616px; }


#raven{
	width: 206px; height: 166px;
	position: absolute;
	background-image: url('../images/raven.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 270px;
	transition: background-position 0 linear .5s;
	-moz-transition: background-position 0 linear .5s;
	-webkit-transition: background-position 0 linear .5s;
	-o-transition: background-position 0 linear .5s;
}

#raven:active{
	background-position: 0 -168px;
	transition: background-position 0;
	-moz-transition: background-position 0;
	-webkit-transition: background-position 0;
	-o-transition: background-position 0;
}

/* PAGE TITLES */


#page-culture-crafts #cloud_container,
#page-culture-ontheland #cloud_container,
#page-culture-stories #cloud_container,
#harvesting #cloud_container,
#page-calendar #cloud_container,
#page-communities #cloud_container,
#page-communities-fort-simpson #cloud_container,
#page-communities-fort-liard #cloud_container,
#page-communities-fort-providence #cloud_container,
#page-communities-hay-river #cloud_container,
#page-communities-kakisa #cloud_container,
#page-communities-nahanni-butte #cloud_container,
#page-communities-jean-marie-river #cloud_container,
#page-communities-trout-lake #cloud_container,
#page-communities-wrigley #cloud_container,
#page-words-phrases-food #cloud_container,
#page-words-phrases-greetings #cloud_container,
#page-words-phrases-animals #cloud_container,
#page-words-phrases-colours #cloud_container,
#page-words-phrases-family #cloud_container
{
	width: 415px;
	margin-left: -200px;
}

#page-alphabet-vowels .cloud_title,
#page-alphabet .cloud_title,
#page-culture .cloud_title,
#page-culture-crafts .cloud_title,
#page-culture-cooking .cloud_title,
#page-culture-ontheland .cloud_title,
#page-culture-stories .cloud_title,
#page-numbers .cloud_title,
#harvesting .cloud_title,
#page-communities .cloud_title,
#page-communities-fort-simpson .cloud_title,
#page-communities-fort-liard .cloud_title,
#page-communities-fort-providence .cloud_title,
#page-communities-hay-river .cloud_title,
#page-communities-kakisa .cloud_title,
#page-communities-nahanni-butte .cloud_title,
#page-communities-jean-marie-river .cloud_title,
#page-communities-trout-lake .cloud_title,
#page-communities-wrigley .cloud_title,
#page-calendar .cloud_title,
#page-words-phrases-animals .cloud_title,
#page-words-phrases-colours .cloud_title,
#page-words-phrases-family .cloud_title,
#page-words-phrases-greetings .cloud_title,
#page-words-phrases-food .cloud_title
 {
	transform: scale(1.5,1.25);
	-ms-transform: scale(1.5,1.25);
	-webkit-transform: scale(1.5,1.25); 
	-o-transform: scale(1.5,1.25); 
	-moz-transform: scale(1.5,1.25);
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
}





#page-home #cloud_title_content { background-position: 0 -845px; width: 372px; height: 80px; }
#page-alphabet #cloud_title_content {	 background-position: 0 0; width: 256px; height: 49px; }
#page-alphabet-vowels #cloud_title_content { background-position: 0 -1157px; width: 210px; height: 46px; }
#page-culture #cloud_title_content { background-position: 0 -452px; width: 231px; height: 81px; margin-top: -15px; }
#page-culture-crafts #cloud_title_content { background-position: 0 -543px; width: 292px; height: 66px; margin-top: -10px;  }
#page-culture-cooking #cloud_title_content { background-position: 0 -358px; width: 318px; height: 84px; margin-top: -15px; }
#page-culture-ontheland #cloud_title_content { background-position: 0 -984px; width: 196px; height: 70px; margin-top: -10px; }
#page-culture-stories #cloud_title_content { background-position: 0 -1064px; width: 318px; height: 83px; margin-top: -15px; }
#page-numbers #cloud_title_content { background-position: 0 -935px; width: 233px; height: 39px; }
#page-communities #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-fort-simpson #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-fort-liard #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-fort-providence #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-hay-river #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-kakisa #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-nahanni-butte #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-jean-marie-river #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-trout-lake #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-communities-wrigley #cloud_title_content { background-position: 0 -282px; width: 252px; height: 66px; margin-top: -10px; }
#page-calendar #cloud_title_content { background-position: 0 -140px; width: 306px; height: 60px; margin-top: -10px; }
#page-words-phrases #cloud_title_content { background-position: 0 -1213px; width: 308px; height: 80px; margin-top: -10px; }
#page-words-phrases-animals #cloud_title_content { background-position: 0 -59px; width: 139px; height: 71px; margin-top: -10px; }
#page-words-phrases-colours #cloud_title_content { background-position: 0 -210px; width: 309px; height: 62px; }
#page-words-phrases-family #cloud_title_content {	background-position: 0 -619px; width: 317px; height: 62px; }
#page-words-phrases-food #cloud_title_content {	background-position: 0 -691px; width: 305px; height: 70px; }
#page-words-phrases-greetings #cloud_title_content { background-position: 0 -771px; width: 306px; height: 64px; }
#harvesting #cloud_title_content { background-position: 0 -493px; width: 297px; height: 37px; }


/* ----------------------- CLOUD STUFF ------------------------ */
#clouds{
	padding: 100px 0;
	background: #c9dbe9;
	background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
	background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
	background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
}

.cloud_low{
	top: 195px;
}

.cloud_med{
	top: 106px;
}

.cloud_high{
	top: -14px;
}

#cloud_container{
	position: absolute;
	width: 468px;
	height: 100px;
	margin-left: -234px;
	top: 25px;
	left: 50%;
}

.cloud_title{
	transform: scale(2,1.75);
	-ms-transform: scale(2,1.75);
	-webkit-transform: scale(2,1.75); 
	-o-transform: scale(2,1.75); 
	-moz-transform: scale(2,1.75); 
	background: #fff !important;
	left: 100px;
}

.cloud_title div{ background: #fff !important; }

#cloud_title_content{
	position: relative;
	z-index: 999;
	background-image: url(../images/titles.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#cloud_title_content h1{
	text-indent: -3000em;
}
			
.title-alphabet{ background-position: 0 0; width: 256px; height: 49px; } 
.title-culture{ background-position: 0 -51px; width: 231px; height: 81px; } 
.title-main{ background-position: 0 -134px; width: 382px; height: 85px; } 
.title-vowels{ background-position: 0 -221px; width: 210px; height: 46px; }

/*Time to finalise the cloud shape*/
.cloud {
	position: absolute;

	width: 250px; height: 70px;
	background: #edfdfd;
	
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	
}

.poof1{
	position: absolute; 
	background: #edfdfd;
	width: 80px; height: 80px;
	position: absolute; top: -54px; left: -27px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
}

.poof2{
	position: absolute; 
	background: #edfdfd;
	width: 150px; height: 72px;
	position: absolute; top: -15px; left: 10px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(35deg);
	transform: rotate3d(0, 0, 1, 35deg);
	-moz-transform: rotate3d(0, 0, 1, 35deg);
	-ms-transform: rotate(35deg);
}

.poof3{
	position: absolute; 
	background: #edfdfd;
	width: 124px; height: 86px;
	position: absolute; top: -21px; left: 14px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(123deg);
	transform: rotate3d(0, 0, 1, 123deg);
	-moz-transform: rotate3d(0, 0, 1, 123deg);
	-ms-transform: rotate(123deg);
}

.poof4{
	position: absolute; 
	background: #edfdfd;
	width: 154px; height: 85px;
	position: absolute; top: -21px; left: 98px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(42deg);
	transform: rotate3d(0, 0, 1, 42deg);
	-moz-transform: rotate3d(0, 0, 1, 42deg);
	-ms-transform: rotate(42deg);
}

.poof5{
	position: absolute; 
	background: #edfdfd;
	width: 123px; height: 85px;
	position: absolute; top: -21px; left: 117px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(133deg);
	transform: rotate3d(0, 0, 1, 133deg);
	-moz-transform: rotate3d(0, 0, 1, 133deg);
	-ms-transform: rotate(133deg);
}

.cloud_shadow {
	position: absolute;

	width: 250px; height: 70px;
	background: #edfdfd;
	
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	
	-webkit-box-shadow: -2px 0px 5px rgba(50, 50, 50, 0.75), -1px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 0px 5px rgba(50, 50, 50, 0.75), -1px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 0px 5px rgba(50, 50, 50, 0.75), -1px 3px 5px rgba(50, 50, 50, 0.75);
	
}

.cloud_shadow .poof1{
	position: absolute; 
	background: #edfdfd;
	width: 80px; height: 80px;
	position: absolute; top: -54px; left: -27px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-box-shadow: -2px 4px 4px rgba(50, 50, 50, 0.75), -1px 0px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 4px 4px rgba(50, 50, 50, 0.75), -1px 0px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 4px 4px rgba(50, 50, 50, 0.75), -1px 0px 4px rgba(50, 50, 50, 0.75);
}

.cloud_shadow .poof2{
	position: absolute; 
	background: #edfdfd;
	width: 150px; height: 72px;
	position: absolute; top: -15px; left: 10px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	
	-webkit-box-shadow: 1px 3px 4px rgba(50, 50, 50, 0.75), -2px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 3px 4px rgba(50, 50, 50, 0.75), -2px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 3px 4px rgba(50, 50, 50, 0.75), -2px 3px 5px rgba(50, 50, 50, 0.75);
	
}

.cloud_shadow .poof3{
	position: absolute; 
	background: #edfdfd;
	width: 124px; height: 86px;
	position: absolute; top: -21px; left: 14px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(123deg);
	transform: rotate(123deg);
	-moz-transform: rotate(123deg);
	-ms-transform: rotate(123deg);
	
	-webkit-box-shadow: 3px -2px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px -2px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         3px -2px 4px rgba(50, 50, 50, 0.75);

}

.cloud_shadow .poof4{
	position: absolute; 
	background: #edfdfd;
	width: 154px; height: 85px;
	position: absolute; top: -21px; left: 98px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg);
	-moz-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	
	-webkit-box-shadow: 3px 2px 5px rgba(50, 50, 50, 0.75), -2px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 2px 5px rgba(50, 50, 50, 0.75), -2px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 2px 5px rgba(50, 50, 50, 0.75), -2px 3px 5px rgba(50, 50, 50, 0.75);
	
}

.cloud_shadow .poof5{
	position: absolute; 
	background: #edfdfd;
	width: 123px; height: 85px;
	position: absolute; top: -21px; left: 117px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(133deg);
	transform: rotate(133deg);
	-moz-transform: rotate(133deg);
	-ms-transform: rotate(133deg);
	
	-webkit-box-shadow: 3px -3px 5px rgba(50, 50, 50, 0.75), 1px 3px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px -3px 5px rgba(50, 50, 50, 0.75), 1px 3px 3px rgba(50, 50, 50, 0.75);
	box-shadow:         3px -3px 5px rgba(50, 50, 50, 0.75), 1px 3px 3px rgba(50, 50, 50, 0.75);
	
}

#bg-scroller{
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	position: absolute;
	width: 4000px;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-animation: moveclouds 120s linear infinite;
	-moz-animation: moveclouds 120s linear infinite;
	-o-animation: moveclouds 120s linear infinite;
	-ms-animation: moveclouds 120s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {left: 0}
	100% {left: -2000px}
}
@-moz-keyframes moveclouds {
	0% {left: 0}
	100% {left: -2000px}
}
@-o-keyframes moveclouds {
	0% {left: 0}
	100% {left: -2000px}
}	
@-ms-keyframes moveclouds {
	0% {left: 0}
	100% {left: -2000px}
}	

#page-alphabet-vowels .cloud_title, #page-alphabet .cloud_title, #page-culture .cloud_title{
	transform: scale(1.5,1.25);
	-ms-transform: scale(1.5,1.25);
	-webkit-transform: scale(1.5,1.25); 
	-o-transform: scale(1.5,1.25); 
	-moz-transform: scale(1.5,1.25);
	left: 115px;
}


/* #pdf-overlay{
	border: 1px #ff00ff solid;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	z-index: 1000;
	background-color: #abdf2a;
}
 */

/* #pdf-overlay #pdf-content{
	left: 0px;
	top: 8%;
	position: absolute;
	height: 92%;
	width: 100%;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align: center;
} */

#pdf-overlay{
	/*border: 1px #ff00ff solid;*/
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	z-index: 1000;
	background-color: #abdf2a;
}

#pdf-overlay iframe{
	left: 0px;
	top: 8%;
	position: absolute;
	height: 92%;
	width: 100%;
	background-color: #fff;
}

#pdf-overlay #pdf-content{
	left: 0px;
	top: 50px;
	position: absolute;
	height: 90%;
	width: 100%;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}

#pdf-back-arrow{
	vertical-align: middle;
}

#pdf-overlay a{
	font-size: 2em;
	font-weight: 900;
}

#pdf-overlay a:link,
#pdf-overlay a:visited,
#pdf-overlay a:hover,
#pdf-overlay a:active{
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 2px 3px #666, -1px 0 2px #999, 0 -1px 1px #CDCDCD;
}
#pdf-overlay img{
	margin-right: 5px;
}