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

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

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

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

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

.postlist .thumb img {
	display: block;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.postlist .tags {
	margin: 5px 0 0 0;
}

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

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

/* Additional styles to display categories */
.cats {
	display: block;
	margin: 7px 0 0 0;
	font-size: 0.85em;
	font-weight: bold;
	color: #aaa;
}

.cats a {
	margin: 0 0 0 5px;
	color: #d76d1d;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}

.cats a:hover {
	border:0;
	text-decoration:none;
	color: #740406;
}