

/* Fresh Videos & Ch9 News
-------------------------------------------------- */
#freshVideos {
	border-bottom:1px solid #d1d1d1;
	clear:left;
	float:left;
	padding-bottom:10px;
	margin-bottom:30px;
	width:100%;
}

#freshVideos .heading {
	border-bottom:1px solid #d1d1d1;
	float:left;
	margin:0 0 10px;
	padding:0 0 5px;
	width:100%;
}

#freshVideos .heading h2 {
	float:left;
	font-size:190%;
	margin-bottom:0.2em;
}

#freshVideos .heading ul {
	float:right;
}

#freshVideos .heading ul li {
	float:left;
}

#freshVideos .heading ul li a {
	color:#333;
	display:block;
	float:left;
	padding:4px 12px;
}

#freshVideos .heading ul li.selected a {
	background:#e0e0e0;
	font-weight:bold;
}

#freshVideos .tabbedContent {
	clear: both;
}

#freshVideos p.more {
	clear:both;
	margin:0;
	padding-right:12px;
	text-align:right;
}

#channel9News .entries>li .entry-image {
	background:transparent;
}


#freshVideos .entries,
#channel9News .entries {
	clear:left;
	float:left;
	width:100%;
}

#freshVideos .entries>li,
#channel9News .entries>li {
	min-height:110px;
	width:470px;
}

#freshVideos .entries>li {
	clear: both;
}

#freshVideos .entries>li.odd {
	clear: none;
	margin-left: 20px;
}

#freshVideos .timing {
	font-size: 91%;
	color: #878787;
	line-height:1.3;
}

#freshVideos .details .comments,
#channel9News .details .comments {
	font-size: 90%;
	margin-left: 6px;
	margin-top: 2px;
}

.entries > li .details .comments img {
    height: 12px;
}

#freshVideos .details .ratings {
	margin-right: 0px;
}

#freshVideos .details .comments {
	font-size: 91%;
	margin-left: 0px;
	margin-top: 5px;
}

/* Entry summary overrides (defaults in entrySummary.css)
-------------------------------------------------- */
#freshVideos .entries>li .description,
#channel9News .entries>li .description {
	display:none;
}


/* Ad Space
-------------------------------------------------- */
#adSpace {
	clear:both;
	float:left;
	width:470px;
}

#adSpace h2 {
	display:none;
	border-bottom:4px solid #939393;
	color:#939393;
	font-size:120%;
	letter-spacing:0.1em;
	padding:0 0 9px;
	margin:0 0 9px;
	text-transform:uppercase;
}

#adSpace li {
	float:left;
	margin:0 1px 1px 0;
}

#adSpace li img {
	display:block;
	height:60px;
	width:234px;
}


/* Community Activity
-------------------------------------------------- */
#communityActivity {
	float:left;
	margin-left:20px;
	width:470px;
}

#communityActivity h2 {
	color:#939393;
	font-size:120%;
	margin-bottom:0.5em;
	text-transform:uppercase;
}

#communityActivity ul {
	background:url(images/icon-communication.gif) 13px 0 no-repeat;
	display: table;
	float:left;
	padding:0 0 0 88px;
	max-width:382px;
	min-width:300px;
}

#communityActivity li {
	display: table-cell; 
	font-size:85%;
}

#communityActivity span {
	padding: 0 15px 0 0;
}

#communityActivity span.number {
	border-bottom:3px solid #e4e4e4;
	display:block;
	font-family:"Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size:250%;
	font-weight:bold;
	white-space:nowrap;
}

#communityActivity span.data {
	display:block;
}

/* What is Channel9? + @ch9 on Twitter + 
	Channel9 News + From the Learning Blog
-------------------------------------------------- */
#articles-feeds {
	clear:both;
	float:left;
	margin-top:30px;
	width:100%;
}

#whatIsChannel9,
#ch9OnTwitter,
#channel9News {
	float:left;
}

#whatIsChannel9,
#ch9OnTwitter {
	margin-left:20px;
}

#ch9OnTwitter {
	width:200px;
}

#whatIsChannel9 {
	width:250px;
}

#channel9News {
	width:470px;
}

#channel9News .entries,
#ch9OnTwitter ul li {
	margin-bottom:1.2em;
}

#ch9OnTwitter ul li .data {
	display:block;
	font-size:85%;
	color:#777;
}

#articles-feeds h2 {
	border-bottom:1px dotted #333;
	font-size:170%;
	margin:10px 0;
	padding:0 0 10px;
}

#articles-feeds p.more {
	font-weight:bold;
}


/* Video infobox
-------------------------------------------------- */
.infobox {
	display:block;
	position:absolute;
	width:324px;
	z-index:9999;
}

.infobox .infobox-head {
	background:transparent url("images/video_shadow_ns.png") top left no-repeat;
	height:64px;
}

.infobox .infobox-content {
	background:transparent url("images/video_shadow_m.png") top left repeat-y;
	padding:0 12px;
}

.infobox .infobox-foot {
	background:transparent url("images/video_shadow_ns.png") bottom left no-repeat;
	height:18px;
	padding:0 12px;
}

.infobox .infobox-foot span {
	background:#fff;
	border-top-left-radius:0;
	border-top-right-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius-topleft:0;
	-webkit-border-radius-topright:0;
	display:block;
	height:6px;
	width:300px;
}

.infobox .arrow {
	background:transparent url("images/video_arrow_w.png") top left no-repeat;
	height:60px;
	position:absolute;
	width:30px;
}

.infobox .summary {
	background-color:#d2730d;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-radius-bottomleft:0;
	-webkit-border-radius-bottomright:0;
	border-bottom:1px solid #ccc;
	color:#fff;
	font-family:'Calibri','Lucida Grande',Helvetica,Arial,sans-serif;
	font-size:110%;
	font-weight:bold;
	height:43px;
	margin:-54px 12px 0;
	overflow:hidden;
	padding:7px 10px 3px 10px;
	width:280px;
}

.infobox .infobox-content .content-body {
	background:#fff;
	font-size:89%;
	overflow:hidden;
	padding:7px 10px 10px 10px;
}

.infobox .area,
.infobox .duration {
	font-weight:bold;
	padding-bottom:3px;
}

.infobox .synopsis {
	padding-top:3px;
}

.infobox dt {
	clear:left;
	font-weight:bold;
	margin-right:6px;
	text-align:right;
	vertical-align:top;
	width:70px;
}

.infobox dd {
	width:200px;
}

.infobox dt,
.infobox dd {
	display:inline-block;
	padding-bottom:3px;
}

.infobox .rating {
	display:inline-block;
	float:none;
	margin:0;
}