/*********************************************
* 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: 565px;
	margin-left: 10px;
}
#content .rightcol {
	float: left;
	width: 380px;
	margin-left: 15px;
}

.series {
	width: 565px;
}
.series .header {
	width: 532px;
	height: 43px;
	/* background: url('/media/design/showlist_originalseries.gif') no-repeat; */
}
.series .panel { 
	margin: 4px auto 10px 4px;
	font-weight: bold;
	font-size: 13px;
}
.series .panel img {
	border: solid 1px #000000;
}

.community {
	width: 380px;
}
.community .header {
	width: 380px;
	height: 43px;
	/* background: url('/media/design/showlist_friends.gif') no-repeat; */
}
.community .panel { 
	margin: 4px auto 10px 4px;
}

.comments {
	width: 380px;
	margin-top: 10px;
}
.comments .header {
	width: 380px;
	height: 41px;
	background: url('/media/design/showlist_recentcomments.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: 300px;
}
.comments .panel .entry .posted {
	font-size: 10px;
	color: #dedede;
}