/* Channel9.hu project beta release */
#beta {
	display: block;
	background: url(images/beta.png) no-repeat;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
/* BODY */
body {
	margin: 0;
	padding: 0;
	background-color: #261209;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #261209;
	text-align: justify;
}
a img {
	border: 0;
}
#container {
	margin: 10px auto;
	width: 978px;
	background-color: #FFFFFF;
	
}
/* SILVERLIGHT */

#silverlightHeader {
	height: 300px;
}


#silverlight {
	height: 480px;
}

/* CONTENT */
#content {
	width: 965px;
	margin: 10px;
}


#left {
	margin-right: 10px;
	float: left;
	width: 629px;
	margin-bottom: 10px;
}

#video_detail {
	background-color: #3f251a;
	color: #FFFFFF;
	padding: 10px;
	padding-top: 5px;
}

#video_detail h2 {
	font-size: 20px;
	margin-top: 0;
}
#video_links {
	background-color: #6f5c53;
	padding: 3px;
}
#video_links a:link, a:visited, a:active {
	color: #ff891d;
	text-decoration: none;
}
#video_links a:hover {
	text-decoration: underline;
}
.video_comment_head {
	background: #6f5c53 url(images/comment_head.png) no-repeat;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.video_comment_head a:link, a:visited, a:active {
	color: #ff891d;
	text-decoration: none;
}
.video_comment_head a:hover {
	text-decoration: underline;
}
.video_comment {
	padding: 10px;
	background-color: #fbfef2;
}

}
.videogrid_head {
	background: #6f5c53 url(images/comment_head.png) no-repeat;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


#videogrid ul {
	margin: 0;
	padding: 0;
}
#videogrid ul li {
	list-style: none;
	display: block;
	float: left;
	width: 147px;
	height: 147px;
	background: url(images/videogrid_play.png) no-repeat;
	border: #3f251a 2px solid;
	padding: 1px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#videogrid ul li img{
	display: block;
	width: 147px;
	height: 111px;
}
.videogrid_item_one{
	margin: 0 6px 5px 0;
}
.videogrid_item {
	margin: 0 5px 5px 0;
}
.videogrid_item_four{
	margin: 0 0 6px 0;
}
#videogrid a {
	color: #261209;
	display: block;
	height: 150px;
	background: #FFFFFF url(images/videogrid_bg.png) repeat-x;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#videogrid a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#videogrid a span {
	display: block;
	padding: 5px;
	padding-top: 10px;
}
#videogrid ul li:hover {
	border-color: #ff891d;	

}


#right {
	float: right;
	width: 315px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.simple_sidebar_header {
	font-family: Georgia;
	font-size: x-large;
	padding: inherit;
	margin-bottom: 8pt;
}

.sidebar_head {
	background: #6f5c53 url(images/box_header.png) no-repeat;
	padding: 5px;
	color: #FFFFFF;
	clear: both;
	font-weight: bold;
}


.sidebar_content {
	background: #ffffff url(images/content_bg.png) repeat-x;
	padding: 5px;
	display: block;
	margin-bottom: 10px;
}


#realityshow {
	line-height: 20px;
	font-style: italic;
	display: block;
	margin-top: 10px;
}
#redirect {
	background: #FFFFFF url(images/content_bg.png) repeat-x;
	padding: 10px 0;
	display: block;
}
#redirect_bottom {
	clear: both;
}
#redirect ul {
	margin: 0;
	padding: 0;
}
#redirect ul li {
	list-style: none;
	display: block;
	float: left;
	width: 95px;
	height: 95px;
	border: #3f251a 2px solid;
	padding: 1px;
	overflow: hidden;
}
#redirect ul li img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#redirect ul li:hover {
	border-color: #ff891d;	
}
#redirect ul li img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#redirect ul .one{
	margin: 0 6px 6px 0;
}
#redirect ul .two{
	margin: 0;
}
#redirect ul .three{
	margin: 0 0 6px 6px;
}
#powered {
	background: #ffffff url(images/content_bg.png) repeat-x;
	padding: 5px;
	height: 150px;
}
#powered ul {
	margin: 0;
	padding: 20px;
	padding-top: 10px;
	text-align: center;
}
#powered ul li {
	list-style: none;
	display: block;
	float: left;
	width: 100px;
	height: 50px;
	overflow: hidden;
	margin: 10px;
}
.silverlight, .aspdotnet {
	padding-right: 25px;
}
#powered ul li img{
	display: none;
}
#powered ul li:hover img{
	display: block;
}
.silverlightlogo {
	display: block;
	background: url(images/silverlight_hover.png) no-repeat;
}
.expression{
	display: block;
	margin-left: 10px;
	background: url(images/expression_hover.png) no-repeat;
}
.aspdotnet {
	display: block;
	background: url(images/aspdotnet_hover.png) no-repeat;
}
.visualstudio {
	display: block;
	background: url(images/visualstudio_hover.png) no-repeat;
}

#twitter_update_list a {
	color: #b4a097;
}
#twitter_update_list {
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	list-style: none;
	padding: 10px 0;
	border-bottom: #CCCCCC 1px dotted;
}


/* FOOTER */
#footer {
	clear: both;
	background: url(images/bottom.png) no-repeat;
	height: 100px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
}
#footer a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: #FFFFFF 1px dotted;
}