/*
Theme Name: GfTubehub
Theme URI: http://shop.tubestyles.com
Description: Turn Wordpress into Tube Site!
Version: 1.0
Author: Voudini
Author URI: http://www.tubestyles.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
{
	color: #898989;
	font: 62.5%/1 Verdana, Geneva, sans-serif;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
}
.wrapper
{
	margin: 0 auto;
	width: 1060px;
}
/*mainmenu*/
#mainmenu
{
	width: 100%;
	height: 50px;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
}
#mainmenu UL
{
	float: left;
	/*[disabled]border-top:1px solid #B4B4B4;*/
	/*[disabled]background:url(images/bgr_menu_left.gif) no-repeat;*/
	padding: 0 0 0 1px;
	margin-top: 3px;
}
/*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: #FFAA00;
	/*[disabled]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;
	height: 30px;
	cursor: pointer;
	/*[disabled]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
{
	/*[disabled]background:url(images/bgr_menu_a_hover.gif) repeat-x;*/
	text-decoration: none;
	color: #FEFEFE;
	margin-top: 0;
}
/*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: 1em;
	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;
	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: 120px;
	overflow: hidden;
}
/*header_logo*/
#header_logo
{
	float: left;
	padding: 34px 0 0;
}
#header_logo A
{
	font-size: 2.6em;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header_logo A:hover
{
	color: #FFF;
	text-decoration: none;
}
/*header_search*/
#header_search
{
	float: right;
	padding: 34px 0 0;
}
#header_search FIELDSET
{
	float: left;
	width: 195px;
	height: 25px;
	background-color: transparent;
	margin-top: 13px;
	margin-right: 9px;
	background-image: url(images/searchbg.png);
}
#main_search_val
{
	float: left;
	border: 0;
	background: transparent;
	color: #939393;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 5px 5px 5px 7px;
	margin: 0 6px 0 0;
	width: 155px;
}
#main_search_sub
{
	float: left;
	margin: 4px 0 0 -5px;
}
/*body*/
#body
{
	width: 1060px;
	overflow: hidden;
	padding: 5px 0 20px;
	background: transparent;
	border-top: 0;
	margin-left: 0;
}
#content
{
	float: left;
	width: 700px;
	padding: 0 0 0 10px;
}
#sidebar
{
	float: right;
	width: 310px;
	padding: 0 10px 0 0;
}
/*post*/
.post
{
	width: 100%;
	margin: 0 0 35px;
}
.post .title
{
	font-size: 1.6em;
	line-height: 1.3em;
	color: #FFF;
	border-bottom: 1px solid #191919;
	padding: 0 0 8px;
	margin: 0 0 10px;
	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;
}
.post .entry STRONG
{
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.7em;
}
.post .entry A
{
	color: #FFAA00;
	text-decoration: underline;
}
.post .entry A:hover
{
	text-decoration: none;
}
.post .entry P
{
	margin: 0 0 15px;
}
.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;
	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;
	border-left: 4px solid #FFF;
	float: right;
	background: #A6A5A5;
}
.postmetadata .post_comment A
{
	background: #7E7E7E;
	padding: 3px 10px;
}
/*entry_info*/
.post .entry_info P, .post .entry_info .rating
{
	margin: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}
.post .entry_info P STRONG
{
	font-size: 1em;
}
.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;
}
/*home page*/
.main_title
{
	font-size: 1.6em;
	line-height: 1.3em;
	color: #FFAA00;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	height: 50px;
	background-image: url(images/mainhead.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 17px;
	text-transform: uppercase;
	margin-bottom: -10px;
}
#videos
{
	width: 100%;
	overflow: hidden;
}
.video
{
	width: 160px;
	float: left;
	padding: 0 20px 20px 0;
}
.video_last
{
	padding: 0 0 20px;
}
.video H2
{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #002873;
	margin: 0 0 6px;
}
.video H2 A
{
	color: #FFAA00;
}
.video .thumb
{
	width: 156px;
	height: 103px;
	border: 2px solid #000;
	margin: 0 0 5px;
	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: #FEFEFE;
	font-size: 1.2em;
	font-weight: bold;
}
.info .author
{
	color: #FEFEFE;
}
.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: #FEFEFE;
	margin-left: 0;
}
.sidebar_widgets .widgettitle
{
	font-size: 1.2em;
	color: #FFAA00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 310px;
	height: 50px;
	background-image: url(images/sidebarhead.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 17px;
	margin-bottom: -10px;
}
.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;
}
.sidebar_widgets UL UL
{
}
.sidebar_widgets UL LI UL LI
{
	background: none;
	border-bottom: 0;
	padding: 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;
	line-height: 1.3em;
}
.widget_advertisements P
{
	text-align: center;
	padding: 5px 0;
}
/*footer*/
#footer
{
	width: 100%;
	overflow: hidden;
	padding: 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;
}
#footer LI.first
{
	background: none;
	padding: 0;
}
#footer LI A
{
	color: #FFF;
}
#footer .copyrights
{
	color: #000;
	padding: 15px 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;
	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;
	margin: 0 0 10px;
	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: 1em;
	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: 1em;
	margin: 5px 0 0;
	color: #666;
}
#commentform #submit
{
	font-size: 1.2em;
	line-height: 1.6em;
	color: #FFF;
	background: #B9B9B9;
	font-weight: bold;
	padding: 2px 6px;
	border: 0;
	margin: 5px 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;
	margin: 0 0 10px;
	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;
	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;
	text-decoration: none;
}
.reply A:hover
{
	text-decoration: none;
	background: #C9C7C7;
}
.video .thumb:hover
{
	width: 156px;
	height: 103px;
	border: 2px solid #FFF;
	margin: 0 0 5px;
	overflow: hidden;
}
.comment-author
{
	font-size: 1.4em;
	margin: 0 0 10px;
}
.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;
	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 #000000;
}
.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;
}
#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;
}
#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;
	float: left;
}
#logoimg
{
	width: 344px;
	height: 97px;
	display: block;
	background: url(images/logo.png) no-repeat;
	margin-top: -18px;
}

