/* Styles for videos */
#latest_videos li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #bbb;
	height: 100%;
}

#latest_videos a:hover {
	border-bottom: 1px dotted #999;
}

#latest_videos a:hover img {
	border: 1px solid #05c0f6;
}

#latest_videos img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}

/* Post Thumb */
#latest_videos .thumb {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	position: relative;
}

#latest_videos .thumb img {
	display: block;
	position: relative;
}

#latest_videos .watch {
	position: absolute;
	z-index: 9999;
	right: 3px;
	bottom: 3px;
	background: url(../images/watch.png) no-repeat;
	width: 18px;
	height: 18px;
}
#latest_videos .watch:hover {border:none}

/* Entry panel */
#latest_videos .entry {
	display: block;
	overflow: hidden;
}

#latest_videos .entry h2 {
	line-height: 1.2em;
}

#latest_videos .inside p {
	padding: 7px 0 7px 0;
	line-height: 1.4em;
}

#latest_videos .inside ul {
	float: right;
	display: inline;
	text-align: right;
	width: 110px;
}

#latest_videos .inside li {
	margin:0;padding:0;border:0;
	font-size: 0.9em;
	margin: 0 0 4px 0;
	height: 16px;
	line-height: 16px;
}

#latest_videos .inside li.comment {
	background: url(../images/comment.png) no-repeat right;
	padding-right: 20px;
}

#latest_videos .inside li.view {
	background: url(../images/view.png) no-repeat right;
	padding-right: 20px;
}

#latest_videos .inside li.rate img {
	border: none;
	margin: -4px 0 0 0;
	vertical-align: middle;
}

#latest_videos .author {
	border-top: 1px dotted #ddd;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #999;
	padding: 5px 0 0 0;
}

#latest_videos .author img {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 7px 0 0;
}

#latest_videos .tags {
	margin: 5px 0 0 0;
}

#latest_videos .tags a {
	color: #777;
}

#latest_videos .tags a:hover {
	color: #fff;
	background: #08a8e3;
	text-decoration: none;
	border: none;
}

/* Absolute Element */
#more_in {
	position: absolute;
	right: 0;
	top: 0;
}

#more_in li {
	float: left;
}

#more_in li a {
	float: left;
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0;
	height: 16px;
	line-height: 16px;
}

#more_in li.rssimg {
	border-right: 1px solid #ccc;
	margin-right: 8px;
	padding-right: 6px;
	padding-left: 22px;
	background: url(../images/rss_icon.png) no-repeat;
	height: 16px;
	line-height: 16px;
}

/* Bottom More in Category */
a.browse {
	float: right;
	display: block;
	font-weight: bold;
}