@import url('shared.css');

.videoChannels.channelHome .channelHeader {}
	.videoChannels.channelHome .channelHeader .teasertitle {
		display: inline-block; margin: 0 .5em 0 0; padding: 0;
		*display: inline; *zoom: 1;
		}
	.videoChannels.channelHome .channelHeader .navigation {display: inline;}
.videoChannels.channelHome .filter {margin: .5em 0;}
.videoChannels.channelHome .filter select {margin: 0 .5em 0 .25em;}
.videoChannels.channelHome > .entry {
	padding: .5em; *height: 1% /*Holly Hack*/;
	}
.videoChannels.channelHome > .entry > a {
	display: block; position: relative;
	float: left;
	}
.videoChannels.channelHome > .entry .thumb {
	display: block; width: 120px; height: auto;
	margin: 0; padding: 0; border: none;
	}
.videoChannels.channelHome > .entry .thumb + .duration {
	display: block; position: absolute; bottom: 2px; right: 2px;
	background: url(/EI/MS/Images/Frame/bg/tint/000x90.png) repeat transparent;
	padding: 0 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* special-case text declarations */
	font-size: 11px; line-height: 15px; font-family: Arial, Helvetica, sans-serif;
	color: #fff; font-weight: bold;
	}
.videoChannels.channelHome > .entry > a ~ .title,
.videoChannels.channelHome > .entry > a ~ .meta, 
.videoChannels.channelHome > .entry > a ~ .subtitle,
.videoChannels.channelHome > .entry > a ~ .storyText,
.videoChannels.channelHome > .entry > a ~ .communityRating,
.videoChannels.channelHome > .entry > a ~ .contextualIcons {margin-left: 128px;}
.videoChannels.channelHome .entry .storyText,
.videoChannels.channelHome .entry .contextualIcons {margin-top: .5em;}
.videoChannels.channelHome .entry .meta {clear: none; margin-bottom: .5em;}
.videoChannels.channelHome > .entry > .meta {display: block; margin-right: 0;}
.videoChannels.channelHome > .paging {
	text-align: left; *height: 1% /*Holly Hack*/;
	}
.videoChannels.channelHome > .paging .PagerList {float: left;}
.videoChannels.channelHome > .paging [id$=dvShareThisRegistrationCode] {display: none;}
.videoChannels.channelHome > .paging .shareThis {float: right; font-style: normal;}
	.videoChannels.channelHome > .paging .PagerList ~ .shareThis {margin-top: 4px;}
.videoChannels.channelHome ~ .uloginverify {margin-top: 1.5em;}
