body{
	background:#eee;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
}
a:link { color:#006699; text-decoration:none; }
a:visited { color:#3399CC; text-decoration:none; }
a:hover { text-decoration:underline; }

.blue{ color:#006699; }
.gray{ color:#666;}
.grayDk{color:#333;}
.grayLt{color:#999;}
.b{ font-weight:bold;}
.bLine{border-bottom:1px dotted #ddd;}
.bPad{padding-bottom:8px;}
.bPadMore{padding-bottom:16px;}
.tPad{padding-top:8px;}
.tPadMore{padding-top:16px;}
.tMargin{margin-top:8px;}
.tMarginMore{margin-top:16px;}
.bMargin{margin-bottom:8px;}
.bMarginMore{margin-bottom:16px;}
.borderless{border:0 !important;}
.rtBorder{border-right:1px solid #ddd;}

.huge { font-size:2.5em !important;}
.bigger3 { font-size:1.5em !important;}
.bigger2 { font-size:1.2em !important;}
.bigger { font-size:1.1em !important;}
.smaller { font-size:.9em !important;}
.smaller2 { font-size:.8em !important;}

.block {display:block;}


.fl{float:left;}
.fr{float:right;}
.vspace10{height:10px;width:1px;}
.vspace20{height:20px;width:1px;}
.vspace30{height:30px;width:1px;}
.tMargin20{margin-top:20px;}

.radius6{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.personPost .extLinks{
	background:#eee;
	padding:4px 10px 10px 10px;
	border:1px solid #ddd;
	width:450px;
}
.personPost .extLinkTitle{
	color:#888;
	font-weight:bold;
	font-size:10px;
	text-shadow:0px 1px 0px #fff;
}


#header{
	position:relative;
	margin:0px 0 0px 0;
	padding:0px 0 0 0;
}
#topBannerAd{
	width:728px;
	height:93px;
	margin:0px auto 6px auto;
	text-align:center;
}
.expanding_banner{
	z-index:10;
	position: relative;
}
#mediaBar{
	background:#444;
	height:250px;
	color:#eee;
	border-bottom:1px solid #fff;
	border-top:1px solid #bcc;
	margin:0 0 0px 0;
}

#container{
	width:940px;
	margin:0px auto 0px auto; 
	background:#fff;
}
#wrapper{
	float:left;
	width:100%; 
	margin: 0px 0 100px 0; 
	background:#fff;
}

#content{
	margin:0 330px 0 300px;
	background:#fff;
	min-height: 1400px;
}
#contentWide{
	margin:0 340px 0 0px;
	background:#fff;
}
#leftCol{
	float:left;
	width:300px;
	left:0px;
	background:#fff;
	position: absolute;
}
/*
#leftCol h3{
	margin-bottom:1em;
}
*/
h3.blueLine{
	color:#3399cc !important;
	font-size:1.1em !important;
	margin:0 0 .5em 0 !important;
	border-bottom:1px solid !important;
}
h3.blackLine{
	color:#222222 !important;
	font-size:1.1em !important;
	margin:0 0 .5em 0 !important;
	border-bottom:1px solid !important;
}
#content h3{
	margin-bottom:1em;
}
h3.announcement{
	background:url('/imagesNEW/icons/star_32.png') no-repeat 0 3px;
	padding-left:38px;
	min-height:34px;
	line-height:1.3em;
}
#rightCol{
	float:left;
	width:300px;
	margin-left:-300px;
	padding-bottom:2em; 
	background:#fff;
}
#rightCol p{margin:1em;}
#rightCol h3{
	font-size:1.2em;
}
#rightCol h4{
	color:#666;
	font-size:1em;
}
#rightCol .blogroll{
	margin:0; padding:0;
}
#rightCol .blogroll li{
	margin:.5em 0;
	border-top:1px dotted #ddd;
	margin:0px 0 6px 0;
	padding:6px 0 0px 0;
	overflow-x:hidden;
}
#rightCol .blogroll li .icon{
	margin:0 4px 0 0;
	position:relative;
	bottom:-3px;
	width:16px;
	height:16px;
}
.borderedColumn{
}
#contentWide .rtBorderedColumn{
	border-left:0;
	padding:0em;
}
.column{
	padding:0 10px;
	line-height:1.5em;
	text-align:left;
}
.column h3{
	color:#666;
	font-size:1.75em;
}
.column a.more{
	background:transparent !important;
	text-align:right;
	font-style:italic;
	display:block;
	color:#888;
	margin:0 0 1.5em 0;
}
.column .sectionBar{
	border-bottom:2px dotted #ccc;
	margin:3px 0 2em 0;
	padding:0;
}
.column h4{
	margin-bottom:.25em;
}
.column p{
	margin:.5em 0;
}
.sectionBar2{
	border-top:2px solid #ccc;
	margin:1em 0;
}
#footer #copyright{ float:right; color:#666;}
#footer{
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

#navLinksMajorBox{
	height:30px;
	background:#333;
}
#navLinksMajor {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	font-family:'Arial','Helvetica', sans-serif;
}
#navLinksMajor li{
	margin:0;
	padding:0;
	float:left;
}
#navLinksMajor a{
	padding:0 1em;
	background:#333;
	color:#eee;
	display:block;
	padding:7px 1em 7px 1em;
	font-size:13px;
}
#navLinksMajor a:hover{
	background:#555;
	color:#fff;
	text-decoration:none;
}
#navLinksMinorBox{
	background:#dff;
	padding:0px 0;
	margin:0px;
}
#navLinksMinor {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	font-family:'Arial','Helvetica', sans-serif;
}
#navLinksMinor li{
	margin:0;
	padding:0;
	float:left;
	padding:0;
}
#navLinksMinor li a, #navLinksMinor li a:visited{
	color:#07a;
	display:block;
	padding:8px 1em 6px 1em;
	font-weight:bold;	
}
#navLinksMinor li a:hover{
	text-decoration:none;
	background:#bee;
}
#navLinksMinor li a.hilite, #navLinksMinor li a.hilite:visited{
    color:#e06;
}

#navLinksMinor li ul {
  display: none;
}

#navLinksMinor li:hover ul {
  display: block;
  position: relative;
}

#navLinksMinor li:hover li {
  float: none; 
}


#logo{
	float:left; width:460px; margin:10px 0 0 0; padding:0px 0 0 10px;
}
#headerRightBox{
	float:right;
	padding:0px 0 0 0;
	width:430px;
}

.socialIcon{
	margin:4px 10px 4px 0;
}
#socialIcons{
	text-align:right;
	position:absolute;
	top:45px;
	right:0;
}

/* Social Buttons */
.socialButtons{
	float:right; 
	text-align:right; 
	width:390px; 
	position:relative; 
	left:13px;
	height:18px;
	line-height: 18px;
}
.socialButtons .twitter-share-button{
	color:#fff;
	font-size:10px;
}
.socialButtons .pin-it-button{
	margin-right: 10px;
}

/* Subscribe Box */
#subscribeBox{
	height:57px;
	width:430px;
	float:right;
	background:url('/imagesNEW/subscribe2.png') no-repeat 0 0;
	position:relative;
	top:-5px;
	right:-10px;
}
#subscribePrint{
	/* background:url('/imagesNEW/subscribe.png') no-repeat -127px 0; */
	height:40px;
	width:70px;
	display:block;
	float:left;
	margin:0 0 0 127px;
	border:0;
}
#subscribePrint:hover{
	/* background:url('/imagesNEW/subscribe.png') no-repeat -127px -46px; */
}
#subscribeDigital{
	/* background:url('/imagesNEW/subscribe.png') no-repeat -188px 0; */
	height:40px;
	width:82px;
	display:block;
	float:left;
	border:0;
	margin:0 0 0 17px;
}
#subscribeDigital:hover{
	/* background:url('/imagesNEW/subscribe.png') no-repeat -188px -46px; */
}
#subscribeNewsletter{
	/* background:url('/imagesNEW/subscribe.png') no-repeat -264px 0; */
	height:40px;
	width:110px;
	display:block;
	float:left;
	border:0;
	margin:0 0 0 14px;
}
#subscribeNewsletter:hover{
	/* background:url('/imagesNEW/subscribe.png') no-repeat -264px -46px; */
}
/* \Subscribe Box */



#searchFormBox{
	padding:4px 10px 2px 0;
	float:right;
}
#searchFormBox #sbtn{
	height:20px;
	background:#eee;
}
#searchFormBox #sbtn:hover{
	color:#222;
}
#searchFormBox input{
	border:1px solid #9bb;
	color:#666;
	height:16px;
	line-height:12px;
	vertical-align:bottom;
}
#searchFormBox input[type=text]{
	width:12em !important;
	border:1px solid #9bb;
	color:#666;
	background:#eff;
	height:16px;
	padding-left:.5em;
	padding-right:.5em;
}
.cse-overlay{z-index:5;}



#editorPicks{
	margin-top:1.5em;
	padding-top:1.5em;
}
.topPostsBox{
	width:185px;
	float:left;
	text-align:left;
}
.topPosts{
}
.topPosts h3{
	margin:0 0 .25em 0;
	font-size:1.4em;
	color:#555;
	font-family:'Arial','Helvetica', sans-serif;
}
.postList{ margin:0; padding:0;}
.postList li{
	padding:4px 0;
	line-height:1.25em;
}


/* The Guide */
#guideBox{
	width:290px;
	float:left;
	text-align:left;
	padding:15px;
	font-size:1em;
	color:#aaa;
}
.guideList {
	margin:0;
	padding:0;
}
#guideBox h3{
	margin:0 0 .25em 0;
	font-size:1.4em;
	color:#fff;
	font-family:'Arial','Helvetica', sans-serif;
	padding-bottom:10px;
	border-bottom:1px solid #666;
}
.guideList li{
	padding:6px 0 10px 0;
	line-height:1.6em;
	text-shadow:0 -1px 0 #000;
}
.guideList li.read{
	background:url('/imagesNEW/mini-icons/document-text.png') no-repeat 0 11px;
	padding-left:22px !important;
}
.guideList li.stream{
	background:url('/imagesNEW/mini-icons/monitor.png') no-repeat 0 11px;
	padding-left:22px !important;
}
.guideList li.watch{
	background:url('/imagesNEW/mini-icons/clapperboard.png') no-repeat 0 11px;
	padding-left:22px !important;
}
.guideList li a, .guideList li a:hover, .guideList li a:visited{
	color:#ddd;
}
/* \The Guide */


#videoAdBox{
	float:right;
	width:300px;
	margin:0;
    height:250px;
}
.advertiseWithUs{
	text-align:right;
}
.advertiseWithUs a{
	font-size:9px;
	color:#999;
}
#videoAdBox .title{
	background:#000;
	color:#999;
	padding:2px 5px;
	margin-left:1px;
	height:10px;
}
#videoAdBox .title h1{
	font-weight:normal;
	margin:0;padding:0;
	font-size:12px;
}
#videoAdBox .title h2{
	font-weight:normal;
	margin:0;padding:0;
	font-size:9px;
}

.carouselWrap{
	position:relative;
	float:left;
}
.Carousel {
	position:relative;
	margin:0 0 0px 0px;
	width:400px;
	height:248px;
	overflow:hidden;
}
.externalControl{
	margin:0 0 0 0px;
	background:#222;
	width:400px;
}
.externalControl button{
	border:0px solid #ccc;
	height:22px;
	margin:0;
	cursor:pointer;
	color:#fff;
	background:transparent;
	font-family:Arial;
}
.externalControl button:hover{
	background:#444;
}
.cItems {}
.cItems li{
	float:left;
	display:block;
	width:390px;
	height:226px;
	overflow:hidden;
	background:#ccc;
	border:0px solid #eee;
	border-bottom:#000;
}
.cItems li a.itemLink{
	display:block;
	height:226px;
}
.cItems li a.itemLink:hover{text-decoration:none;}
.cItems li h4{
	margin:0;
}
.cItems li img{
	width:390px !important;
	height:226px !important;
	position:relative;
}
.cItems li .date{
	display:none;
}
.cItems li .overlay{
	position:relative;
	bottom:-168px;
	height:0px;
	z-index:1;
	filter:alpha(opacity=80);
	opacity:0.8;
	padding:8px;
	height:42px;
	background:#000;
	color:#fff;
	display:block;
}
.cItems li .overlay img, .cItems li .overlay div{display:none;}
.cItems li .postDescription{
	font-size:.9em;
}
.cItems li h4.postTitle {
	font-weight:bold;
	display:block;
}
.clear{clear:both;}

#coverBox{
	position:relative;
	top:0px;
	background:#9ab;
	border-bottom:1px solid #ddd;
}
#rtColCoverImg{
	height:261px;
	width:200px;
	display:block;
}
#subscribeBtns{
	padding:0px; 
	font-size:.9em; 
	position:absolute;
	width:100px;
	top:0;right:0;
	line-height:1.2em;
	font-family:'Arial',sans-serif;
}
#subscribeBtns a{
	padding:10px 5px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:1.4em;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #888;
	border-top:1px solid #ccd;
}
#subscribeBtns a:hover{
	background:#89a;
	text-decoration:none;
}
#subscribeBtns .div{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

.homepageVod img{
	border:0;
	position:relative;
	left:-9px;
	top:-10px;
}
.homepageVod{
	float:left;
	width:93px;
	height:128px;
	overflow:hidden;
}

/* Bars */
.blueBar{
	font-family:"Arial","Helvetica",sans-serif;
	font-weight:bold;
	margin:0;
	color:#333;
	padding:.3em 0;
}
.blueBar h6{
	font-size:1.5em;
	padding:0;
	margin:0;
}
.blueBar h3{
	font-size:2em;
	padding:0;
	margin:.5em 0;
}
.blackBar{
	font-family:"Arial","Helvetica",sans-serif;
	font-weight:bold;
	margin:0;
	color:#333;
	background:#ccc;
	padding:.3em 1em;
}
.blackBar h6{
	font-size:1.1em;
	padding:0;
	margin:0;
}
/* \Bars */


div.holdBody {}

div.image450 { margin:10px auto; }
div.image450 h1 { margin: 0px; }
div.image450 p {
  margin: 5px 0 0 0;
  font-family: Arial, Helvetica, sans-serif; 
  font-weight:normal;
  font-size: 9px;
  line-height: 1.2em;
  text-align: right;
  width: 450px;
}
div.image300c { margin: 10px auto; }
div.image300c h1 { margin: 0px; }
div.image300c p {
	margin-top: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:normal;
	font-size: 9px;
	line-height: 1.2em;
	text-align: right;
	width: 300px;
}


.gowatch, .howthey{margin:10px 0;}


ul.feedPosts {
	list-style:none; margin:0; padding:0;
}
.feedPosts li.post{
	margin:0 0 2em 0; padding:0;
}
.feedPosts li.last{margin-bottom:1em;}
.feedPosts .post .title{
	margin:0 0 .2em 0;
	font-size:1.4em;
}
.feedPosts .title a{
	color:#000;
}
.feedPosts .title a:hover{text-decoration:none;color:#3399cc;}
.feedPosts .author{ font-style:italic;}
.feedPosts .date{
	color:#888;
	font-size:.9em;
}
.feedPosts p{
	margin:0 !important;
}
li.loadandplay{
margin:0 10px 0 0; 
padding:0;
display:block;
width:115px;
float:left;
}
li.loadandplay .title{font-size:1.1em; margin:0;}


#rightCol .feedPosts h4 { font-size:1.2em; }


.toc-item{ margin:0 0 1.5em 0; }
.toc-item h3{
	font-weight:bold;
	line-height:1.1em;
	text-transform:uppercase;
}
.toc-item h3.blackline{
	margin-bottom:.25em !important;
	font-weight:bold;
	line-height:1.1em;
	text-transform:uppercase;
}
.toc-item h4{
	margin:0;
	font-weight:bold;
	font-size:1.1em;
}
.toc-item p{ margin:0 0 .5em 0; }
.toc-item h4.title{
	font-weight:bold;
	text-transform:uppercase;
}
.toc-item img{
	width: 280px;
	height: 134px;
}


.bookmark-item{}
.bookmark-item p{margin:0; padding:0; color:#888;}
.bookmark-item h4{margin-bottom:0; margin-top:.5em; padding:0; font-size:1.2em;}


h1,h2,h3,h4,h5{font-family:"Arial","Helvetica",sans-serif;}
h5 {
  margin:.5em 0;
  font-size: 1.6em;
  color: #006699;
  font-weight: bold;
  line-height: 1.2; 
}
h4{font-size:1.3em;}
h3{margin:0;}
ul{list-style:none; margin:0 2em; padding:0;}
form{margin:0; padding:0;}

.topiclist .icon{padding-left:35px;}
.Faces25{
	font-weight:bold;
	text-align:center;
}
.Faces25 .hbar{
	color:#999;
	font-weight:normal;
	margin:0 1em;
}

table.basicLarge{}
table.basicLarge tr.even{background:#eee;}
table.basicLarge tr.odd{}
table.basicLarge tr td{padding:10px 20px; text-align:left }
table.basicLarge tr th{padding:0 20px 4px 20px; font-weight:bold; text-align:center;}
table.basicLarge td{}


ul.prettyList{ margin:.5em 0; }
ul.prettyList li{
	margin-left:30px;
	list-style: disc;
	margin-bottom:.5em;
}
ul.prettyList ul{ margin:.5em 0; }

.chanHeadBlk{
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0;
	color:#111;
	line-height:1em;
}
body.tag .chanHeadBlk{
	padding:10px 0 20px 0;
	margin-bottom:0px !important;
}
a.bigBlueBtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	padding: 12px 20px;
	background: -moz-linear-gradient(
		top,
		#1188bb 0%,
		#006699);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#1188bb),
		to(#006699));
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,119,170,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,119,170,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
a.bigBlueBtn:hover{
	background: -moz-linear-gradient(
		top,
		#2299cc 0%,
		#005588);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#2299cc),
		to(#005588));
	-moz-box-shadow:
		0px 1px 6px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,119,170,1);
	-webkit-box-shadow:
		0px 1px 6px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,119,170,1);
	text-decoration:none;
}

/* Channel Header */
#chan_head_box{
	height:250px;
	width:724px;
	position:relative;
	text-shadow:1px 1px 1px rgba(0,0,0,60);
	color:#fff;
}
#chan_head{
	font-size:60px;
	font-weight:bold;
	letter-spacing: -0.05em;
	margin:0px;
	position:absolute; 
	bottom:15px;
	left:10px;
}
#chan_subhead{
	font-size: 13px; 
	text-transform:uppercase; 
	display:block; 
	margin:0;  
	font-weight:bold; 
	padding:0;
	letter-spacing: 0em;
	position:absolute;
	bottom:80px;
	left:12px;
}
/* \Channel Header */


/* Styles specific for Ted Hope and affiliated authors */
ul.feedPosts .tedhope h4.title, ul.feedPosts .ted-hope h4.title  {
	padding-left: 100px;
	background-image: url('/imagesNEW/ted_hope/brick.png');
	background-size: 110px;
	background-repeat: no-repeat;
}

body.tedhope {
	background-image: url('/imagesNEW/ted_hope/mouse_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f56620;
}

img#hope_for_film_header {
	width: 690px;
}

h2 img.tedhope {
	border: none;
	width: 100px;
	margin-right: -20px;
}

body.tedhope #navLinksMinorBox {
	background-color: #ECECEC;
}

body.tedhope h2.postTitle a:hover {
	color: #f56620;
}

body.tedhope #container{
	width:1024px;
	margin:0px auto 40px auto; 
	background:#fff;
	border:1px solid #ddd;
	-moz-box-shadow: 0 0 24px #cc3300;
	-webkit-box-shadow: 0 0 24px #cc3300;
}


