/* 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;	
	}

.main1 {
	float: left;
	width: 72%;
	padding: 0 20px;
  /*border-right: dashed 1px rgb(153,153,153);*/
	}
	
.sidebar {
	float: right;
	width: 28%;	
	padding: 0 10px 0 20px;
	background-color: #FAFAFA;
	}

h2 {
	font-size: 1.8em;
	margin-top: 12px;
	margin-bottom: 15px;	
	background-color: #B2C2F0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 8px;	
	}

img {
	max-width: 100%;
	}
	
.imgpos {
 	float: none;
 	border: 1px solid black;
 	padding: 10px;
 	margin: 10px 10px 10px 50px;
	 }

.imgposH {
	max-width: 100px;
	max-height: 100px;
 	float: left;
 	border: none;
 	padding: 0px 0px 0px 0px;
 	margin: 8px 10px 8px 15px;	
	}	
	
.imgposR {
 	float: right;
 	border: 1px solid black;
 	padding: 10px 10px 10px 10px;
 	margin: 10px 10px 10px 10px;
 	text-align: center;
 	line-height: 1.3em;
	text-decoration: underline;
	}
	
.imgposRtAd {
 	float: right;
 	border: none;
 	padding: 10px 10px 10px 10px;
 	margin: 10px 10px 10px 10px;
 	text-align: center;
 	line-height: 1.3em;
	}	
	
.imgposRsm {
 	float: right;
 	border: 1px solid black;
 	padding: 10px 10px 10px 10px;
 	margin: 10px 10px 10px 10px;
 	text-align: center;
 	line-height: 1.3em;
	text-decoration: underline;
	}

.imgposL {
 	float: left;
 	border: 1px solid black;
 	padding: 10px;
 	margin: 10px;
	}

.imgposLeft {
 	float: left;
 	border: none;
 	/*padding: 10px;*/
 	margin: 5px 15px 0px 10px;
	}
	
.imgposAtm {
 	float: right;
 	border: none;
 	/*padding: 10px;*/
 	margin: 10px 15px 15px 25px;
	}
	
.imgAmzn {
 	float: left;
 	border: none;
 	margin: 5px 5px 5px 5px;
 	padding: 5px;
	}			
	
	

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

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

.header h1 {
	font-size: 1.6em;	
	color: white;
	font-weight: bold;
	padding: 30px 10px 30px 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: #F3CB8E;*/
	text-decoration: underline;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.main1 h4 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 11px;
	/*background-color: #F3CB8E;*/
	text-decoration: none;
	text-indent: none;
	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;
	}

.main1 li {
	padding-bottom: 10px;
	}
	
.main1 dd {
	padding-bottom: 2px;
	padding-left: 15px;
	}


.toc {
	width:270px;
	float: right;
	border: 1px black;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0 0 0 10px;
	background-color: #FFB280;
	}

.toc p {
	margin-bottom: 10px;
	line-height: 100%;	
	}

.toc li {
	font-size: 0.9em;
	padding-bottom: 1px;
	margin-bottom: 0.3px;
	}
 


.subscr {
	width:auto;
	float: none;
	border: 1px black;
	padding: 10px;
	margin: 20px 10px 20px 10px;
	background-color: #FFB280;
	}

.subscr p {
	text-align: center;
	margin-bottom: 0px;
	line-height: 100%;	
	}


.easy {
 	font-size: 1.5em;
 	}
.easy p {
	margin-top: 1.5em;	
	}
 
 .adposMain {
	width:300px;
	float: right;
	border: 1px black;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0 0 0 10px;
	}
	
.adposMainL {
	width:320px;
	float: left;
	border: 1px black;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0 0 0 10px;
	}	

.listNoNum {
	list-style-type: none;	
	line-height: 100%;
	}
	
.strg {
	font-weight: bold;	
	}
	
.lite {
	font-weight: normal;
	color: grey;
	font-size: 0.8em;		
	}
	
.lite a {	
	color: grey;
	}	

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
table.center td {
    padding: 5px 25px 5px 5px;
  }
  
 .center {
  	text-align: center;
  	margin-left:auto; 
    margin-right:auto;
	font-weight: bold;
  }
   
.indented {
    margin-left: 50px;
  }
  
.indented td {
    padding: 0px 15px 5px 5px;
  } 


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

.sitesearch {
	font-size: 1.5em;
	}

.colorblock {
 	background-color: #33FF33; /*A2F4A6*/
	color: black;
	/* background-color: #996699;  C2C2FF
	color: white;*/
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	}
	
.sidebar h2 {
	font-size: 1.3em;
	margin-top: 20px;
	padding-left: 5px;
	background-color: 	lightgrey;
	}
	
.sidebar h4 {
	font-size: 1.1em;
	margin-top: 15px;
	padding-left: 5px;
	background-color: lightgrey;
	}
	
.sidebar p, .sidebar 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;
	}

.adposSide {
	width:300px;
	/*float: right;*/
	border: 1px black;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0 0 0 10px;
	}
	
.bld {
	font-weight: bold;	
	}	
	
/*--------------------------------------*/
/* COUNTERS */


.blue {
	color:dark grey;
	font-size: .9em;
	}
.blue:after {
   content: "2,815,621";
	}
.leaves {
	color:dark grey;
	font-size: .9em;
	}
.leaves:after {
   content: "1,404,284";
	}
.static {
	color:dark grey;
	font-size: .9em;
	}
.static:after {
   content: "1,661,906";
	}
.winter {
	color:dark grey;
	font-size: .9em;
	}
.winter:after {
   content: "1,343,204";
	}
.scifair {
	color:dark grey;
	font-size: .9em;
	}
.scifair:after {
   content: "573,019";
	}
.scimethod {
	color:dark grey;
	font-size: .9em;
	}
.scimethod:after {
   content: "866,181";
	}
.judges {
	color:dark grey;
	font-size: .9em;
	}
.judges:after {
   content: "426,322";
	}
.news {
	color:dark grey;
	font-size: .9em;
	}
.news:after {
   content: "335,721";
	}


/*--------------------------------------*/
/* 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: 15px 0 15px 20px;	
 }
  .main1 {
	border-right: none; 
	width: auto;
	float: none;
	}
  .header h1 {
	font-size: 1.3em;  
	}
	
	.main1 h2 {
	font-size: 1.2em;  
  }

  .main1 h3 {
	font-size: 1.1em;  
  }
  
  .main1 h4 {
	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, .sidebar {
	float: none;
	width: auto;  
	}	 
  .main1 {
	border: none;
	width: 100%;
	} 
.sidebar {
	border-top: 2px solid black;
	margin-top: 25px;
	padding-top: 10px;
	}
.header h1 {
	font-size: 1.03em;  
	padding: 15px 50px 15px 50px;
	}
.imgposH {
	max-width: 50px;
	max-height: 50px;
 	float: left;
 	border: none;
 	padding: 0px 0 0px 0px;
 	margin: 10px 10px 10px 10px;	
 }
 
 .imgposRsm {
	max-width: 77px;
	max-height: 120px;
 	border: 0.5px solid black;
 	padding: 5px 5px 5px 5px;
 	margin: 5px 5px 5px 5px;
 	text-align: center;
 	line-height: 1.3em;
	text-decoration: underline;
	}
 
 .toc {
	width:270px;
	float: none;
	border: 1px black;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0 0 0 10px;
	background-color: #FFB280;
	}
  .main1 h2, .sidebar h2 {
	font-size: 1.2em;  
	}
  .main1 h3 {
	text-indent: 0px;		
	}
  .main1 h3, .main1 h4, .sidebar h3. .sidebar h4 {
	font-size: 1.1em;  
	}
	
	
	 
.imgpos {
 	float: none;
 	border: 1px solid black;
 	padding: 10px;
 	margin: 10px 10px 10px 10px;
	}
  .imgposR {
 	float: none;
 	border: 1px solid black;
 	padding: 10px;
 	margin: 10px;
	}
  .imgposRtAd {
 	float: none;
 	border: none;
 	padding: 10px;
 	margin: 10px;
	}
 .imgposL {
 	float: none;
 	border: 1px solid black;
 	padding: 10px;
 	margin: 10px;
	}

.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; }

  
  
  
}



@media (max-width: 360px) {

.adposMainL {
	width:300px;
	float: left;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0 0 0 0px;
	}	

.main1 {
	padding: 0px 3px;
	}

}


/* end responsive design */