/*  
Theme Name: Therapy
Version: 1.3.1
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* Default styles */
@import "reset.css";

/* Styles for rounded corners are located in css/effects.css */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down menus
-2.4 Intro
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 PageNavi

4. WIDGETS
-4.1 Social Media Box
-4.2 Tabber

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form
-5.3 Gravity forms

6. GENERAL STYLES

7. CONTACT FORM

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	font: 14px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: Arial,Helvetica,Sans-serif;
	color: #292626;
}

h1  {font-size: 38px} h2  {font-size: 36px} h3  {font-size: 30px}
h4  {font-size: 24px} h5  {font-size: 18px} h6  {font-size: 12px}

p  {margin: 18px 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
	color: #292626;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

.inner  { position: relative; width: 940px; margin: 0 auto; }
#bg  { height: 100%; }
#container  {
	width: 940px;
	margin: 0 auto;
}

/* 2.2 Header */

#header  { background: #373434 url(images/headertile.jpg) repeat-x left bottom; }
#header h1, #header h2  { display: none; }

#logo #img { display: inline-block; margin: 0px 0; padding: 5px 5px; }

#logo  { float: left; width: 500px; }

#logo .site-description, #logo .site-title { }
#logo .site-title { margin-top:20px; color:#FFFFFF}
#logo .site-description { font-size:18px; color:#aaa}

.latest_twitter  {
	position: relative;
	float: right;
	width: 250px;
	margin: 20px 0;
	font-size: 12px;
	color: #fff;
}
.latest_twitter a:link, .latest_twitter a:visited  { color: #fff!important; }
.latest_twitter .twitlink  { position: absolute; top: 0; left: -40px;}

/* 2.3 Navigation */

#navigation  {
	position: relative;
	z-index: 999;
	height: 35px;
	margin: 0 0 20px 0;
	background: url(images/navtile.png) repeat-x left top;
}

#nav, #nav ul {
	z-index: 100;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li {
	float: left;
	position: relative;
}

#nav a:link, #nav a:visited {
	z-index: 100;display: block;
	padding: 0 10px;
	line-height: 37px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

#nav .current_page_item a, #nav a:hover  {
	text-decoration: none;
}

#subscribe  {
	position: absolute;
	top: 0;
	right: 0;
}

#subscribe a:link,
#subscribe a:visited  {
	padding: 0 0 0 20px;
	line-height: 39px;
	text-transform: uppercase;
	color: #fff;
	background: url(images/ico-rss.png) no-repeat left center;
}

#subscribe a:hover  {}

/* 2.3 Drop-down menus */

#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
}

#nav li ul li { width: 170px; line-height: 18px; margin: 0; border-style: solid; background-color: #444444;	background: rgba(52, 49, 49, 0.6); }
#nav li ul li a:link, #nav li ul li a:visited { display: block; width: 160px; padding: 5px 5px; line-height: 18px; font-size: 12px; }
#nav li ul ul {	margin: -23px 0 0 170px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* 2.4 Intro */

#intro  {
	float: left;
	width: 880px;
	padding: 30px;
	color: #e8e8e8;
	background-color: #292626;
	background: rgba(38, 41, 41, 0.6)
}

#intro  { float: left; margin: 0; overflow: hidden; }
#intro h2  { line-height: 30px; color: #fff; }
#intro p  { margin: 20px 0 0 0;}

#intro .ads, #intro .gravatar  {
	float: right;
	margin: 0 0 0 30px;
	padding: 24px;
	overflow: hidden;
	background-color: #242121;
	background: rgba(36, 33, 33, 0.3);
}

#intro .ads .left  { margin-right: 9px; }
#intro .ads .right  { margin-left: 9px; }


/* 2.5 Content */

#main  {
	float: left;
	padding: 30px;
	background: url(images/main-bg-premium.jpg) repeat-x #fff;
	position: relative;
}
#main.premium  {
	float: left;
	padding: 30px;
	background: url(images/main-bg-premium.jpg) repeat-x #fff;
}
#main h2  {font-size: 36px; padding: 0 0 10px 0;}
#main h2.article,
#main h2.podcast  {padding: 0 0 0px 0;}

#content  { float: left; width: 530px; margin: 0 30px 0 0; overflow: hidden; }
#content.fullwidth  { width: 880px; margin: 0 0px 0 0;}
#content.fullwidth.premium {

}

#content.fullwidth.premium .entry {float: left;width:100%;border-bottom:6px solid #eee;} 

#left_column {
	float: left;
	width:530px;
	padding: 0 25px 0 0px;
}

/* 2.6 Sidebar */

#sidebar  { float: left; width: 320px; overflow: hidden; }

/* 2.7 Footer */

#extended_footer {
	width: 880px;
	padding: 30px;
	float: left;
	background-color: #302D2D;
	border-bottom: 1px solid #363232;
}

#extended_footer .col1, 
#extended_footer .col2,
#extended_footer .col3 { float: left; overflow: hidden; width: 280px; margin: 0 20px 0 0; }

#extended_footer .col1, #extended_footer .col2  { width: 279px; border-right: 1px solid #424242; }
#extended_footer .col3 { margin-right: 0px !important; }

#extended_footer .widget  { margin: 0 0 30px 0; }
#extended_footer .widget h3  { background: none; padding: 15px 0!important; }
#extended_footer .widget ul li  { background: none; }
#extended_footer .widget ul li a:hover  { color: #a1a1a1!important; }
#extended_footer .widget ul li a:link, #extended_footer .widget ul li a:visited  { padding: 2px 0 2px 0!important; border-bottom: 0!important; background: none!important; }

#extended_footer .textwidget, #extended_footer #latest-video .wrap, #extended_footer #flickr .wrap, #extended_footer #searchform, #extended_footer .widget_tag_cloud div, #extended_footer .widget ul, #extended_footer #adwidget .adwrap  {
	padding: 0!important;
	background-color: transparent;
}

#extended_footer .widget_recent_comments li  { padding: 2px 0 2px 0!important; border-bottom: none!important; background: none; }
#extended_footer #searchform #s  { width: 195px; }

#footer  {
	width: 880px;
	margin: 0 auto;
	clear:both;
	margin-bottom: 30px;
	padding: 15px 30px;
	font-size: 12px;
	color: #fff;
	background-color: #292626;
}

#footer a:link,
#footer a:visited  {
	color: #fff;
}

#footer .copyright  { float: left; margin: 0; }
#footer .credit  { float: right; margin: 0; }
#footer .credit img  { vertical-align: middle; }


/*-----------------------------*/
/* 3. POSTS */
/*-----------------------------*/

#breadcrumbs  {
	padding: 4px 30px;
	color: #e8e8e8;
	background-color: #292626;
}

#breadcrumbs p  { margin: 0; }

h3.catheading  { margin: 0 0 20px 0; text-transform: uppercase; font-size: 20px; }

.post  {
	margin: 0 0 30px 0;
}

.meta  { margin: 0 0 20px 0;}

.meta span  {
	margin: 0 3px 0 0;
	padding: 6px 8px;
	font-size: 11px;
	color: #333;
	background-color: #373434;
}

.meta .date  {
	padding-left: 27px;
	background: #eee url(images/ico-date.png) no-repeat 5px center;
}

.meta .comments a:link,
.meta .comments a:visited  {
	padding-left: 25px;
	color: #fff;
}

.post h2.title  { margin: 0 0 0 0; line-height: 30px; }
.post h2.title {text-align: center;}
.post h2.title.video {text-align: left;border: 0 none;}
.post h2.title a:link, .post h2.title a:visited  {}
.post h2.title a:hover { text-decoration: none; }

.post .video {
	margin: 0 0 20px 0;
	border: 5px solid #e0e0e0;
}

.entry  {

}

.post .tags  {
	float: left;
	clear:both;
	margin: 0 0 20px 0;
	padding: 8px 12px 8px 30px;
	color: #eee;
	background: url(styles/blue/ico-tags.png) 6px center no-repeat #444;
	width:auto;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	text-shadow: 1px 1px 0 #222;
	font-weight: bold;
}

.post .tags a{
	color: #00C2D2;
}
.tags a:link,
.tags a:visited  {
	
}

/* 3.1 Typographic Elements */

.entry h1  {}
.entry h2  {}
.entry h3 {}
.entry h4 {}
.entry h5 {}
.entry h6 {}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	margin: 0 0 18px 0;
}

.entry p  { margin: 0 0 18px 0; }

.entry blockquote  { padding: 10px 30px; margin: 0 0 18px 0; color: #666; }
.entry blockquote p  { margin: 0; }

.entry ul  { margin: 0 0 18px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  { list-style-type: circle; }
.entry ul li ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 18px 0; padding: 0 0 0 30px; }
.entry ol ol  {	margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */

.entry img  {
	border: 4px solid #bbb;
}

.entry .wp-caption {
	padding: 1px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
}

.entry .wp-caption img { border: none; }

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

/* 3.3 PageNavi */

#main .wp-pagenavi .pages  { border: none; font-size: 12px; text-transform: uppercase; padding: 0 10px 0 0; }

#main .wp-pagenavi  {
	margin: -20px 0 0 0;
	padding: 0 0 7px 0;
	text-align: center;
	border-bottom: 1px dotted #c2c2c2;
}

#main .wp-pagenavi .current  {
	padding: 5px 10px;
	border: none!important;
}

#main .wp-pagenavi a:link, #main .wp-pagenavi a:visited  {
	padding: 5px 10px 5px 10px;
	margin: 0 3px;
	font-weight: bold;
	background-color: #e6e6e6;
	border: none!important;
	color: #000;
}

/*-----------------------------*/
/* 4. WIDGETS */
/*-----------------------------*/


/* 4.1 Social Media Box */

#social  {	
	margin: 0 0 30px 0;
	/* background-color: #292626; */
}

#social li  { clear:both;padding: 4px 15px; border-bottom: 1px solid #ccc; border-top: 1px solid #eee; }
#social li img  { float: left; margin: 0 10px 0 0; }
#social li a span  { display: block; line-height: 16px; }
#social li a span.site  { font-size: 18px; color: #fff; font-weight: bold; }
#social li a span.url  { font-size: 12px; color: #989898; }
#social li a:hover span.url  { color: #fff; }

#social li#social-facebook, #social li#social-twitter {
	float: left;
	width: 100%;
	clear:none;
	border: 0 none;
	padding: 15px 20px;
	font-size: 16px;
	color: #fff;
	background: #292626 url(images/widgettitle.jpg) repeat-x left center;
}
#social_icons a {
	float: left;
	width: 60px;
	height:60px;
	clear:none;
	border: 0 none;
	background: url(images/facebook.png) no-repeat;
	text-indent: -9999px;
}
#social_icons a.twitter{background: url(images/twitter.png) no-repeat;margin-left:20px;}
#social_icons a:hover {opacity:0.8;filter:alpha(opacity=80);}
#social li#social-facebook img, #social li#social-twitter img {float: left;}
#social li#social-facebook a, #social li#social-twitter a {float: left;color: #999;}
/* 4.2 Tabber */

#social ul.tabber-widget-tabs li{
	clear:none;
}

#tabber  { float: left;width:100%;clear:both;margin: 0 0 30px 0; }
#social #tabber li {clear:none;padding: 4px 0; border: 0 none;margin:0; }
#social .idTabs  {
	float:left;
	width: 300px;
	padding: 10px;
	text-align: center;
	background-color: #292626;
}

#social .idTabs li  { float:left; }

#social .idTabs li a  {
	display: block;
	margin: 0 7px 0 0;
	padding: 5px 10px 5px 28px;
	font-weight: bold;
	color: #fff;
}

#social .idTabs li a:hover,
#social .idTabs a.selected  {
	text-decoration: none;
	background-color: #000;
}

#tabber .list  {
	float: left;
	width:100%;
	background-color: #e0e0e0;
}

#tabber .list li  { float: left;width:100%;background: url(images/widgetli.jpg) repeat-x left bottom; }

#tabber .list li a:link,
#tabber .list li a:visited  {
	display: block;
	padding: 6px 0 6px 40px;
	color: #6c6c6c;
	border-bottom: 1px solid #d4d4d4;
}

#tabber .list li a:hover  { color: #292626; }

#tagcloud  { padding: 5px 20px 10px 20px; }
#tagcloud a:link, #tagcloud a:visited  { color: #6c6c6c; }
#tagcloud a:hover  { color: #292626; }

/* 4.3 General Widgets */

.widget  { float: left;width:100%;clear:both;margin: 0 0 30px 0;}

.widget h3  {
	margin: 0;
	padding: 10px 0px 12px 0px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #292626 url(images/widgettitle.jpg) repeat-x left top;
	text-shadow: 1px 1px 0 #111;
}

.widget_p h3  {
	margin: 0;
	padding: 10px 0px 12px 0px;
	text-align: center;
	font-size: 22px;
		padding: 20px 0 0 44px;
	text-align: left;
	background: #E0E0E0 url(images/premiumh3.png) no-repeat;
	height:65px;
	color:#FFFFFF;
}


#content.fullwidth.premium .widget h3 {
	background: #292626 url(images/widgettitle2.jpg) repeat-x left top;
}

#content.fullwidth.premium .widget.tag h3 {
	padding: 20px 0 0 44px;
	text-align: left;
	background: #E0E0E0 url(images/premiumh3.png) no-repeat;
	height:65px;
}

#content.premium .widget.tag h3 {
	padding: 20px 0 0 44px;
	text-align: left;
	background: #E0E0E0 url(images/premiumh3.png) no-repeat;
	height:65px;
}

#social.premium .widget.tag h3 {
	padding: 20px 0 0 44px;
	text-align: left;
	background: #E0E0E0 url(images/premiumh3.png) no-repeat;
	height:65px;
}

.widget ul  { padding: 0!important; }

.widget ul li  { padding: 4px 0; background: url(images/widgetli.jpg) repeat-x left 32px; border-bottom: 1px solid #d4d4d4;}

.widget a:link { color: #6c6c6c; }
.widget ul li a:hover  { color: #292626; }

.widget ul li a:link, .widget ul li a:visited  {
	padding: 0 0 0 20px;
}

.textwidget , #latest-video .wrap, #flickr .wrap, #searchform, .widget_tag_cloud div, .widget ul, #calendar_wrap, #adwidget .adwrap  {	
	padding: 15px 20px;
	background-color: #e0e0e0;
}
.textwidget {
	padding:0;
}
.widget_recent_comments li  {
	display: block;
	padding: 6px 0 6px 20px!important;
	color: #6c6c6c;
	border-bottom: 1px solid #d4d4d4;
	background: none;
}

.widget_recent_comments li a:link,
.widget_recent_comments li a:visited  {
	display: inline;
	line-height: 18px!important;
	background: none!important;
	border: none!important;
}

#searchform #s  { width: 180px; padding: 5px 0 5px 5px; border: 1px solid #898989; }
#searchform .submit  { padding: 3px 0 3px 0; text-transform: uppercase; }

#flickr .flickr_badge_image  { margin: 4px 7px;	float: left; }
#flickr .flickr_badge_image a  { display: block; border: 2px solid #bbb; }
#extended_footer #flickr .flickr_badge_image  { margin: 7px 18px; }

#latest-video .video { margin: 0 0 10px 0; }

#twitter li  { margin: 10px 0; }
#twitter a:link, #twitter a:visited  { display: inline; padding: 0; background-image: none; line-height: 18px; }

.widget_lifestream li  { margin: 0!important; padding: 8px 20px 8px 40px!important; border-bottom: 1px solid #d4d4d4; background-position: 10px 10px!important;}

#adwidget .adwrap img  { margin: 6px; }

/* CALENDAR */
#calendar_wrap  {  }
#wp-calendar{width:100%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption  { padding:0 0 10px 0; text-transform: uppercase; font-size: 14px; font-weight: bold }
#wp-calendar th,#wp-calendar td{text-align:center;border: 1px solid #999; padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments  { float: left; }
#comments h3  { margin: 0 0 20px 0; }
#comments li  {	margin: 20px 0 0 0; }

#comments ul.children { margin: 0 0 0 0; }
#comments ul.children li  { padding: 0 0 0 25px; }

#comments .comment-meta  { margin: 0 10px 10px 0; font-size: 12px;}
#comments .comment-meta img  { float: left; margin: 0 10px 0 0; }
#comments .comment-meta span  { line-height: 42px; color: #252525; }
#comments .comment-meta span.name  { font-weight: bold; color: #252525; }
#comments .comment-meta span.name a  { color: #252525; }
#comments .comment-meta span.date  { font-size: 11px; }

#comments .comment-entry  {
	padding: 10px 15px;
	background-color: #e6e6e6;
}

#comments .comment-entry p  { margin: 0 0 10px 0; }

.reply a, .cancel-comment-reply a  { text-transform: uppercase; font-weight: bold; font-size: 11px; }

h3#pings  { margin: 20px 0 10px 0; }
ol.pinglist li  { margin: 0 0 15px 20px!important; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 0; }
.pinglist li .pingcontent p  { margin: 0; }

/* 5.2 Comments Form */

#respond  { float: left; }
#respond h3  { margin: 15px 0 0 0; }

#commentform  {	}

#commentform input.txt,
#commentform textarea  {
	padding: 4px 5px;
	border: 1px solid #ccc;
}

#commentform textarea  { width: 95%!important; }

#commentform #submit  {
	padding: 7px 12px 10px 7px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: url(images/submit.png) no-repeat left top;
	border: none;
}

/* 5.3 Gravity forms */

.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*-----------------------------*/
/* 7. CONTACT FORM */
/*-----------------------------*/

#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}


.tip-ad{
	 margin: 0 auto;
	 width: 100%;
	 overflow:hidden;
	 padding: 60px 0;
	 background:#e5e5e5;
	 border: 2px solid #eee;
	 color: #777;
	 text-align:center;
}
.tip-button {
float:left;
width:auto;
background:#f5ac40;
color:#fefed7;
display:inline-block;
padding:3px 8px;
margin-right:6px;
border:1px solid #bf7800;
-moz-border-radius:4px;
-webkit-border-radius:4px;
text-shadow:0px -1px 0px #bf7800;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ac40', endColorstr='#bf7800');
background:-webkit-gradient(linear, left top, left bottom, from(#f5ac40), to(#bf7800));
background:-moz-linear-gradient(top, #f5ac40, #bf7800 );
text-decoration:none;
-webkit-transition:all 0.1s ease-out;
cursor:pointer;
margin-top:0px;
}

#category-layout {float: left;width:100%;margin: 20px 0 ;}
#category-layout img{background:#333;}
#category-layout .left, 
#category-layout .right {float: left;width:43.5%;margin: 0 0 0 0;padding: 20px;background:#f4f4f4;-moz-border-radius: 20px;overflow:hidden;}
#category-layout .right {float: right;margin: 0;}
#category-layout h2 {font-size:28px;margin:0;padding: 0;} 
#category-layout h2 a{padding:0 0 0 18px;}
#category-layout h2 a:hover {color: #257AA3;text-decoration: none;}
#category-layout ul {clear:both;margin-top:0;margin-left:0;margin-bottom:0;padding-top:10px;padding-left:0;padding-bottom:10px;} 
#category-layout ul li {clear:both;list-style:none;}
#category-layout ul ul {margin-left: 74px;padding-top:0;padding-bottom: 0;padding-left:10px;font-weight: bold;border: 0 none;}  
#category-layout ul ul li {list-style: circle;}
#category-layout ul ul ul {margin-left: 6px;}
#category-layout ul ul ul a {color: #fce265;}

#category-layout ul li.premium {float: left;clear:both;width:auto;list-style:none;margin-left:-16px;padding: 4px 8px 4px 30px;background: url(images/star-gold16.png) #555 10px center no-repeat;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-shadow: 1px 1px 0 #222;}


#category-layout ul li.premium a:hover{text-decoration: none;color: #fff;}

#sidebar #social .block.widget.tabber_widget h5 {float: left;width:100%;font-size: 20px;text-align: center;background: #e5e5e5;padding: 10px 0;margin: 10px 0;-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius:12px;}
#sidebar #social .block.widget.tabber_widget ul, #sidebar #social .block.widget.tabber_widget .tagcloud  {clear:both;float: left;width:100%;background: none;border: 0 none;}
#sidebar #social .block.widget.tabber_widget ul ul {background: #e0e0e0;}
#sidebar #social .block.widget.tabber_widget ul li {background: none; border: 0 none;}
#sidebar #social .tabber-widget-basic-light ul.tabber-widget-tabs li a{border: 0 none;}
#sidebar #social .widget.tabber_widget ul.tabber-widget-tabs {float: left;width:100%;}
#sidebar #social .widget.tabber_widget ul.tabber-widget-tabs li {float: left;width:auto;font-size:14px;}
#sidebar #social .widget.tabber_widget ul.tabber-widget-tabs li a {font-weight:bold;color: #EA9B12;background: #444;margin: 0 0 0 10px;padding:10px 20px;-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius:12px;}
#sidebar #social .widget.tabber_widget ul.tabber-widget-tabs li a.selected {color: #ccc;}
.tabber-widget-basic-light .tabber-widget-content {padding: 0;clear: both;}


#random-videos {float: left;width:520px;height:478px;margin:0;padding:0;position: relative;}
.container {float: left;width:520px;height:427px;overflow:hidden;margin:0;padding:0;position: relative;}
ul#random {width:520px;height:427px;margin:0;padding:0;position: absolute;left:0;top:0;}
ul#random li {float: left;display:inline;clear:both;width:520px;height:427px;font-size:60px;margin:0;padding:0;}
#run{float: left;width:145px;height:46px;background: url(images/next-video.gif) no-repeat;position: absolute; top:430px; left: 200px;text-indent: -9999px;}
#run:hover {background-position: 0 -46px;}

#content .tubepress_thumbnail_area{float: left;width:100%;margin: 0;padding: 0;}
#content .tubepress_thumbnail_area .tubepress_thumb {float: left;width:100px;height:200px;margin: 0;padding: 0 0 0 0;}
#content .tubepress_thumbnail_area .tubepress_thumb a {float: left;margin: 0;padding: 0;}
#content .tubepress_thumbnail_area .tubepress_thumb a img {float: left;margin: 0;padding:0;}
	#content .tubepress_thumbnail_area .tubepress_thumb a img:hover{opacity:0.8;filter:alpha(opacity=80);}
#content .tubepress_thumbnail_area .tubepress_thumb dl.tubepress_meta_group {width:100px;margin: 0;padding: 0;}
#content .tubepress_thumbnail_area .tubepress_thumb dl.tubepress_meta_group .tubepress_meta {margin: 3px 0;padding: 0;}
#content .tubepress_container div.pagination {margin-top:8px;margin-bottom:8px;}

#content h2.article, #content h2.podcast{
	clear:both;
	font-size: 30px;
	background: url(images/articleicon.png) left center no-repeat;
	padding-left: 30px;
}
#content h2.podcast{
	background: url(images/podcasticon.png) left center no-repeat;
}
.shareaholic-show-on-load {float: left;clear:both;}
.shr-publisher-1244,#fbLikeIframe {float: left;clear:both;width: auto;}

.space{float: left;width:100%;margin: 10px 0;}
.divide{float: left;width:100%;margin: 10px 0 40px 0;border-bottom: 8px solid #eee;}
.relative {position: relative;}
.clear {clear:both;}
.post h2.title.clear {text-align: left;}

.affiliate {
	float: left;
	width:134px;
	height:243px;
	text-align: center;
	background: url(images/affiliate-ad.gif) no-repeat;
}

.track {
	padding: 4px 0 4px 5px;
	color: #e8e8e8;
	background: #292626;
	float: left;
	width:900px;
	position: absolute;
	left: 20px;
	top:-29px;
}
.track a{}



/*:::::::::::::::::::::::::::::::: PAGING :::::::::::::::::::::::::::::::::::*/

/*--Main Image Preview--*/
.main_image {
	width: 95%; 
	height: 500px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image div {
	clear:both;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 0;
	color: #fff;
}
.main_image p {
	font-size:12px;
	line-height:18px;
	padding: 0 0 10px 0;	
	margin: 0;
}
.block small { 
	display:none;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: -10px;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 93%;
	background: #111;
	padding: 12px 20px 20px 20px;
	border-top: 1px solid #000;
}
.main_image .block a{
	background: #64B1D0;
	padding: 4px 12px;
	color: #fff;
	font-weight:bold;
	font-size:18px;
	border: 1px solid #59A2BF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative; bottom: -10px;
}
.main_image .block a:hover{
	text-decoration: none;
	background: #49B0B7;
	color: #fff;
	border: 1px solid #369096;
}

.main_image a.collapse {
	background: url(images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	clear:both;
	width: 520px;
}
.image_thumb img {
	padding: 5px; 
	background: #fff; 
	float: left;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0 20px 0 0; 
	padding: 0 0;
	width: 144px;
	height:190px;
	float: left;
}
.image_thumb ul li.hover {
	cursor: pointer;
}
.image_thumb ul li.hover img{opacity:0.8;filter:alpha(opacity=80);-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}

.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
.image_thumb li a img {width:120px;	height:100px;}

html .image_thumb ul li div {
	clear:both;
	font-size: 11px; 
	color: #666;
	margin: 0 0 0 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 0;
	padding: 0;
	width: 100%;
}	
.image_thumb ul li p{display: none;}

/*:::::::::::::::::::::::::::::::: PAGING :::::::::::::::::::::::::::::::::::*/
#paging_container7{
	height: auto;	
}
.ellipse{
	float: left;
}
.container{
	width: 100%;
	float: left;
	margin: 0 ;
	padding: 0 ;
}
.page_navigation , .alt_page_navigation{
	float: left;
	width:100%;
	clear:both;
	padding-bottom: 20px;
	margin-top:20px;
}
.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#eee;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	
.entry .list2, .entry .alt_content{
	float: left;
	width:100%;
	color: black;
	margin: 0 0 20px 0;
	padding: 0 ;
}
.list2 li {float: left;display:inline;width:100px;height:80px;}
.list2 li img {float: left;width:100px;height:80px;}
.list2 li, .alt_content li, .list2 > p{
	padding: 5px
}


#gallery_wrapper{
	width:480px;
	height:400px;
	overflow:auto;
	overflow-x: hidden; 
}

#article_wrapper{
	width:500px;
}

#article_wrapper a{
	margin:0;
	text-decoration:none;
	font-weight:bold;
	}

#article_wrapper a:hover{
	margin:0;
	text-decoration:underline;
}

.random{
	width:145px;
	height:46px;
	background-image:url(images/random.png);
	background-repeat:no-repeat;
	border:none;
	margin:5px 0 0 0;
	position:relative;
	left:190px;
	cursor:pointer;
}


#category-layout .list{
list-style-type:none;
}

#category-layout img{
	float:left;
	border:0;
	margin:-3px 10px 0 0;
	vertical-align:middle;
}

#category-layout .list li{
	list-style-type:none;
	margin:0 0 5px 0;
}

#category-layout .list ul li ul li{
	list-style-type:none;
}

#category-layout h1 {
	margin:10px 0 15px 0;
	font-size:30px;
	padding:0 0 0 0;
}
	
#category-layout  h2{
	padding:20px 0 35px 0;
	font-size:28px;
}

#category-layout .list a{
	color:#289dc8;
}

#category-layout .premium a{color:#f6ac03;}

#category-layout span{
	font-size:28px;
	font-weight:bold;
	color:#ffae00;
	float:left;
	margin:-4px 0 0 0;
}
