/*
# $Id$
*/

div.lead-video {
	line-height: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

div.lead-image {
	height: 200px;
	line-height: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	width: 555px;
}

#article-body {
	font-family: Arial, Helvetica, sans-serif;
}

#current-rating {
	text-align: right;
	font-size: 0.8em;
}

	.stars {
		background: url('/images/article/stars-bg.gif') no-repeat;
		display: inline-block;
		height: 10px;
		margin: 0px 0px 0px 0px;
		width: 54px;
	}

		.stars b {
			background: url('/images/article/stars.gif') no-repeat;
			display: block;
		}

		.stars5 b { background-position: 0px 0px; }
		.stars4 b { background-position: -11px 0px; }
		.stars3 b { background-position: -22px 0px; }
		.stars2 b { background-position: -33px 0px; }
		.stars1 b { background-position: -44px 0px; }
		.stars0 b { background-position: -55px 0px; }

		.stars b.busy {
			background: #FFFFFF url('/images/article/stars-busy.gif') center 0px no-repeat;
		}

#post-info {
	margin: 20px 0px 10px;
}

	#post-info-date {
		float: left;
		font-size: 0.8em;
	}
	
	#comment-counter {
		color: #424042;
		background: url('/images/comments-bubble.gif') no-repeat left center;
		float: right;
		padding: 5px 0px 10px 30px;
		font-size: 0.8em;
	}

.bookmarks img {
	margin: 0px 2px;
}

#related-info {
}

	#related-info div {
		margin-top: 20px;
	}

	#related-info dl {
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		margin: 3px 0px;
		width: 280px;
	}

	#related-info dl.col0 {
		padding-right: 15px;
	}

		#related-info dl dt {
			background: no-repeat 0px center;
			font-size: 0.80em;
			padding: 2px 20px;
		}

			#related-info dl dt a {
				color: #666666;
				text-decoration: none;
			}

			#related-info dl dt a:hover {
				text-decoration: underline;
			}

		#related-info dt.filetype-pdf {
			background-image: url('/images/article/filetype-pdf.gif');
		}

		#related-info dt.filetype-unknown {
			background-image: url('/images/article/filetype-unknown.gif');
		}

#further-info {
}

	#further-info p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.80em;
		line-height: 150%;
		margin-top: 20px;
	}

#recent-comments {
}

	#recent-comments dl {
		font-family: Arial, Helvetica, sans-serif;
		margin: 20px 0px;
	}

		#recent-comments dl dt {
			background: url('/images/article/quote-start.gif') no-repeat left top;
			font-size: 0.80em;
			line-height: 1.3em;
			margin-bottom: 5px;
			padding: 0px 12px;
		}

			#recent-comments dl dt span {
				background: url('/images/article/quote-end.gif') no-repeat right top;
				display: inline-block;
				width: 10px;
			}

		#recent-comments dl dd {
			font-size: 0.70em;
			font-weight: bold;
			padding: 0px 12px;
		}

			#recent-comments dl dd span {
				color: #999999;
				font-weight: normal;
			}

			#recent-comments dl dd a {
				color: #999999;
				text-decoration: none;
			}

			#recent-comments dl dd a:hover {
				text-decoration: underline;
			}
