@charset "UTF-8";
/* CSS Document */
/*...................general................*/
body{
	font-family:"Century Gothic", Arial, Sans-Serif;
	font-size:12px;
	background-image:url(assets/seamless-binary-larger.gif);
	background-repeat:repeat;
	text-decoration:none;
	text-align:left;
}

div.clear{
	clear:both;
}

div#wrapper{
	display:block;
	width:960px;
	background-color: rgba(106, 207, 246, .7);
	margin: 0px auto;
	padding: 200px 0px 50px 0px;
}

a{
	color:white;
	text-decoration:none;
}

input{
	display:inline-block;
	color:rgba(106, 207, 246, 1);
	background-color:black;
	border:solid 1px rgba(106, 207, 246, 1);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;}
	
label{
	color:rgba(255, 255, 255, .7);
}
	
/*...................end general................*/

/*...................header................*/
header.main{
	background-color:black;
	height:176px;
	margin-bottom: 100px; 
	position:fixed;
	width: 100%;
	z-index:1000;
	top:0;
}

div.content {
	display:block;
	color: white;
	font-size:10px;
	margin:50px auto 10px auto; 
	width: 960px;
	text-align:center;
	
}

ul.secondary{
	display: block;
	width: 960px;
}

ul.secondary li span{
	display:none;
}

ul.secondary li{
	display:inline-block;
	padding:0 10px;
	height: 45px;
}

li.contact div.social{
	display:block;
	position:absolute;
	z-index:1;
	margin: -30px 0px 0px 50px;
	width: 95px;
	height: 20px;
	border: solid 1px rgba(106, 207, 246, 1);
	-moz-border-radius: 5px 5px 5px 0px; 
	-webkit-border-radius: 5px 5px 5px 0px; 
	border-radius: 5px 5px 5px 0px;
	-webkit-opacity: 0;
  	-moz-opacity: 0;
  	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


li.contact:hover div.social{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	
}


img.ftlogo{
	width:20px;
	height:20px;
	margin: 0px;
}

/*...............on to main nav.....................*/

Nav ol li{
	display:inline-block;
	margin: 0px 20px 0px 20px;
}

Nav ol li a{
	color:rgba(106, 207, 246, 1);
	font-size:12px;
}

Nav ol li:first-child{
	margin-left:60px;
}


input#search{
	width: 50px;
	height:10px;
	padding: 2px;
}

input#submit{ 
	width: 20px;
	height:16px;
	padding:2px;
	font-size:10px;
}

input#submit:hover {
	color:black;
	background-color:rgba(106, 207, 246, 1);
}
/*....................end header.................*/

/*....................hero.................*/

div.herowrap{
	display:block;
	width:960px;
	margin-bottom: -250px;
}

img#microscope{
	 margin: 150px 20px 20px 80px;
}

	
/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 660px;
  height: 660px;
  padding: 0px 0px 0px 0px;
  margin: -360px 0px 0px 240px;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 460px;
  width: 660px;
  border: 0;
  }


.caption
{ position: absolute;
  display: block;
  top: 480px;
  left: 0px;
  right: 0px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
  vertical-align:text-top;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: rgba(65, 64, 80, 1);
  line-height: 20px;
  font-size:18px;
  width:480px;
  margin-left:180px;
}


/*....................end hero.................*/

/*....................content.................*/
article{
	display:block;
	width:220px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 20px 0px 30px 70px;
}

article#right{
	margin-left: 80px;}

h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

article aside, article footer{
	font-size:9px;
	font-style:italic;
	margin-top:5px;
	margin-bottom:5px;
}

p{
	color:rgba(65, 64, 80, 1);
	margin-bottom: 10px;
}


aside.sidebar{
	float:right;
	display:block;
	width:220px;
	float:left;
	padding:10px;
	margin: 20px 0px 0px 80px;
	background-color: rgba(255, 255, 255, .7);
	color: rgba(65, 64, 80, 1);
}

aside.sidebar a{
	color:rgba(106, 207, 246, 1)}

aside.sidebar h2{
	margin-top: 5px;
}

article img{
	width:220px;
	height:150px;
	margin-bottom:10px;
}

/*....................end content.................*/

/*....................footer.................*/

footer.bottom {
	background-color:black;
	color: white;
	font-size:10px;
	width:100%;
	
}

div#footer-wrapper{
	display:block;
	width:960px;
	margin: 0px auto 0px auto;
	height:300px;
	padding-top: 20px;
	padding-bottom:50px;
	text-align:left;
}

div.block1{
	display:inline-block;
	width: 220px;
	margin: 0px 20px 0px 0px;
	padding-top:20px;
	height:300px;
	vertical-align:top;
}

div.block2{	
	display:inline-block;
	width: 120px;
	margin: 0px 20px 0px 0px;
	padding-top:20px;
	height:300px;
	vertical-align:top;
}

div.block3{
	display:inline-block;
	width: 160px;
	margin: 0px 20px 0px 0px;
	padding-top:20px;
	height:300px;
	vertical-align:top;
}

div.block4{
	display:inline-block;
	width: 360px;
	margin: 0px 20px 0px 0px;
	padding-top:20px;
	height:300px;
	vertical-align:top;
}

ul.social2 li a img{
	float:left;
	width:40px;
	height:40px;
	margin:0px 3px 5px 3px;
}

footer h2{
	font-size:16px;
	font-weight:bold;
}

footer p{
	font-style:italic;
	color:rgba(255, 255, 255, .7);
}

footer ul{
	line-height: 24px;
}

form#subscribe p {
	float:right;
}

input#submit2:hover{
	background-color:rgba(106, 207, 246, 1);
	color: black;
}

div.footer-events ul li{
	line-height: 14px;
	color:rgba(255, 255, 255, .7)
	}

li.hr{
	background-color:rgba(106, 207, 246, 1); 
	width: 10px;
	height: 10px;
	margin: 5px 0 6px 10px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
} 

li#more{
	font-style:italic;
}

ul.sponsors li{
	display:inline-block;
	width: 100px;
	padding:1px;
	border: solid 1px rgba(106, 207, 246, 1);
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	margin: 10px 10px 0px 0px;
	text-align:center;
	}

/*....................end footer.................*/

/*....................begin article.html.................*/
 
 
div#wrapperpg2 {
	display:block;
	margin:20px 0px 20px 0px;
 }
 
div#wrapperpg2 h3{
	display:block;
	margin:0px 0px 30px 0px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
 }
 
div#wrapperpg2 section{
	display:block;
	margin: 60px 80px 0px 80px;
	font-size:14px;
	
 }
 
div#wrapperpg2 img{
	display:block;
	width:640px;
	margin: 0px auto 5px auto;
}
   
div#wrapperpg2 p#caption{
	display:block;
	font-size:14px;
	width:640px;
	margin: 0px auto 0px auto;
	color:black);
}

div#wrapperpg2 cite{
	display:block;
	font-size:10px;
	width:640px;
	margin: 3px auto 30px auto;
	text-align:right;
	font-style:italic;
	color:rgba(255, 255, 255, .7);
}

div#wrapperpg2 img.intext{
	width:225px;
	margin: 5px 15px 5px 0px;
	float:left;
}
 
 
 



/*....................end article.html.................*/