/* core.css */

/***************** global attributes ****************/ 
body { background-color: #bebebe; }
a { text-decoration: none; }
span.strong { font-weight: bold; }

/* rounded corners for boxes, 20px, just add the class */
.roundBox40 { -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  }
.roundBox20 { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.roundBox25 { -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.roundBox10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }

/*drop shadow added to #bodyWrapper */
.dropShadow { -webkit-box-shadow: 0px 0px 5px #666; -moz-box-shadow: 0px 0px 5px #666; box-shadow: 0px 0px 5px #666; }
.dropShadowAlt { position: relative; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}



/* global widths */
#bodyWrapper { margin: 0 auto; background-color: #FFF; clear: both; -webkit-box-shadow: 0px 0px 5px #666; -moz-box-shadow: 0px 0px 5px #666; box-shadow: 0px 0px 5px #666; behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); position: relative; }
#bodyWrapper, #globalNavWrapper, #heliumSearchBarWrapper, #frontPageNavWrapper, #frontPageSliderWrapper, #frontPageSliderButtonWrapper, #frontPageInfoBoxWrapper, #articlePageWrapper, #footerWrapper, #channelPageHeaderWrapper, #breadCrumbWrapper { width: 1028px;  }

/* wrapper elements that make up the structure on the site */
#globalNavWrapper { height: 40px; background-color: #d5e5e2; position: relative; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); position: relative;  }
#heliumSearchBarWrapper { height: 137px; background-color: #b1cbc8; }
#frontPageNavWrapper { height: 26px; background-color: #96aca9; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; position: relative; z-index: 9998;  behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); position: relative; }
#frontPageNavWrapperAlt { height: 26px; background-color: #96aca9; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; position: relative; z-index: 9998; behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); position: relative;  }
#breadCrumbWrapper { height: 26px; background-color: #96aca9; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; position: relative; z-index: 9998; behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); position: relative; }
#frontPageInteractiveWrapper { background-color: #7b7b7b; background-image: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/img/frontPageSliderWrapper_background.png);  }
#frontPageInteractiveWrapperMobile { display: none; }
#frontPageSliderButtonWrapper { height: 50px; background-color: #b1cbc8; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; position: relative; z-index: 9998; behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); }
#frontPageInfoBoxWrapper { background-color: #E2E1DC;
    height: 310px; }
#articlePageWrapper { background-color: #e3e1db;}
#channelPageHeaderWrapper { height: 254px; position: relative; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; z-index: 9997; }
#footerWrapper { height: 258px; background-color: #d8d7d3; clear: both; margin:auto;}

/* misc. elements */
#loginBoxWrapper, #howToMainImageWrapper, #globalNavBoxWrapper, #moreHeliumArticlesBoxWrapper, #writeBoxWrapper, #sendBoxWrapper, #toolsBoxWrapper, #interestedInBoxWrapper, #articleContentMainImageWrapper, #channelPageInterestedInBoxWrapper, #leafPageInterestedInBoxWrapper, #listPageInterestedInBoxWrapper { background-image: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/img/loginBoxBg.png); display: none; }

#loginBoxWrapper { height: 285px; width: 319px; position: relative; z-index: 9999; opacity: 0; left: 709px;  }
#globalNavBoxWrapper { height: 438px; width: 319px; position: relative; z-index: 9999; opacity: 0; left: 709px; padding-top: 40px; }
#moreHeliumArticlesBoxWrapper { height: 339px; width: 325px; position: relative; z-index: 9999; opacity: 0; left: 0px; top: 13px; padding-top: 40px; color: #FFF; font-size: 12px; padding-left: 20px; padding-right: 20px; font-size: 14px;}
#writeBoxWrapper { height: 300px; width: 288px; position: absolute;top: 154px; z-index: 9999; opacity: 0; left: 368px; color: #FFF; font-size: 12px;  }
#toolsBoxWrapper { height: 300px; width: 288px; position: absolute;top: 154px; z-index: 9999; opacity: 0; left: 368px; color: #FFF; font-size: 12px;  }
#sendBoxWrapper { height: 320px; width: 317px; position: absolute;top: 154px; z-index: 9999; opacity: 0; left: 339px; color: #FFF; font-size: 12px;}
#interestedInBoxWrapper { height: 164px; width: 248px; position: relative; z-index: 9999; opacity: 0; left: 405px; color: #FFF; font-size: 12px; top: -160px; }
#channelPageInterestedInBoxWrapper {width: 350px; position: relative; z-index: 9999; opacity: 0; left: 0px; color: #FFF; font-size: 12px; top: 17px; }
#leafPageInterestedInBoxWrapper { height: 164px; width: 350px; position: relative; z-index: 9999; opacity: 0; left: 0px; color: #FFF; font-size: 12px; top: 17px; }
#listPageInterestedInBoxWrapper { height: 164px; width: 350px; position: relative; z-index: 9999; opacity: 0; left: 306px; color: #FFF; font-size: 12px; top: 39px; }
#leafPageHeaderWrapper { height: 254px; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 2px 2px 0px #999; position: relative; z-index: 9997; behavior: url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/css/PIE.htc); position: relative; }
#articleContentMainImageWrapper {    color: #FFFFFF; font-size: 12px; left: 23px; min-height: 314px; opacity: 0; overflow: auto; position: absolute; top: 27px; width: 631px; z-index: 9999; }
#howToMainImageWrapper {  height: 314px; width: 601px; position: absolute; z-index: 9999; opacity: 0; left: 75px; color: #FFF; font-size: 12px; }


.slides_container { height: 432px; width: 760px; }
#slidesTwo > .slides_container { height: 399px; }
#slidesTwo > .slides_container div { height: 399px; width: 760px; display: block; }
#slidesThree > .slides_container { height: 399px; position: relative; top: 33px; }
#slidesThree > .slides_container div { height: 399px; width: 760px; display: block; }
#slidesThree > .pagination { display: none; }
#slides, #slidesTwo, #slidesThree { width: 760px;}
.pagination { height: 32px; width: 760px; text-align: center; padding-top: 18px; position: relative; z-index: 9999; }
.pagination li { display: inline; margin: 0 1px; }
.pagination li a { ddisplay:block; width:12px; height:0; padding-top:12px; background-image:url(/web/20140813080449im_/http://www.sciences360.com/wp-content/themes/helium/img/pagination.png); background-position:0 0; display: inline-block; overflow:hidden; }
.pagination li.current a { background-position: 0 -12px; }
a.viewMoreArticlesFromTodayMobile { display: none; }








/*
     FILE ARCHIVED ON 08:04:49 Aug 13, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:06:57 Nov 06, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 621.856
  exclusion.robots: 0.192
  exclusion.robots.policy: 0.186
  cdx.remote: 0.062
  esindex: 0.01
  LoadShardBlock: 596.64 (3)
  PetaboxLoader3.datanode: 509.967 (5)
  CDXLines.iter: 15.165 (3)
  PetaboxLoader3.resolve: 143.723 (3)
  load_resource: 221.989 (2)
*/