@charset "UTF-8";
/* CSS Document */
/* clear */
     html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ul, li, fieldset, form, label, legend, table, tr, th, td, footer, header, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0;}
	.clear {float: none;}
	html {background:#041217;}
	 body {
	font-family: 'futura-pt',"Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: 3em;
	/* background: #bfc9cb; */
    	padding: 20px 35px 25px;
	color: #535353;
	min-width: 850px;
   		}	
   	
	h1 {color:#bfc9cb}
	
   	ul {list-style: none;font-size: .7em;}
   	#menu {padding: 4px;}
   	#menu ul li {width: 350px;}
   	
   	a, a:visited {text-decoration: none;color: #bfc9cb;}
   	a:hover {color: #2786C3;}
   	a:active {color:#3b7ea4;}
   	.logo {position: fixed; bottom: 5px;right: 5px;z-index: 1;}
   	
   	#nav {margin-bottom: 20px;}
   	
    #menu {font-size: .4em;margin: 1px;padding: 4px;}
   	#menu {text-align: center;padding: 1px;}

   	#title {margin-bottom: 10px;white-space: nowrap;}
   	#title a:hover {color: #3b7ea4;opacity: .7;}
	#videos {margin-top: -35px;}
   	#videos tr {margin-bottom: 100px;}
   	#videos td {padding-bottom: 0px;width: 200px;border: 2px solid #5d5d5d;}
   	td:nth-child(even) {padding-left: 0px; padding-right: 0px;}
   	#videos td a {padding: 0px 0px 0px 0px;float: left;}
   /* 	#videos img:hover {opacity: .6;} */
   	
   	.up {margin-top: -20px;}
   	
   	.small {font-size: .8em;line-height: 1.9em;}
   	.small a:hover{color: #3b7ea4;}

	.copy {display: none;}
   	.copy {line-height: 1.2em;margin-top: 80px;text-shadow: -1px 1px 0px #d7d7d7;color: #000;text-transform: none;font-size: .78em;}

	#work {
	margin: 10px auto 10px;
	padding: 35px 0px;
	}
	
	.spacer { border-top: 2px solid #2786C3;width: 500px;margin: 1px auto;}
	
		#footer {text-transform:none;font-size:.4em;font-weight:normal;padding-left: 20px;margin-top: 40px;text-align: center;white-space: nowrap;}
		
		#footer a {color:#535353}
		#footer a:hover{color:#2786C3}
		
		.content{
			height:auto;
			overflow:hidden;
		}
		
		#worknav {
			display: none;
			padding-bottom: 40px;
			width:400px;
			height: 330px;
		}
		
		.spotlightWrapper{
			padding-top: 10px;
 			width: 400px;
   		   display: block;
    margin-left: auto;
    margin-right: auto; 
  		  text-align: center;
  		  position: relative;
		  box-shadow: 7px 7px 5px #000;
		  -moz-box-shadow: 7px 7px 10px 0px #000;
		  -webkit-box-shadow: 7px 7px 10px 0px #000;
		  
		}
		
		.spotlightWrapper ul { 
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding:0px; /* remove default padding */
		}
		.spotlightWrapper ul li { 
			
			position:relative; /* so we can use top and left positioning */
		}
		.spotlightWrapper ul li a img { 
			width:400px; 	
			height: 94px;
			position:relative; /* so we can use top and left positioning */
		}
		
		.spotlightWrapper2{
   		 width: 540px;
   		   display: block;
    margin-left: auto;
    margin-right: auto; 
  		  text-align: center;
  		  position: relative;
		  padding-top: 10px;
		    box-shadow: 7px 7px 5px #000;
		  -moz-box-shadow: 7px 7px 10px 0px #000;
		  -webkit-box-shadow: 7px 7px 10px 0px #000;
		}
		.spotlightWrapper2 ul {
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding:0px; /* remove default padding */
		}
		.spotlightWrapper2 ul li { 
			float:left; /* important: left float */
			position:relative; /* so we can use top and left positioning */
		}
		.spotlightWrapper2 ul li a img { 
			width:180px; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */
			height:120px;
			position:relative; /* so we can use top and left positioning */
			border: none;
		}
		
			.spotlightWrapper3{
   		 width: 720px;
		 height: 121px;
		 overflow:hidden;
   		   display: block;
    margin-left: auto;
    margin-right: auto; 
  		  text-align: center;
  		  position: relative;
		  padding-top: 0px;
		    box-shadow: 7px 7px 5px #000;
		  -moz-box-shadow: 7px 7px 10px 0px #000;
		  -webkit-box-shadow: 7px 7px 10px 0px #000;
		}
		.spotlightWrapper3 ul { 
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding:0px; /* remove default padding */
		}
		.spotlightWrapper3 ul li { 
			float:left; /* important: left float */
			position:relative; /* so we can use top and left positioning */
		}
		.spotlightWrapper3 ul li a img { 
			width:180px; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */
			height:121px;
			position:relative; /* so we can use top and left positioning */
			border: none;
		}
		
		.clear { clear:both; } /* to clear the float after the last item */
	</style>
    <style>
div.wrap{
	position:relative; /* important(so we can absolutely position the description div */ 
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:black;
	font-family: 'futura-pt';
	font-size:14px;
	color:white;
	font-weight:normal;
	text-align:center
	
}
div.description_content{
	padding:5px;
}
div.description2{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:black;
	font-family: 'futura-pt';
	font-size:14px;
	font-weight:normal;
	color:white;
	text-align:center
	
}
div.description_content2{
	padding:5px;
}

div.description3{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom: 0px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:rgba(0,0,0,.5);
	font-family: 'futura-pt';
	font-size:24px;
	font-weight:normal;
	color:white;
	text-transform:none;
	text-align:center
	
}
div.description_content3{
	padding:15px;
}

div.description4{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	display:block; /* hide it */
	/* styling bellow */
	background-color:rgba(0,0,0,.5);
	font-family: 'futura-pt';
	font-size:14px;
	font-weight:normal;
	color:white;
	text-align:center;
	
}
div.description_content4{
	padding:5px;
}

.back {
	padding-top: 20px
}
	
.landing_img {width: 640px; height: 360px;}

.largelanding {width: 640px; height: 360px;
			display: block;
    margin-left: auto;
    margin-right: auto; 
	overflow:hidden;
  		  text-align: center;
  		  position: relative;
		  padding-top: 0px;
		  margin-bottom:15px;
		    box-shadow: 7px 7px 5px #000;
		  -moz-box-shadow: 7px 7px 10px 0px #000;
		  -webkit-box-shadow: 7px 7px 10px 0px #000;
		}

.largelanding ul li a img { 
			width:640px; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */
			height:360px;
			position:relative; /* so we can use top and left positioning */
			border: none;}

#homepage {padding-top: 15px;
	padding-bottom: 15px;}

.aboutcontent {
	width:720px;
	border: 0;
	color:white;
	text-align:left;
	border-left: 1px;
	border-right: 1px;
	padding: 20px;
	text-transform:none;
background: rgb(52,81,96); /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  rgba(52,81,96,1) 0%, rgba(4,18,23,1) 99%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(52,81,96,1)), color-stop(99%,rgba(4,18,23,1))); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  rgba(52,81,96,1) 0%,rgba(4,18,23,1) 99%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  rgba(52,81,96,1) 0%,rgba(4,18,23,1) 99%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  rgba(52,81,96,1) 0%,rgba(4,18,23,1) 99%); /* IE10+ */

background: radial-gradient(center, ellipse cover,  rgba(52,81,96,1) 0%,rgba(4,18,23,1) 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345160', endColorstr='#041217',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	font-size:18px}

.next {margin-left:auto;
		margin-right:auto;
		font-size: 35px;}


	.friends{
	font-size: 1.4em;
	text-transform:uppercase;
	}
	
	.friends ul li {width: 650px;line-height: 1.7em;}
    .friends a {font-style: italic;}


.aboutcontent img {
	float:right;
	padding: 5px 10px 20px 20px;
   		border-top-right-radius: 5px;
   		-webkit-border-top-right-radius: 5px; 
   		-moz-border-top-right-radius:5px;}
		
.pages {
	display: none}