/*
Table of Contents
	I. Body and Native Tags
	II. Upper Area, Header, and Top Navigation
	III. Top Banner/Navigation
	VI. Middle Area, Left, and Right Sides
	V. How To Page CSS
	VI. Join the Club Page CSS
	VII. FAQ Page CSS
	VIII. Landing Page Bottom Boxes (with tabs)
	IX. Footer Area
	X. Submit Your Own Creation CSS
	XI. Landing Page Slider
	XII. CSS Tabs (e.g., on photo gallery page)
	XIII. Creation/Photo Gallery
	XIV. News
	XV. Alerts
	XVI. Miscellaneous
*/


/* ----------------------------------------------------------------------------------------------------------------------- */
/* I. Body and Native Tags ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body {
	background: #b0c9df url(/images/template/index/main_background.jpg) 50% 0 no-repeat;
	font-family: Arial;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

a { 
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:hover { text-decoration: underline; }

@font-face {
	font-family: "HVDComicSerifPro";  
	src: url(/fonts/HVDComicSerifPro.eot); /* IE */  
	src: local("HVDComicSerifPro"), url(/fonts/HVDComicSerifPro.otf); /* non-IE */  
}

h1, h2 {
	color: #39516c;
	font-family: "HVDComicSerifPro", Comic Sans;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 0 35px;
}

h2 {
	margin: 0 0 15px 0;
}

h2.ContactUs {
	font-size: 23px;
}

h3 {
	text-transform: uppercase;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	color: #00ac4c;
	font-size: 50px;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	color: #39516c;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* II. Upper Area, Header, and Top Navigation ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#UpperArea {
	height: 27px;
	margin: 0 auto;
	width: 920px;
}

#UpperArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#UpperArea ul li {
	display: inline; 
	font-weight: bold;
}

#UpperArea ul li a img { vertical-align: middle; }

#Header {
	background: url(/images/template/index/header.png) 50% 0 no-repeat;
	height: 117px;
	margin: 44px auto 0 auto;
	width: 948px;
}

#MainLogo {
	position: absolute;
	margin: -28px 0 0 -20px;
	z-index: 3;
}

#TopNavigation {
	float: right; 
	list-style: none;
	margin: 69px 0 0 323px;
	padding: 0;
	position: absolute;
	width: 615px;
	z-index: 9999;
}

#TopNavigation li {
	display: inline;
}

#TopNavigation li a {
	display: block;
	float: left;
	height: 48px;
	width: 152px;
}

#TopNavigation li a:hover { background-position: 0 -48px; }

#TopNavigation li a span { display: none; }

#ForKids { background: url(/images/template/index/button_for_kids.png) 0 0 no-repeat; }
#ForParents { background: url(/images/template/index/button_for_parents.png) 0 0 no-repeat; }
#ForEducators { background: url(/images/template/index/button_for_educators.png) 0 0 no-repeat; }
#Products { background: url(/images/template/index/button_products.png) 0 0 no-repeat; }

#JoinTheClub {
	background: url(/images/template/index/join_the_club.png) 0 0 no-repeat;
	display: block;
	height: 154px;
	margin: -40px 0 0 600px;
	position: absolute;
	width: 394px;
}

#JoinTheClub span {
	background: url(/images/template/index/join_the_club_click_here.png) 0 -63px no-repeat;
	display: block;
	height: 63px;
	width: 142px;
	margin: 20px 0 0 20px;
}

#JoinTheClub:hover span { background-position: 0 0; }

/* ----------------------------------------------------------------------------------------------------------------------- */
/* III. Top Banner/Navigation -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#Banner {
	background: url(/images/template/index/banner_wrap.png) 50% 0 no-repeat;
	height: 42px;
}

#Banner ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 10px;
}

#Banner ul li {
	border-right: 1px solid #ffffff;
	display: inline-block;
	float: left;
	padding: 0 10px;
}

#Banner ul li.last { border: 0; }

#Banner ul li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* IV. Middle Area, Left, and Right Sides -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#MiddleContainer {
	width: 948px;
	background: url(/images/template/index/middle_background.png) 50% 0 repeat-y;
	margin: 0 auto;
	min-height: 500px;
	_height: 500px;
	padding-bottom: 60px;
}

#WideMiddleTop {
	background: url(/images/template/index/wide_middle_top.png) 50% 100% no-repeat;
	font-size: 1px;
	min-height: 10px;
	_height: 10px;
}

#WideMiddle {
	background: url(/images/template/index/wide_middle_background.png) 50% 0 repeat-y;
	min-height: 200px;
	_height: 200px;
	padding: 30px 45px;
}

#WideMiddleBottom {
	background: url(/images/template/index/wide_middle_bottom.png) 50% 0 no-repeat;
	font-size: 1px;
	height: 3px;
}

#WideMiddle.np {	
	padding: 0 4px;
	min-height: 0;
	_height: 0;
}

#RightSideTop {
	background: url(/images/template/index/right_side_background.png) 100% 0 no-repeat;
	float: right;
	height: 7px;
	margin: 6px 4px 0 0;
	width: 220px;
	font-size: 1px;
}

#RightSide {
	background: #3b516e;
	clear: right;
	float: right;
	margin: 0 4px 0 0;
	padding: 10px 5px;
	width: 210px;
}

#RightSideMiddleTop, #RightSideMiddle {
	background: url(/images/template/index/right_side_middle_top.gif) 0 0 repeat-y;
	font-size: 1px;
	height: 3px;
	margin: 0 auto;
	width: 199px;
}

#RightSideMiddle {
	background: url(/images/template/index/right_side_middle.gif) 0 0 repeat-y;
	height: auto;
	font-size: 11px;
	text-align: center;
	padding-bottom: 25px;
}

#RightSide img { border-color: #ffffff; }

#RightSide a {
	color: #39516c;
	font-size: 16px;
}

#LeftSide {
	float: left;
	margin: 13px 0 0 24px;
	width: 680px;
}

#MiddleContainerFooter {
	background: url(/images/template/index/middle_background_footer.png) 50% 0 no-repeat;
	height: 14px;
	margin: 0 auto;
	width: 948px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* V. How To Page CSS ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.HowToTabs {
	margin: 0;
	padding: 0 0 3px 30px;
	height: 60px;
	list-style: none;
}

.HowToTabs li { 
	display: inline;
	float: left;
}

.HowToTabs li a {
	background: url(/images/how_tos/tab_background.jpg) 0 0 no-repeat;
	display: inline-block;
	height: 48px;
	margin: 5px 2px 0 0;
	float: left;
	opacity: .6;
	filter: alpha(opacity=60);
	overflow: hidden;
	padding-top: 7px;
	text-align: center;
	width: 79px;
	position: relative;
}

.HowToTabs li a:hover, .HowToTabs li a.active {
	height: 53px;
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.BigTab li a {
	background: url(/images/template/index/big_tab_background.jpg) 0 0 no-repeat;
	width: 253px;	
}

.HowToTable td {
	padding-bottom: 30px;
	text-align: center; 
	vertical-align: top;
}

.HowToTable td a {
	border: 1px solid #ffffff;
	color: #999999;
	display: block;
	font-size: 16px;
	padding: 10px 0;
}

.HowToTable td a:hover { 
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #000000; 
	text-decoration: none; 
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* VI. Join the Club Page CSS -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.JoinTheClub {
	background: url(/images/template/index/bendaroos_club.png) 0 100% no-repeat;
	min-height: 387px;
	_height: 387px;
	padding: 15px 0 15px 542px;
}

.JoinTheClub h2 {
	color: #39516c;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.JoinTheClub p {
	color: #666666;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
}

.JoinTheClub td {
	font-size: 12px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* VII. FAQ Page CSS ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.question, .answer {
	background: url(/images/template/index/question.png) 0 50% no-repeat;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	min-height: 30px;
	_height: 30px;
	padding-left: 30px;
}

.answer { 
	background: url(/images/template/index/answer.png) 0 50% no-repeat; 
	margin-bottom: 25px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* VIII. Landing Page Bottom Boxes (with tabs) --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.BottomBoxMenu {
	background: url(/images/template/index/bottom_box_menu_background.png) 0 100% no-repeat;
	height: 10px;
	margin: 30px 0 0 4px;
	padding-left: 17px;
	width: 680px;
	height: 43px;
}

.BottomBoxMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.BottomBoxMenu ul li {
	display: inline;
}

.BottomBoxMenu ul li span { display: none; }

.BottomBoxMenu ul li a {
	display: block;
	float: left;
	height: 43px;
	width: 217px;
	margin-right: 5px;
	opacity: .60;
}

.BottomBoxMenu ul li a:hover {
	opacity: 1;
}

#CreationGallery { background: url(/images/template/index/button_creation_gallery.jpg) 0 0 no-repeat; }
#GamesActivities { background: url(/images/template/index/button_games_activities.jpg) 0 0 no-repeat; }
#HowTos { background: url(/images/template/index/button_how_tos.jpg) 0 0 no-repeat; }

.BottomBox {
	background: #3b516e;
	color: #ffffff;
	font-size: 14px;
	margin-left: 4px;
	padding: 10px;
	width: 680px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* IX. Footer Area ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#Footer {
	background: #ffffff;
	height: 120px;
	margin-top: 270px;
}

.InsideFooter {
	margin: 0 auto;
	width: 920px;
}

#FooterAnimal {
	background: url(/images/template/index/psst.png) 0 0 no-repeat;
	display: block;
	height: 335px;
	margin: -300px 0 0 -40px;
	position: absolute;
	width: 478px;
}

#FooterAnimal span {
	background: url(/images/template/index/learn_to_make_me.jpg) 0 -73px no-repeat;
	display: block;
	height: 73px;
	width: 185px;
	margin: 75px 0 0 220px;
}

#FooterAnimal:hover span { background-position: 0 0; }
	
#BottomLogoImage {
	background: url(/images/template/index/home_boy.png) 0 0 no-repeat;
	height: 530px;
	margin: -355px 0 0 530px;
	position: absolute;
	width: 344px;
}

#FooterLinksContainer {
	background: #666666;
	color: #ffffff;
	padding-bottom: 15px;
}

#FooterLinks {
	color: #ffffff;
	font-size: 11px;
	padding-top: 0px;
}

#FooterLinksContainer a {
	color: #ffffff;
}

#FooterLinks ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}

#FooterLinks ul ul {
	margin: 0 0 0 15px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* X. Submit Your Own Creation CSS --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.SubmitYourCreation p {
	color: #666666;
	font-size: 13px;
	margin: 5px 0 25px 0;
	padding: 0;
}

.SubmitYourCreation td { 
	font-size: 12px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* XI. Landing Page Slider ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.slider-wrap { 
	width: 680px; 
}			

.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px;
}

.stripViewer { 
	position: relative;
	overflow: hidden;
	width: 680px;
	height: 280px;
}

.stripViewer .panelContainer {
	position: relative; 
	left: 0; 
	top: 0; 
}
	
.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 680px;
}

.panelContainer a img { border: 0; }

.splitter {
font-size: 1px;
height: 10px;
}

.stripNavL, .stripNavR, .stripNav { display: none; }

.nav-thumb { 
	border: 1px solid #c4c4c6;
}

.photo-meta-data { 
	background: url(/images/slider/transpBlack.png); 
	padding: 10px;
	height: 30px; 
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white; 
}

.photo-meta-data span { font-size: 13px; }

.cross-link { 
	display: block;
	float: left;
	margin: -5px 9px 0 0; 
	position: relative; 
	padding-top: 10px; 
	z-index: 9999; 
}

.active-thumb {	background: #3b516e; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* XII. CSS Tabs (e.g., on photo gallery page) --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ui-tabs .ui-tabs-hide {
	 display: none;
}

.ui-tabs .ui-tabs-selected a, .ui-tabs .ui-state-active a {
	filter: alpha(opacity=100);
	opacity: 1;
}

.CreationGalleryTabs {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 50px;
	height: 44px;
}

.CreationGalleryTabs li {
	display: block;
	float: left;
}

.CreationGalleryTabs li a {
	background: url(/images/template/index/tab_background.jpg) 0 0 no-repeat;
	color: #808080;
	display: block;
	float: left;
	font-family: "HVDComicSerifPro", Comic Sans MS;
	font-size: 18px;
	height: 41px;
	line-height: 41px;
	margin-right: 4px;
	filter: alpha(opacity=60);
	opacity: .6;
	text-align: center;
	width: 243px;
}

.CreationGalleryTabs li a:hover, .CreationGalleryTabs li a.active {
	color: #00ac4c;
	filter: alpha(opacity=100);
	opacity: 1;
	text-decoration: none;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* XIII. Creation/Photo Gallery ------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 500px; 
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 500px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 300px;  /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;
	-moz-border-radius: 5px;
	border: 1px solid #c9c9c9;
	box-shadow: 0 0 5px #c9c9c9;
	-moz-box-shadow: 0 0 5px #c9c9c9;
	-webkit-box-shadow: 0 0 5px #c9c9c9;
	padding: 5px;
}

div.download {
	float: right;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 500px;
	top: 0;
	left: 0;
}

div.caption {
	color: #999999;
	font-size: 20px;
	padding: 12px;
}

.title {
	color: #00ac4c;
	font-size: 30px;
	font-weight: bold;
}

.totalVotes { 
	color: #ff3300;
	font-family: "HVDComicSerifPro", Comic Sans MS;
	font-size: 16px;
}
	
#thumbs {
	width: 400px;
	height: 385px;
	overflow-y: scroll;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	-moz-border-radius: 5px;
	border: 1px solid #c9c9c9;
	box-shadow: 0 0 3px #808080;
	-moz-box-shadow: 0 0 3px #808080;
	-webkit-box-shadow: 0 0 5px #808080;
	float: left;
	list-style: none;
	margin: 3px;
	padding: 3px;
}

a.thumb {
	display: block;
	width: 77px;
	height: 77px;
}

ul.thumbs li.selected a.thumb {
	background: #ccc;
}
a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* XIV. News / Classroom Activities ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.NewsContainer {
	background: url(/images/template/index/news_background.png) 100% 100% no-repeat; 
	padding-right: 285px; 
	margin-right: -33px; 
	min-height: 600px;
}
.News {
	list-style: none;
	margin: 0;
	padding: 8px 5px;
	width: 330px; 
}

.News a {
	border: 1px solid #ffffff;
	display: block;
	padding: 10px;
}

.News a .title {
	color: #39516c;
	display: block;
	font-family: "HVDComicSerifPro", Comic Sans MS;
	font-size: 16px;
	font-weight: normal;
}

.News a:hover {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	text-decoration: none;
}
.ClassroomContainer {
	padding-right: 295px; 
	margin-right: -37px; 
	min-height: 600px;
	position: relative;
}
.Classroom {
	list-style: none;
	margin: 0;
	padding: 8px 5px;
	width: 330px; 
}

.Classroom a {
	border: 1px solid #ffffff;
	display: block;
	padding: 10px;
}

.Classroom a .title {
	color: #39516c;
	display: block;
	font-family: "HVDComicSerifPro", Comic Sans MS;
	font-size: 16px;
	font-weight: normal;
}

.Classroom a:hover {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* XIV. Alerts ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.GoodAlert, .BadAlert {
	position: fixed;
	background: #e7ffe6;
	border-bottom: 1px solid #beffbb;
	color: #000000;
	cursor: pointer;
	left: 0;
	top: 0;
	right: 0;
	opacity: .90;
	filter:alpha(opacity=90);
	z-index: 999;
}

.AlertInside {
	font-family: Tahoma;
	margin: 0 auto;
	width: 960px;
	font-size: 20px;
	min-height: 20px;
	padding: 15px 0px;
}

.BadAlert {
	background: #ffe6e6;
	border-bottom: 1px solid #ffbbbb;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* XVI. Miscellaneous ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.cb { clear: both; font-size: 1px; height: 1px; }
.fl { float: left; }
.fr { float: right; }

.db { display: block; }

.small { font-size: 10px; }
.big { font-size: 14px; }

.b { font-weight: bold; }

.mb { margin-bottom: 20px; }
.smt { margin-top: 15px; }
.smb { margin-bottom: 15px; }
.bmb { margin-bottom: 25px; }
.mt { margin-top: 25px; }
.bmt { margin-top: 35px; }
.smr { margin-right: 10px; }

.tar { text-align: right; }
.tac { text-align: center; }
.uc { text-transform: uppercase; }

.g { color: #666666; }

/* ----------------------------------------------------------------------------------------------------------------------- */
/* MouseOver Popup Box --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#PopUpBox {
	position: absolute;
	margin: 0;
	margin-left: -45px;
	z-index: 9999;
}

#PopUpBox .inner {
	background: #ffffff; 
	border: 1px solid #c1c1c1;
	color: #000000;
	padding: 5px 10px 5px 10px; 
	position: relative;
	width: 150px;
	text-align: center;
}

#PopUpBox .arrowDown {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -17px;
}

