/*

Theme Name: Free WP Tube

Theme URI: http://www.FreeWPTube.com 

Description: Turn Wordpress into Tube Site!

Version: 1.0

Author: FreeWPTube.com

Author URI: http://www.FreeWPTube.com

Tags: tube



*/

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,font,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{

	margin:0;

	padding:0;

	border:0;

	outline:0;

	font-size:100%;

	vertical-align:baseline;

	background:transparent;

}

ol,ul{

	list-style:none;

}

blockquote,q{

	quotes:none;

}

blockquote:before,blockquote:after,q:before,q:after{

	content:'';

	content:none;

}

:focus{

	outline:0;

}

ins{

	text-decoration:none;

}

del{

	text-decoration:line-through;

}

table{

	border-collapse:collapse;

	border-spacing:0;

}

/* General Styles */

.skiplink{

	display:none;

}

.clear{

	clear:both;

}

label{

	cursor:pointer;

}

a{

	color:#898989;

	text-decoration:none;

}

a:focus,a:hover{

	text-decoration:underline;

}

body{

	background:#f2f2f2 url(images/bgr_main.gif) repeat-x;

	color:#898989;

	font:62.5%/1 Verdana, Geneva, sans-serif;

}

.wrapper{

	margin:0 auto;

	width:1060px;

}

/* mainmenu */

#mainmenu{

	width:100%;

	height:40px;

}

#mainmenu ul{

	float:left;

	border-top:1px solid #b4b4b4;

	background:url(images/bgr_menu_left.gif) no-repeat;

	padding:0 0 0 1px;

}

/*Top level list items*/

#mainmenu ul li{

	position: relative;

	display: inline;

	float: left;

	color:#000;

	font-size:1.2em;

	line-height:1.1em;

	font-weight:bold;

}

#mainmenu ul li.first{

	padding:0;

	background:none;

}

/*Top level menu link items style*/

#mainmenu ul li a{

	display:block;

	color:#000;

	background:url(images/bgr_menu_a.gif) repeat-x;

}

* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

	display: inline-block;

	float:left;

}

* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

	float:none;

}

/*Top level menu link items style*/

#mainmenu ul li a span{

	display:block;

	padding:9px 15px 0 15px;

	height:30px;

	cursor:pointer;

	background:url(images/bgr_menu_left.gif) no-repeat right top;

}

* html #mainmenu ul li a span{ /*IE6 hack to get sub menu links to behave correctly*/

	display: inline-block;

	float:left;

}

* html #mainmenu ul li ul li a span{ /*IE6 hack to get sub menu links to behave correctly*/

	float:none;

}

#mainmenu ul li a:link, #mainmenucat ul li a:visited{

	text-decoration:none;

}

#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{

	background:url(images/bgr_menu_a_hover.gif) repeat-x;

	text-decoration:none;

	color:#000;

}

/*1st sub level menu*/

#mainmenu ul li ul{

	position: absolute;

	left: 0;

	display: block;

	visibility: hidden;

	margin:-1px 0 0 1px;

	padding:0;

	background:#eaeaea;

	border:0;

}

/*Sub level menu list items (undo style from Top level List Items)*/

#mainmenu ul li ul li{

	display: list-item;

	float: none;

	font-size:1.0em;

	background:none;

	padding:0;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */

#mainmenu ul li ul li ul{

	top: 0;

	margin:0;

}

/* Sub level menu links style */

#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{

	width: 160px;

	height:auto;

	padding: 10px 10px 10px 10px;

	margin: 0;

	border-bottom: 1px solid #dfdddd;

	background:#eaeaea;

	text-align:left;

	text-decoration:none;

	font-weight:normal;

	color:#000;

}

#mainmenu ul li ul li a:hover{ /*sub menus hover style*/

	text-decoration:none;

	background:#eeeeee;

	color:#000;

}

#mainmenu ul li ul li a span{ /*sub menus hover style*/

	background:none;

	height:auto;

	padding:0;

}

/* header */

#header{

	width:100%;

	height:90px;

	overflow:hidden;

}

/*header_logo*/

#header_logo{

	float:left;

	padding:34px 0 0 0;

}

#header_logo a{

	font-size:2.6em;

	color:#036;

	font-weight:bold;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

#header_logo a:hover{

	color:#039;

	text-decoration:none;

}

/*header_search*/

#header_search{

	float:right;

	padding:34px 0 0 0;

}

#header_search fieldset{

	float:left;

	width:195px;

	height:25px;

	border:1px solid #737373;

	padding:0 0 0 5px;

}

#main_search_val{

	float:left;

	border:0;

	background:#fff;

	color:#b9b9b9;

	font-family:Verdana, Geneva, sans-serif;

	font-size:1.2em;

	padding:5px;

	margin:0 6px 0 0;

	width:155px;

}

#main_search_sub{

	float:left;

	margin:5px 0 0 0;

}

/*body*/

#body{

	width:1058px;

	overflow:hidden;

	padding:20px 0 20px 0;

	border:1px solid #b4b4b4;

	background:#fff;

	border-top:0;

}

#content{

	float:left;

	width:700px;

	padding:0 0 10px 10px;

}

#sidebar{

	float:left;

	width:160px;

	padding:0px 0px 0px 20px;

}



#sidebar1{

	float:right;

	width:140px;

	padding:0 10px 0 0;

}

/*post*/

.post{

	width:100%;

	margin:0 0 35px 0;

}

.post .title{

	font-size:1.6em;

	line-height:1.3em;

	color:#002873;

	border-bottom:1px solid #002873;

	padding:0 0 8px 0;

	margin:0 0 10px 0;

	font-family:Arial, Helvetica, sans-serif;

}

.post .title a{

	color:#002873;

}

.post .entry{

	font-size:1.1em;

	line-height:1.5em;

	padding:10px 0 5px 0;

}

.post .entry strong{

	color:#002873;

	font-size:1.1em;

	line-height:1.7em;

}

.post .entry a{

	color:#0248e6;

	text-decoration:underline;

}

.post .entry a:hover{

	text-decoration:none;

}

.post .entry p{

	margin:0 0 15px 0;

}

.post .entry p img{

	border:3px solid #ccc;

	padding:0;

}

.post .entry ul {

	margin:0 0 15px 35px;

}

.post .entry ul li{

	margin: 0;

	padding:0;

	list-style:disc;

}

.post .entry ol {

	padding: 0 0 0 35px;

	margin:0 0 15px 0;

	list-style:decimal;

}

.post .entry ol li {

	margin: 0;

	padding: 0;

}

.postmetadata{

	width:100%;

	overflow:hidden;

	background:#898989;

	font-size:1.1em;

	line-height:1.5em;

	color:#fff;

	font-weight:bold;

}

.postmetadata a{

	color:#fff;

	padding:3px 18px 3px 18px;

	border-left:4px solid #fff;

	float:right;

	background:#a6a5a5;

}

.postmetadata .post_comment a{

	background:#7e7e7e;

	padding:3px 10px 3px 10px;

}

/*entry_info*/

.post .entry_info p, .post .entry_info .rating{

	margin:0 0 5px 0;

	font-size:1.1em;

	font-weight:bold;

	width:100%;

	overflow:hidden;

}

.post .entry_info p strong{

	font-size:1.0em;

}

.post .entry_info p.tags a{

	color:#898989;

	text-decoration:none;

}

.post .entry_info p.tags a:hover{

	text-decoration:underline;

}

.post .entry_info p.paysite a{

	font-weight:normal;

}

.post .entry_info .post-ratings{

	display:inline;

	position:relative;

	top:2px;

}

.post .video_code{

	padding:0 0 20px 0;

}

/*home page*/

.main_title{

	font-size:1.6em;

	line-height:1.3em;

	color:#002873;

	border-bottom:1px solid #002873;

	padding:0 0 8px 0;

	margin:0 0 20px 0;

	font-family:Arial, Helvetica, sans-serif;

}

#videos{

	width:100%;

	overflow:hidden;

}

.video{

	width:160px;

	float:left;

	padding:0 20px 20px 0;

}

.video_last{

	padding:0 0 20px 0;

}

.video h2{

	font-size:1.2em;

	line-height:1.3em;

	color:#002873;

	margin:0 0 6px 0;

}

.video h2 a{

	color:#002873;

}

.video .thumb{

	width:156px;

	height:103px;

	border:2px solid #b9b9b9;

	margin:0 0 5px 0;

	overflow:hidden;

}

.video .thumb img{

	width:100%;

	height:100%;

	float:left;

}

.info{

	width:100%;

	line-height:1.3em;

	overflow:hidden;

}

.info a{

	color:#002873;

}

.info_left{

	float:left;

	width:49.9%;

}

.info_right{

	float:right;

	width:50%;

}

.info .duration{

	color:#002873;

	font-size:1.2em;

	font-weight:bold;

}

.info .author{

	color:#002873;

}

.info_right .rating{

	text-align:right;

}

/*sidebar*/

.sidebar_widgets{

	width:100%;

	overflow:hidden;

	font-size:1.3em;

	line-height:1.4em;

	color:#b4b4b4;

}

.sidebar_widgets a{

	color:#002873;

}

.sidebar_widgets .widgettitle{

	font-size:1.2em;

	color:#002873;

	border-bottom:1px solid #002873;

	padding:0 0 8px 5px;

	margin:0 0 10px 0;

	font-family:Arial, Helvetica, sans-serif;

}

.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{

	background:url(images/ico_arrow.gif) no-repeat left 6px;

	padding:0 0 0 13px;

	display:block;

}

.sidebar_widgets .widget_categories a{

	display:inline;

	background:url(images/ico_arrow.gif) no-repeat left 5px;

}

.sidebar_widgets .widget_recent_comments a.url{

	color:#002873;

}

.sidebar_widgets ul{

}

.sidebar_widgets ul li{

	margin:0 0 20px 0;

}

.sidebar_widgets ul ul{

}

.sidebar_widgets ul li ul li{

	background:none;

	border-bottom:0;

	padding:5px 10px 5px 10px;

	margin:0;

}

.sidebar_widgets ul ul ul{

	margin:0 0 0 5px;

}

.sidebar_widgets ul li ul li ul li{

	border:0;

}

.widget_tag_cloud a, .widget_text .textwidget{

	padding:5px 0 5px 0;

	line-height:1.3em;

}

.widget_advertisements p{

	text-align:center;

	padding:5px 0 5px 0;

}

/*sidebar1*/

.sidebar1_widgets{

	width:100%;

	overflow:hidden;

	font-size:1.3em;

	line-height:1.4em;

	color:#b4b4b4;

}

.sidebar1_widgets a{

	color:#002873;

}

.sidebar1_widgets .widgettitle{

	font-size:1.2em;

	color:#002873;

	border-bottom:1px solid #002873;

	padding:0 0 8px 5px;

	margin:0 0 10px 0;

	font-family:Arial, Helvetica, sans-serif;

}

.sidebar1_widgets .widget_categories a, .sidebar1_widgets .widget_archive a, .sidebar1_widgets .widget_links a, .sidebar1_widgets .widget_meta a, .sidebar1_widgets .widget_pages a, .sidebar1_widgets .widget_meta a, .sidebar1_widgets .widget_recent_entries a{

	background:url(images/ico_arrow.gif) no-repeat left 6px;

	padding:0 0 0 13px;

	display:block;

}

.sidebar1_widgets .widget_categories a{

	display:inline;

	background:url(images/ico_arrow.gif) no-repeat left 5px;

}

.sidebar1_widgets .widget_recent_comments a.url{

	color:#002873;

}

.sidebar1_widgets ul{

}

.sidebar1_widgets ul li{

	margin:0 0 20px 0;

}

.sidebar1_widgets ul ul{

}

.sideba1r_widgets ul li ul li{

	background:none;

	border-bottom:0;

	padding:5px 10px 5px 10px;

	margin:0;

}

.sidebar1_widgets ul ul ul{

	margin:0 0 0 5px;

}

.sidebar1_widgets ul li ul li ul li{

	border:0;

}

/*footer*/

#footer{

	width:100%;

	overflow:hidden;

	padding:30px 0 30px 0;

	text-align:center;

}

#footer ul{

}

#footer li{

	display:inline;

	font-size:1.1em;

	line-height:1.3em;

	color:#000;

	font-weight:bold;

	padding:0 10px 0 10px;

}

#footer li.first{

	background:none;

	padding:0;

}

#footer li a{

	color:#000;

}

#footer .copyrights{

	color:#000;

	padding:15px 0 0 0;

	line-height:1.1em;

}

#footer .copyrights a{

	color:#000;

}



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left

	}

/* End Images */



/* Begin Form Elements */

#respond{

	margin:20px 0 20px 0;

	width:100%;

	overflow:hidden;

	color:#5f6963;

}

#respond a{

	color:#5f6963;

}

#respond h3{

	font-size:1.6em;

	line-height:1.3em;

	color:#002873;

	border-bottom:1px solid #002873;

	padding:0 0 8px 0;

	margin:0 0 10px 0;

	font-family:Arial, Helvetica, sans-serif;

}

.cancel-comment-reply{

	font-size:1.2em;

}

.cancel-comment-reply a, .cancel-comment-reply a:visited{

	text-decoration:underline;

}

.cancel-comment-reply a:hover{

	text-decoration:none;

}

#commentform p{

	font-size:1.2em;

	line-height:1.6em;

	width:100%;

	overflow:hidden;

}

#commentform p a, #commentform p a:visited{

	text-decoration:underline;

}

#commentform p a:hover{

	text-decoration:none;

}

#commentform p input{

	float:left;

}

#commentform p label{

	float:left;

	padding:10px 0 0 5px;

}

#searchform{

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

}



#commentform input{

	width: 170px;

	padding: 5px;

	margin: 5px 5px 1px 0;

	border:1px solid #ccc;

	font-family:Arial, Helvetica, sans-serif;

	font-size:1.0em;

	color:#666;

}



#commentform{

	margin: 5px 10px 0 0;

}

#commentform textarea{

	width: 97%;

	padding: 5px;

	overflow:auto;

	border:1px solid #ccc;

	font-family:Arial, Helvetica, sans-serif;

	font-size:1.0em;

	margin:5px 0 0 0;

	color:#666;

}

#commentform #submit{

	font-size:1.2em;

	line-height:1.6em;

	color:#fff;

	background:#b9b9b9;

	font-weight:bold;

	padding:2px 6px 2px 6px;

	border:0;

	margin:5px 0 0 0;

	cursor:pointer;

}

/* End Form Elements */







/* Begin Comments*/

#comments{

	font-size:1.6em;

	line-height:1.3em;

	color:#002873;

	border-bottom:1px solid #002873;

	padding:0 0 8px 0;

	margin:0 0 10px 0;

	font-family:Arial, Helvetica, sans-serif;

}

.commentlist{

	padding: 0;

	text-align: justify;

	line-height:1.6em;

	color:#898989;

}

.commentlist a{

	color:#002873;

	text-decoration:underline;

}

.commentlist a:hover{

	text-decoration:none;

}

.commentlist li{

	margin: 15px 0 10px;

	padding: 15px;

	list-style: none;

	border:1px solid #e6e4e4;

	background:#f1f1f1;



}

.commentlist .alt{

	margin: 10px 0 0 0;

	background:#fff;

}

.commentlist li ul li{ 

	margin-right: 15px;

	margin-left: 10px;

}

.commentlist p{

	margin: 10px 5px 10px 0;

	font-size:1.1em;

	line-height:1.5em;

}

.children{ padding: 0; }



#commentform p{

	margin: 5px 0;

}

.nocomments{

	text-align: center;

	margin: 0;

	padding: 0;

	font-size:1.2em;

}

.commentmetadata{

	margin: 0;

	display: block;

	font-size:1.2em;

	line-height:1.6em;

}

.reply{

	text-align:right;

}

.reply a, .reply a:visited{

	font-size:1.2em;

	line-height:1.6em;

	color:#fff;

	background:#b9b9b9;

	font-weight:bold;

	padding:2px 6px 2px 6px;

	text-decoration:none;

}

.reply a:hover{

	text-decoration:none;

	background:#c9c7c7;

}

.comment-author{

	font-size:1.4em;

	margin:0 0 10px 0;

}

.comment-author img{

	border:3px solid #e6e4e4;

}

.commentlist .fn{

	position:relative;

	top:-10px;

	text-transform:capitalize;

}

.commentlist .says{

	position:relative;

	top:-10px;

}

/* End Comments */







/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 1.1em;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	text-align: center;

	font-size:1.3em;

	font-weight:bold;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 95%;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote blockquote{

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}



hr {

	display: none;

	}

.nopost, .nocomments{

	text-align:center;

	color:#000;

	font-size:1.2em;

	line-height:1.5em;

}

/* End Various Tags & Classes*/



/*navigation*/

.navigation{

	width:100%;

	overflow:hidden;

	text-align: center;

	padding:10px 0 30px 0;

	font-size:1.1em;

	line-height:1.8em;

}

.navigation a{

	color:#000;

}

#content .wp-pagenavi{

}

#content .wp-pagenavi a {

	padding: 4px; 

	margin: 2px;

	color:#000;

	background:#eee;

	border:1px solid #fff;

}

#content .wp-pagenavi a:hover{

	color:#000;

	border:1px solid #ccc;

}

#content .wp-pagenavi span.pages {

	padding: 4px; 

	margin: 2px;

	border:0;

	border:1px solid #fff;

}

#content .wp-pagenavi span.current {

	padding: 4px; 

	margin: 2px;

	background:#eee;

	color:#000;

	font-weight:bold;

	border:1px solid #ccc;

}

#content .wp-pagenavi span.extend {

	padding: 4px; 

	margin: 2px;

	background:#eee;

	border:1px solid #fff;

}



/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */

/*sidebar_twitter*/

#sidebar_twitter{

	width:100%;

	background:url(images/bgr_twitter.png) no-repeat;

	background-color:#fffcd9;

	border:1px solid #eeebbe;

	margin:0 0 20px 0;	

}

#sidebar_twitter_inner{

	padding:10px 0 10px 92px;

	display:block;

	height:74px;

	

}

#sidebar_twitter h2{

	color:#c43916;

	font-size:2.7em;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-weight:normal;

	margin:0 0 5px 0;

}

#sidebar_twitter p{

	color:#ae7014;

	font-size:1.1em;

	padding:0 0 10px 5px;

}

#sidebar_twitter p a{

	font-size:1.1em;

	font-weight:bold;

	color:#fff;

	border:1px solid #e3510c;

	background:url(images/bgr_readmore.gif) repeat-x;

	display:block;

	height:20px;

	text-align:center;

	padding:5px 15px 0 15px;

	float:left;

}