* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	background: #32323a;
	font-family: Tahoma, sans-serif;
	color: #fff;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
ul{
	list-style: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.clear {
	*min-height: 1px;
}
/*----- Start header -----*/
#headerz {
	height: 77px;
	overflow: hidden;
	background: url(/images/top_bg.png) repeat-x;
}
.logo {
	width: 320px;
	display:block; margin: auto;
	
}
/*----- End header -----*/
/*----- Start content -----*/
#content{
	overflow: hidden;
}
/*----- Start title -----*/
.title {
	overflow: hidden;
	height: 38px;
	line-height: 36px;
	background: url(/images/title_bg.png) repeat-x left;
	position: relative;
	margin:0 1px 2px 0;
}
.title img{    
	float: left;
	margin: 5px 7px 0 6px;
}
.title h1 {
	width: 50%;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 0 #404050;
	text-transform: capitalize;
}
.title h2 {
	width: 50%;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 0 #404050;
	text-transform: capitalize;
}
/*----- End title -----*/
/*----- Start thumb -----*/
.thumbs{
	margin-bottom: 15px;
	text-align: center;
	font-size: 0;
}
.thumbz {
	width: 322px;
	padding: 3px;
	overflow: hidden;	
	background: #24242b;
	margin: 1px;
	display: inline-block;
	text-align: center;
	position: relative;
        vertical-align: top;
}
.thumbz img{
	width: 320px;
	height: 240px;
	display: block;
	border: 1px solid #fff;
}
.thumbz a{
	display: block;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 0 #16161a;
}
.thumbz h3{
	display: block;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 0 #16161a;
}
.thumbz a:hover{
	color: #fcc291;
}
.thumbz h3:hover{
	color: #fcc291;
}
.tags {
    display: inline-block;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
}

.tags > a {
    display: inline-block;
    margin-right: 7px;
}
.thumbz_two a{
	font-size: 17px;
	text-align: center;
}
.thumbz_view{	
	line-height: 15px;
	background: url(/images/view_icon.png) no-repeat left 3px;
}
.thumbz_view span{
	margin-left: 25px;
}
.thumbz_info p{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
}
.thumbz_time_add{
	text-align: right;
}
.thumbz_time{
	width: 316px;
	height: 18px;
	line-height: 12px;
	position: absolute;
	top: 226px;
	left: 4px;
	padding: 0 2px;
}
.thumbz_time p{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
        background: #000000;
	text-shadow: 1px 1px 0 #252525;
}
/*----- End thumb -----*/
/*------- Begin pagination -------*/
.pagination{
	text-align: center;
	font-size: 10;
	margin-bottom: 10px;
}
.pagination a{
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding: 0 8px;
	margin: 0 1px 2px;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	background: url(/images/pagination.png) repeat-x;
}
.pagination a:hover{	
	background: url(/images/pagination_h.png) repeat-x;
	text-shadow: 1px 1px 0 #5c3da8;
}
.pagination a.next{
	padding: 0 20px;
}
/*------- End pagination -------*/
/*------- Begin thumb_small -------*/
.thumbz_small{
	width: 242px;
	padding: 3px;
}
.thumbz_small img{
	width: 240px;
	height: 180px;
	margin-bottom: 3px;
	overflow: hidden;
	display: block;
}
.thumbz_small a{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*------- End thumb_small -------*/
/*------- Begin list -------*/
.list{
	background: #24242b;
	padding: 15px 0;
	margin-bottom: 15px;
}
.list ul{
	float: left;
	width: 20%;
}
.list li{
	line-height: 20px;
	font-family: Tahoma, sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	color: #dc8631;
	text-shadow: 1px 1px 0 #000;
	padding-left: 20px;
}
.list li a{
	color: #fff;
	padding-left: 5px;
}
.list li a:hover{
	color: #dc8631;
}
/*------- End list -------*/
/*------- Begin advertising -------*/
.advert{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}
.advert a{
	display: inline-block;
}
/*------- End advertising -------*/
/*----- End content -----*/
/*----- Start footer -----*/
#footer {
	height: 128px;
	padding-top: 60px;
	margin-top: 20px;
	background: url(/images/footer_bg.png) repeat-x bottom;
	font-family: Tahoma, sans-serif;
	overflow: hidden;
	text-align: center;
}
#footer p{
	font-size: 12px;
	color: #fff;
}
#footer span {
	font-size: 11px;
	color: #e4b71b;
	font-weight: bold;
}
#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #161616;
	text-decoration: none;
	margin: 0 5px;
}
#footer a:hover {
	color: #e4b71b;
}
/*----- End footer -----*/
/*----- Start video.html -----*/
.video_container{
	width: 996px;
	margin: 0 auto 5px;
}
.video_wrap{
	float: left;
	overflow: hidden;
	width: 640px;
	padding: 8px;
	background: #24242b;
}
.video{
	width: 640px;
	height: 480px;
	overflow: hidden;
	margin-bottom: 6px;
	background: url(/images/video.jpg) no-repeat;
}
.video_info{
	padding: 0 5px;	
}
.video_info p{
	line-height: 16px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0 #141418;
}
.video_info p a{
	color: #ffffff;
	font-weight: bold;
}
.video_info p a:hover{
	color: #fc5bdc;
}
.video_sidebar{
	overflow: hidden;
	float: right;
	width: 300px;
	padding: 20px 19px;
	background: #24242b;
}
.video_sidebar img{
	display: block;
	margin-bottom: 4px;
}
/*----- End video.html -----*/
.adv{
	padding:5px;
	overflow:hidden;
	text-align:center;
	word-spacing:-.25em;
	letter-spacing:-.25em;
	margin-top:12px;
}
.adv-play{
	background:#ececec;
	padding:16px 0 46px
}
.adv a{
	word-spacing:0;
	letter-spacing:0;
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	vertical-align:top;
	padding:3px;
	text-align:center;
	color:#fff;
	background: #FFA300; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFA300 0%, #FFA300 32%, #FFA300 67%, #FFA300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA300), color-stop(32%,#FFA300), color-stop(67%,#FFA300), color-stop(100%,#FFA300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFA300 0%,#FFA300 32%,#FFA300 67%,#FFA300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFA300 0%,#FFA300 32%,#FFA300 67%,#FFA300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFA300 0%,#FFA300 32%,#FFA300 67%,#FFA300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFA300 0%,#FFA300 32%,#FFA300 67%,#FFA300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA300', endColorstr='#FFA300',GradientType=0 ); /* IE6-9 */
	margin:2px 1px 0;
	-webkit-margin-end: 5px;
}
.adv a:hover{
	background: #FF7F00; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF7F00 0%, #FF7F00 32%, #FF7F00 67%, #FF7F00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF7F00), color-stop(32%,#FF7F00), color-stop(67%,#FF7F00), color-stop(100%,#FF7F00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF7F00 0%,#FF7F00 32%,#FF7F00 67%,#FF7F00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF7F00 0%,#FF7F00 32%,#FF7F00 67%,#FF7F00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF7F00 0%,#FF7F00 32%,#FF7F00 67%,#FF7F00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF7F00 0%,#FF7F00 32%,#FF7F00 67%,#FF7F00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF7F00', endColorstr='#FF7F00',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}
.adv img{
	display:block; width: 300px; height: 250px; border:1px solid black;
}
.adv .name{
	display:block;
        color:#000000;
	font:bold 18px/22px Arial, Helvetica, sans-serif;
	padding-top:3px;
}
.adv .title{
	display:block;
	font:bold 15px/17px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}
.adv  h3{
	display:block;
	font:bold 15px/17px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}
.adv .bot{
        color:#7C8591;
}
.adv .item{
	overflow:hidden;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:right;
	display:block;
}
.adv .item span:first-child{
	float:left;
}
.adv .tegs{
	display:block;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}