@CHARSET "UTF-8";

html, body
{
	margin: 0;
	padding: 0;	
}

body
{
	background: #ececec url(../../images/template/static/background.png) repeat-x;	
}

div.pageContainer
{
	width: 100%;
	text-align:center;
	font-color: #bbbbbb;
}

div.bodyContainer
{
	width: 943px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

div.chunkContainer
{
	width: 100%;
	position: relative;
	clear: both;
}

div.clear
{
	clear: both;
}

.formError
{
	display:block;	
}

div.headerContainer
{
	height: 84px;
	width: 100%;
	background: #000000 ;
}

div.footerContainer
{
	height: 75px;
	width: 898px;
	background: url(../../images/template/static/content_shadow.png) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 46px 0px 0px;
	text-align: right;
	position: relative;
	/*top: -10px;*/
}

div.l2
{
	background: #ffffff;
	height: 571px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	
}

td{
	vertical-align: top;
} 
td.portrait
{
	width: 78px;
	height: 120px;	
	background: url(../../images/template/static/back_portrait.png) no-repeat;
}

td.title
{
	padding: 10px 0px;
	width: 150px;
}

td.description
{
	padding: 9px 0px;
}

input.text, textarea.text
{
	height: 30px;
	width: 100%;
	font-size: 22px;
	background: #ebebeb;
	border: 1px solid #acacac;
	color: #666666;
}

table.formTable td.value
{
	height: 60px;
}

table.formTable td.label
{
	height: 15px;
}

div.movieHolder
{
	background: url(../../images/template/static/home_video_placeholder.png) no-repeat;
	height: 541px;
	width: 850px;
}

div.liveStreamHolder
{
	background: url(../../images/template/static/home_back_repeater.png) repeat-x;
	width: 850px;	
	text-align: center;
	padding: 70px 0px ;
}

div.controllerHolder
{
	margin: 10px 0px;
}

div.buttonHolder
{
	margin: 20px 0px 0px;
}

/*************************************
* QuickTime Controller Stuff *********
*************************************/
div.QTC
{
	width: 100%;
	position: relative;
	height: 20px;
}

.QTC .timeline
{
	float: right;
	width: 820px;
	height: 20px;
	border: 1px solid white;
	position: relative;
}

.QTC .play, .QTC .pause
{
	float: left;
	width: 20px;
	height: 20px;
}

.QTC .play {background: green}
.QTC .pause{background: red}
.QTC .scrubber
{
	position: absolute;
	left: 3px;
	top: 5px;
	height: 10px;
	width: 10px;
	background: #ffffff;
}

/* ----------- Global Navigation ----------- */
#nav {width:416px; height:20px; background: url(../../images/template/static/global-nav2.png); margin:0px auto; padding:0px; position:relative; text-align:left;}
#nav li {margin:0px; padding:0px; list-style:none; display:block; position:absolute;}
#nav a {display:block;}

#preview {left:0px; top:0px; width:46px; height:20px;}
#overview {left:61px; top:0px; width:58px; height:20px;}
#about {left:134px; top:0px; width:57px; height:20px;}
#news {left:206px; top:0px; width:81px; height:20px;}
#blog {left:302px; top:0px; width:33px; height:20px;}
#contact {left:350px; top:0px; width:66px; height:20px;}

#preview a {height:20px;}
#overview a {height:20px;}
#about a {height:20px;}
#news a {height:20px;}
#blog a {height:20px;}
#contact a {height:20px;}

#preview a:hover {background: url(../../images/template/static/global-nav.png) -0px -20px no-repeat;}
#overview a:hover {background: url(../../images/template/static/global-nav.png) -61px -20px no-repeat;}
#about a:hover {background: url(../../images/template/static/global-nav.png) -134px -20px no-repeat;}
#news a:hover {background: url(../../images/template/static/global-nav.png) -206px -20px no-repeat;}
#blog a:hover {background: url(../../images/template/static/global-nav.png) -302px -20px no-repeat;}
#contact a:hover {background: url(../../images/template/static/global-nav.png) -350px -20px no-repeat;}

/* ----------- Video Player Area ------------ */
#splash { background:url(../../images/template/static/player/splash-bg.png) transparent no-repeat top left; width:850px; height:540px; }
a#beta-preview { display:block; width:118px; height:36px; background:url(../../images/template/static/btn-beta-preview.png) transparent left top; }
a#beta-preview:hover { background:url(../../images/template/static/btn-beta-preview.png) transparent no-repeat -0px -36px; }

/* ----------- Video Preview Navigation ----------- */
#video-select { text-align:left; width:214px; }

#video-preview-nav {width:214px; height:21px; background: url(../../images/template/static/video-preview-nav.png); margin:0px auto; padding:0px; position:relative; text-align:left;}
#video-preview-nav li, #video-preview-nav div {margin:0px; padding:0px; list-style:none; display:block; position:absolute;}
#video-preview-nav a {display:block;}

#pad {left:0px; top:0px; width:39px; height:21px;}
#work {left:47px; top:0px; width:52px; height:21px;}
#pitch {left:106px; top:0px; width:47px; height:21px;}
#vault {left:160px; top:0px; width:54px; height:21px;}

#pad a {height:21px;}
#work a {height:21px;}
#pitch a {height:21px;}
#vault a {height:21px;}

#pad a:hover {background: url(../../images/template/static/video-preview-nav.png) -0px -21px no-repeat;}
#work a:hover {background: url(../../images/template/static/video-preview-nav.png) -47px -21px no-repeat;}
#pitch a:hover {background: url(../../images/template/static/video-preview-nav.png) -106px -21px no-repeat;}
#vault a:hover {background: url(../../images/template/static/video-preview-nav.png) -160px -21px no-repeat;}

#pad a.selected {background: url(../../images/template/static/video-preview-nav.png) -0px -42px no-repeat;}
#work a.selected {background: url(../../images/template/static/video-preview-nav.png) -47px -42px no-repeat;}
#pitch a.selected {background: url(../../images/template/static/video-preview-nav.png) -106px -42px no-repeat;}
#vault a.selected {background: url(../../images/template/static/video-preview-nav.png) -160px -42px no-repeat;}

/* ----------- Overview, News + Media, About Us STYLES ----------- */
#news-media { }
#overview-page { }
#about-page { }
#blog-page { }

ul.item-list, #about-page ul.item-list { 
	list-style-type:none;
	margin:0;
	padding:25px 0 0 0;
}

#about-page ul.item-list { 
	padding:0;
}

ul.item-list li {
	text-align:left;
	padding:35px 0 0 0;
}

#news-media ul.item-list li {
	text-align:left;
	padding:25px 0 0 0;
}

ul.item-list li img {
	float:left;
	display:block;
	padding:0 15px 0 0;
}

ul.item-list li div {
	float:left;
	padding:4px 0 0 0;	
}

#about-page ul.item-list li img {
	margin:2px 0 20px 0;	
}

#about-page ul.item-list li div {
	float:none;
	*float:left;
	*width:560px;
	padding:0;
}

img.icon {
	float:right;
	display:block;
}

#about-box {
	margin:35px 0 0 0;	
	background: #ddd;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}

#abtBx-PAD {
	padding:30px 20px;	
}

/* ----------- OTHER GLOBAL STYLES ----------- */
img, a, div, ul, li, input, textarea, button, span {outline:none;}
img {border:none;}

.clear { clear:both; }