@import url("home_assets/features.css");
@import url("home_assets/popups.css");
@import url("home_assets/platforms.css");

/*slider styles*/
.slider {
	width: 870px;
	border: 1px solid black;
	overflow: hidden;
}
.slider-content {
	position: relative;
	width: 3100px;
}
.slider-content img {
	padding: 7px;
}
.right-arrow {
	position: fixed;
	left: 1400px;
	top: 470px;
}
.left-arrow {
	position: fixed;
	left: 470px;
	top: 470px;
}
.slider-page, .page-focused { background: url("img/star.jpg"); }
.slider-page {
	background-position: 0 -19px;
	float: left;
	width: 19px;
	height: 19px;
}
.page-focused {
	background-position: 0 0;
	width: 19px;
	height: 19px;
}



body {
	font: 14px Verdana, Arial, Helvetica, sans-sbrif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	z-index: 0;
}

.hidden {
	visibility: hidden;
}

.collapsed {
	display: none;
}

.page-content {
	height: auto !important;
    margin: 0 auto 0 !important;
    min-height: 100%;
    min-width: 920px;
    position: relative;
    width: 100%;
}

/* ~~ Header elements ~~ */
.header-container {
	top: 0;
    overflow: hidden;
    position: relative;
    height: 480px;
    width: 100%;
	background: url(img/pattern_header.jpg) repeat-x;
}

.header-content {
	z-index: 10;
	height: 480px;
	width: 920px;
	margin: 0 auto;
	position: relative;
}

.social-container {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
}

.social-content {
	float: right;
	z-index: 100;
	margin: 390px 10px 0 0;
}

.social-button {
	z-index: 150;
	float: right;
	width: 60px;
	height: 65px;
	position: relative;
}

.fb-like, .social-button div {
	position: absolute;
	z-index: 200;
}

.header-content img { border: none; }
.social-button div { top: 2px; }

.header-flash {
	width: 1320px;
	height: 480px;
	left: -200px;
	position: absolute;
}

/* ~~ Body elements ~~ */
.body-container {
	width: 870px;
	background: #FFF;
	margin: -8px auto;
}

.body-content {
	padding: 10px 0;
}

.float-left { float: left; }
.float-right { float: right; }

.box-background {
	background: url(img/box_back.png) repeat-y -430px 76px;
	position: relative;
	padding-bottom: 16px; /* compensate for the bottom */
}

.box-background:before {
	background: url(img/box_back.png) no-repeat 0 -56px;
	content: '';
	width: 430px;
	height: 76px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.box-background:after {
	background: url(img/box_back.png) no-repeat 0 0;
	content: '';
	width: 430px;
	height: 48px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box-title {
	position: absolute;
	top: 10px;
	left: 15px;
	right: 5px;
	height: 34px;
}

.marquee-title {
	display: none;
}

.box-vgap {
	margin-right: 10px;
}

.box-hgap {
	margin-bottom: 10px;
}

.box-content {
	position: relative;
	margin: 54px 0 0 18px;
	padding: 16px 0 16px 2px;
	width: 395px;
	z-index: 10;
	list-style: none;
}

ul.box-content li {
	margin-top: 22px;
	text-align: center;
}

ul.box-content li:first-child {
	margin-top: 0;
}

.box-content-centered {
	position: relative;
	margin: 74px 0 0 18px;
	width: 395px;
}

.box-mobile, .box-partners, .box-awards,
.right-column {
	width: 430px;
}

.box-mobile {
	position: relative;
	width: 430px;
	/*height: 440px;*/
}

.box-mobile .box-title {
	background: url(img/title_apps.png) no-repeat;
}

.box-mobile .full-row {
	float: left;
	width: 100%;
}

.box-mobile .download-prompt {
	background: url(img/mobile-download.jpg);
	display: block;
	margin: 14px auto;
	width: 380px;
	height: 55px;
}

.box-partners, .box-awards {
	position: relative;
}

.box-partners .box-title {
	background: url(img/title_partners.png) no-repeat;
}

.box-awards .box-title {
	background: url(img/title_awards.png) no-repeat;
}

/* ~~ Footer elements ~~ */

footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(img/pattern_footer.png) repeat-x scroll center top #017FCC;
}

footer .floating-content {
	position: relative;
	margin: 0 auto;
	height: 160px;
	width: 920px;
}

footer .separator,
footer .fixed-content {
	position: absolute;
	height: 160px;
	width: 1020px;
	left: -50px;
}

footer .separator {
	background: url(img/footer_line.png) no-repeat;
	height: 1px;
	bottom: 0;
}

footer .footer-links {
	float: left;
	margin-left: -30px;
	padding-top: 110px;
	
	color: #FFF;
	font-size: 11px;
	font-weight: bolder;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

footer .footer-links > a {
	float: left;
	padding: 0 5px 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	border-right: 1px solid #FFF;
}

footer .footer-links a {
	color: inherit;
	text-decoration: none;
}

footer .footer-links p { padding-top: 5px; }
footer .footer-links .last-link { border-right: none; padding-right: 0px; }
footer .footer-links .first-link { padding-left: 0px; }
footer .footer-links a:hover { text-decoration: underline; }

footer {

}

/* ~~ Common elements ~~ */
.clear-float { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.center-text {
	text-align: center;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.box-mobile a {
	color: #000000;
	position: relative;
	text-decoration: none;
}

.box-mobile a:hover .app-icon + span, .box-mobile a:active .app-icon + span, .box-mobile a:focus .app-icon + span {
	color: #1e99d2;
}

/* ~~ Mobile application node~~ */
.mobile-application {
	float: left;
	width: 110px;
	outline: none;
	text-align: center;
	vertical-align: top;
	padding: 4px 10px 2px 10px;
}

/* We hide ratings and category for now. Because I don't want to delete the html we do this here. */
.mobile-application .itunes-rating, .mobile-application .itunes-category {
	display: none !important;
}

.mobile-application span {
	margin-bottom: 0 !important; 
}

.mobile-application strong,
.mobile-application span {
	font-weight: normal;
	height: 2em;
	line-height: 1em;
	margin-top: -2px;
	margin-bottom: 8px;
	display: block;
}

.mobile-application small {
	font-size: 10px;
	white-space: nowrap;
}

.mobile-application strong {
	margin: 4px 0 0 0;
	font-size: 12px;
}

.mobile-application .itunes-rating {
	display: block;
	width: 95px;
	height: 19px;
	margin: 0px auto;
	background: url(img/star.jpg) repeat-x 0 -19px;
}

.mobile-application .itunes-rating em, .mobile-application .itunes-rating div {
	float: left;
	height: 19px;
	background: url(img/star.jpg) repeat-x;
}

.mobile-application .itunes-rating .stars-1 { width: 20%; }
.mobile-application .itunes-rating .stars-2 { width: 40%; }
.mobile-application .itunes-rating .stars-2 { width: 60%; }
.mobile-application .itunes-rating .stars-4 { width: 80%; }
.mobile-application .itunes-rating .stars-5 { width: 100%; }

.mobile-application .itunes-category {
	background: url(img/cat_background.jpg) no-repeat 35px;
	display: block;
	margin: 4px auto;
	width: 110px;
	height: 25px;
}

.mobile-application .android-app {
	position: absolute;
	top: -2px;
	right: 8px;
	display: block;
	width: 34px;
	height: 34px;
	background: url(img/android.png) no-repeat;
}

.itunes-category .category-art { background: url(img/cat_art.jpg) no-repeat left center; }
.itunes-category .category-books { background: url(img/cat_books.jpg) no-repeat left center; }
.itunes-category .category-creativity { background: url(img/cat_creativity.jpg) no-repeat left center; }
.itunes-category .category-history { background: url(img/cat_history.jpg) no-repeat left center; }
.itunes-category .category-math { background: url(img/cat_math.jpg) no-repeat left center; }
.itunes-category .category-puzzle { background: url(img/cat_puzzle.jpg) no-repeat left center; }

.mobile-application .itunes-category em, .mobile-application .itunes-category div {
	float: left;
	width: 75px;
	height: 25px;
	padding-left: 35px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	vertical-align: middle;
	line-height: 25px;
	margin: auto 0 auto 0;
}

/** mobile apps icons **/
.box-mobile span.app-icon {
	margin: 0;
	width: 111px;
	height: 111px;
	line-height: 111px;
	display: block;
}

.box-mobile a:hover hover-icon {
}

.box-mobile a:hover span.hover-icon, .box-mobile a .hover-down {
	background-position: 0 111px;
}

/** Platform popup styles **/
.select-platform {
	z-index: 1000;
	/*height: 192px;*/
	height: 85px;
	position: absolute;
}

.select-platform-content {
	float: left;
	height: inherit;
	padding-left: 16px;
	min-width: 110px;
	background: url(img/osbg.png) 0 0;
}

.select-platform-left {
	margin: 0;
	padding: 0;
	width: 125px;
	height: 107px;
	margin-top: 85px;
	position: absolute;
	z-index: 800;
	background: url(img/osbg.png) 0 -85px;
}

.select-paltform-right {
	float: left;
	margin: 0;
	padding: 0;
	height: 85px;
	width: 16px;
	
	background: url(img/osbg.png) -444px 0;
}

.select-platform a {
	float: left;
	display: block;
	margin: 20px 5px;
}

.google-image-ad {
	display: block; 
	margin: 0 auto;
}

.google-image-ad.ad-size-728x90 {
	width: 728px; 
	height: 90px; 
}

footer .google-image-ad {
	margin: 20px auto;
}

/** ICONS SETUP FOR MOBILE APPS**/
#app_puppy_run .app-icon {
	background-image: url(img/appicon6.jpg);
}

#app_wee_pets .app-icon {
	background: url(img/appicon1.jpg) no-repeat;
}

#app_zombie .app-icon {
	background: url(img/appicon2.jpg) no-repeat;
}

#app_sbmobile .app-icon {
	background: url(img/icon_sbmobile_homepage.jpg) no-repeat;
}

#app_election .app-icon {
	background: url(img/icon_battleground.jpg) no-repeat;
}

/*
#app_candy_monster .app-icon {
	background: url(http://secretbuilders.com/home_assets/images/appicon4.jpg) no-repeat;
}
*/
#app_dress_up .app-icon {
	background: url(img/appicon3.jpg) no-repeat;
}

#app_viking .app-icon {
	background: url(img/appicon7.jpg) no-repeat;
}

#app_alice .app-icon {
	background-image: url(img/appicon_alice.jpg);
}

#app_woz .app-icon {
	background-image: url(img/appicon_woz.jpg);
}

#app_ali_baba .app-icon {
	background-image: url(img/appicon_alibaba.jpg);
}

#app_jekyl .app-icon {
	background-image: url(img/appicon_jekyl.jpg);
}

#app_jekyl_hog .app-icon {
	background-image: url(img/appicon_jekyl_hog.jpg);
}

#app_arabian_nights .app-icon {
	background-image: url(img/appicon_arabian.jpg);
}

#app_arabian_nights_hog .app-icon {
	background-image: url(img/appicon_arabian_nights_hog.jpg);
}
#app_deadrun .app-icon {
	background-image: url(img/appicon_deadricon.jpg);
}

#app_sherlockBD .app-icon {
	background-image: url(img/appicon_sherlockBD.jpg);
}

#app_fashion_superstar .app-icon {
	background-image: url(img/appicon_fashion_superstar.jpg);
}

#app_snowwhite .app-icon {
	background-image: url(img/appicon_snowwhite.jpg);
}

#app_sherlockNM .app-icon {
	background-image: url(img/appicon_sherlockNM.jpg);
}

#app_goldilocks .app-icon {
	background-image: url(img/appicon_goldilocks.jpg);
}

#app_hangman .app-icon {
	background-image: url(img/appicon_hangman.jpg);
}

#app_jackbean .app-icon {
	background-image: url(img/appicon_jackbean.jpg);
}

#app_sherlockEC .app-icon {
	background-image: url(img/appicon_sherlockEC.jpg);
}

#app_gogo_mongo .app-icon {
	background-image: url(img/appicon_gogoMongo.jpg);
}

#app_beauty_beast .app-icon {
	background-image: url(img/appicon_beauty_beast.png);
}

#app_ali_baba_hog .app-icon {
	background-image: url(img/appicon_alibaba_hog.jpg);
}

#app_pop_the_pic .app-icon {
	background-image: url(img/popthepic_icon.jpg);
}

#app_mansfield .app-icon {
	background-image: url(img/appicon_mansfield.jpg);
}

#app_sherlockHB .app-icon {
	background-image: url(img/appicon_sherlockHB.jpg);
}

#app_shoemaker .app-icon {
	background-image: url(img/appicon_shoemaker.jpg);
}

#app_littleredhen .app-icon {
	background-image: url(img/appicon_littleredhen.jpg);
}

#app_babymouse .app-icon {
	background-image: url(img/appicon_babymouse.jpg);
}

#app_sherlockSF .app-icon {
	background-image: url(img/appicon_sherlockSF.jpg);
}

#app_cinderella .app-icon {
	background-image: url(img/appicon_cinderella.jpg);
}

#app_candymonster .app-icon {
	background-image: url(img/icon_candymonster.jpg);
}

#app_snowwhite_collection .app-icon {
	background-image: url(img/appicon_snowwhite_collection.jpg);
}

#app_funEnglish .app-icon {
	background-image: url(img/appicon_funEnglish.jpg);
}

#app_awaywithwords .app-icon {
	background-image: url(img/appicon_awaywithwords.jpg);
}

#app_mydream .app-icon {
	background-image: url(img/appicon_mydream.jpg);
}

#app_20000 .app-icon {
	background-image: url(http://secretbuilders.com/home_assets/images/appicon_20000.jpg);
}

#app_babymouse_sd .app-icon {
	background-image: url(img/appicon_babymouse_sd.jpg);
}

#app_snowwhiteFT .app-icon {
	background-image: url(img/appicon_snowwhiteFT.jpg);
}

#app_genius_popthepic .app-icon {
	background-image: url(img/icons_genius_popthepic.jpg);
}
#app_dollys_bookworm .app-icon {
	background-image: url(img/icons_dollys_bookworm.jpg);
}
#app_wordchampions .app-icon {
	background-image: url(img/icons_wordchampions.jpg);
}
#app_sherlockmysteries .app-icon {
	background-image: url(img/icons_sherlockmysteries.jpg);
}
#app_storyquest .app-icon {
	background-image: url(img/icons_storyquest.jpg);
}