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

body, html{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
}

/***************************************************** SITE WIDE ****/

#wrapper{
	margin: 0px auto;
	width: 1050px;
}
a,p,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
div{
	display: block;
	margin: 0px;
	padding: 0px;
}
img{
	margin: 0px;
	padding: 0px;
	border: none;
}
p{
	font-size: 12px;
	color:#cccccc;
}
a{
	text-decoration:none;
	color:#cccccc;
	cursor:pointer;
	font-size: 12px;
}	
a:hover{
	text-decoration: underline;
}
a:focus{
	outline: none;
}
h1{
	color:#cccccc;
	font-size: 14px;
}
h2{
	font-size: 16px;
	font-weight: bold;
}
a.edit{
	color:#ff8800;
}
a.delete{
	color:#ff3300;
}
p.notice{
	text-align: center;
	font-size: 14px;
	color:#60f747;	
}
#nav li{
	display: none;
}


/***************************************************** HEAD ****/
#headContain{
	width: 1050px;
	background:url(../images/topBar.jpg) no-repeat top left;
}
#headContain img{
	padding: 30px 0px 0px 0px;
}

/***************************************************** TOP NAV ****/

#topNavContain{
	float: right;
	padding: 10px 0px 0px 0px;
}
#topNavContain a{
	text-transform:uppercase;
	margin: 0px 5px;
}

/***************************************************** EPISODE NAV ****/
#nav li{
	text-align: center;
}

#nav li a{
	display: block;
	text-align: center; 
}
#nav li.admin a{
	display: inline;
	text-align: left;
	padding: 2px 0px;
}
#nav li a img{
	padding: 15px 0px 5px 0px;
}
#nav li.selected{
	background:url(../images/episode_selected3.jpg) no-repeat 0px 8px;
}

/***************************************************** VIDEO ****/

#videoContain{
	width: 1050px;
	height: 306px;
	background:url(../images/centerBG.jpg) repeat-x;
}
#video{
	width: 477px;
	height: 288px;
	margin: 0px auto 0px auto;
	padding: 17px 0px 0px 0px;
	text-align: center;
	position: relative;
}
#overlayButton{
	position: absolute;
	top: 30px;
	right: -54px;
}
/*****************************************************  NEWS FEED ****/

#newsFeedContain{
	width: 1050px;
	height: 60px;
	margin: 25px 0px 0px 0px;
}
#twitterLink,#facebookLink,#twitterFeed{
	border: #333333 1px solid;
	float: left;
	margin: 0px 5px;
	padding: 5px;
	height: 100%;
}
*html #twitterLink,*html #facebookLink, *html #twitterFeed{
	margin: 0px 2px
}
#twitterLink, #facebookLink{
	width: 220px;
	text-align:center;
}
#twitterLink img, #facebookLink img{
	padding: 5px 0px;
}
#twitterFeed{
	width: 540px;
}


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

#footerContain{
	width: 1050px;
	text-align:center;
}
*:first-child+html #footerContain{
	padding: 10px 0px 0px 0px;
}
#footerContain p{
	font-size: 10px;
}
#footerContain p a img{
	position: relative;
	top: 5px;
}



/***************************************************** NEWS FEED ****/
#feed ul, #twitterInner li{
	margin: 0px;
	padding: 0px;
}
#feed ul li img{
	float: left;
	padding: 0px 10px 0px 0px;
}

#feed ul li{
	overflow: auto;
	margin: 0px 0px 15px 0px;
}
#twitterFeedsButton{
	display:block;
	text-align: right;
	padding: 5px;
}
#twitterFeedsButton{
	
}
#feed{
	width: 520px;
	float: left;
	font-size: 12px;
	position: relative;
	height: 60px;
}
#feed a{
	color: #ffffff;
}
.tweet_join{
	margin: 0px 0px 0px 10px
}
#readMore{
	float: right;
	text-align:right;
	width: 175px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}
#readMore p{
	color:#000000;
	margin: -5px 0px 0px 0px;
}
#readMore a{
	margin: 0px;
	color:#23a5eb;
}
#readMore img{
	padding: 0px 5px 5px 5px;
	position: relative;
	top: 8px;
}
#twitterOverlay{
	background-image:url(../images/share3.png);
	padding: 25px;
}
*html #twitterOverlay{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/share3.png', sizingMethod='');
}
#twitterOverlayInner{
	border: #666666 1px solid;
	background:#ffffff;
	height: 350px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color:#000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#twitterOverlayInner ul{
	margin: 0px;
	padding: 0px;
}
#twitterOverlayInner li{
	padding: 10px 0px 0px 0px;
	overflow: auto;
	border-bottom: #eeeeee 1px solid;
}
#twitterOverlayInner li img{
	float: left;
	margin: 0px 10px 10px 10px;
}









/***************************************************** SHARE FUNCTIONALITY ****/
/* overlay dimensions */
div.overlay {
	padding:20px;	
	display:none;
	width:480px;  	
	height:375px;
}
#shareOverlay{
	background-image:url(../images/share2.png) no-repeat;
}
*html #shareOverlay{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/share2.png', sizingMethod='');
}
/* generic styling for elements inside overlay */
div.overlay h2, div.overlay a, div.overlay p, div.overlay div {		
	margin-top:0px;
	color:#666666;
}

div.overlay h2 {
	margin:0px;	
	visibility: hidden;	
}

div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
*html div.overlay div.close{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png', sizingMethod='');
}

/* tabs */
#shareTabs{
	padding: 0px 20px;
	margin: 10px 0px -15px 0px;
	text-align:right;
	font-size: 12px;
	color:#cccccc;
}
#shareTabs a{
	color:#cccccc;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 6px;
}
.current{
	font-weight: bold;
}



/* tab panes = containers for tab content */
#panes {
	margin-top:0px !important;		
	font-size:12px;
}
#panes p{
	margin: 5px 0px;
}
#panes div{
	background: #ffffff;
	border: #666666 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

#panes input, #panes textarea {
	width:450px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666; 	
	padding:2px;
}

#panes textarea {
	padding:4px;
}

#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}

#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

#embedPane textarea {
	margin-top:10px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#000000;
	padding:4px;
	border:1px solid #cccccc;
	height: 210px;
}
#bookmarkPane{

	overflow: auto;
	text-align: center;
}
#bookmarkPane a img{
	position: relative;
	top: 7px;
}
#bookmarkPane a{
	display: block;
	width: 45px;
	height: 40px;
	float: left;
	text-align: center;
}
#bookmarkPane a:hover{
	text-decoration: none;
}

/* container for error/success messages */ 
#info {
	display:none;	
}

/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(../images/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
*html a.player{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/splash.png', sizingMethod='');
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
