/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	line-height: 1.2;
	}

ol { 
	padding-left: 1.4em;
	list-style: decimal;
	}

ul {
	padding-left: 1.4em;
	list-style: square;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	} 

/* END RESET BROWSER STYLES */
/*--------------------------------------*/


* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

*.pageWrapper {
	max-width: 1200px;
	margin: 0 auto;	
	}

nav ul, .header h1, .footer p, .contentWrapper {
	max-width: 1200px;
	margin: 0 auto;	
	}

.clear:after {
	content: " ";
	display: table;
	clear: both;
	}
/**
.clear {
	zoom: 1;	
	}
**/
	
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
	
.main2 {
	float: left;
	width: 36%;
	padding: 0 20px 0 10px;
	}
.main1 {
	float: left;
	width: 36%;
	padding: 0 20px;
	/*border-right: solid 1px #E8E8E8;*/
	}
.sidebar {
	float: right;
	width: 28%;	
	padding: 0 10px 0 20px;
	/*border-left: solid 1px #E8E8E8;*/
	background-color: #FAFAFA;
	}	

h2 {
	font-size: 1.7em;
	margin-top: 12px;
	margin-bottom: 15px;
	background-color: #6685E0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

img {
	max-width: 100%;
	}

.imgposH {
	max-width: 100px;
	max-height: 100px;
 	float: left;
 	border: none;
 	padding: 0px 0px 0px 0px;
 	margin: 12px 10px 8px 15px;	
	}
	
.imgposHproj {
	max-width: 80px;
	max-height: 80px;
 	float: left;
 	border: none;
 	padding: 0px 0px 0px 0px;
 	margin: 12px 10px 8px 15px;	
	}

.imgposR {
 	float: right;
 	border: 1px solid black;
 	padding: 10x;
 	margin: 10px;
	}

.imgposL {
 	float: left;
 	border: 1px solid black;
 	padding: 10px;
 	margin: 10px;
	}	
 
 .imgposLeft {
 	float: left;
 	border: none;
 	/*padding: 10px;*/
 	margin: 5px 15px 0px 10px;
	}

.imgAmzn {
 	float: left;
 	border: none;
 	margin: 5px 5px 0px 5px;
 	padding: 5px 5px 5px 5px;
	}			

.subs img{
	margin: 0px 30px 0px 20px;
	float: left;
	}
	
	
.centered {
	text-align: center;
	padding-top:5px;
	clear: both;
	margin-bottom: 5px;
	}		
		

/*--------------------------------------*/
/* HEADER */

.header {
	background-color:#0033CC; s
	padding-bottom: 0px;
	}

.header h1 {
	font-size: 1.5em;	
	color: white;
	font-weight: bold;
	padding: 20px 10px 20px 0px;
	/*clear: both;*/
	text-align: center;
	}


/*--------------------------------------*/
/* TOP NAV */

#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: rgb(25,25,25);
	color: white;
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 18px;
	}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover {
	background-color: #0033CC;
	}

#navcontainer .leftSide { 
	border-left: 1px solid #fff; 
	}


/*--------------------------------------*/
/* BOTTOM NAV */

#navcontainerB ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: rgb(25,25,25);
	color: white;
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 18px;
	}

#navcontainerB ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#navcontainerB ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

#navcontainerB ul li a:hover {
	background-color: #0033CC;
	}

#navcontainerB .leftSide { 
	border-left: 1px solid #fff; 
	}




/*--------------------------------------*/
/* MAIN SECTION */

.main1 h3 {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #B2C2F0;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.main1 p {
	margin-bottom: 15px;
	line-height: 120%;	
	}

.main1 a {
	color:#0000FF;	
	/*font-weight:bold;*/
	text-decoration: none;
	}

.main1 a:hover {
	color:0000FF;	
	/*font-weight:bold;*/
	text-decoration: underline;
	}

.main2 h3 {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 15px;	
	background-color: #B2C2F0;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.main2 a {
	color:#0000FF;	
	/*font-weight:bold;*/
	text-decoration: none;
	}

.main2 a:hover {
	color:0000FF;	
	/*font-weight:bold;*/
	text-decoration: underline;
	}
.main2 p {
	margin-bottom: 15px;
		line-height: 120%;		
	}


.main1 li {
	padding-bottom: 10px;
	}

.main2 li {
	padding-bottom: 10px;
	}	

table.centerstore {
    margin-left:auto; 
    margin-right:auto;
  }
  
table.centerstore td {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
  }

/*--------------------------------------*/
/* SIDEBAR */	

.sitesearch {
	font-size: 1.5em;
	}
	
.colorblock {
	/*background-color: #FFB280; #FFFF66;*/
	background-color: #33FF33;
	color: black;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	}

.sidebar h2 {
	font-size: 1.3em;
	margin-top: 20px;
	background-color: lightgrey;
	}
	
.sidebar h3 {
	font-size: 1.1em;
	margin-top: 15px;
	background-color: 	lightgrey;
	}
	
.sidebar p, aside li {
	font-size: .9em;
	margin-top: 10px;	
	}

.sidebar a {
	color:#0000FF;	
	/*font-weight:bold;*/
	text-decoration: none;
	}

.sidebar a:hover {
	color:0000FF;	
	/*font-weight:bold;*/
	text-decoration: underline;
	}

.sidebar li {
	padding-bottom: 10px;
	}	
	
.safesurf {
	color: black;	
	font-size: .75em;
	margin-top: 50px;
	text-align: center;	

	}

/*--------------------------------------*/
/* COUNTERS */

.blue {
	color:dark grey;
	font-size: .9em;
	}
.blue:after {
   content: "3,622,357";
	}
.leaves {
	color:dark grey;
	font-size: .9em;
	}
.leaves:after {
   content: "2,582,284";
	}
.static {
	color:dark grey;
	font-size: .9em;
	}
.static:after {
   content: "2,724,810";
	}
.winter {
	color:dark grey;
	font-size: .9em;
	}
.winter:after {
   content: "1,818,163";
	}
.scifair {
	color:dark grey;
	font-size: .9em;
	}
.scifair:after {
   content: "732,806";
	}
.scimethod {
	color:dark grey;
	font-size: .9em;
	}
.scimethod:after {
   content: "1,449,425"; 
	}
.judges {
	color:dark grey;
	font-size: .9em;
	}
.judges:after {
   content: "637,418";
	}


/*--------------------------------------*/
/* FOOTER */

.footer {
	margin-top: 10px;
	font-size: .9em;	
	padding: 10px1 10px 10px 10px;
	background-color:#0033CC; 
	color: rgb(204,204,204);
	}

.footer p {
	text-align: center;
	padding-top:10px;
	clear: both;
	margin-bottom: 10px;
	}	

.footer {
  clear: both;	
	}



/*--------------------------------------*/
/* RESPONSIVE DESIGN */

@media (min-width: 481px) and (max-width:768px) {
  .sidebar {
    float: none;
	width: auto;
	clear: both;
	border-top: 2px solid black;
	padding-top: 10px;
  }
  .columnWrapper {
	 width: auto;	  
  }
  .imgposH {
	max-width: 75px;
	max-height: 75px;
 	float: left;
 	border: none;
 	padding: 0px 0 0px 0px;
 	margin: 10px 0 5px 10px;	
 }
 
 .imgposHproj {
 max-width: 75px;
	max-height: 75px;
 	float: left;
 	border: none;
 	padding: 0px 0 0px 0px;
 	margin: 10px 0 5px 10px;	
 }
 
  .main1 {
	border-right: none; 
	width: 50%; 
  }
    .main2 {
	border-right: none;
	width: 50%;  
  }
   .header h1 {
	font-size: 1.3em;  
  }
  .main1 h2 {
	font-size: 1.2em;  
  }
 .main2 h2 {
	font-size: 1.2em;  
  }
  .main1 h3 {
	font-size: 1.1em;  
  }
  .main2 h3 {
	font-size: 1.1em;  
  }
    nav {
	text-align: center;  
  }
  nav li {
	float: none;  
	display: inline-block;
  }
  nav a {
	float: none;  
	display: inline-block;
	border: none;
  }
  
  #navcontainer ul li a {
	text-decoration: none;
	border-right: none;
	} 
	
	#navcontainer .leftSide { 
	border-left: none; 
	} 
	
 #navcontainerB ul li a {
	text-decoration: none;
	border-right: none;
	} 
	
#navcontainerB .leftSide { 
	border-left: none; 
	} 	
  
}

/*--------------------------------------*/
/*--------------------------------------*/


@media (max-width: 480px) {
  .columnWrapper, .main1, .main2, .sidebar {
	float: none;
	width: auto;  
  }	
  .main1 {
	border: none;
  }
  .main2 {
	border: none;
  }
  .sidebar {
	border-top: 2px solid black;
	margin-top: 25px;
	padding-top: 10px;
	background-color: rgb(255,255,255);

  }
  .header h1 {
	font-size: 1.0em; 
	padding: 15px 50px 15px 50px;
  }
  
   .imgposH {
	max-width: 50px;
	max-height: 50px;
 	float: left;
 	border: none;
 	padding: 0px 0 0px 0px;
 	margin: 5px 5px 5px 5px;	
 }
 
 .imgposHproj {
	max-width: 50px;
	max-height: 50px;
 	float: left;
 	border: none;
 	padding: 0px 0 0px 0px;
 	margin: 5px 5px 5px 5px;	
 }
 
  .main1 h2 {
	font-size: 1.2em;  
  }
 .main2 h2 {
	font-size: 1.2em;  
  }
  .main1 h3 {
	font-size: 1.1em;  
  }
  .main2 h3 {
	font-size: 1.1em;  
  }

/*  nav {
	text-align: center;  
  }
  nav li {
	float: none;  
	display: inline-block;
  }
  nav a {
	float: none;  
	display: inline-block;
	border: none;
  }
*/  

.footer {
	font-size: .8em;	
	}  
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
background-color: rgb(25,25,25);
color: white;
width: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 18px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 1px;
color: white;
text-decoration: none;
border-right: none;

}  

  
#navcontainer li a
{
font-size: 1em;
}  

#navcontainer .leftSide { border-left: none; }

  
 #navcontainerB ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
background-color: rgb(25,25,25);
color: white;
width: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 18px;
}

#navcontainerB ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
}

#navcontainerB ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 1px;
color: white;
text-decoration: none;
border-right: none;

}  

  
#navcontainerB li a
{
font-size: 1em;
}  

#navcontainerB .leftSide { border-left: none; }

   
  
}

/* end responsive design */