	/*
Theme Name: Breeze
Theme URI: http://themeforest.net/user/unisphere/
Description: Breeze is a theme designed with corporate businesses in mind. The theme is also well suited for online portfolios and blogs.
Author: UniSphere
Version: 1.12
Tags: light, dark, yellow, red, blue, green. pink, unique, two-columns, fixed-width, threaded-comments, translation-ready, microformats
*/

/* Reset Browser Defaults */
@import url( 'css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'css/base.css' );

/* Stylistic CSS Styles */
@import url( 'css/screen.css' );

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 469px;
}

.activities-carousel {
	clear: both;
}

.activities-carousel .jcarousel-skin-tango{
	/*width:100%;*/
	float: right;
	overflow: hidden;
	width: 750px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 750px;
}

.activity-collection-logo {
	margin-top: 11px;
}


.collections-all-collection .gallery {
    float: right;
    width: 700px;
}

#sub-header-content {
	display: none;
}	

#sub-header {
    padding: 34px 0 0;
	background-color: transparent !important;
}

#container #sub-header-footer {
    background: none;
	background-color: transparent;
    height: 31px;
    margin: 0 auto;
    width: 1000px;
}

.collections-all-collection {
	margin: 10px auto;
	width: 960px;
}

.full-width-page.collection-landing .rounded-top.wp-post-image, .gallery-item .gallery-icon .rounded-top {
	-moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	margin-left: -20px;
}

.home.full-width-page.collection-landing .rounded-top.wp-post-image, .gallery-item .gallery-icon .rounded-top {
	margin-left: 0px;
  background-position: 50% 50%;
}

.activities-carousel.arcade ul li  {
	padding: 0 14px 5px;
}

.menu.rounded-all {
    -moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0px 0px;
	background-image: none !important;
	background-color: transparent !important;
}

/* new styles */

body {
    background: url("images/gradient.png") repeat-x 0 0 #5EA1C8 !important;
	position: relative;
	padding: 0px !important;
	/*font-family: Verdana, Helvetica, Arial, sans-serif; */
}

#content {
	width: 960px !important;
	background: transparent !important;
}

/*
a { color: #333 !important; }
a:hover { color: #A15B41 !important; }
a:visited { color: #333 !important; }
*/

/* header area */

#back_button {
	background: #00B259;
	border: 3px solid white;
	height: 50px;
	width: 320px;
	position: absolute;
	top: -3px;
	right: 0px;
    -moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;	
	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}

#back_button a {
	color: white !important;
    display: block;
    font-size: 14px;
    margin: 15px 10px;
    text-align: center;
    text-transform: uppercase;
}

#logo {
	margin-top: 40px;
}

#paper_plane {
	background: url("images/backgrounds/header_image.png") no-repeat scroll center top transparent !important;
    height: 204px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	min-width: 1000px;
}

/* menu */

.menu {
    top: 140px;
    background: url("images/nav.gif") repeat-x 0 0 #FC4908 !important;
    height: 60px;
}


.menu ul {
	/*border-bottom: 1px solid #BC3515;
	/*height: 140px;*/
	display: block;
  /*height: 60px;	*/
	margin: 0px 15px;
	/*overflow:hidden;*/
}

.nav li.page_item, .nav li.page_item:hover {
    background: url("images/dots.png") no-repeat right center;
	padding-right: 15px;
}

.nav li.page_item:last-child {
	background: none;
}

.menu a {
    color: white !important;
}

.nav a {
	font-size: 14px;
    letter-spacing: 0.05em;
	font-weight: normal;
}

.nav > li > a, .nav > li > a:focus {
    background-image: none !important;
	margin: 15px 0 15px 10px;
    padding: 0 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* drop down */

.nav ul { 
	margin-left: 24px;
    margin-top: 11px;
	border-top: none !important;
}

.nav li.page_item li, .nav li.page_item:hover li {
	padding-right: 0px;	
	border-left: 5px solid #D13E11;
	border-bottom: 5px solid #D13E11;
}

.nav li.page_item li:first-child {
	-moz-border-radius: 0px 8px 0px 0px;
	border-top: 5px solid #D13E11;
	/*border-right: 5px solid pink;*/
}

.nav li.page_item li:last-child {
	-moz-border-radius: 0px 0px 8px 8px;
	border-bottom: 10px solid #D13E11;
}

.nav ul li a {
	border: 1px solid #D13E11 !important; 
    background-color: #D13E11 !important;
	color: #000 !important;
	text-shadow: 0 0 0 !important;
}

.nav ul ul {
	display: none;
	height: 0;
	overflow: hidden;
}

.menu ul li ul li a, .menu ul li ul li a:hover {
	-moz-box-shadow: 0px 0px 0px #D13E11 !important;
	-webkit-box-shadow: 0px 0px 0px #D13E11 !important;
	box-shadow: 0px 0px 0px #D13E11 !important;
}

.menu ul li ul li a, .menu ul li.current_page_parent ul li a, .menu ul li.current_page_item ul li a {
	color: #f0b3a0!important;
	display: block !important;
	margin-left: -5px;
}

.menu ul li ul li a:hover, .menu ul li.current_page_parent ul li a:hover, .menu ul li.current_page_item ul li a:hover {
	color: #ffffff !important;
	background: #be3d16 !important;
}



/* current item */

.menu ul li a:hover, .menu ul li.current_page_item a, .menu ul li.current_page_parent a, .menu ul li.current_page_ancestor a, .menu ul li.current-menu-item a, .menu ul li.current-menu-ancestor a, .menu ul li:hover a  {
	background: #D13E11;
	font-weight: normal;
	border-bottom: 1px solid #DC9C88;
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
	
}

.menu ul li a:hover, .menu ul li.current_page_item a, .menu ul li.current_page_parent a, .menu ul li.current_page_ancestor a, .menu ul li.current-menu-item a, .menu ul li.current-menu-ancestor a {
    color: white !important;
}


/* Hide drop down on Oracle Initiative */ 
.nav li.page_item.page-item-1403 ul li {
    display: none;
}


#header {
    height: 140px;
}

/* getting first banner to align properly */

.home #header {
	padding-bottom: 17px;
}

.home .menu.rounded-all {
    padding-bottom: 15px;
}


#container {
    margin-top: 25px;
}

#sub-header-nav {
    display: block;
    float: none;
    margin: 2px 15px;
    padding: 9px 0 0 15px;
}

#container #sub-header-footer {
    background: #FC4908;
}

/* top content homepage */

.home #container #sub-header-footer {
	display: none;
}

.main_image{
	background: #FC4908;
    margin: 0 -20px;
    padding: 20px;
    width: 960px;
	margin-top: -67px;
	padding-top: 60px;	
}

#red_background {
	background: none repeat scroll 0 0 #BC3515;
	padding: 10px;
	margin-top: 10px;
	position: relative;
	width: 620px;
	float: left;
	height: 242px; /*New 2.27.14*/
}

#white_border {
	background: white;
	padding: 10px;
	-moz-border-radius: 6px 6px 6px 6px;
	height: 220px; 
	/*height: 361px;*/
}

.main_image img{
	height: 220px;
	width: 600px;
}

#landing_greeting {
	color: #333333;
    font-size: 16px;
    left: 55px;
    letter-spacing: 0.05em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 350px;
    width: 525px;
}

#three_buttons {
	width: 303px;
	float: left;
	margin: 10px 0px 0px 15px;	
}

#three_buttons li {
	height: 128px;	
	list-style-type: none;
	margin-bottom: 10px;
}

#three_buttons li h3{
	border: medium none;
    color: white;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
}

#three_buttons li p{
	color: white;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}

#three_buttons a{
	height: 106px;
}

#three_buttons a:hover {
	text-decoration: none;
}	

#view_collections {
	width: 303px;
	background: url("images/collection-button.png") no-repeat scroll 0px 0px transparent;
}

#view_collections a{
	display: block;
    font-size: 11px;
    line-height: 12px;
    padding: 20px 20px 0 135px;
    text-align: right;
}

#play_games {
	width: 303px;
	background: url("images/games-button.png") no-repeat scroll 0px 0px transparent;
}

#play_games a{
	display: block;
    font-size: 11px;
    line-height: 12px;
    padding: 20px 135px 0 20px;
}

#educator_info {
	width: 303px;
	background: url("images/educator-button-comingsoon.png") no-repeat scroll 0px 0px transparent;
}

#educator_info p {
	display: none;
}

#educator_info a{
	display: block;
    font-size: 11px;
    line-height: 12px;
    /*padding: 20px 20px 0 135px;*/
    padding: 16px 20px 0 135px;
		text-align: right;
}


/* main image homepage */

/*
.everywhere-else {
	color: white;
    float: right;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-top: -47px;
    text-transform: uppercase;
    width: 300px;
}

.portfolio-page-3-columns .wp-pagenavi, .portfolio-page-3-columns div.hr, .portfolio-page-3-columns .portfolio-content {
	background: #FC4908;
    margin-left: -35px;
    margin-right: auto;
    padding-left: 35px;
    width: 965px;
	margin-bottom: 20px;
}

.portfolio-content .two-third {
	background: #BC3515;
	padding: 8px;
	width: 614px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 0px;
}

.portfolio-content .two-third a{
	display: block;
	background: white;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 10px 5px 10px;
}	

*/

/* everywhere else */

.portfolio-content .one-third.last {
	margin-top: 0px;
}

.everywhere-else-section {
	background: white;
	padding: 10px;
	margin-bottom: 13px;
    padding: 10px;
    position: relative;	
	height: 105px;
	width: 280px;	
}


.everywhere-else-section a {
	display: block;
	width: 280px;
	height: 105px;
	margin-bottom: 10px;
	background: #0071BC;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.everywhere-else-section img{
	position: absolute;
}

#home-toys-and-activities img {
	bottom: -10px;
}

#home-science-in-community img{
	right: 5px;
	bottom: -2px;
}

#home-classes-and-camps img {
	bottom: -30px;
    left: -40px;
}

#home-toys-and-activities p, #home-classes-and-camps p{
	color: white;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
}

#home-science-in-community p{
	color: white;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding-right: 130px;
    padding-left: 10px;
    text-align: left;
}

#home-toys-and-activities p.button-title {
	background: url("images/titles/toys_activities.gif") no-repeat scroll 151px 15px transparent;
    height: 0;
    overflow: hidden;
    padding-top: 40px;
}

#home-science-in-community p.button-title {
	height: 0px;
	padding-top: 60px;
	background: url("images/titles/science_community.gif") no-repeat scroll 7px 10px;
	overflow: hidden;
}

#home-classes-and-camps p.button-title {
	background: url("images/titles/classes_camps.gif") no-repeat scroll 146px 30px transparent;
    height: 0;
    overflow: hidden;
    padding-top: 55px;
}


/* coda */

.coda-slider-wrapper {
    background: url("images/circles.gif") repeat-y scroll 0 -10px #78A00B;
    margin-left: -20px;
    padding: 0 20px 20px!important;
    width: 960px;
    border-bottom: 10px solid #A4D816 !important ;
	margin-top: -10px;
	overflow: hidden !important;
}

.coda-slider {
	background: transparent !important;	
	margin-left: -20px;
	width: 980px !important;
}


.coda-slider .panel{
    width: 1000px !important;
}


.coda-nav ul {
	margin-left: 20px !important;
    overflow: hidden;
    padding: 5px 35px;
    width: 930px !important;;
	background: #A4D816;
} 

.coda-nav ul li a {
    margin: 10px 10px 10px 0px !important;
    padding: 5px 10px 5px !important;
	-webkit-box-shadow: none !important;
}

.coda-nav ul li a {
	color: #666 !important;
	background: #CAE78A !important;
	border: 1px solid transparent;
	border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px;	
	/*-moz-box-shadow: inset 0px 1px 2px #666;*/

}

.coda-nav ul li a:hover {
	color: #fff !important;
	background: #94A272 !important;
	-moz-box-shadow: inset 0px 1px 2px #666;
	-webkit-box-shadow: inset 0px 1px 2px #666;
	box-shadow: inset 0px 1px 2px #666;
}

.coda-nav ul li a.current {
	color: #fff !important;
    background: none repeat scroll 0 0 #FC4908 !important;
    border: 1px solid white;
	-moz-box-shadow: 0 1px 3px #444444;
	-webkit-box-shadow: 0 1px 3px #444444;
	box-shadow: 0 1px 3px #444444;
}

.coda-slider .one-fourth {
	background: #F2F2F2;
	padding: 13px;	
	width: 197px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 40px;
    -moz-box-shadow: 0 1px 2px #444444;
    -webkit-box-shadow: 0 1px 2px #444444;
	box-shadow: 0 1px 2px #444444;
}

.coda-slider .one-fourth a{
	display: block;
	text-align: center;
}

.coda-slider .one-fourth .activity-collection-logo {
	max-width: 197px !important;
	background: #ccc;
}

.collection-button {
	height: 28px;
	color: white;
	background: #FC4908;
	text-transform: uppercase;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.25);	
	box-shadow: 0 0 8px rgba(0,0,0, 0.25);		
}

/* collection logos in coda background color */

.coda-slider .one-fourth img[title="Afterschool KidzScience"] {
	background: #0092CD;
}

.coda-slider .one-fourth img[title="Check Out Science"] {
    background: url("images/backgrounds/checkout-coda.png") no-repeat scroll top left #bbada0;
}

.coda-slider .one-fourth img[title="Explore Your World"] {
	background: white;
}

.coda-slider .one-fourth img[title="Roadside Heritage"] {
	background: #ebeadd;
}


dt.gallery-icon, div.gallery-item {
	-moz-box-shadow: 0 1px 2px #444444;
	-webkit-box-shadow: 0 1px 2px #444444;
	box-shadow: 0 1px 2px #444444;
	box-shadow: 0 1px 2px #444444;
	background: none repeat scroll 0% 0% white; 
	padding: 12px;	
}

dt.gallery-icon a.read-more, div.gallery-icon a.read-more {
	margin-left: 0px;
	display: block;
}


.one-fourth h3 {
    border-bottom: medium none;
    color: black;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.one-fourth p {
	color: #333;
	font-size: 11px;
	line-height: 15px;
}

img.activity-collection-logo {
    max-width: 250px !important;
	float: left;
}

.collections-all-collection .gallery-collection .gallery-item, .activities-carousel .gallery-item {
    -moz-box-shadow: 0 1px 2px #333333;
    -webkit-box-shadow: 0 1px 2px #333333;
    box-shadow: 0 1px 2px #333333;
}

.coda-slider-wrapper .gallery-collection .gallery-item, .coda-slider-wrapper .gallery-collection2 .gallery-item {
    width: 222px !important;
	margin: 0px 0px 20px 20px!important;
}

.coda-slider-wrapper .three-fourth {
	width: 728px !important;
}

.portfolio-item-title {
    color: #333333;
}

/* smaller collections */

.home .collections-all-collection .gallery-collection {
	background: #777777;
    height: 136px;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 15px;	
	width: 630px !important;
	-moz-box-shadow: 3px 3px 10px #333 inset;	
	-webkit-box-shadow: inset 3px 3px 10px #333;	
	box-shadow: inset 3px 3px 10px #333;	
}

.collections-all-collection .gallery-collection .gallery-item, .activities-carousel .gallery-item {
	width: 145px !important;
	height: 114px;
}

.with-logo .gallery-item {
	margin-left: 15px;
}

/* both collections */

.gallery-collection .gallery-item {
	text-align: left !important;
}

.portfolio-item-title {
    font-size: 9px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	display: block;
	padding-top: 7px;
	height: 15px;
	width: 120px;
	/*overflow: hidden;*/
}

.gallery-collection2 .portfolio-item-title, 
.citizenscience .portfolio-item-title {
	width: 180px;
}

.home-kidsite-coda-slider dt.gallery-icon a.read-more {
	margin-left: 0px;
}

.read-more:hover + span {
	color: #FC4908;
}

/* footer */

#footer {
    background: url("footer_separator.gif") no-repeat scroll center top white !important;
}

#footer-container {
	margin-bottom: 0px;
}

#inner_wrapper { 
	padding-bottom: 450px;/*480px;*/
    background: url("images/footer.png") no-repeat bottom center transparent !important;
	min-width: 1000px;
}

#footer_logos {
	background: none repeat scroll 0 0 #F2F2F2;
    margin: 0 20px;
    padding: 10px 15px 12px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#thanks_footer {
    background: url("images/footer/thanks.gif") no-repeat scroll 0 5px transparent;
    border-right: 1px solid #DDDDDD;
    float: left;
    height: 0;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 65px;
    width: 170px;
}


#awards_footer {
    background: url("images/footer/awards.png") no-repeat scroll 0 5px transparent;
    border-right: 1px solid #DDDDDD;
    float: left;
    height: 0px;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 65px;
    width: 130px;
}

#footer_logos a{
	display: block;
	float: left;
	height: 0px;
	overflow: hidden;
	margin-right: 10px;
}

#oracle {
	margin-top: 25px;
    padding-top: 29px;
    width: 147px;
    background: url("images/footer/oracle.gif") no-repeat scroll 0 0 transparent;
}

#nsf {
	margin-top: 7px;
    padding-top: 63px;
    width: 65px;
    background: url("images/footer/nsf.gif") no-repeat scroll 0 0 transparent;
}

#imls{
	margin-top: 6px;
    padding-top: 63px;
    width: 147px;
    background: url("images/footer/imls.gif") no-repeat scroll 0 0 transparent;
}

#cs_award_13 {
	margin-top: 7px;
    padding-top: 63px;
    width: 65px;
    background: url("images/footer/sm_commonsense_award_2013.png") no-repeat scroll 0 0 transparent;
}

/* activity page */

#sub-header-nav {
    text-shadow: 0px 0px 0px #ffffff !important;
	color: white;
}

#sub-header-nav .delimiter, #sub-header-nav a {
    color: #ffffff !important;
}

.singular .portfolio-detail-page {
	background: #FC4908;
	margin-left: -20px;
	padding: 10px 20px 20px;
}

.singular #content.portfolio-detail-page {
	background: #FC4908 !important;
}

.singular .one-half {
		
}

.activity{
	background: #BC3515;
	padding: 0px 0px 0px 10px;
}

.activity-arcade {
	background-color: #FFFFFF;
	padding: 20px;
}

.activity .two-third {
	width: 620px;
}

.activity .two-third img {
	border: 10px solid white;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.activity .one-third {
    width: 280px;	
	color: white;
}

#activityDescription {
	margin-bottom:20px;
	color: white;
	padding: 15px 0px;
}

#activityDescription h2 {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.explore_button {
	margin: 20px 0px 0px;
	display: block;
	text-align: center;
}

/* more info section */

#more_info_holder {
	background: white;
	padding: 0px 20px;
}

#more_info_holder h3 {
	font-size: 16px;
	text-transform:uppercase;
	border: none;
	color: #A15B41;
	margin-top: 10px;
}

.more_info_item {
	background: #DFDCD0;
	border: 1px solid #D3CFBF;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;	
}

.more_info_item ul {
	margin-left: 0px;
}

#education_materials h3 {
	margin-bottom: 0px;
}

#education_materials li{
	border-bottom: 1px solid #F0EEE9;
    display: block;
    float: left;
    font-size: 11px;
    margin-right: 10px;
    vertical-align: middle;
    width: 289px;
}

#education_materials li a{
	padding: 7px 5px;
	border-bottom: 1px solid #B3B3B3;
}

#education_materials li a:hover{
	background: #D4D1C6;
	color: #333 !important;
}

#education_materials li:nth-child(2n){
}

/*
.activity #education_materials li img {
    -moz-border-radius: 0px;
    border: 0px;
	border-right: 1px solid #868686;
	float: left;
    padding-right: 10px;
    vertical-align: middle;
	-webkit-border-radius: 0px;	
}

.material_title {
	border-left: 1px solid white;
    display: block;
    float: left;
    height: 22px;
    padding-left: 15px;
    padding-top: 7px;
}

*/

#outside_description h3 {
	float: left;
	line-height: 20px;
    width: 245px;
}

#outside_description p{
	padding-top: 10px;
	width: 680px;
	float: right;
}


.more_info_item #video_holder {
	float: left;
    margin-right: 15px;
	width: 400px;
}

.more_info_item dt.gallery-icon {
	margin-right: 20px;
}

.more_info_item dt.gallery-icon a.read-more {
	margin-left: 0px;
}

.more_info_item a {
	color: #333333 !important;
	display: block;
}

.more_info_item a:hover{
	color: #FC4908 !important;
	text-decoration: none;
}

/* related activities */

#container.activity_page {
	padding-bottom: 0px;
}

#home-page-activities.activity_page {
	margin-left: 0px;
	margin-top: 10px; 
	position: relative;
	z-index: 20;
}

.activity_page #activity_holder .activities-carousel .jcarousel-skin-tango {
	-moz-box-shadow: 3px 3px 10px #333333 inset;
    background: none repeat scroll 0 0 #777777;
    padding: 20px 20px 0px;
    margin-right: 15px;
    width: 915px !important;	
}

/* smile widget */

#smile_activities_page.more_info_item {
	padding: 8px;
	width: 944px;
	clear: both;
	margin-bottom: 20px;
}

#smileWidget {
	margin-bottom: 0px;
	height: 307px;
}

div#smileWidget_container {
    width: 940px !important;
	border: 1px solid #666 !important;
}

#smileWidget_header {
	background: #3584ad !important;
}

div.smileWidget_listrec {
   	float: left;
    margin: 0px;
	width: 170px;
    padding: 9px 9px 20px!important;
	border-bottom: none !important;
}

div.smileWidget_listrec:nth-child(odd) {
	background: white !important;
}

div#smileWidget_list_holder {
    height: 185px !important;
}

div#smileWidget_container {
	height: 305px !important;
}

div#smileWidget_header_logo {
    background-position: 10px 0 !important;
}

div.smileWidget_scroll {
	display: none;
}

div#smileWidget_pagination {
	padding: 5px 0px;
	font-weight: bold;
}

div#smileWidget_pagination a {
	display: inline;
}




.smileWidget-pag-next a {
	background: url("images/smile-nextbutton.png") no-repeat 0 0;
}

.smileWidget-pag-next {
	display: block;
	right: 345px;
	top: 3px;
	position: absolute;
	width: 19px;
}

.smileWidget-pag-prev a {
	background: url("images/smile-prevbutton.png") no-repeat 0 0;
}

.smileWidget-pag-prev {
	display: block;
	left: 345px;
	top: 3px;
	position: absolute;
	width: 19px;
}


div#smileWidget_pagination span.smileWidget-pag-link a {
	height: 18px;
	width: 19px;
	border: none;
	text-indent: -9999px;
	display: block;
}

div#smileWidget_pagination span.smileWidget-pag-link a:hover {
   background-position: 0 -18px;
}


/* collections landing page */

.page-template-template_fullwidth_collection_landing-php .menu ul {
	border-bottom: none;
}

.page-template-template_fullwidth_collections-php .collections-all-collection .gallery-collection .gallery-item, .activities-carousel .gallery-item {
    width: auto !important;
	/*margin-left: 15px;*/
	margin: 0;
}

.page-template-template_fullwidth_collections-php .gallery-collection, .activities-carousel .jcarousel-clip {
	background: #777777;
	-moz-box-shadow: 3px 3px 10px #333333 inset;
	-webkit-box-shadow: 3px 3px 10px #333333 inset;	
	padding: 20px;
	width: 690px;
}

.activities-carousel ul li {
	list-style: none;
	float: left;
}


.page-template-template_fullwidth_collections-php hr{
    border-top: 1px solid #666;
    color: white;
	margin-top: 20px;
}

.page-template-template_fullwidth_collections-php #container #sub-header-footer {
	height: 41px;
}

#collection-description{
	background: transparent;
    margin-bottom: 35px;
    margin-top: -220px;
    padding: 20px 20px;
    width: 325px;
	height: 145px;
	position: relative;
	color: white;
	font-size: 13px;
}

#collection-description button{
	/*bottom: 10px;
    display: block;
    position: absolute;
    right: 15px;
	text-transform: uppercase;
	width: 120px;
	*/
	bottom: 10px;
	display: block;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
}

/* different thumbs */

.collections-all-collection.citizenscience .gallery-collection .gallery-item {
    height: 120px;
    margin: 0px 10px 20px 12px;
}

.collections-all-collection.regular .gallery-collection .gallery-item {
	margin: 0px 14px 20px 12px
}

/* specific collections */

#collection-description.afterschool_desc {
	background: #0092CD;
}

#collection-description.afterschool_desc button {
	/*background: url('images/backgrounds/arrow.png') 0px 0px no-repeat transparent;
	width: 145px;
	height: 34px;
	padding: 0px;
	color: #004063;
	right: 20px;*/
	
	background: none repeat scroll 0 0 #8AD1F4;
	color: #004063;
	height: 34px;
	padding: 0 10px;
	right: 20px;
}

#collection-description.afterschool_desc button:hover {
	/*background: url('images/backgrounds/arrow.png') 0px -34px no-repeat transparent;*/
  background: none repeat scroll 0 0 #6DC1F1;
}


#collection-description.explore_desc{
	background: url("images/backgrounds/explore.gif") no-repeat scroll 0 0px transparent;
    color: #333333;
    height: 140px;
    margin-bottom: 11px;
    margin-top: -210px;
	padding: 30px;
	width:295px;
}


#collection-description.explore_desc button{
	background-color: #ED2024;
	bottom: 35px;
	right: 30px;
}

#collection-description.explore_desc button:hover{
	background: #CF1920;
}	

#collection-description.checkout_desc{
	color: white;
    height: 125px;
    margin-bottom: 45px;
    margin-left: 20px;
    margin-top: -210px;
    width: 300px;
}


#collection-description.roadside_desc {
	background: url('images/backgrounds/paper.png') 0px 0px no-repeat transparent;
	padding: 35px;	
	color: #666;
	-moz-border-radius: 0px;
	margin-bottom: 0px;
}

#collection-description.roadside_desc button{
	bottom: 41px;
	right: 33px;
	background: #8f211b;
}

#collection-description.roadside_desc button:hover {
	background: #be2c2c;
}



/* collection page */

.singular .related_activities, .singular .more_info {
	background: #78A00B;	
}

.product {
	width: 215px;
	float: left;
	border-right: 1px solid #DDDDDD;
	margin: 20px 0px 20px 10px;
	text-align: center;
	padding-right: 10px;
}

.product:nth-child(2){
	margin-left: 15px;
}

.product:nth-child(5){
	border-right: none;
}

.product a {
	color: #333333 !important;
}

.product a:hover{
	color: #FC4908 !important;
	text-decoration: none;
}

#home-page-activities {
	margin-left: -20px;
    padding: 0 20px;
    width: 960px;
	position: relative;
	z-index: 5;
}

#activity_holder {
	background: url('images/circles.gif') 0px 0px repeat-y #78A00B;	
	margin: -10px 0 0 -20px;
    width: 1000px;
	padding-top: 10px;
	border-top: 10px solid #A4D816;
	border-bottom: 10px solid #A4D816;	
}

#activity_holder .activities-carousel {
	width: 985px;
}

#activity_holder .activities-carousel .jcarousel-skin-tango {
	width: 964px !important;
}


#activity_holder .activities-carousel .jcarousel-skin-tango .gallery-item {
	margin-bottom: 20px;
	margin-right: 20px;
}

#activity_holder .activities-carousel.citizenscience.activity-page .jcarousel-skin-tango .gallery-item {
	margin-right: 6px;
}

#activity_holder .activities-carousel.arcade.activity-page .jcarousel-skin-tango .gallery-item {
	margin-right: 10px;
}

#activity_holder .activities-carousel .jcarousel-skin-tango:nth-child(4n+4){
	margin-right: 0px;
}


.more_item {
	padding: 20px 0px;
	/*border-bottom: 1px solid #E6E6E6;*/
}

.more_title {
	color: #D54421;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    width: 230px;
		padding-bottom: 10px;
}

.more_content {
	border: 10px solid #D3CFBF;
    float: left;
    padding: 15px;
    width: 680px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.page-template-template_fullwidth_collection_landing-php .collections-all-collection .gallery-collection .gallery-item, .page-template-template_fullwidth_collection_landing-php .activities-carousel .gallery-item {
    height: 105px;
}

/* videos */

#big_video {
	float: left;
}

#smaller_videos {
    float: left;
    margin-left: 15px;
    width: 260px;
}

#smaller_videos ul {
	margin: 0px;
}

#smaller_videos li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #999999;
    clear: both;
    list-style-type: none;
	margin-bottom: 10px;
}

.small_video {
    background: none repeat scroll 0 0 black;
    float: left;
    height: 70px;
    width: 110px;
	text-align: center;
}

.small_video img {
 	max-height: 70px;
	max-width: 110px;
}

.small_video_description {
	float: left;
    font-size: 10px;
    padding-left: 15px;
    width: 135px;
}

.small_video_description p {
	font-size: 10px;
    line-height: 15px;
}




#video_description, #video_title {
    color: #444444;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    width: 270px;
}

#video_title {
	font-size: 18px;
}

#video_description p {
	line-height: 18px;
}

.video-player {
    float: left;
    padding: 10px;
    width: 400px;
}

.video_holder {
  float: right;
  width: 710px;
	border: 10px solid #D3CFBF;	
	background: #FFF;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
}

.video-category-holder {
	float: left;
	clear: left;
	padding: 24px;
	background: #E9E7E0;
	width: 662px;
	display: none;
}

.video_thumb_select {
	float: left;
	border: 1px solid #D3CFBF;
	color: #444;
	background: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	cursor: pointer;
}

.video-thumbs-holder {
	clear: left;
	float: left;
}

#video-category-select {
	color: #FFF;
	list-style: none;
	float: left;
	margin: 0;
}

#video-category-select li {
    background-color: #78A00B;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
		cursor: pointer;
}

#video-category-select li:hover {
	background-color: #EB4A25;
}

#video-category-select li.active {
	padding-right: 25px;
	background-attachment: scroll;
	background-color: #EB4A25;
	background-image: url(images/video_category_caret.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

/* reviews */

#review_holder {
	border: 1px solid #D3CFBF;	
	background: #E9E7E0;
	padding: 24px;
}

#big_review {
	border-bottom: 1px solid #999999;
    padding: 0 0 20px 115px;
	background: url("images/backgrounds/quote.gif") no-repeat scroll 15px 0px transparent;
}

#small_review_holder {
	border-top: 1px solid white;
	/*padding-top: 20px;*/
}

#small_review_holder .clear {
	border-bottom: 1px solid #999999;
	height: 0;
}

.small_review {
	float: left;
    padding: 0px 15px 10px;
    width: 300px;
}

#big_review p, .small_review p {
	color: #444;
}

.small_review p, .small_review cite{
    font-size: 11px;
    line-height: 18px;
}

.small_review:first-child {
	border-right: 1px solid #999999;
}

.small_review:last-child {
	border-left: 1px solid #fff;
}


#review_holder cite{
	display: block;
    font-style: normal;
    text-align: right;
}

/* Educator page */

.page-template-template_fullwidth-php #container #sub-header-footer {
	min-height: 40px;
}

.page-template-template_fullwidth-php #content  {
	padding-top: 20px;
}


/* title styles */

/* old title style

.singular .title {
	background: #BC3515;
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin-left: -35px;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    width: 970px;
	margin-bottom: 0px;
}
*/

/* static titles */

.singular .title {
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-left: -38px;
    overflow: hidden;
	margin-bottom: 0px;
    height: 44px;
    text-transform: uppercase;
    width: 935px;
    padding: 16px 0 0 100px;	
	margin-top: -5px;
	position: relative;
	z-index: 30;
	letter-spacing: .1em;
	background: url("images/banners/title_banner.png") no-repeat scroll 0 0 transparent;	
}

.title.activity-collections{
	background: url("images/banners/activity_banner.png") no-repeat scroll 0 0 transparent;
}

.title.games-and-activities {
	background: url("images/banners/games_banner.png") no-repeat scroll 0 0 transparent;
}

.title.founders-and-sponsors {
	margin-left: -18px;
	background: url("images/banners/founders_banner.png") no-repeat scroll 0 0 transparent;
}

.title.featured-activity{
	background: url("images/banners/featured_banner.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 0px;
}

.title.activity-page, .title.main-image{
	background: url("images/banners/title_banner.png") no-repeat scroll 0 0 transparent;

}

.title.more-info{
	background: url("images/banners/info_banner.png") no-repeat scroll 0 0 transparent;

}

.title.products{
	background: url("images/banners/info_banner.png") no-repeat scroll 0 0 transparent;

}

.title.founders-and-sponsors, .title.featured-activity, .title.activity-page, .title.collection_landing, .title.main-image{
    width: 995px;
    padding-left: 40px;	
}

.singular .title.going_further {
	margin-left: -18px;
}



/* random */

.clear { clear: both;}
	
	
/*  Clouds styles */

.clouds {
	background: none repeat-x scroll 0 0 transparent;
	height: 400px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-image: url("images/cloud.png");
	top: 100px;
}
 
#cloud-layer {
	width: 100%;
	position: relative;
	z-index: 1;
}
 
#inner_wrapper {
	position: relative;
	z-index:2;
}

 
/* carousel styles */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    height: 36px !important;
    width: 36px !important;
} 

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -44px 0 !important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    right: -35px !important;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    background-position: -88px 0 !important;
} 

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    height: 36px !important;
    width: 36px !important;
} 

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -89px 0 !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    right: -35px !important;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    background-position: -45px 0 !important;
} 
 
.jcarousel-list li, .jcarousel-item { 
	width: 163px !important;
}

.jcarousel-list li, .jcarousel-item {
    height: 120px !important;
}

/* hiding the buttons on carousels without them */

/*.carousel-8 .jcarousel-prev-horizontal, .carousel-8 .jcarousel-next-horizontal, */
.carousel-9 .jcarousel-prev-horizontal, .carousel-9 .jcarousel-next-horizontal{
	display: none !important;
}
 
/**** Gallery Styles ********/

.gallery-collection {
	margin: auto;
}
.gallery-collection .gallery-item {   float: left;
	margin-right: 1%;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	width: 24%;
}
.gallery-collection img {
	border: 2px solid #cfcfcf;
	max-width: 180px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.gallery-collection .rounded-top {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.gallery-collection .gallery-caption {
	margin-left: 0;
}

img.activity-collection-logo {
	max-width: 180px;
}

.collections-all-collection .gallery {
		float: right;
		width: 900px;
}

.collections-all-collection.with-logo .gallery,
.collections-all-collection.home-page .gallery, 
.collections-all-collection .gallery {
		float: right;
		width: 680px !important;
		padding: 20px 20px 0px;
}


/* about Check Out Science page */

.page-template-template_fullwidth-php #content h2 {
    line-height: 30px;
    margin: 15px 0;
} 


.kit-check-out-science {
	font-size: 11px;
    line-height: 16px;
    padding: 0 15px;
}


.about_page_list {
	background: #E9E7E0;
    margin-left: 0;
    padding: 10px;
	-moz-border-radius: 6px 6px 6px 6px;
	border: 10px solid #D3CFBF;
}

.about_page_list li{
	padding: 5px;
	margin-left: 20px;
}


/* importing kids site */

#kids-site-import .activity {
	background: white;
}

#kids-site-import #innercontent{
	width: 780px;
}

#kids-site-import #mainActivity {
	margin-left: -20px;
}


#footer-container {
    height: 63px;
    margin: 0 auto 30px;
    width: 1000px;
}

a.explore_button img {
	float: left;
}

div.activity-description-title {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 28px;
	padding-bottom: 5px;
}

ol{
	padding:3px;
}

