@charset "utf-8";
/* CSS Document */

div#stats {
	padding: 3px;
	border-bottom: 1px solid #333;
	overflow: auto;
	margin-left:33px;
}

div#views {
	margin-left: 33px;
	margin-top: 5px;
	float: left;
	font-weight: bold;
}

div.rating {
	float: right;
	height: 20px;
	width: 100px;
	background: top right no-repeat #000;
	margin-right: 33px;
}

div.rating0 {background-image: url(images/rating0.gif)}
div.rating0_5 {background-image: url(images/rating0_5.gif)}
div.rating1 {background-image: url(images/rating1.gif)}
div.rating1_5 {background-image: url(images/rating1_5.gif)}
div.rating2 {background-image: url(images/rating2.gif)}
div.rating2_5 {background-image: url(images/rating2_5.gif)}
div.rating3 {background-image: url(images/rating3.gif)}
div.rating3_5 {background-image: url(images/rating3_5.gif)}
div.rating4 {background-image: url(images/rating4.gif)}
div.rating4_5 {background-image: url(images/rating4_5.gif)}
div.rating5 {background-image: url(images/rating5.gif)}

img#poweredByYouTubeIcon {
	border: none;
	vertical-align: middle;	
	margin-bottom: 5px;
}

div#poweredByYouTube {
	float: right;
	padding-top: .5em;
}

div#poweredByYouTube a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

div#poweredByYouTube a:hover {
	color: #09F;
	text-decoration: underline;
	font-weight: normal;
}

div#poweredByYouTube a img {
	border: none;
}

div#poweredByYouTube a:hover img {
	border: none;
}

div.yt_comment { /* The main container for comments*/
	margin-left:33px;
	margin-bottom:8px;
	border: 1px #666 solid;
	background: transparent url(images/comment_bg.png) repeat top left;
	padding: 4px;
}

div.yt_comment_author {
	margin-bottom: 5px;
}

div.justin_comment  {
	background-image: url(images/comment_highlight_bg.png);
}

#content div.other_comment div.yt_comment_author a {
	color: #BBB;
}

#content div.other_comment div.yt_comment_author a:hover {
	color: #FFF;
}


div#extraComments {
	display: none;
}

a#showExtraComments, a#hideExtraComments {
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}

a#hideExtraComments {
	display: none;
}