/*********************************************
* ICN.TV Style Sheet - Home Page       		 *
* Site Version 1.0                           *
* Created by Cando Digital Entertainment     *
* http://www.cando-ent.com					 *
* Document: 1/17/2007 		                 *
*********************************************/

/* -- Show Page -------------------- */
#brand {
	width: 931px;
	height: 182px;
	margin: 5px auto 0px auto;
}

#content { 
	width: 980px;
	margin: 0px auto 0px auto;
}
#content .leftcol {
    float: left;
    width: 647px;
    padding: 10px;
}
#content .rightcol {
    float: left;
    width: 300px;
    padding: 16px 0px 0px 0;
}
#content .midcol {
    float: left;
    width: 197px;
    padding-left: 15px;
}
#content .rightcol .ad {
	width: 300px;
	height: 260px;
}

.selectedvideo {
	float: left;
	width: 435px;
}
.selectedvideo .header {
	width: 435px;
	height: 42px;
	background: url('/media/design/show_selectedepisode.gif') no-repeat;
}
.selectedvideo .panel {
	width: 430px;
	padding: 3px;
}

.latestvideo {
	float: left;
	width: 435px;
}
.latestvideo .header {
	width: 435px;
	height: 42px;
	background: url('/media/design/show_latestepisode.gif') no-repeat;
}
.latestvideo .panel {
	width: 430px;
	padding: 3px;
}
.community {
	width: 197px;
}
.community .header {
	width: 197px;
	height: 42px;
	/* background: url('/media/design/show_community.gif') no-repeat; */
}
.community .panel { 
	margin: 4px auto 10px 4px;
}
.share {
	width: 197px;
}
.share .header {
	width: 197px;
	height: 43px;
	background: url('/media/design/show_share.gif') no-repeat;
}
.share .panel { 
	margin: 4px auto 0px 7px;
}
.epsiodes {
	width: 300px;
	margin-top: 15px;
}
.episodes .header {
	width: 299px;
	height: 43px;
	background: url('/media/design/show_pastepisodes.gif') no-repeat;
}
.episodes .panel { 
	margin: 0px auto 0px 5px;
}
.comments {
	width: 647px;
	margin-top: 10px;
}
.comments .header {
	width: 647px;
	height: 40px;
	background: url('/media/design/show_comments.gif') no-repeat;
}
.comments .panel {
	margin: 5px 0px 0px 10px;
}
.comments .panel .entry { }
.comments .panel .entry .avatar {
	float: left;
	width: 60px;
	height: 60px;
}
.comments .panel .entry .text {
	float: left;
	width: 575px;
}
.comments .panel .entry .posted {
	font-size: 10px;
	color: #dedede;
}
.comments .panel .legend {
	font-size: 11px;
}
.comments .panel input {
	font-size: 12px;
}

.slider {
	width: 444px; 
}
.slider .header {
	width: 444px;
	height: 45px;
	background: url('/media/design/home_series.gif') no-repeat;
}