@charset "UTF-8";

/*************************************************/
/*MAIN STYLING************************************/
/*************************************************/

body {
	z-index: -2;
	
	margin: 0;
	padding: 0;
	
	background: #000;	
	background-image:url('../images/bg-stars.jpg');
	background-image:url('../images/bg2.png');
	background-attachment: fixed;
	
	color: #fff;
	
	
	
	}

#bglayer {
	background-image: url('../images/bglayer.png');
	display: block;
	width: 100%;
	height: 100%;
	
	z-index:-1;
	float:left;
	position:fixed;
	top:0;
	left:0;
	opacity:.15;
	
	}

p {
	padding: 0 15px 15px 15px;
	
	font-family: Georgia, serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	font-style: italic;
	
	}

h1 {
	padding: 7px 0 0 15px;
	
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	}

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

a img {
	border: none;
	
	}

p a {
	color: #256ebf;
	text-decoration: none;
	
	-webkit-transition: all .25s ease-in-out;
	
	}

h1 a:hover, p a:hover {
	background: #256ebf;
	
	color: #fff;
	
	}

.highlight {
	color: #256ebf;
	
	}

.smallcaps {
	font-variant: small-caps;
	letter-spacing: 2px;
	
	}

.sectionheader {
	width: 705px;
	height: 20px;
	display: block;
	
	margin: auto;
	margin-top: 10px;
	padding: 15px 0 0 15px;
	
	background: #111111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#111111));
	background: -moz-linear-gradient(center bottom, rgb(17,17,17) 0%, rgb(34,34,34) 100%);
	
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 2px;
	color: #fff;
	
	border-bottom: 1px dashed #111;
	
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	
	}

.sectionheader:hover {
	background-color: #256ebf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#256ebf), to(#1e599b));
	background: -moz-linear-gradient(center bottom, rgb(30,89,155) 0%, rgb(37,110,191) 100%);
	
	-o-box-shadow: 0px 0px 10px #256ebf;
	-icab-box-shadow: 0px 0px 10px #256ebf;
	-khtml-box-shadow: 0px 0px 10px #256ebf;
	-moz-box-shadow: 0px 0px 10px #256ebf;
	-webkit-box-shadow: 0px 0px 10px #256ebf;
	box-shadow: 0px 0px 10px #256ebf;
	
	text-shadow: 0px 0px 5px #fff;
	
	color: #fff;
	
	}

.sectionheader:hover .highlight {
	color: #fff;
	
	}

/*************************************************/
/*TOPBAR + NAV************************************/
/*************************************************/

#topbar {
	width: 720px;
	height: 70px;
	display: block;
	
	margin: auto;
	
	background: #111111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#222222));
	background: -moz-linear-gradient(center bottom, rgb(34,34,34) 0%, rgb(0,0,0) 100%);
	
	
	border-top: 5px solid #256ebf;
	
	}

.logo {
	float: left;
	width: 146px;
	height: 58px;
	display: block;
	
	margin-top: 5px;
	
	background:url('../images/leftchannel.png');
	
	}

.navblock a {
	color: inherit;
	
	}
	

.navblock {
	padding: 15px;
	height: 40px;
	
	-webkit-transition: all .25s ease-in-out;
	
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	
	color: #256ebf;
	
	float: right;
	
	border-left: 1px dashed #222222;
	
	}


.navblock:hover {
	
	background-color: #256ebf;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#256ebf), to(#1e599b));*/
	
	-o-box-shadow: 0px 0px 50px #256ebf;
	-icab-box-shadow: 0px 0px 50px #256ebf;
	-khtml-box-shadow: 0px 0px 50px #256ebf;
	-moz-box-shadow: 0px 0px 50px #256ebf;
	-webkit-box-shadow: 0px 0px 50px #256ebf;
	box-shadow: 0px 0px 50px #256ebf;
	
	color: #fff;
	
	}

.navblock:active {
	
	background: #3193ff;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#256ebf), to(#3193ff));*/

	-o-box-shadow: 0px 0px 50px #3193ff;
	-icab-box-shadow: 0px 0px 50px #3193ff;
	-khtml-box-shadow: 0px 0px 50px #3193ff;
	-moz-box-shadow: 0px 0px 50px #3193ff;
	-webkit-box-shadow: 0px 0px 50px #3193ff;
	box-shadow: 0px 0px 50px #3193ff;
	
	text-shadow: 0px 0px 10px #fff;
	
	}

/*************************************************/
/*VIDEO + DESC************************************/
/*************************************************/

#dashedvideo {
	background: rgba(0,0,0,.75);
	overflow: hidden;
	clear: both;
	
	padding: 5px 0 5px 0;
	
	border-top: 1px dashed #222222;
	border-bottom: 1px dashed #222222;
	
	}	

#videoextend {
	width: 100%
	height: 405px;
	display: block;
	
	margin: 0;
	padding: 0;
	
	background:url('../images/videoextendbg-trans.png');
	
	}

#video {
	width: 720px;
	height: 417px;
	display: block;
	margin: auto;
	
	overflow: hidden;
	
	-webkit-transition: all .15s ease-in-out;
	
	}

#video:hover {
	width: 720px;
	height: 417px;
	display: block;
	margin: auto;
	
	}

#video2 {
	width: 720px;
	height: 403px;
	display: block;
	margin: auto;
	
	overflow: hidden;
	
	-webkit-transition: all .15s ease-in-out;
	
	}

#videopreview {
	width: 720px;
	height: 417px;
	display: block;
	margin: auto;
	
	overflow: hidden;
	
	cursor: pointer;
	-webkit-transition: all .15s ease-in-out;
	
	opacity: .75;
	
	}

#videopreview:hover {
	opacity: 1;
	
	}

#campaignnavextend {
	width: 100%;
	height: 35px;
	
	overflow: hidden;
	
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dashed #222;
	
	background-image:url('../images/descextendbg.png');
	
	}

#campaignnav {
	width: 720px;
	height: inherit;
	display: block;
	margin: auto;
	
	overflow: hidden;
	
	}

.campaignnavbutton {
	height: inherit;
	display: block;
	float: left;
	
	overflow: hidden;
	padding-left: 35px;
	
	border-right: 1px dashed #111;
	
	opacity: .75;
	
	-webkit-transition: all .25s ease-in-out;
	
	}

.campaignnavbutton:hover {
	opacity: 1;
	
	}


#desccontainer {
	width: 720px;
	height: inherit;
	overflow: hidden;
	height: 135px;
	overflow: hidden;
	clear: both;
	
	margin: auto;
	padding: 0px;
	
	
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
		
	}

#descside {
	float: left;
	width: 169px;
	height: 105px;
	
	padding: 15px;
	
	border-right: 1px solid #000;
	
	background: #256ebf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#256ebf), to(#1e599b));
	background: -moz-linear-gradient(center bottom, rgb(30,89,155) 0%, rgb(37,110,191) 100%);
	
	font-family: Arial;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 2px;
	
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	
	}

#descright {
	height: 135px;
	width: 520px;
	display: block;
	float: left;
	
	padding: 0;
	margin: 0;
	
	}

.options {
	width: 260px;
	height: 20px;
	display: block;
	float: left;
	
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	
	background: #111;
	background: rgba(17,17,17,.75);
	border-bottom: 1px solid #000;
	
	-webkit-transition: all .25s ease-in-out;

	}

.options:hover {
	background: #256ebf;
	
	}		

#desc {
	width: 520px;
	height: 115px;
	overflow: auto;
	
	clear: left;
	float: left;
	background: #222222;
	
	}	

#desc p {
	clear: both;
	
	}
	
/*************************************************/
/*HOW NEWS****************************************/
/*************************************************/

#hotnewscontainer {
	width: 720px;
	
	margin: auto;
	padding: 0;
	
	}
	

.hotnewsmodule {
	width:720px;
	height: 100px;
	margin: auto;
	margin-top: 5px;
	
	border-top: 1px dashed #222;
	
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	
	opacity: .5;
	filter:alpha(opacity=35);
	
	}

.hotnewsmodule:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	
	}

.hotnewsimg {
	width: 359px;
	float: left;
	overflow: hidden;
	
	border-right: 1px solid #000;
	
	}

.hotnewsdesc {
	width: 360px;
	height: 100px;
	float: left;
	background: #222222;
	
	}

/*************************************************/
/*FEATURED WORK***********************************/
/*************************************************/

#thumbnailcontainer {
	width: 720px;
	height: auto;
	overflow: hidden;
	
	clear: left;
	
	margin: auto;
	padding: 0px;
	
	}

.thumbnail {
	width: 230px;
	height: 230px;
	
	display: block;
	float: left;
	overflow: hidden;
	
	margin-right: 15px;
	margin-top: 15px;
	
	background: #000;
	
	-webkit-transition: all .25s ease-in-out;
	
	opacity: 0.5;
	filter:alpha(opacity=35);
	
	}

.thumbnail:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	
	}

.thumbnail3 {
	width: 230px;
	height: 230px;
	
	display: block;
	float: left;
	overflow: hidden;
	
	margin-top: 15px;
	
	background: #000;
	
	opacity: 0.5;
	filter:alpha(opacity=35);
	
	-webkit-transition: all .25s ease-in-out;
	
	}



.thumbnail3:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);

	}

/*************************************************/
/*MORE WORK***************************************/
/*************************************************/

#archivecontainer {
	width: 720px;
	height: auto;
	overflow: hidden;
	
	display: block;
	clear: left;
	
	margin: auto;
	padding: 0px;
	
	}

.thumbnailarchive {
	width: 136px;
	height: 136px;
	
	display: block;
	float: left;
	overflow: hidden;
	
	margin-right: 10px;
	margin-top: 10px;
	
	background: #000;
	
	opacity: 0.5;
	filter:alpha(opacity=35);
	
	-webkit-transition: all .25s ease-in-out;

	}

.thumbnailarchive:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	
	}

.thumbnailarchive5 {
	width: 136px;
	height: 136px;
	
	display: block;
	float: left;
	overflow: hidden;
	
	margin-top: 10px;
	
	background: #000;
	
	opacity: 0.5;
	filter:alpha(opacity=35);
	
	-webkit-transition: all .25s ease-in-out;
	
	}

.thumbnailarchive5:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	
	}

/*************************************************/
/*CAPTIONS****************************************/
/*************************************************/

div.caption {
	position: relative;
	display: block;
	
	margin: 0;
	padding:0;
	
	}

div.caption p {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
	margin: 0;
	padding: 10px;	

	background: #222222;
	background: rgba(34,34,34,.85);
	border-bottom: 1px #fff dashed;
	
	filter:alpha(opacity=85);
	
	font-size: 9px;
	color: #fff;
	
	}

/*************************************************/
/*FOOTER******************************************/
/*************************************************/

#footer {
	width: 690px;
	
	margin: auto;
	margin-top: 10px;
	padding: 15px;
	clear: both;
	
	background: #111111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#000000));
	background: -moz-linear-gradient(center bottom, rgb(0,0,0) 0%, rgb(34,34,34) 100%);
	border-top: 1px dashed #222;

	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
}

/*************************************************/
/*SCROLL BAR******************************************/
/*************************************************/

.jScrollPaneTrack {
	background: #111111;
	border-left: 1px solid #000;
	
	}

.jScrollPaneDrag {
	border-bottom: 1px solid #111111;
	border-top: 1px solid #111111;
	
	}
 
a.jScrollArrowUp {
	background-color: #222222;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url('../images/scroll-up-white-small.png');
	
	}
 
a.jScrollArrowDown {
	background-color: #222222;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-image: url('../images/scroll-down-white-small.png');
	
	}
	
/*************************************************/
/*ABOUT*******************************************/
/*************************************************/

#about {
	display:block;
	width:720px;
	margin: auto;
	background: #222222
	
	}

#clients {
	width: 720px;
	margin: auto;
	
	}

#agencies {
	width: 720px;
	margin: auto;

	}

#awards {
	width: 720px;
	margin: auto;
	
	}

ul {
	width: 720px;
	
	margin-left: -35px;
	
	list-style-position: outside;
	list-style-type: none;
	
	-moz-column-width: 150px;
	-webkit-column-width: 150px;
	
	-moz-column-gap: 35px;
	-webkit-column-gap: 35px;
	
	}
	
.twocolumn{
	-moz-column-width: 200px;
	-webkit-column-width: 200px;
	
	-moz-column-gap: 35px;
	-webkit-column-gap: 35px;
	
	}

li {
	background-image: url('http://leftchannel.com/images/plus.png'); 
	background-repeat: no-repeat; 
	background-position: 0px .4em;
	padding-left: 15px;

	font-family: Georgia, serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	font-style: italic;

	}
	
li:before {
	content: '';
	
	}

li a {
	color: #256ebf;
	
	-webkit-transition: all .15s ease-in-out;

	}

li a:hover {
	color: #fff;
	background: #256ebf;

	} 	

/*************************************************/
/*CONTACT*****************************************/
/*************************************************/

#contactcontainer {
	width: 720px;
	overflow: hidden;
	
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto;
	
	background: #222;
	background: rgba(34,34,34,.25);

	}	

#contactleft {
	width: 200px;

	margin-right: 25px;
	
	float: left;
	
	}

#contactform {
	width: 444px;
	float: left;
	
	padding-left: 25px;
	margin-right: 25px;
	
	border-left: 1px solid #000;
	
	}

form {
	color: #256ebf;
	font-size: 12px;
	
	}

input, textarea {
	width: 434px;
	
	border: none;
	
	background: #000000;
	background: rgba(0,0,0,.5); 
	
	font-family: Georgia, serif;
	font-style: italic;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	
	margin: 0px;
	padding: 5px;
	
	-webkit-transition: all .15s ease-in-out;
	
	}

input:hover, textarea:hover {
	background: #256ebf;
	color: #fff;
	
	}

input:active, textarea:active {
	background: #3193ff;
	color: #fff;
	
	}
	
/*************************************************/
/*404/PASSWORD PROTECT PAGE***********************/
/*************************************************/

.box404 {
	margin:auto;
	margin-top:50px;
	width: 250px;
	padding: 25px;
	border: 1px dashed #111;
	background: #222;
	background: rgba(34,34,34,.75);
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	-webkit-transition: all .15s ease-in-out;

}
