/* YUI CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body,html {
	background: #191716;
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 12px;
	border: none; 
}

body {
	padding: 10px;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: yellow;
}

#wrapper {
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

/* [ Header */
#header{
	position: relative;
}
#header_right {
	width: 728px;
	height: 90px;
	background: #191716;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* Header ] */

/* [ Menu */
#menu {
	border: 1px solid #000;
	background: #181818 url('img/topmenu_bg.png') top repeat-x;
	margin-top: 5px;
}

#menu li {
	float: left;
}

#menu li a {
	background: url('img/topmenu_sep.png') top right no-repeat;
	display: block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
/* Menu ] */

/* [ Body */
#body {
	margin-top: 5px;
}
#right {
	width: 250px;
}
#right .right_d {
	text-align: right;
}
#left {
	width: 690px;
}

	/* [ Section */
	.section {
		background: #151413;
		border: 1px solid #0d0c0b;
		color: #fff;
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.section p {
		margin: 10px;
	}
	
	.section ul {
		margin-left: 30px;
	}
	
	.section li {
				list-style-type: square;
	}

	.section h2 {
		padding: 10px;
		background: #121110 url('img/section_bg.png') top repeat-x;
		border-bottom: 1px solid #0d0c0b;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
	}
	
	.section h3 {
		font-weight: bold;
		padding: 10px;
		margin: 0px;
	}
	
	.section .more {
		border-top: 1px solid #0d0c0b;
		margin: 5px;
		padding-top: 5px;
		padding-right: 15px;
	}
	
	.section .more a {
		float: right;
	}
	
	#right .section {
		margin-left: 5px;
	}
	/* Section ] */
/* Body ] */

#search_box {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#search_box label {
	font-size: 11px;
	color: #999;
	padding: 5px;
	width: 70px;
	float: left;
	text-align: right;
}

#search_box input.text {
	width: 140px;
}

#search_box .input {
	clear: left;
	margin-bottom: 5px;
}

#search_box input.submit {
	margin-left: 80px;
}

/* [ Search Results */
.search_results hr {
	clear: both;
	height: 1px;
	border-width: 0px;
	background: #0d0c0b;
	color: #0d0c0b;
}

.search_results .oops {
	padding: 20px;
	font-size: 18px;
}

.search_results .result {
	float: left;
	padding: 10px;
	margin: 5px;
	width: 195px;
	background: #120f0e;
	border: 1px solid #0d0c0b;
}

.search_results .result .title {
	margin-bottom: 3px;
	height: 16px;
	overflow: hidden;
}

.result .preview {
	width: 195px;
}

.result .category, .result .date {
	padding-bottom: 5px;
	font-size: 10px;
	color: #777;
}

.result .date {
	float: right;
}

.result .category a {
	color: #999;
	font-weight: normal;
}

.result .info {
	margin-top: 5px;
	font-size: 10px;
}

.result .info .view_count {
	color: #999;
	background: url('img/ui/people.png') left no-repeat;
	padding-left: 20px;
}

.result .info .duration {
	float: right;
	color: #666;
	background: url('img/ui/time.png') left no-repeat;
	padding-left: 17px;
}
	/* [ Paginator */
	.paginator {
		font-size: 18px;
		margin: 5px;
		padding-top: 5px;
		text-align: center;
		border-top: 1px solid #0d0c0b;
		color: #999;
	}
	
	.paginator .left {
		float: left;
	}
	
	.paginator .right {
		float: right;
	}
	
	.paginator .left a, .paginator .right a {
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		background: #0d0c0b;
		color: #fff;
	}
	
	.paginator .left a:hover, .paginator .right a:hover {
		color: yellow;
	}
	/* Paginator ] */
/* Search Results ] */

/* [ Category List */
#category_list .category {
	float: left;
	margin: 6px;
}

#category_list .title {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #333;
}
/* Category List ] */

/* [ Video Player */
#video_player {
	width: 688px;
	height: 516px;
	display: block;
}

.properties dl {
	width: 30%;
	padding: 10px;
	float: left;
}

.properties dd {
	float: left;
	clear: left;
	width: 40%;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 5px;
	color: #999;
}

.properties dt {
	float: left;
}

.properties a {
	font-weight: normal;
	text-decoration: underline;
}
/* Video Player ] */

/* [ Footer */
#footer {
	background: #191716 url('img/bottom_bg.png') top repeat-x;
	padding: 10px;
	color: #333333;
	border-top: 1px solid #120e0d;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: yellow;
}

#footer hr {
	height: 1px;
	border-width: 0px;
	background: #191716;
	color: #191716;
}
/* Footer ] */

.clear {
	clear: both;
}