/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	background:rgb(224,228,231);
	overflow-x: hidden;
	color:rgb(124,128,131);
	position:relative;
}

.wrapper {
	
	max-width: 1500px;
	margin: 0 auto;
}
a, button.s_submit, a.logo span {color:rgb(70,135,184);}
.clear {clear:both;border: 0 solid #FFFFFF !important;}
.boxsiz {
box-sizing: border-box;
-moz-box-sizing: border-box; /*Firefox 1-3*/
-webkit-box-sizing: border-box; /* Safari */
}
h2 {
	
	border-bottom: 1px solid;
	border-left: 10px solid;
	border-color: rgb(70,135,184);
    clear: both;
    color: rgb(24,28,31);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 16px auto ;
    overflow: hidden;
    padding: 5px 0;
    text-align: left;
    text-indent: 30px;
    text-transform: capitalize;
	
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	padding:0 8px 0px 0;
	position:relative;
}
a.logo {
    color: rgb(24,28,31);
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
	width:344px;
	height:79px;
	line-height: 79px;
	display:block;
	float:left;
	margin-top: 7px;
	text-decoration: none;
}

.search-cont {
	float:left;
	margin: 25px 0 0 30px;
	
}
form.s_form {
	
}
input.s_input {
	border:none;
	padding: 11px 8px;
	-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	background:rgb(244,248,251);
	box-shadow: 1px 1px 2px rgb(184,188,191);
	color:rgb(24,28,31);
	 font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	float:left;
}
button.s_submit {
	-moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
	height: 38px;
	width: 38px;
	float:left;	
	border: 2px solid rgb(34,34,34);
	background-color: rgb(44,48,51);
	background: linear-gradient(to bottom,rgb(64,68,71),rgb(24,28,31));
	box-shadow: 1px 1px 2px rgb(4,8,11);
	color: rgb(130,195,244);
	cursor:pointer;
}
button.s_submit:hover {
	color: rgb(255,255,255);
	
}
ul.head-menu {
	float:right;
	margin-top:25px;
}
ul.head-menu li {
	display: block;
    float: left;
}
ul.head-menu li a {
	display: block;
	white-space: nowrap;
	text-decoration:none;
	border: 2px solid rgb(34,34,34);
	background-color: rgb(44,48,51);
	background: linear-gradient(to bottom,rgb(64,68,71),rgb(24,28,31));
	box-shadow: 1px 1px 2px rgb(4,8,11);
	color: rgb(130,195,244);
	text-shadow: 0 -1px 1px rgb(4,8,11);
	
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	font-weight:bold;
	margin-left:4px;
	padding:8px 10px;
}

ul.head-menu li a:hover {
	color:rgb(255,255,255);	
}

/* Pages
-----------------------------------------------------------------------------*/
ul.pages {
	float:right;
}
ul.pages li {
	display:block;
	float:left;
}
ul.pages li a {
	text-decoration:none;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
    min-width: 16px;
    padding: 7px;
    text-align: center;
	border: 1px solid rgb(34,34,34);
	background-color: rgb(44,48,51);
	background: linear-gradient(to bottom,rgb(64,68,71),rgb(24,28,31));
	box-shadow: 1px 1px 2px rgb(4,8,11);
	color: rgb(130,195,244);
	text-shadow: 0 -1px 1px rgb(4,8,11);
}
ul.pages li a:hover{
	color:rgb(255,255,255);
}
ul.pages li.act_page a {
	background-color: rgb(24,28,31);
	background: linear-gradient(to bottom,rgb(44,48,51),rgb(4,8,11));
	color:rgb(255,255,255);
	cursor:default;
	
}
span.wp_dots {
	text-decoration:none;
	border: 1px solid rgb(34,34,34);
	background-color: rgb(44,48,51);
	background: linear-gradient(to bottom,rgb(64,68,71),rgb(24,28,31));
	box-shadow: 1px 1px 2px rgb(4,8,11);
	color: rgb(144,148,151);
	text-shadow: 0 -1px 1px rgb(4,8,11);
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
    min-width: 16px;
    padding: 7px;
    text-align: center;
}
/* Sort Category
-----------------------------------------------------------------------------*/
ul.sort-cat {
	float:left;
}
ul.sort-cat li {
	display:block;
	float:left;
}
ul.sort-cat li a{
	text-decoration:none;
	border: 1px solid rgb(34,34,34);
	background-color: rgb(44,48,51);
	background: linear-gradient(to bottom,rgb(64,68,71),rgb(24,28,31));
	box-shadow: 1px 1px 2px rgb(4,8,11);
	color: rgb(130,195,244);
	text-shadow: 0 -1px 1px rgb(4,8,11);
    display: block;
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
    min-width: 16px;
    padding: 7px;
    text-align: center;
}
ul.sort-cat li.activ a {
	background-color: rgb(24,28,31);
	background: linear-gradient(to bottom,rgb(44,48,51),rgb(4,8,11));
	color:rgb(255,255,255);
	cursor:default;
	
}

ul.sort-cat li a:hover {
	color:rgb(255,255,255);
}

/* Middle
-----------------------------------------------------------------------------*/

.topline {width:100%;height:27px;background:rgb(44,48,51);border-bottom:1px solid rgb(24,28,31);margin-bottom:-24px;}
.tl-cont {}
.tl-cont ul {
	float:left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:13px;
	font-weight:bold;
}
.tl-cont ul li {
	display:inline;
	background:url("img/mp.png") no-repeat left 2px;
	padding: 0 4px 0 12px;
}
.tl-cont ul li.tl-first {
	background:none;
	padding: 0 4px 0 0px;
}
.tl-cont ul li a {
	color:rgb(244,248,251);
	text-decoration:none;
}
.tl-cont ul li a:hover{
	color:rgb(70,135,184);
	
}
.topshare {float:right;padding: 0 8px 0 0;}


.content:before {
	content:" ";
	height:1px;
	display: block;
}


.thumbs {width:100%;margin: 10px 0 0;}
.thumbs div {
	background:rgb(244,248,251);
	float:left;
	border:1px solid rgb(204,208,211);
	margin: 0 8px 8px 0;
	position:relative;
}
/*.thumbs div:hover {background:#000000;}*/
.thumbs div:hover p.ptitle  {color:rgb(70,135,184);}
.thumbs div:hover h3  {color:#EEEEEE;}
.thumbs div a {
	text-decoration:none;
}
.thumbs div a img {
	border-bottom:1px solid rgb(204,208,211);
	 height: 180px;
    width: 240px;
}
.thumbs div a h3 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-transform: uppercase;
	white-space: nowrap; 
	height: 24px;
}
p.ptitle{
	color: rgb(44,48,51);
    height: 21px;
    overflow: hidden;
    text-align: center;
    width: 237px;
}
p.pdata {
	color:rgb(144,148,151);
	float:left;
	padding:0 0 0 5px;
	font-size:11px;
}
p.prating {
	color:rgb(144,148,151);
	float:right;
	font-size:11px;
	padding:0 5px 0 13px; 
}
p.pduration {
	color:rgb(244,248,251);
	display:block;
	background: rgba(44,48,51,0.8);
	 padding: 2px 8px;
	position:absolute;
	left:0px;
	top:158px;
	-moz-border-radius: 0px 9px 0px 0px;
-webkit-border-radius: 0px 9px 0px 0px;
border-radius: 0px 9px 0px 0px;

}
/* Categories-----------------------------------------------*/
.cats {
	width:100%;
	 padding-left: 80px;
}
.cats ul {
	float:left;
	width:16%;
}
.cats ul li a {
	text-decoration:none;
	font-weight:bold;
	margin-right:5px;
}

.cats ul li i { font-size: 10px; margin-left: -15px; margin-right: 3px; }
.cats ul li a:hover {
	color:rgb(44,48,51);
}
li.letter {
	 font-family: Georgia, 'Times New Roman', Times, serif;
	background: none !important;
    font-size: 16px;
    font-weight: bold;
	color:rgb(44,48,51) !important;
	margin-bottom: 7px;
}
li.space {
	background: none !important;
    height: 10px;
}
/*Top image---------------------------------------------------------------*/
.top-image {
	width:101%;
}
.top-image div {
	float:left;
	margin: 0 5px 3px 0;
	text-align:center;
}
.top-image div:hover  p {
	color:rgb(44,48,51);
}
.top-image div img {
	width:160px;
	height:120px;
	border: 1px solid rgb(204,208,211);
	 margin-bottom: -3px;
}
.top-image div p {
	color:rgb(70,135,184);
}
/*Top List---------------------------------------------------------------*/
.toplist {
	font-weight:bold;
}
.toplist ul {
	float:left;
	width:20%;
}
.toplist ul li {
	border-bottom: 1px dotted #414141;
	line-height: 1.6;
}
.toplist ul li a {
	text-decoration:none;
}
.toplist ul li a:hover {
	color:#ffffff;
}
/*Banners---------------------------------------------------------------*/
.banners {
	background:rgb(44,48,51);
	height: 250px;
	padding: 15px 0;
    margin: 25px 0 0 -20%;
    text-align: center;
    width: 140%;
}
.banners i {
	display:inline;
	margin-right: 45px;
}
.banners i.bn4 {
	margin-right: 0px;
}
/*Tag Cloud---------------------------------------------------------------*/
.tcloud {
	
}
.tcloud a:hover {
	color:rgb(44,48,51);
}

.tcloud  a {
	margin: 0 2px;
	line-height: 30px;
}
.w0 {
    font-size: 80%;
}
.w1 {
    font-size: 100%;
}
.w2 {
    font-size: 120%;
}
.w3 {
    font-size: 140%;
}
.w4 {
    font-size: 160%;
}
.w5 {
    font-size: 180%;
}
.w6 {
    font-size: 200%;
}
.w7 {
    font-size: 220%;
}
.w8 {
    font-size: 240%;
}
.w9 {
    font-size: 260%;
}
/* Player
-----------------------------------------------------------------------------*/


.wrapper-video {
	margin: 0 auto;
    width: 1145px;
	float:center;
}
.left-column {
	float:left;
	margin-right:10px;
}
.left-column a {
	display:block;
	color:#fff;
	text-decoration:none;
}
.left-column a:hover p {color:#e5c700;}
.left-column img {
	width:180px;
	height:135px;
	border: 1px solid #4B4B4B;
}
.left-column p {
	 height: 29px;
    line-height: 2;
    overflow: hidden;
    width: 170px;
}
.center-column {
	float:left;
	width:800px;
}
.player {
	height:600px;
}
.right-column {
	float:left;
	margin-left: 10px;
}
.right-column span {
	width:300px;
	height:250px;
	display:block;
	margin-bottom:10px;
}
a.full {
	display:block;
	width:100%;
	text-transform:uppercase;
	background-color:rgb(70,135,184);
	background: linear-gradient(to bottom,rgb(90,155,204),rgb(50,115,164));
	color:rgb(255,255,255);
	text-align:center;
	margin:5px 0;
	padding: 10px 0;
	font-size: 16px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 border: 1px solid rgb(90,155,204);
	font-weight:bold;
text-shadow: 0px -1px 0 rgba(0,0,0,0.3);

}
a.full:hover {
	background-color:rgb(70,135,184);
	background: linear-gradient(to top,rgb(90,155,204),rgb(50,115,164));

}
.info {
	padding:10px;
	background:rgb(244,248,251);
	color: rgb(144,148,151);
	border:1px solid rgb(204,208,211);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-height: 101px;
	margin: 5px 0;
    overflow: hidden;
	text-align: justify;
}
.info p.fl-left {
	float:left;
	margin-right: 10px;
}
.info p {
	color:#9B9B9B;
}
.info p span {
	color:rgb(44,48,51);
}
.info a:hover {text-decoration:none;}
.social-button {
	float:left;
}
.rating-box {
	background:rgb(244,248,251);
	color: rgb(144,148,151);
	border:1px solid rgb(204,208,211);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:right;
	padding:5px;
	line-height: 2;
}
.rat-title {
	display:block;
	float:left;
	margin-right:5px;
    color: #9B9B9B;
}
.like {
	display:block;
	float:left;
	background:url("../img/good.png") no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
	position:relative;
}
.dislike {
	display:block;
	float:left;
	background:url("../img/bad.png") no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
	position:relative;
}
.like:hover, .dislike:hover {
	top:1px;
}
.rating {
	display:block;
	float:left;
	padding: 0 5px;
}
/* Comments block
-----------------------------------------------------------------------------*/
.splCont, .splConttwo {
	display:none;
}
a.splLink {
	float:left;
	margin-right:5px;
}
a.splLinktwo {
	display: block;
    margin-bottom: 4px;
}
.comment-block {
	background:#000000;
	border:1px solid #414141;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
}
.add-comment {
	width:100%;
	text-align:left;
	padding-bottom:10px;
	color:#9B9B9B;
}
.comment-row {
	color:#9B9B9B;	
	border-top: 1px dotted #4C4C4C;
	padding: 3px 0;
}
p.title-comm {
	color:#9B9B9B;
}
p.first-comm span {
	color:#eeeeee;
}
.comment-row strong {
	color:#EEEEEE;;	
}
.r_line label {
    display: block;
}
.com-name, .com-captcha {
    background: #2d2d2d;
    border: 1px solid #414141;
    color: #9B9B9B;
    overflow: hidden;
    padding: 5px;
    width: 150px;
	display: block;
    margin-bottom: 5px;
}
.com-captcha  {float:left;  margin-right: 5px;}
.s_text {
	background: #2d2d2d;
    border: 1px solid #414141;
    color: #9B9B9B;
    overflow: hidden;
    padding: 5px;
	width: 98%;
}
.r_line img {
    display: block;
}

.sumbit-comment {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ffbf00;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:29px;
	line-height:29px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ded17c;
	cursor:pointer;
}
.sumbit-comment:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}.sumbit-comment:active {
	position:relative;
	top:1px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: auto;
	padding-top: 25px;
	
}
.footer a {text-decoration:none;}
.footer a:hover {color:rgb(44,48,51);}
.footer b {font-weight:bold;}








.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50%;
	right:10px;
	overflow:hidden;
	width:60px;
	height:30px;
	border:none;
	text-indent:100%;
	background:url(/img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(/img/ui.totop.png) no-repeat left -30px;
	width:60px;
	height:30px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}