/* Global */

body {
    font-family: 'Lato', Arial, sans-serif;
    background-color: #fff;
	color: #333;
    margin: 0 auto;
}
a img {
    border: none;

}
a {
	color: #ff6600;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

strong {
	letter-spacing: 0.0em;
	font-weight: 700;
}

/* Nav and Header */

#fixedHeader {
	width: 100%;
	position: fixed;
	z-index: 100;
}
#headertop {
    height: 50px;
    background-color: #333;
    margin: 0 auto;
	overflow: hidden;
}
#headercontent {
    width: 950px;
    margin: auto;
	padding: 5px 0;
    font-family: 'Lato', Arial, sans-serif;
}
#homepagelink {
    width: 115px;
    background-image: url("../img/radiolab_off.png");
    height: 31px;
    float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
}
	#homepagelink:hover {
	    background-image: url("../img/radiolab_on.png");
	}
.rightheader {
    float:right;
    margin: 5px 0 0 0;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

#social {
    text-decoration: none;
    color: #000;
    width: 190px;
	margin: 9px 20px 0 0;
	height: 20px;
}
	#social iframe {
	    height: 20px;
	    border: none;
	    width: 81px;
	}
	
#headershadow {
	padding-bottom: 1px;
	margin-bottom: 15px;
	background: rgb(150, 150, 150);
	background: rgba(100, 100, 100, 0.1);
	border: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(250, 250, 250);
	border-bottom-color: rgba(200, 200, 200, 0.1);
}

#headerbottomwrapper {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
}

#headerbottom {
    height: 60px;
    width: 950px;
    padding-top: 20px;
    margin: auto;
	overflow: hidden;
	position: relative;
}

h1 {
	width: 358px;
	height: 37px;
	background: url('../img/header_desktop.png') 0px 0px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
	h1:hover {
		background-position: 0px -37px;
	}
	
ul#nav {
	position: absolute;
	left: 385px;
    top: 40px;
}
ul#nav li {
	list-style: none inside;
	font-size: 14px;
    float: left;
	margin: 0 20px 0 0;
    font-family: 'Lato', Arial, sans-serif;
}
	ul#nav li a {color: #000; text-decoration: none;}
	ul#nav li a:hover {color: #e11837; text-decoration: none;}

#div-gpt-ad-1352131791621-0 {
    width: 960px;
    margin: 0 auto 15px auto;
}

/* Content */

#blog {
    width: 960px;

}
#bloghed {
    width: 600px;
    float: left;

}
#blog-content {
    width: 600px;
    float: left;

}
#content {
	padding-top: 125px;
	width: 100%;
	text-align: center;
}

#intro {
	overflow: visible;
	width: 100%;
	height: 435px;
	background: url('../img/intro_bg.png') center top no-repeat;
}
	#intro #blurb {
		position: relative;
		width: 950px;
		margin: 0px auto;
		overflow: visible;
	}
	#intro #blurb p {
        text-align: left;
        font-weight: 300;
        font-size: 27px;
        line-height: 42px;
        width: 570px;
	}
	#intro #blurb em.intronote {
		color: #ff6600;
		position: absolute;
		top: 367px;
		left: 0;
		font-size: 18px;
	}
		#intro #blurb #dots li {
			width: 30px;
			height: 30px;
			z-index: 15;
			position: absolute;
			background: url('../img/dot_bg.png') center no-repeat;
		}
			#dot1 {left: 300px; top: 365px; z-index: 17;}
			#dot2 {left: 390px; top: 345px;}
			#dot3 {left: 420px; top: 280px;}
			#dot4 {left: 830px; top: 180px;}
			#dot5 {left: 890px; top: 35px;}
			#dot6 {left: 600px; top: 320px;}
	
		#intro #blurb #flyouts li {
			display: none;
			position: absolute;
			z-index: 10;
			padding: 2px;
			background: url('../img/flyout_bg.png');
		}
			#intro #blurb #flyouts li p {
				background: #ff6600;
				text-align: left;
				color: #fff;
				font-size: 14px;
				line-height: 20px;
				padding: 20px;
				width: 150px;
			}
			#flyout1 {left: 315px; top: 380px; z-index: 16;}
			#flyout2 {left: 405px; top: 360px;}
			#flyout3 {left: 435px; top: 295px;}
			#flyout4 {left: 845px; top: 195px;}
			#flyout5 {left: 905px; top: 50px;}
			#flyout6 {left: 615px; top: 335px;}
			
		
.contentDiv {
	text-align: left;
	width: 950px;
	margin: 25px auto 50px auto;
	overflow: hidden;
}

#content h2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: 900;
	margin: 50px 0 30px 0;
}	

#bigAd {
    float: right;
	width: 300px;
	height: 250px;
	background: #eee;
	margin: 50px 0 0 0;
}	

/* Events */

#events {
}
	#events ul.event {
		width: 190px;
		height: 265px;
		float: left;
		border: 3px solid #fff; 
		padding: 20px;
		font-size: 14px;
		background: #ffca46;
	}	
	#events ul.event li.eventdate, #events ul.event li.eventplace {
		list-style-type: square;
		font-weight: 900;
		list-style: square inside;
	}
	#events ul.event h3 {
		text-transform: uppercase;
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 0.1em;
		margin: 15px 0;
	}
	#events ul.event p {
		margin: 10px 0;
	}
	#events ul.event a {
		color: #FF6600;
		text-decoration: underline;
		font-weight: 400;
		font-style: normal;
	}
	#events ul.event a:hover {
		color: #000;
		text-decoration: underline;
	}
	
/* Build your own */	

#buildyourown {
}
	#buildyourown h3 {
		font-size: 18px;
		font-weight: 900;
		margin: 0 0 20px 0;
	}	
	
	#buildyourown iframe {
		margin: 0 0 20px 0;
	}
		
	#buildyourown #blurb {
		width: 530px;
		float: left;
	}
		#buildyourown #blurb p {
			margin: 0 0 20px 0;
			font-size: 18px;
			line-height: 26px;
		}
	#buildyourown p.buydiv {
		padding: 20px 25px;
		width: 295px;
		border: solid #ffcb47 3px;
		float: right;
		font-size: 18px;
		line-height: 26px;
		clear: none;
	}
	#buildyourown #parts {
		clear: both;
		float: left;
		width: 350px;
		margin: 30px 0;
	}
		#buildyourown #parts #list {
	        background: #eee;
	        padding: 20px;
	        width: 310px;
			height: 680px;
	        font-size: 14px;
		}
		#buildyourown #parts #list ul {
	        margin: 0px 20px;
			list-style: square outside;
		}
		#buildyourown #parts #list ul li {
	        margin: 0 0 7px 0;
		}
		#buildyourown #parts #list ul li ul {
	        margin: 10px 15px;
			font-weight: 700;
		}
		#buildyourown #parts #list ul li ul li {
	        margin: 0 0 5px 0;
		}
		
	#buildyourown #finished {
		float: right;
		width: 600px;
		margin: 30px 0;
		overflow: hidden;
	}
		#buildyourown #finished #pics {
			height: 720px;
			background: url('../img/pics_bg.png');
			overflow: hidden;
			position: relative;
		}
			#buildyourown #finished #pics ul {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 10;
			}
				#buildyourown #finished #pics ul li {
					float: right;
					margin: 0 0 0 5px;
					padding: 10px 15px;
					background: #fff;
					text-transform: uppercase;
					font-weight: 900;
					font-size: 12px;
					letter-spacing: 0.1em;
					background: #ff6600;
					color: #fff;
                    cursor: pointer;
				}
				#buildyourown #finished #pics ul li.selected, #buildyourown #assembly .chapter li.selected {
					background: url('../img/selected_bg.png') #333 top center no-repeat;
				}
				#buildyourown #finished #pics ul li:hover, #buildyourown #assembly .chapter li:hover {
					background: url('../img/selected_bg.png') #FFCC00 top center no-repeat;
				}
			#buildyourown #finished #pics img {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 1;
			}
	
	#buildyourown #assembly {
        clear: both;
	}
		#buildyourown #assembly .chapter {
			float: left;
			margin: 0 10px 10px 0;
			text-transform: uppercase;
			font-weight: 900;
			font-size: 12px;
			letter-spacing: 0.1em;
		}
			#buildyourown #assembly .chapter h4 {
				font-weight: 900;
			}
			#buildyourown #assembly .chapter li {
				float: left;
				width: 35px;
				height: 35px;
				margin: 0 5px 0 0;
				text-align: center;
				line-height: 35px;
				background: #ff6600;
				color: #fff;
                cursor: pointer;
			}
		#buildyourown #assembly #pics {
			clear: both;
			float: left;
			width: 600px;
			height: 420px;
			background: url('../img/pics_bg.png');
		}
		#buildyourown #assembly #instructions {
			float: right;
			background: #eee;
			width: 350px;
			height: 420px;
			font-size: 18px;
			line-height: 26px;
			position: relative;
		}
			#buildyourown #assembly #instructions #text {
				padding: 15px 30px 20px 20px;
				font-size: 14px;
				line-height: 20px;
			}
			#buildyourown #assembly #instructions #text h4 {
				text-transform: uppercase;
				font-weight: 900;
				font-size: 12px;
				letter-spacing: 0.1em;
				margin: 0 0 20px 0;
			}
			#buildyourown #assembly #instructions #text p {
                margin: 0 0 15px 0;
            }
			#buildyourown #assembly #instructions #text ul {
                list-style-type: none;
				margin: 0 0 0 20px;
				font-weight: 900;
				font-size: 14px;
				line-height: 22px;
            }
			#buildyourown #assembly #instructions #stepsnav {
				position: absolute;
				right: 0;
				top: 0;
				z-index: 10;
			}
				#buildyourown #assembly #instructions #stepsnav li {
					float: left;
					margin: 0 0 0 5px;
					width: 35px;
					height: 35px;
					text-indent: -9999px;
					overflow: hidden;
				}
				#buildyourown #assembly #instructions #stepsnav li#stepsnext {
					background: url('../img/stepsnext_bg.png') #ff6600 center no-repeat;
				}
				#buildyourown #assembly #instructions #stepsnav li#stepsprev {
					background: url('../img/stepsprev_bg.png') #ff6600 center no-repeat;
				}
				#buildyourown #assembly #instructions #stepsnav li#stepsprev:hover, 
				#buildyourown #assembly #instructions #stepsnav li#stepsnext:hover {
					background-color: #FFCC00;
				}

/* Report In */

#reportin {
}
	#reportin h3 {
		font-size: 18px;
		font-weight: 400;
		margin: 0 0 20px 0;
	}
	#reportin-buttons {
	    width: 600px;
	    height: 120px;
	    float: left;
		background: url('../img/pics_bg.png') #ffca46;
		text-align: center;
	}
		#reportin-buttons h2 {
			text-align: left;
		}
		.reportin-button {
		    background: url('../img/pin_dim.png') no-repeat;
		    width: 40px;
		    height: 40px;
		    margin: 40px 10px;
		    display: inline-block;
		    cursor: pointer;
		}
		.reportin-button-selected, .reportin-button:hover {
		    background: url('../img/pin_lit.png') no-repeat;
		}
	#reportin-temp {
	    float: right;
	    width: 310px;
	    height: 80px;
		padding: 20px;
		background: #333;
		color: #fff;
	}
		#temperature-is {
		    font-size: 12px;
		    text-transform: uppercase;
			letter-spacing: 0.1em;
		}
		#temperature-value {
		    font-size: 50px;
			display: block;
			font-weight: 900;
			margin: 20px 0 0 0;
		}
		
	#reportin-temp2 {
		width: 950px;
		overflow: hidden;
        float: left;
	}
	#reportin-temp2 .left {
    	float: left;
	    width: 560px;
	    height: 40px;
		padding: 20px;
		background: #ffca46;
	}
		#reportin-temp2 .left h3 {
			margin: 8px 0 0 0; 
			font-weight: 400; 
		}
	#reportin-temp2 .right {
	    float: right;
	    width: 310px;
	    height: 40px;
		padding: 20px;
		background: #666;
		color: #fff;
	}
		#reportin-temp2 .right input {
			margin: 0;
		}
	
	#reportin-bottom {	
		background: #eee;
		padding: 20px;
		clear: both;
	}
		#reportin-bottom h3 {
			font-size: 18px;
			font-weight: 900;
			display: inline;
			position: relative;
			top: 2px;
		}
		#reportin form input {
			border: 0;
			margin: 0 0 0 15px;
			width: 135px;
			height: 40px;
			font-size: 18px;
			padding: 0 10px;
		}
		#reportin form input#submit-button, #newsletter-google-form input#ss-submit {
		    font-size: 12px;
		    text-transform: uppercase;
			letter-spacing: 0.1em;
			font-weight: 900;
			background: #ff6600;
			color: #fff;
		}
		#reportin form input#submit-button:hover, #newsletter-google-form input#ss-submit:hover {
			background: #FFCC00;
			cursor: pointer;
		}
		

/* Blog */

#blog {
	width: 600px;
	float: left;
	position: relative;
}
	#blog #blogNav {
		width: 150px;
		position: absolute;
		top: 50px;
		right: 50px;
	}
		#blog #blogNav a {
			background: #ff6600;
			text-align: center;
			padding: 5px 0;
			width: 70px;
			text-transform: uppercase;
			font-weight: 900;
			font-size: 12px;
			letter-spacing: 0.1em;
			color: #fff;
			text-decoration: none;
		}
			#blog #blogNav a:hover {background-color: #ffcc00;}
			#blogNav a.prev {float: left;}
			#blogNav a.next {float: right;}
	
	#blog #blogPost {
		border-top: 5px solid #ff6600;
		width: 550px;
		padding: 30px 0 50px 0;
		overflow: hidden;
	}
	#blog #blogPost h4 {
		font-size: 18px;
		font-weight: 900;
		margin: 0 0 10px 0;
	}
		#blog #blogPost h4 a {
			color: #ff6600;
		}
		#blog #blogPost h4 a:hover {
			color: #FFCC00;
		}
	#blog #blogPost em {
		display: block;
		font-style: normal;
		color: #888;
		font-size: 12px;
	    text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: 900;
		margin: 0 0 20px 0;
	}
	#blog #blogPost p {
		clear: both;
		width: 530px;
		margin: 0 0 20px 0;
		font-size: 18px;
		line-height: 26px;
	}

/* Mailing List Form */

#mailinglist {
	width: 350px;
	float: right;
	overflow: hidden;
}

	#mailinglist #tout {
		color: #fff;
		background: #333;
		width: 310px;
		height: 210px;
		padding: 20px;
        font-weight: 300;
        font-size: 27px;
        line-height: 42px;
	}

	#mc-embedded-subscribe-form {
	    width: 350px;
	    display: none;
	}
	
	#newsletter-google-form {
	    width: 310px;
		padding: 10px 20px 20px 20px;
		background: #eee;
	}
		#newsletter-google-form label {
		    font-size: 12px;
		    text-transform: uppercase;
			letter-spacing: 0.1em;
			font-weight: 900;
		}
		#newsletter-google-form .formrow {
			padding: 10px 0;
			clear: both;
			overflow: hidden;
			border-bottom: 1px solid #ddd;
		}
			#newsletter-google-form .formrow input {
				float: left;
				width: 20px;
				text-align: left;
				position: relative;
				top: 2px;
			}
			#newsletter-google-form .formrow label {
				float: right;
				width: 280px;
				text-align: left;
			}

		#newsletter-google-form .formrow2  {
			padding: 10px 0;
			clear: both;
			overflow: hidden;
		}
			#newsletter-google-form .formrow2 input {
				border: 0;
				width: 290px;
				height: 40px;
				font-size: 18px;
				padding: 0 10px;
				margin: 10px 0 0 0;
			}
			#newsletter-google-form .formrow2 textarea {
				border: 0;
				width: 290px;
				height: 60px;
				font-size: 18px;
				padding: 10px;
				margin: 10px 0 0 0;
			}
			#newsletter-google-form #ss-submit {
				width: 310px;
			}

/* Footer */

#pageCredits {
	color: #999;
	font-size: 12px;
}
	#pageCredits a {
		color: #999;
		text-decoration: underline;
	}
	#pageCredits a:hover {
		color: #e11837;
	}
	
	#pageCredits p {
		margin: 20px 0 0 0;
		width: 530px;
	}
	#pageCredits img {
		margin: 20px 0 0 0;
	}

#illofooter {
    width: 100%;
    height: 100px;
	background: url('') #eee repeat-x bottom;
	display: none;
}
#newsletter-form {
    position: relative;
    top: -105px;

}

/* Cicada report form tout on HP */

#sawone {
}
	#sawonetout {
		background: #ffca46;
		height: 280px;
		overflow: hidden;
	}
		#sawonetout p {
			padding: 30px;
			font-size: 22px;
			line-height: 32px;
		}
			#sawonetout p a:hover {
				color: #fff;
			}
	#sawoneopen {
		float: right;
		padding: 30px;
		height: 220px;
		width: 300px;
		text-align: center;
		margin: 0 0 0 20px;
		background: url('../img/pics_bg.png') #ffca46;
	}
		#sawoneopen a {
			text-transform: uppercase;
			letter-spacing: 0.1em;
			font-size: 50px;
			line-height: 60px;
			font-weight: 900;
			color: #fff;
			position: relative;
			top: 50px;
		}
		#sawoneopen a:hover {
			color: #000;
		}

/* Cicada report form */

#theform {
	text-align: left;
	margin: auto;
	width: 960px;

}
#formheader {
	width: 100%;
	height: 160px;
}
#formheadertext {
	width: 500px;
	float: left;
	height: 150px;

}
#formheaderimg {
	width: 315px;
	float: right;
	height: 150px;
	position: relative;
	top: -15px;
}

#formbody {

}
.formsection {
	width: 100%;
	margin-bottom: 10px;
	background-color: #eee;
}
.formrow {
	width: 100%;
	margin-bottom: 2px;
	background-color: #eee;
	overflow: hidden;
}
.formlabel {
	font-weight: bold;
	font-weight: 900;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}

.formdesc {
	width: 410px;
	padding: 10px 15px;
	background-color: #f4f4f4;
	float: right;
	font-size: 14px;
}

#formdemographic .formrow {
	height: 65px;
}

#formdemographic .formdesc {
	height: 45px;
}

#formdemographic .formrow input {
	height: 35px;
	margin-top: 9px;
	width: 290px;
	margin-right: 5px;
	float: left;
	padding: none;
	border: none;
}

#formreport .formrow {
	height: 120px;
	width: 100%;
}
#formreport .formdesc {
	height: 100px;
}

#formreport .formrow textarea, #whensawrow input {
	height: 60px;
	margin-top: 9px;
	width: 290px;
	margin-right: 5px;
	float: left;
	padding: none;
	border: none;
}

#formreport #latlonrow {
	height: 120px;
	display: none;
}

#latitude-section,#longitude-section {
	float: left;
	width: 150px;
	font-size: 14px;
}

.geo-label {
	float: left;
	width: 25px;
	clear: left;
}

#latlonrow select {
	float: left;
	width: 75px;
	margin-left: 10px;
	clear: right;
	position: relative;
	top: 3px;
}
.geo-row {
	margin-top: 5px;
}
.geo-header {
	font-weight: bold;
	font-weight: 900;
	margin: 5px 0 0 0;
}
#maphed {
	font-weight: bold;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 10px;
}
#maplede {
	font-size: 14px;
}
#formmap {
	width: 940px;
	padding: 10px;
	background-color: #eee;	
}
#mapcontainer {
	width: 850px;
	height: 500px;
	background-color: white;
	margin-top: 20px;
}
#whatdidyousee {
	width: 940px;
	background-color: #eee;
	padding: 10px;
}

#see-head {
	font-weight: bold;
	font-weight: 900;
	padding-bottom: 20px;
}

#thanks-head {
	font-weight: bold;
	font-weight: 900;
	padding-bottom: 10px;
}

#thankyoubox {
	width: 500px;
	font-size: 14px;
	color: #999;
	padding: 10px 0 50px 0;
	float: left;
}

#phases {
	height: 170px;
}
.phase {
	width: 200px;
	float: left;
	font-size: 14px;
	margin: 0 15px 0 0;
}
.phase-head {
	font-weight: bold;
	font-weight: 900;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.phase-pic {
	float: left;
	margin: 0 5px 0 0;
}
.phase .input {
	float: left;
	margin: 0 0 5px 10px;
}
.input input {
	position: relative;
	top: -3px;
}
#photocredit {
	display: inline;
	float: right;
	font-weight: 400;
    font-size: 11px;
	color: #999;
	margin: 0 0 0 5px;
}



#whathear {
    width: 940px;
	padding: 10px;
}
.whathearhead {
	font-weight: bold;
	font-weight: 900;
	margin-bottom: 20px;
}
#whathear input {
	margin-right: 9px;
	margin: 0 10px 10px 10px;
	position: relative;
	top: -3px;
	left: 2px;
}

#tellusmore {
	width: 950px;
	padding: 0 0 0 10px;
	background-color: #eee;
	font-weight: bold;
}
#tellusmore .formrow {
	height: 120px;
}
#tellusmore .formdesc {
	font-weight: 400;
}
#morehead {
	font-weight: bold;
	font-weight: 900;
	padding: 10px 0;
}
#tellusmore textarea {
    width: 480px;
    height: 50px;
    border: none;
    float: left;
    margin-top: 10px;
    clear: left;
}
#submit {
    border: none;
    width: 200px;
    cursor: pointer;
    background-color: #F60;
    color: #fff;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
	letter-spacing: 0.1em;
	margin: 20px 0 30px 0;
	float: right;

}

.formdesc {
    height: 100%;
    height: calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    height: -o-calc(100% - 5px);
    height: -ms-calc(100% - 5px);
}

