@charset "UTF-8";
/* CSS Document */

::selection {
        background: #0F7CBF; /* Safari */
        }
::-moz-selection {
        background: #0F7CBF; /* Firefox */
}

@font-face {  
font-family: 'Century Gothic';  
src: url('http://turning-block.com/bt/century_gothic.ttf');  
src: local('Century Gothic'),  
 local('Century_Gothic'),  
 url('http://turning-block.com/bt/century_gothic.ttf') format('truetype');  
}

html{
	margin:0;	
}

body{
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	background-image: url(../images/grey_paper_texture.png);
	margin:0;
	padding:0;
	letter-spacing:-50%;

}

#top_stretch{
	width:100%;
	float:left;
	position:relative;
	background-color:#191919;
}

#top_holder{
	width:1000px;
	padding-left:10px;
	padding-right:10px;
	height:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
}

#menu_holder{
	width:1000px;
	height:30px;
	float:left;
}

#menu_right{
	width:918px;
	height:30px;
	float:right;
}


#header_stretch{
	width:100%;
	float:left;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* W3C */	-webkit-box-shadow: 0px 0px 20px 1px #000000;
	-moz-box-shadow: 0px 0px 20px 1px #000000;
	box-shadow: 0px 0px 20px 1px #000000;
}

#header_holder{
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;

}


#content_stretch{
	width:100%;
	height:auto;
	padding-bottom: 20px;
	float:left;
}

#content_holder{
	width:1000px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#middle_stretch{
	width:100%;
	margin:0;
	margin-bottom: 40px;
	float:left;
	background-color:#F7F7F7;
	-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, .05); 
	-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, .05); 
	box-shadow:0 0 3px 2px rgba(0, 0, 0, .05);
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* W3C */
}

#middle_holder{
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%); /* W3C */
}

#future{
	float:left;
	width:1000px;
	margin-top:10px;
}

#timer{
	float:right;
	width:210px;
}


#dropdown_content{
	width:1000px;
	padding:0;
	margin:5px 0;
	height:295px;
	overflow:hidden;
	float:left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-bottom-color: #999;
}

#dropdown_button{
	width:1000px;
	float:left;
	text-align: center;
}

.drop_photo_update{
	float:left;
	z-index:5;
	width:100px;
	height:75px;
	background-color:#000;			
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	-khtml-opacity: 0.3; 
	border-top:solid 1px #CCC;
}

.drop_photo_update:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	-khtml-opacity: 1; 
}

.flickr_update{
	float:left;
	z-index:5;
	width:75px;
	height:75px;
	background-color:#000;			
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	-khtml-opacity: 0.3; 
	border-top:solid 1px #CCC;
}

.flickr_update:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	-khtml-opacity: 1; 
}

.drop_title{
	float:left;
	font-size: 22px;
	letter-spacing:-80%;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;	
}


#image_strip{
	width:1000px;
	height:350px;
	float:left;
	overflow:hidden;
}

#image_shadow{
	width:1000px;
	float:left;
	margin-top: 25px;
	margin-bottom: 5px;
	background-image: url(../images/image_shadow.png);
}

#main_text{
	width:900px;
	float:left;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	color:#191919;
}


#main_insta{
	width:1000px;
	float:left;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	color:#00294C;
}

#main_left{
	float:left;
	width:550px;
	margin-top:20px;
}

#main_right{
	float:left;
	width:450px;
	margin-top:25px;
}

#home_col_1, #home_col_2, #home_col_3{
	width:290px;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	color: #000;
	font-size:12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.home_col_text1, .home_col_text2, .home_col_text3{
	width:264px;
	float:left;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 28px;
	background-repeat:no-repeat;
}

.home_col_text1{background-image:url(../images/future_logo_v3.png);}
.home_col_text2{background-image:url(../images/future_logo.png);}
.home_col_text3{background-image:url(../images/future_logo2.png);}

#col_box{
	width:290px;
	height:40px;
	float:left;
	margin-top: 200px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
	padding:5px;
 
}

#col_box:hover{
	background-color: rgba(0, 0, 0, 0.9);
 
}

#partner1, #partner2, #partner3{
	width:312px;
	float:left;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #000;
}


#footer_stretch{
	width:100%;
	float:left;
	position:relative;
	-webkit-box-shadow: 0px 0px 20px 1px #000000;
	-moz-box-shadow: 0px 0px 20px 1px #000000;
	box-shadow: 0px 0px 20px 1px #000000;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* W3C */	clear: both;
}

#footer_holder{
	width:980px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%); /* W3C */	clear: both;
}

#footer_sponsor{
	width:600px;
	height:80px;
	float:left;
	padding-top: 5px;
}

#footer_tb{
	width:380px;
	float:left;
	padding-top: 10px;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	-khtml-opacity: 0.8; 

}

#footer_tb:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	-khtml-opacity: 1; 

}

#footer_social{
	width:330px;
	height:32px;
	float:left;
	text-align: right;
	padding-left: 50px;
}

#footer_mailing{
	float:left;
	width:158px;
	padding-right:6px;
	padding-top:8px;
}

.form{
	width:300px;
	padding:20px;
	float:left;
	margin-top:100px;
	margin-left:38%;
	text-align: left;
	background-color:#333;
	-webkit-box-shadow:0 0 4px 3px rgba(0, 0, 0, .25); 
	-moz-box-shadow:0 0 4px 3px rgba(0, 0, 0, .25); 
	box-shadow:0 0 4px 3px rgba(0, 0, 0, .25);
}

.form_text{
	font-size:120%;
	text-align:center;
	margin-bottom:30px;
}
