/*-----------------------------------------------------------------------------------

	Theme Name: DPB
	Theme URI: http://www.digitalproductionbuzz.com
	Description: Digital Production, Post Production, and Distribution News
	Author: M
	Author URI: http://www.digitalproductionbuzz.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.2
	
	Designed by M
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)


-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.  Interview Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page Templates
	11.	Widgets
	12.	Shortcode Styles
	13. Isotope

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/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, 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; } body { line-height: 1; } 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; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body,
input,
textarea {
	font-size: 1em;
	line-height: 1.5em !important;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
	color: #555;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #cc9900;
    padding: 0 1px;
    margin: 0 -1px;
    -webkit-transition: color .2s scroll;
	-moz-transition: color .2s scroll;
	-o-transition: color .2s scroll;
	-ms-transition: color .2s scroll;
	transition: color .2s scroll;
}

a:hover { 
    color: #999;
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 20px; }

.gecko.blog .post-thumb { margin-bottom: 5px; }

.hentry,
.navigation-links,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.bgwidth { width: 100%; }

.bgheight { height: 100%; }

#container {
	position: relative; /* BOOTSTRAP - NEW */
	top: 50px; /* BOOTSTRAP - NEW */
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
	
#primary {
	float: left;
	width: 100%;
}

.layout-2cl #primary { float: right; }

#content { 
    background: #fff;
    margin: 10px 0 10px; 
    padding: 25px 20px 20px;
}

.page-template-template-home-php #content { padding-top: 20px; }

.page-template-template-interview-php #content,
.tax-interview-type #content { 
    padding-bottom: 0; 
    padding-right: 0;
}


.layout-2cl #sidebar { float: left; }

#home-mid{
	margin: 0;
	position:relative;
	padding-top: 25px;
	width: 100%;
}
.home-mid-left {
	float: left;
	width: 75%;
	position: relative;
}
.home-mid-right {
	float: right;
	width: 25%;
	position: relative;
}
/*
.home-mid-center{
	float: left;
	width: 25%;
	position: relative;
}
*/
	
#home-main {
	position:relative;
	float:left;
	width: 100%;
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.home-main-a {
	float:left;
	width: 220px;

}
.home-main-b {
	float:left;
	width: 740px;

}
.home-main-c {
	float: right;
	margin-left: 2%;
	width: 220px;
}
#page-main {
	position:relative;
	float:left;
	width: 100%;
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-main-a {
	float:left;
	width: 72%;
	margin-right: 3%;
	

}
.page-main-a a img { 
    border: none; 
    vertical-align: bottom;
}
.page-main-b {
	float:right;
	width: 25%;
}
.page-main-b a {
	border-bottom: none;
}
.page-main-b a:hover {
	background: transparent;
	opacity: 0.5;
}
.page-main-a .entry-content {
	padding-bottom:45px;
	

}

.page-main-a .white {
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#FFF;

}
.home-main-b {
	float: right;
	margin-left: 2%;
	width: 30%;
}
.home-buzz-sponsors {
	float:left;
	width: 100%;
}
#sidebar #text-7 a:hover {
	background: transparent; 
	opacity: 0.5;
}

.home-host-meta {
	float:left;
	color: #222;
	font-size: 13px;
	padding-bottom: 10px;
}
.home-host-info {
	float:left;
}

#home-cat {
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position:relative;
	width: 100%;
}

.home-cat-a, .home-cat-b, .home-cat-c, .home-cat-d {
	display: inline-block;
	padding-bottom: 20px;
	float:left;
	width: 25%;

}

.indented
   {
   padding-left: 80pt;
   }

#footer { clear: both; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#header {
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 95px auto 10px;
	max-width: 1100px;
}

#logo {  
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
}

#logo img {
	width: 350px;
	display: inline-block;
	float: left;
}

#logo,
#logo a {
	display: inline;
	font-size: 1.5em;
	color: #fff;
	font-weight: 900;
	float: left; /* FOR NAB AD; original: no float */
	margin-right: 2%; /* FOR NAB AD; original: no margin */
}

#logo a:hover { 
    text-decoration: none; 
	background: transparent;
}

#tagline {
	max-width: 350px; /* FOR NAB AD */
	color: #000;
    display: inline-block;
	margin: 2% 2% 1%;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px; /* FOR NAB AD; original: 0.675em */
	font-style: italic;
	font-weight: 400 !important;
	text-align: left;
	overflow: hidden;
	/* float: left; FOR NAB AD; original: add float*/
}
#adspace-1 {
	max-width: 620px; /* FOR NAB AD */
	display: inline-block;
	float: left; /* FOR NAB AD */
	margin: 0 auto 1%; /* FOR NAB AD */
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.fixed-topbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 30px;
	z-index: 1030;
	background-color: #000;
	font-family: 'Roboto', sans serif;
	font-size: 0.95em;
	font-weight: 700;
	line-height: 30px;
	padding: 0 10px;
}
.fixed-topbar a:hover {
	text-decoration: none;
	background-color: transparent;
}

nav { 
	font-family: 'Roboto', sans serif; 
	font-weight: 400;
	font-size: 1.1em;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
}
nav a { 
	border-bottom: none; 
	margin: 0; 
	font-weight: 400;
}
nav a:hover { border-bottom: none; }
.navbar-brand:hover { 
	color: #F6C049 !important; 
}

.navbar .navbar-default {
	background-color: #fff !important;
	color: #000 !important;

}

.navbar-right {
	margin-right: 0px !important; /* ORIGINAL: -15px */
}

.navbar-default .navbar-nav > li > a {
	color: #000 !important;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #F6C049 !important;
}
.navbar-default .navbar-nav > li:hover {
	background-color: #fff;
}
.navbar-default .navbar-nav > li.active > a {
	font-weight: 700;
}

.navbar-brand {
	border-right: 1px solid #f7f7f8;
}


.navbar-nav > li.watch-right {
	background-color: #F6C049 !important;
	position: absolute;
	right: 0;
	font-weight: 700 !important;
}
.navbar-nav > li.watch-right a:hover {
	color: #000 !important;
}
.navbar-nav > li.watch-right:hover {
	opacity: 0.8 !important;
}
.navbar-nav > li.watch-right.active > a {
	background-color: #ffd200 !important;
}

@media (max-width: 768px) {
	.navbar-nav > li.watch-right { position: relative; float: left; background-color: transparent !important; }
}


.dropdown a:hover { 
	color: #cc9900 !important;
}
.dropdown-menu {
	border-radius: 0 !important;
}
.dropdown-menu a:hover { color: #cc9900 !important; }

.dropdown:hover a.dropdown-toggle { color: #cc9900; }

.navbar-header button { width: auto; }

.navbar ul li.navbar-search {
	position: relative; 
	margin: 0 !important;
}
.navbar form { margin-bottom: 0px; }


/* Secondary Nav -------------------------------------*/

#secondary-nav { 
    float: right;
    width: 410px;
}

#secondary-nav ul { float: right; list-style: none; }

#secondary-nav li {
    float: left;
    margin-left: 7px;
}

#secondary-nav a {
    border-bottom: none;
    color: #222;
	font: 0.875em/1em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: right;
    padding: 2px 3px;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.page-title {
    font-size: 1.1em;
	font-weight: 700;
    padding-left: 18px;
    vertical-align: top;
}

.post-count {
    font-size: 1.1em;
	font-weight: 700;
    padding-right: 18px;
    float: right;
}

.entry-title,
.entry-title a {
    border-bottom: none;
    color: #222;
	font-size: 1.3em;
	line-height: 1.3em;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.entry-title a:hover { 
    background-color: transparent;
    color: #F6C049; 
    text-decoration: none;
}
.news-title,
.news-title a {
    border-bottom: none;
    color: #222;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.news-title a:hover { 
    background-color: transparent;
    color: #b2b2b6; 
    text-decoration: none;
}

.news-date { 
    position: relative;
	color: #222;
	font-size: 10px;
}

.page-header {
    position: relative;
	margin: 2% 0% !important;
	padding: 2px 0px !important;
	background-color: rgba(204,153,0,0.1);   
	border: 3px double #F6C049 !important; 
	overflow: hidden;
}
.page-header h1.page-title,
.page-header h1.post-count {
	margin: 5px 0px; 
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
    background: transparent url(images/quote.png) 0 4px no-repeat;
	color: #222;
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 50px;
	padding-left: 30px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f7f7f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	clear: both;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 15px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}



/* ----- BOOTSTRAP RESPONSIVE DESIGN ---- */

/* -- GENERAL -- */
.blog-left a {
	font-weight: 700;
}

ul.wpp-list {
	margin-left: 0 !important;
}

ul.wpp-list li:hover {
	border-left: 1px solid #c90;
}

ul.archive-list {
	margin-left: 0 !important;
}
#sidebar {
	width: 100%;
	text-align: center;
	margin-top: 5%;
}
#sidebar a {
	display: block;
	margin: 8% auto;
}
#sidebar a:hover {
	background-color: transparent;
	opacity: 0.5;
}
#sidebar .widget-title {
	text-align: right;
	border-bottom: 1px solid #ccc;
	height: 20px;
	font-size: 0.8em;
	color: #ccc;
	text-transform: uppercase;	
}

#main-search input {
	width: 95%;
}

/*-- NAVIGATION --*/
#bs-example-navbar-collapse-1 {
	border-bottom: 1px solid #eee;
}
a.navbar-brand {
	padding: 15px !important;
}
a.navbar-brand img {
	position: relative;
	padding: 0 !important;
}
.navbar-nav > li {
	border-right: 1px solid #f7f7f8;
}


/* ---HOME PAGE--- */
#home-player {
	margin: 2% 0;
	padding: 0 1%;
}
#latest-episode {
	width: 96%;
	margin: 0 2% 2% 2%;
	overflow: hidden;
	position: relative;
}
#latest-ep.b-heading {
	margin: 0 2% 2%;
}
.watchnow-btn,
.showarch-btn {
	width: 100%; 
	margin: 15px 0 10px;
}
.watchnow-btn {
	padding: 0 25%;
}
.watchnow-btn a,
.showarch-btn a {
	width: 100%;
	display: block;
	padding: 8px 0;
	background-color: #444;
	line-height: 1.5em;
	color: #F6C049;
	text-align: center;
	font-weight: 700;
	border-radius: 2px;
}
.watchnow-btn a:hover,
.showarch-btn a:hover {
	color: #F6C049 !important;
	text-decoration: none !important;
	opacity: 0.8;
}

/*-- INTERVIEWS --*/




@media (max-width: 786px) {
	.interview-photo { min-width: 120px; display: block; margin-bottom: 10px !important; }
}

#foot-logo{
	display: inline-block;
	float: right;
	width: 50%;
	height: 45px;
	background: transparent url("images/buzz-logo-big.png") no-repeat center center;
	background-size: contain;
	margin-left: 5%;
}
#footer-navi { margin: 2% 0; }
#footer-navi table {
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
	border: none;
}
#footer-navi thead > tr > th {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 300;
	border-bottom: 1px solid #ccc !important;
}
#footer-navi tbody tr { border: none; }
#footer-navi tbody td {
	text-align: left;
	border: none;
}
#sub-footl {
	text-align: left;
	margin-top: 1%;
	padding: 0 !important;
}
#sub-footr {
	text-align: right;
}
.footr-copyright { margin: 2% 0; font-size: 0.875em; }
.footr-copyright a { display: inline; margin: 0 1%; }


/* -----------ABOUT US PAGE------------ */
#whoweare-banner {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	background: #fff url(images/whoweare-banner.png) no-repeat center;
}
#theteam-banner {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	margin: 2% 0%;
	background: #fff url(images/theteam-banner.png) no-repeat center;
}
.about-quote {
    background: #fff url(images/about-quote.png) no-repeat left center;
	font: italic 1em 'Merriweather', serif;
    width: 100%;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
}
.about-names{
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.about-bio {
	display: block;
	margin-bottom: 5%;
}

#larry-circle{
    /*width: 260px;
    height: 260px;
    background-image: url(images/larry-circle.png);
	*/
}

#debbie-circle{
    /*width: 260px;
    height: 260px;
    background-image: url(https://www.digitalproductionbuzz.com/v3/wp-content/uploads/2016/09/Price_Debbie_circle.jpg);
    */
}

/* #cirina-circle{
    width: 260px;
    height: 260px;
    background-image: url(images/cirina-circle.png);
} */


/* Common Media Stylings --------------------------*/
.entry-content img { max-width: 100%;}

img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0; 
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}


/* Video Slider Stylings --------------------------------------*/
.vslider { 
    position: relative; 
    display: none;
    margin-bottom: 20px;
    overflow: hidden; 
}

.vslider a {
    border-bottom: none;
    color: #ffd62c;
    margin: 0;
}


.vslider .vslide a:hover { background: none; display: none; }

/* Slider Stylings --------------------------------------*/

.slider { 
    position: relative; 
    margin-bottom: 20px;
    overflow: hidden; 
}

.slider a {
    border-bottom: none;
    color: #ffd62c;
    margin: 0;
}

.slider a:hover {
    background-color: #222;
    color: #fff;
}

.slider .slide a:hover { background: none; }

.slider .slides_prev,
.slider .slides_next {
    background: #222 url(images/icons.png) -26px -45px no-repeat;
    border-bottom: none;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    display: inline-block;
    text-indent: -999em;
    position: absolute;
    bottom: 14px;
    height: 23px;
    width: 23px;
    z-index: 10;
}

.slider .slides_prev { 
    background-position: -67px -45px; 
    right: 38px;
}

.slider .slides_prev:hover {
    background-color: #ffd62c; 
    background-position: -86px -45px;
}

.slider .slides_next { right: 10px; }

.slider .slides_next:hover { 
    background-color: #ffd62c; 
    background-position: -46px -45px;
}

.slider .pagination { 
    position: absolute; 
    bottom: 1px;
    right: 72px;
    z-index: 10;
}

.slider .pagination li { 
    float: left; 
    margin-right: 5px;
}

.slider .pagination a {
    background: transparent url(images/icons.png) -13px -45px no-repeat;
    border-bottom: none;
    display: block;
    height: 11px;
    width: 11px;
    text-indent: -999em;
}

.slider .pagination a:hover,
.slider .pagination .current a { background-position: 0 -45px; }

.slider-desc {
    /* Original yellow background code background: rgb(255, 210, 0); background: rgba(255, 210, 0, 0.6); */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
    color: #ffd200;
	font-size:24px;
    font-style: italic;
	font-weight: bold;
	height: auto;
    padding: 20px;
	position: absolute; 
	bottom: 30px; 
	left: 20px;

}
.slider-img {
	position:relative;
	float:right;
	padding-top:20px;
	height:40px;


}
.slider-button {
    /* Original yellow background code background: rgb(255, 210, 0); background: rgba(255, 210, 0, 0.6); */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
    color: #ffd200;
    padding: 5px 15px;
	position: absolute; 
	top: 100px; 
	left: 20px;

}

.slider-desc span,
.slider-desc em { color: #222; }

/* Audio/Video jPlayer Skin -------------------------------*/

div.jp-jplayer.jp-jplayer-video,
div.jp-jplayer.jp-player-video { 
    background-color: #292a2b;
    width: 560px; 
}

.jp-audio-container,
.jp-video-container { margin-bottom: 20px; }

div.jp-interface {
	position: relative;
	width: 600px;
	background: url(images/jplayer_bg.png) repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-interface { height: 30px; }

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

.jp-controls a:hover { background-color: transparent; }

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url(images/jplayer-black-and-yellow.png) 0 0 no-repeat; }

a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 
    background: url(images/jplayer-black-and-yellow.png) 0 -30px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 410px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 290px;
	height: 7px;
	padding: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x;
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(images/jplayer-black-and-yellow.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(images/jplayer-black-and-yellow.png) 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	/* left: 18px; */
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	right: 60px;
}

a.jp-mute { background: url(images/jplayer-black-and-yellow.png) -10px -68px no-repeat; }

a.jp-mute:hover { background-position: -43px -68px; }

a.jp-unmute { background: url(images/jplayer-black-and-yellow.png) -10px -98px no-repeat; }

a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	background:url(images/seperator.png) no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { 
    left: auto; 
    right: 90px;
}

/* Common Form Elements -------------------------------*/

input,
textarea {
	background: #f7f7f8;
	border: 1px solid #f7f7f8;
	color: #b2b2b6;
    padding: 5px 10px; 

}

button,
#submit {
	background: #ffdd22;
    border: 1px solid #ffdd22;
    color: #000;
	cursor: pointer;
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 5px 10px;
	width: 200px;
	-webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-o-transition: color .2s linear, background .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, border-color .2s linear;
}

input:focus,
textarea:focus {
	background: #fff;
	border-color: #cfcfcf;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	color: #555;
}

#submit:hover,
button:hover {
    background: #ffdd22;
    border-color: #ffdd22;
    color: #000;
}


/*----------------------------------------------------------------------------------*/
/*  5.  Interview Content Styles
/*----------------------------------------------------------------------------------*/

.home-tvguide #primary {
	width: 540px;
}
.page-template-template-interview-php #primary,
.tax-interview-type #primary {
    background: transparent url(images/bg-interview-dots.gif) 0 -1px repeat-y;
    float: left;
	width: 720px;
}

#interview-sidebar {
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
	display: block;
    	padding: 0;
	float: right;
	width: 100%; 
	margin: 0 0 2%;
}
#interview-sidebar span {
	padding-top: 10px;
}
#interview-sidebar h2 {
	font-size: 1.2em;
}
#interview-sidebar h3 {
	font-size: 1.1em;
}
#interview-sidebar h2, h3 {
	padding: 1% 2%;
	font-weight: 500;
}



.page-template-template-interview-php .page-header,
.page-template-template-blog-php .page-header,
.tax-interview-type .page-header { margin-right: 20px;}

.page-template-template-interview-php .hentry,
.tax-interview-type .hentry,
.tz-recent-interviews-widget li {
    background: #eee;
    border-bottom: none;
    float: left;
    margin: 0 20px 48px 0;
    padding: 0;
    width: 220px;
    height: 230px;
}


.page-template-template-interview-php .last,
.page-template-template-blog-php .last,
.tax-interview-type .last { margin-right: 0; }

.page-template-template-interview-php .post-thumb,
.page-template-template-blog-php .post-thumb,
.tax-interview-type .post-thumb,
.recent-work .post-thumb,
.interview-related .post-thumb,
.tz-recent-interviews-widget .post-thumb { 
    margin: 0; 
    position: relative;
}

.post-thumb-latest {
	background:url(http://digitalproductionbuzz.com/v3/wp-content/themes/dpb/images/latest-news.jpg);
}


.page-template-template-interview-php .post-thumb a,
.tax-interview-type .post-thumb a,
.recent-work .post-thumb a,
.interview-related .post-thumb a,
.tz-recent-interviews-widget .post-thumb a {
    background-color: #ffd62c;
    border-bottom: none;
    display: inline-block;
    height: 140px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 220px;
}

.page-template-template-home-php .post-thumb a:hover img,
.page-template-template-interview-php .post-thumb a:hover img,
.tax-interview-type .post-thumb a:hover img,
.recent-work .post-thumb a:hover img,
.interview-related .post-thumb a:hover img,
.tz-recent-interviews-widget .post-thumb a:hover img { opacity: .5; }

.page-template-template-home-php .post-thumb-overlay,
.page-template-template-interview-php .post-thumb-overlay,
.tax-interview-type .post-thumb-overlay,
.recent-work .post-thumb-overlay,
.interview-related .post-thumb-overlay,
.tz-recent-interviews-widget .post-thumb-overlay {
    background-color: #333;
    color: #fff;
    display: none;
    padding: 2px 6px;
    position: absolute;
    top: 43%;
    left: 33%;
}
.page-template-template-home-php .post-thumb-overlay {
	left: 36%;
}

.page-template-template-home-php a:hover .post-thumb-overlay,
.page-template-template-interview-php a:hover .post-thumb-overlay,
.tax-interview-type a:hover .post-thumb-overlay,
.recent-work a:hover .post-thumb-overlay,
.interview-related a:hover .post-thumb-overlay,
.tz-recent-interviews-widget a:hover .post-thumb-overlay { 
    display: block;
    z-index: 99;
}

.page-template-template-interview-php .hentry .entry-title,
.page-template-template-interview-php .hentry .entry-title a,
.tax-interview-type .hentry .entry-title,
.tax-interview-type .hentry .entry-title a,
.recent-work .entry-title,
.recent-work .entry-title a,
.interview-related .entry-title,
.interview-related .entry-title a,
.tz-recent-interviews-widget .entry-title,
.tz-recent-interviews-widget .entry-title a {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0 2px;
    text-align: center;
}

.page-template-template-interview-php .hentry .entry-meta,
.page-template-template-blog-php .hentry .entry-meta,
.tax-interview-type .hentry .entry-meta,
.tz-recent-interviews-widget .entry-meta { 
    left: auto;
    position: static; 
    text-align: center;
    width: auto;
	
}

.page-template-template-interview-php .page-title,
.page-template-template-blog-php .page-title,
.page-template-template-interview-php .post-count,
.page-template-template-showarchives-php .page-title,
.page-template-template-showarchives-php .post-count,
.tax-interview-type .page-title { display: inline-block; }

/*------------BLOG-only CSS------------*/


#blog-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}
#blog-content {
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
}

#blog-left { float: left; overflow: hidden; }
#blog-right { float: right; overflow: hidden; }

.col { width:46%; float:left; margin: 2%; }

.page-template-template-blog-php .single-page-navigation {
	position: relative;
	width: 100%;

}

.page-template-template-blog-php h2 {
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.page-template-template-home-php .hentry,
.page-template-template-blog-php .hentry {
	position: relative;
    background: #eee;
    border-bottom: none;
    margin: 0;
    width: 100%;
	margin-bottom: 8% !important;
}
.page-template-template-home-php .hentry {
	max-height: 450px; /* SET HEIGHT */
}


.blog-info {
	width: 100%;
	height: 30px;
	background-color: #000000;
	color: #fff;
	border-bottom: 5px solid #F6C049;
}
.blog-info a { color: #fff;}
.blog-author, .blog-date {
	width: 50%;
	padding: 0 3%;
	line-height: 27px;
	float: left;
}
.blog-author { text-align: left; }
.blog-date { text-align: right;}

.blog-box-content {
	width: 100%;
	height: 100%;
	padding: 5%;
	position: relative;
}

.blog-excerpt {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}


.blog-categories {
	width: 100%;
}

.page-template-template-home-php .post-thumb,
.page-template-template-blog-php .post-thumb {
	overflow: hidden;
	width: 100%;
}
.page-template-template-blog-php .post-thumb a img {
    width: auto;
	overflow: hidden;
}
.page-template-template-home-php .post-thumb img {
	width: 100%; height: auto;
}

.page-template-template-home-php .post-thumb a,
.page-template-template-blog-php .post-thumb a {
    background-color: transparent;
    border-bottom: none;
    display: inline-block;
    position: relative;
    width: 100%;
	height: 100%;
	margin: 0; padding: 0;
	text-align: center;
	overflow: hidden;
}

.page-template-template-blog-php .post-thumb a {
    max-height: 200px;
}

.page-template-template-blog-php .post-thumb a:hover img { opacity: .7; }
.page-template-template-blog-php .post-thumb-overlay {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
	color: #cc9900;
	display: none;
	padding: 2px 6px;
	position: absolute;
	top: 43%;
	left: 34%;
	border-radius: 3px;
	border: 2px solid #cc9900;
	font-weight: 500;
}
.page-template-template-blog-php a:hover .post-thumb-overlay { 
    display: block;
    z-index: 99;
}
.page-template-template-home-php .hentry .entry-title,
.page-template-template-home-php .hentry .entry-title a,
.page-template-template-blog-php .hentry .entry-title,
.page-template-template-blog-php .hentry .entry-title a {
    	font-family: 'Merriweather', serif; 
	font-weight: 700;
	font-size: 1.3em;
    line-height: 1.3;
    margin: 15px 0 10px;
    text-align: left;
}
.page-template-template-home-php .hentry .entry-title a:hover,
.page-template-template-blog-php .hentry .entry-title a:hover {
	color: #F6C049;
}


.blog-categories a,
.page-template-template-blog-php .blog-categories a {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 3px;
	margin-bottom: 2px; 
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	text-align: center;
}
.blog-categories a:hover,
.page-template-template-blog-php .blog-categories a:hover {
	color: #ffd200;
	background-color: #999;
	border-radius: 3px;
}

#blog-search-form #s {
	width: 80%;
	margin-bottom: 10px;
}

.blog-sponsors {
	width: 100%;
	margin-top: 5%;
}
.blog-sponsors-header {
	text-align: right;
	border-bottom: 1px solid #ccc;
	height: 20px;
	font-size: 0.8em;
	color: #ccc;
	text-transform: uppercase;	
}
.blog-sponsors a {
	display: block;
	margin: 8% auto;
}
.blog-sponsors a:hover {
	background-color: transparent;
	opacity: 0.5;
}
#featured-blog-post {
	width: 96%;
	height: 250px;
	margin: 0 2% 2% 2%;
	overflow: hidden;
	position: relative;
}
#featured-text,
#featured-blog-post .blog-categories {
	width: 100%;
	margin: 0;
	z-index: 10;
	position: absolute;
}
#featured-text { 
	bottom: 0; 
	padding: 0 2%;
}
#featured-blog-post .blog-categories {
	top: 5%;
	left: 2%;
}
#featured-title a {
	font-size: 1.8em;
	border-bottom: none;
	font-family: 'Merriweather', serif; 
	font-weight: 700;
	display: block;
	color: #fff;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}
#featured-title a:hover {
	background-color: transparent;
	color: #cc9900;
}
#featured-excerpt {
	font-size: 1em;
	margin: 2% 0 0 0;
	padding-bottom: 2%;
	overflow: hidden;
	color: #fff;
}
#featured-excerpt p {
	display: inline;
	margin: 0;
}
#featured-excerpt a {
	display: inline;
	color: #cc9900;
	font-weight: 700;
	text-transform: uppercase;
}
#featured-excerpt a:hover {
	color: #fff;
	background-color: transparent;
}
#featured-blog-post .blog-categories a {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
#featured-blog-post .blog-categories a:hover {
	color: #ffd200;
	border: 2px solid #ffd200;
}
.f-thumb {
	z-index: 2;
	width: 100%; height: 100%;
	position: relative;
}
.f-thumb img {
	width: 100%;
	height: auto;
}
.f-thumb a {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.f-thumb-overlay {
	background-color: transparent;
    display: none;
    position: absolute;
	width: 100%;
	height: 100%;
}
.f-thumb a:hover .f-thumb-overlay {
	background-color: #fff;
	display: block;
	opacity: 0.2;
	position: absolute;
	z-index: 3;
}
.b-heading {
	font-size: 1.5em;
	font-weight: 700;
	width: 96%;
	padding: 1% 0%;
	margin: 5% 2% 0% 2%;
	text-transform: uppercase;
	color: #F6C049;
	border-bottom: 3px solid #f7f7f8;
}
#blog-related-posts, #blog-popular-posts, #blog-recent-posts {
	width: 100%;
	margin-top: 8%;
}
#blog-related-posts h2, #blog-popular-posts h2, #blog-recent-posts h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #F6C049;
	text-align: center;
	color: #F6C049;
}
#blog-related-posts li, #blog-popular-posts li, #blog-recent-posts li {
	list-style: none;
	margin: 5px 0px;
}
#blog-related-posts li a, #blog-popular-posts li a, 
#blog-recent-posts li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 3% 5%;
	background-color: #f7f7f8;
	border-bottom: none;
	color: #000;
}
#blog-related-posts li a:hover,
#blog-popular-posts li a:hover,
#blog-recent-posts li a:hover {
	color: #F6C049;
	background-color: transparent;
	border-left: 1px solid #F6C049;
}



/*---SINGLE BLOG ENTRY---*/
#single-blog-wrap .hentry {
	margin-left: 0;
}
h1.blog-title {
	font-family: 'Merriweather', serif; 
	font-weight: 700;
	font-size: 2em;
	margin: 10px 0px;
}

.blog-left .published {
	color: #999;
}
.blog-entry-content {
	margin-bottom: 10%;
}
.blog-entry-content a {
	border-bottom: none;
	color: #c90;
}

.blog-entry-content a:hover {
	background-color: transparent;
	color: #999;
}

.blog-left .blog-post-author {
	width: 100%;
	margin-bottom: 30px;
}

.blog-page-header {
	background: transparent;
	background-image: none;
	width: 100%;
	margin-bottom: 2%;
}
#blog-breadcrumb {
	font-size: 0.8em;
	padding: 1% 2%;
	margin-bottom: 5%;
	border: 3px double #cc9900; 
	background-color: rgba(204,153,0,0.1);   
	overflow: hidden;
}
#blog-breadcrumb span a {
	color: #191919;
    display: inline;
	border-bottom: none;
	text-transform: uppercase;
}
#blog-breadcrumb span a:hover {
    color: #cc9900;
	background-color: transparent;
}
#post-pagination {
	width: 100%;
	text-align: center;
	margin: 2% 0;
	font-weight: 500;
}
#post-pagination a {
	background-color: #000;
	color: #fff;
	margin: 0 1px;
	padding: 5px 9px;
}
#post-pagination a:hover {
	color: #cc9900;
}
#post-pagination .current-post-page {
	background-color: #fff;
	color: #000;
	margin: 0 1px;
	padding: 5px 9px;
}

.single-blog-categories {
	width: 96%;
	margin: 5% 0%;
	font-size: 20px;
	font-weight: bold;
	font-color: #000;
}
.single-blog-categories a {
	display: inline;
	color: #cc9900;
	border-bottom: none;
}
.single-blog-categories a:hover {
	color: #999;
	background-color: transparent;
}
.blog-entry-content.watch-action {
	display: none;
}
#blog-comments {
	width: 96%;
	padding: 2%;
	margin: 0;
}
#blog-comments p {
	margin: 0;
	width: 100%;
}
 

/*--Blog-only Header--*/

#blog-header {
	width: 100%;
	position: relative;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	display: block;
	background-image: url('images/buzzword-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000;
}
#blog-header a {
	border-bottom: none;
}
#blog-header a:hover {
	background-color: transparent;
	color: #cc9900;
	text-decoration: none;
}
#blog-header-inner {
	padding: 2% 0;
	width: 100%;
	height: 320px;
}
#blog-logo {
	width: 100%;
	height: 30%;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-bottom: 10%;
}
#blog-logo a {
	color: #fff;
	width: auto;
	height: 80px;
}
#blog-logo a:hover {
	color: #cc9900;
}

/*--BLOG NAVBAR--*/


.return-buzz {
	float: left;
	padding-left: 2%;
	color: #cc9900;
}
a.return-buzz:hover{ color: #fff; }
.sign-up {
	float: right;
	padding-right: 2%;
	color: #fff;
	text-transform: uppercase;
}
a.sign-up:hover{ color: #cc9900; }

.navbar-fixed-top { 
	top: 30px; 
	border-width: 0px !important; 
	background-color: rgba(229,229,229,0.95) !important;
	z-index: 1030 !important;
}



#main-blog-search input::-webkit-search-decoration,
#main-blog-search input::-webkit-search-cancel-button {
	display: none;
}

#main-blog-search input[type=search] {
	display: inline-block;
	width: 47px;
	height: 50px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	background: #cc9900 url(images/search-icon.png) no-repeat 50% center;
	font-family: inherit;
	-webkit-appearance: textfield;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	
}
#main-blog-search input[type=search]:hover {
	background-color: transparent;
}
#main-blog-search input[type=search]:focus {
	width: 200px;
	padding: 0px 50px 0px 15px;
	color: #000;
	background-color: #fff;
	background-position: 94% center;
	cursor: auto;
	border-color: #cc9900;
	-webkit-box-shadow: 0 0 5px rgba(153,153,153,.5);
	-moz-box-shadow: 0 0 5px rgba(153,153,153,.5);
	box-shadow: 0 0 5px rgba(153,153,153,.5);
}
#main-blog-search input:-moz-placeholder {
	color: transparent;
}
#main-blog-search input::-webkit-input-placeholder {
	color: transparent;
}


/*---BLOG FOOTER---*/

#blog-footer {
	width: 100%;
	padding: 1% 0 3% 0;
	background-color: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
#blog-footer a { color: #F6C049; border-bottom: none; display: inline-block; }
#blog-footer a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#top-footer {
	width: 100%;
	padding: 2% 5%;
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
}
#footer-logo{
	width: 30%;
	height: 60px;
	background: transparent url("images/buzz-logo-big.png") no-repeat center center;
	background-size: contain;
	margin: 5%;
}


#blog-sub-footer {
	width: 100%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
}
#blog-sub-footer a { margin: 0 2% 2% 2%; }
#blog-rss{
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}
#blog-sub-footer .copyright { text-align: right; font-weight: 300; }
#blog-sub-footer .copyright a { color: #fff; display: inline; margin: 0; }
#blog-sub-footer .copyright a:hover { color: #cc9900; }

/*--Blog Taxonomy Page--*/

#blog-tax-wrap .hentry {
	width: 100%;
	margin-left: 0;
}


@media (max-width: 993px)  {
	.page-template-template-home-php .hentry,
	.page-template-template-blog-php .hentry {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 2%;
		overflow: hidden;
	}
	.page-template-template-home-php .hentry .entry-title,
	.page-template-template-home-php .hentry .entry-title a,
	.page-template-template-blog-php .hentry .entry-title,
	.page-template-template-blog-php .hentry .entry-title a {
		font-size: 1.1em;
	}
	.blog-date {
		width: 100%;
	}
	.blog-author {
		display: none;
	}
	.page-template-template-blog-php .post-thumb {
		display: none;
	}
	.watchnow-btn { display: none; }
	#blog-footer {
		padding-bottom: 10%;
	}

	#blog-header-inner {
		height: 200px;
	}
	#featured-blog-post {
		height: auto;
	}
	.col { float: none; width: 96%; }

}

@media (max-width: 768px) {
	#blog-logo {
		display: none;
	}
	#blog-header {
		background-color: transparent;
	}
	#featured-excerpt p {
		display: none;
	}
	#main-blog-search input[type=search] {
		display: inline-block;
		width: 100%;
		padding-left: 30px;
		color: #000;
		cursor: pointer;
		border: 0;
		background: transparent url(images/search-icon.png) no-repeat left center;
		border-radius: 0;
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}
	#main-blog-search input[type=search]:hover {
		background-color: transparent;
	}
	#main-blog-search input[type=search]:focus {
		width: 90%;
		padding-left: 30px;
		color: #000;
		background-color: transparent;
		background: transparent url(images/search-icon.png) no-repeat left center;
		border-color: transparent;
		border-radius: 0;
		-webkit-box-shadow: 0 0 0 transparent;
		-moz-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;
	}
}

@media (max-width: 400px) {
	#featured-title a {
		font-size: 1.3em;
	}
}



/*----*/



.recent-news {
	position:relative;
	top:auto;
	float:left;
	display:block;
}

.recent-news ul{
	list-style-type: disc; 
	}

.recent-news .entry-title,
.recent-news .entry-title a, 
.recent-news .news-meta,
.recent-news .news-meta a,
.tax-news-cat .hentry .entry-meta
	{
    font-size: 13px;
    line-height: 5px;
    margin: 15px 0 2px;

	}
.recent-news .news-meta,
.recent-news .news-meta a
.tax-news-cat .hentry .entry-meta {	
	left: auto;
    position: relative;
	bottom: 10px;
	}
#sort-by { float: right; }

.ie7 #sort-by {
    position: relative;
    top: -20px;
    right: -18px;
}

#sort-by li {
    float: left;
    padding-left: 13px;
    margin-left: 7px;
}

#sort-by li:first-child { background: none; }

#sort-by a {
    border-bottom: none;
    color: #555;
    padding: 2px 5px;
    margin: 0;
}

#sort-by a.active { background-color: #ffd62c; }

ul#browse { position: relative; 
		  padding: 10px; 
		  	padding-bottom:15px;
			padding-right:25px;}

.ie7 #browse {
    position: relative;
    top: -50px;
    right: -50px;
}

 /* ul#browse li { float: left; display:inline; } */

ul#browse li:first-child { background: none; }

ul#browse a {
    border-bottom: none;
    color: #555;
    padding: 2px 5px;
    margin: 0;
}

ul#browse a.active { background-color: #ffd62c; }


#interview-sidebar button,
#interview-sidebar .dropdown-menu {
	width: 100%;
	text-align: left;
}

#interview-sidebar .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* Single Interview -----------------------------------*/

.single-interview #primary { 
    width: 75%; 
	position: relative;
}
.single-interview #primary a:hover {
	background: transparent;
	color: #ffd200;
}
.single-interview .hentry { 
    border-bottom: none;
    margin: 0; 
}

.single-interview .image-frame { margin-bottom: 20px; }

.single-interview .entry-meta-guest1 { 
	position: relative;
	width: 100%;
	display: block; 
}

.single-interview .entry-meta-guest2 { 
	/* position: relative; */
    width: 100%;
	display: block;
}

.single-interview .entry-meta-guest3 { 
	/* position: relative; */
    width: 100%;
	display: block;
}



.gecko.single-interview .entry-meta { left: 0; padding-top: 10px; }

.single-interview .jp-interface { width: 80%; }
.single-interview .jp-progress { width: 100%; }


.interview-headers, .show-headers { margin: 5% 0% 2%; }
.interview-headers h4, .show-headers h4 { font: 900 1.3em/1.5em 'Merriweather', serif !important; }
.interview-headers a, .show-headers a { display: none; }
.interview-photo { float: left; overflow: hidden; position: relative; width: 19%; height: 160px; padding: 0; margin: 0; margin-right: 1%; }
.interview-photo img { position: absolute; left: 0px; width: 120px; }
.interview-info { float: left; width: 80%; padding: 0; margin: 0; }
#interview-content { display: table; width: 100%; padding: 0; margin: 2% 0%; }
#interview-content p, #interview-audio { display: table-header-group; }
#interview-video { display: table-row-group; }
#interview-share { display: table-footer-group; }
.interview-categories { width: 100%; }
.interview-info h5 { display: inline !important; line-height: 20px; }
.interview-info a { display: inline-block; color: #F6C049; font-weight: 700; }
.interview-categories a:hover { color: #999 !important; }

.addthis_toolbox a:hover { opacity: 0.5; }


/* Related Interviews -------------------------------------*/

.interview-related {
    background: #fff url(images/bg-content-dots.gif) 0 100% no-repeat;
    margin: 10px 0 10px; 
    padding: 25px 20px 20px;
}

/*.related-title {
    background: #fff url(images/dots.gif) 0 2px no-repeat; 
    padding-left: 14px;
    padding-right: 10px;
	font-size: 11px;
	text-shadow: 1px 1px 1px #444;
	text-transform: uppercase;
}*/

.related-title {
    background: #fff url(images/dots.gif) 0 2px no-repeat; 
    padding-top: 5px;
	padding-left: 14px;
    padding-right: 10px;
	font-size: 12px;
}

.related-title span { 
    background: #fff url(images/bg-widget-title.gif) 0 3px no-repeat;
    padding-left: 14px;
    padding-right: 10px;
}
.related-title-noimg span { 
    padding-left: 14px;
    padding-right: 10px;
}

.recent-work ul,
.interview-related ul { margin-left: 0; }

.recent-work li,
.interview-related li {
    background: #f7f7f8;
    border-bottom: none;
    float: left;
    margin: 0 10px 30px 0;
    padding: 0;
    position: relative;
    width: 220px;
    height: 215px;
}

.recent-work li.last,
.interview-related li.last { margin-right: 0; }

.recent-work li .entry-meta,
.interview-related li .entry-meta {
    text-align: center;
    width: 220px;
    bottom: 2px;
    top: auto;
    left: auto;
}
.recent-work .entry-content .column { width: 200px; }
.recent-work .entry-content { 
	width: 100%;
	position: relative;}

.recent-work .entry-content .first { margin-right: 0px; }

.recent-work .entry-meta-left { 
	position: relative;
	float: left;
	left: 0; 
    width: 19%;
	height: 100%;
	margin-right: 1%;
}

.recent-work .entry-meta-right { 
	position: relative;
	float: left; 
    	width: 78%;
	padding-right: 2%;
}
.home-mid-left ul h3 a {
	color: #ffcf30;
	background-color: #000;
	font-size: 18px; 
	line-height: 20px; 
	padding: 5px 10px; 
	border-radius: 5px; 
	display: inline-block; 
	font-weight: bold;
	border-bottom: 2px dotted #ffcf30;
	border-right: 2px dotted #ffcf30;
}
.home-mid-left ul h3 a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.recent-work .entry-meta-right a { 
	background-color: #cc9900; 
	color: #000;
	font-size: 0.875em;
	padding: 8px 8px; 
	margin-right: 15px;
	border-radius: 4px; 
	text-transform: uppercase; 
	display: inline-block; 
	font-weight: bold;
	border-bottom: none !important;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.recent-work .entry-meta-right a:hover { 
	color: #fff;
	text-decoration: none;
}


/* Single shows -------------------------------------*/

.single-show #primary { 
    background: transparent url(images/dots.gif) 0 100% repeat-x;
    width: 500px; 
	position: relative;
}

.single-show .hentry { 
    border-bottom: none;
    margin: 0; 
}


.single-show .image-frame { margin-bottom: 20px; }

.single-show .entry-content {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 20px;
	-moz-column-count: 20px;
	column-count: 20px;
	padding-left: 10px;
	float: right;
	width: 330px;
}

.single-show .entry-content .column { width: 330px !important; }

.single-show .entry-content .first { margin-right: 0px; }

.single-show .entry-meta-left { 
	position: relative;
	float: left;
	left: 0; 
    width: 110px;
	height: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
}

.single-show .entry-meta-right { 
	position: relative;
	float: right;
	left: 0; 
    width: 110px;
	height: 100%;
	padding-bottom: 10px;
	padding-top: 57px;
}


.gecko.single-show .entry-meta { left: 0; padding-top: 10px; }

.single-show .entry-meta h5 {
    margin-right: 3px;
}

.single-show .entry-meta img {
    margin-top: 55px;
}

.single-show .entry-meta span { margin-bottom: 0; }

.single-show .views {
    margin-right: 3px;
	color: #999999;
	font: 0.875em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    top: -15px;
	
}

.single-show .vote {
    margin-right: 3px;
    position: relative;
	float: right;
    top: -15px;
	
}

.single-show .jp-progress-container { width: 330px; }

.single-show .jp-progress { width: 330px; }

.buzz-trivia {
	margin-left: 10px;
	padding: 0;
	text-align: center;
}

.buzz-trivia h1 {
	font-size: 20px;
	line-height: 30px;
	background-color: #f7f7f8;
	border-top: 3px solid #F6C049; 
	text-align: center;
}
.trivia-content {
	padding: 10px 10px;
	border: 2px solid #f7f7f8;
}


/* Related shows -------------------------------------*/

.show-related {
    background: #fff url(images/bg-content-dots.gif) 0 100% no-repeat;
    margin: 10px 0 10px; 
    padding: 25px 20px 20px;
}

.related-title {
    background: #fff url(images/dots.gif) 0 2px no-repeat;
    font-size: 12px;
}

.related-title span { 
    background: #fff url(images/bg-widget-title.gif) 0 3px no-repeat;
    padding-left: 14px;
    padding-right: 10px;
}

.recent-work ul,
.show-related ul { margin-left: 0; }

.recent-work li,
.show-related li {
    background: #f7f7f8;
    border-bottom: none;
    float: left;
    margin: 0 10px 30px 0;
    padding: 0;
    position: relative;
    width: 220px;
    height: 215px;
}

.recent-work li.last,
.show-related li.last { margin-right: 0; }

.recent-work li .entry-meta,
.show-related li .entry-meta {
    text-align: center;
    width: 220px;
    bottom: 2px;
    top: auto;
    left: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.page-template-template-specialreports-php .hentry,
.page-template-template-about-php .hentry{
    border-bottom: 2px solid #f7f7f8;
    margin-left: 40px;
	margin-right: 70px;
    padding-bottom: 15px;
    position: relative;
}

.hentry {
    border-bottom: 2px solid #f7f7f8;
    padding-bottom: 15px;
    position: relative;
}

.single-post .page-header {
	margin-bottom: 10px !important;
}
.single-post #primary {
	width: 75%;
	position: relative
}

.single-post .hentry { 
    border-bottom: none; 
    margin-bottom: 20px;
}
.single-post a { 
    color: #F6C049;
    padding: 0 1px;
}
.single-post a:hover { 
	color: #999;
	text-decoration: underline;
}
.single-post .show-headers p {
	margin: 0;
}

.single-post ul { 
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #555;
	list-style: outside disc;
}

.single-post h3 { 
	padding-bottom: 20px;
}
.single-post img { max-width: 100%; padding: 5px; }

.single-post a.transcript-link {
	display: inline;
}

.single-post #show-intro {
	margin: 0 3%;
}
.single-post #show-content-footer {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	background-color: rgba(255,210,0,0.2);
	margin-top: 5%;
	padding: 2%;
}
.single-post #show-guest-list {
	width: 100%;
	display: block;
}
.single-post #show-guest-list .interview-info {
	padding-top: 5px;
}
.single-post .wpaudio-container a {
	font-size: 10px !important;
}

.podPress_downloadlinks img {
	display: none !important;
}

.format-standard .entry-title,
.format-standard .entry-title a {
    font: 900 1.3em/1.5em 'Merriweather', serif !important;
    margin-bottom: 20px;
}

.format-quote .entry-title,
.format-quote .entry-title a,
.format-link .entry-title,
.format-link .entry-title a {
    font: 900 1.3em/1.5em 'Merriweather', serif !important;
    margin-bottom: 20px;
}

.entry-content { overflow: hidden; }

.post-thumb > a,
.post-thumb > a:hover { 
    background-color: transparent; 
    border-bottom: none;
}

.post-thumb img {
    -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-thumb > a:hover img { opacity: .7; }

.more-link {
    background-color: #222;
    border-bottom: none;
    color: #fff;
    padding: 3px 5px 2px;
}

.more-link:hover { color: #222; }

.entry-meta {
    display: none; /* FIX THIS!! */
    position: absolute;
    left: -120px;
    top: 0;
    width: 100px;
			padding-bottom:25px;
}

.entry-meta a {
    border-bottom: none;
    color: #555;
    display: inline-block;
    padding: 0 4px 0;
    margin: 0 -4px;
    line-height: 18px;
}

.entry-meta span { 
    display: inline-block; 
    margin-bottom: 4px; 

}

.entry-meta span.post-format {
    background: #ffd62c url(images/icons.png) 0 0 no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 9px 0;
    padding: 0;
    height: 45px;
    width: 45px;
    -webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.format-aside span.post-format { background-position: -270px 0; }

.format-audio span.post-format { background-position: -135px 0; }

.format-gallery span.post-format { background-position: -90px 0; }

.format-image span.post-format { background-position: -180px 0; }

.format-link span.post-format { background-position: -225px 0; }

.format-quote span.post-format { background-position: -315px 0; }

.format-video span.post-format { background-position: -45px 0; }

.entry-meta a.post-format:hover { background-color: transparent; }

.entry-meta a:hover span.post-format { background-color: #222; }

.entry-meta span.edit-post a { margin: 0; }

.sub-title {
    color: #b2b2b6;
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    top: -15px;
}

.author-bio {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #efefef;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.sticky {}


/*------ LIVE GUESTS Template Styles ------*/

/* Responsive Video and Chat */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#post-16613 .page-main-a .entry-content {
	padding-bottom: 0px !important;
}
#list-frame {
	position: absolute;
	right: 300px;
	top: 0px;
	width: 100px;
	height: 400px;
	display: block;
}
#chat-frame {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 298px;
	height: 400px;
	display: block;
}
#live-chat, #live-guest-list {
	margin-top: 5%;
}
h2.live-headers {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	border-bottom: 3px solid #f7f7f8;
}
#watch-live span,
#live-chat span {
	display: block;
	margin-top: 2%;
}
#live-hosts {
	text-align: left;
}
#live-hosts h2 {
	text-align: left;
}
#live-hosts img {
	width: 40%;
	display: block;
}
#live-hosts h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5% 0%;
}

#live-chat a {
	font-weight: bold;
}
#live-chat a:hover {
	background: transparent;
	color: #ffd200;
}
.guest-table-left {
	width: 48%;
	float: left;
}
.guest-table-right {
	width: 48%;
	float: right;
}
#live-guest-list .entry-meta-left {
	width: 40% !important;
	overflow: hidden;
}
#live-guest-list .entry-meta-right {
	width: 59% !important;
	overflow: hidden;
}


/*-----------AddThis Sharing Button Styles-------------*/
.entry-content .addthis_toolbox a,
#at4-share a,
#at_hover a {
	border-bottom: none;
}

.entry-content .addthis_toolbox a:hover {
	border-bottom: none;
	background-color: transparent;
	opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
    background: #ffd62c url(images/icons.png) -360px 1px no-repeat;
    float: left;
    margin-top: 62px;
    height: 45px;
    width: 45px;
}

.commentlist {
    background: transparent url(images/bg-comments-dots.gif) 0 0 no-repeat;
	margin: 20px 0 40px 0;
	list-style-type: none;
    padding-left: 120px;
    padding-top: 20px;
}

.page-template-template-full-width-php .commentlist { width: 560px; }

.commentlist li.comment > div { 
    border-top: 2px solid #f7f7f8; 
    padding-top: 20px;
}

.commentlist li.comment:first-child > div { border-top: none; }

.commentlist .children li.comment:first-child > div { border-top: 2px solid #f7f7f8; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment {
	margin-top: 20px;
	background: #fff;
}

#commentform input { margin-right: 10px; }

#commentform label small { font-size: 13px; }

#commentform label small span { color: #b2b2b6; }

#commentform textarea { width: 96%; }

.children { list-style-type: none; }

.avatar {
	background: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.comment .avatar {
	float: right;
	margin: 0 0 0 10px;
}

.bypostauthor .avatar { border-color: #ffd62c; }

.comment-meta,
.comment-meta a { 
    border-bottom: none;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px; 
}

.comment-author-admin {}

.comment-author {
    color: #333;
	font: 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.comment-author cite { font-style: normal; }

.comment-author a { border-bottom: 1px dotted #333; }

.comment-author a:hover { border-bottom: none; }

.nocomments {
	text-align: center;
	padding: 0 20px 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#respond {
    background: transparent url(images/dots.gif) 0 0 repeat-x;
    width: 560px;
    padding-top: 40px;
    margin-left: 120px;
    position: relative;
}

#respond h3 {
    background: #ffd62c url(images/icons.png) -405px 1px no-repeat;
    text-indent: -999em;
    position: absolute;
    top: 40px;
    left: -120px;
    height: 45px;
    width: 45px;
}

.commentlist #respond {
    background-image: none;
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation,
.top-navigation {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 10px 0;
	padding: 10px 0;
	background-image: none;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.page-navigation a,
.single-page-navigation a,
.top-navigation a { 
    color: #555;
    border-bottom: none;
    display: inline-block;
    padding: 1px 4px 0;
	margin-bottom:20px;
}

.page-navigation a:hover,
.single-page-navigation a:hover,
.top-navigation a:hover { background: transparent; color: #F6C049; }

.page-navigation .nav-next { float: left; }

.page-navigation .nav-previous { float: right; }

.single-page-navigation .nav-next { 
    float: right; 
    text-align: right;
    width: 50%;
}

.single-page-navigation .nav-previous { 
    float: left; 
    width: 50%;
}

.single-page-navigation .view-more {
	text-transform: uppercase;
	text-align: center;
}
.single-page-navigation .view-more a {
	font-size: 1.1em; font-weight: 700; color: #F6C049;
}


.single-interview .single-page-navigation,
.single-post .top-navigation {
    background: none;
    display: block;
}

.single-post .top-navigation {
    position: absolute;
    right: 0;
    top: -30px;
}

.single-interview .single-page-navigation {
	position: relative;
}

.single-interview .single-page-navigation .nav-previous,
.single-post .top-navigation .nav-previous {
    display: inline;
    float: none;
}

.single-interview .single-page-navigation .nav-next,
.single-post .top-navigation .nav-next { 
    display: inline;
    float: none;
    margin-left: 5px;
    padding-left: 15px;
}

.single-interview .single-page-navigation .nav-previous + .nav-next,
.single-post .top-navigation .nav-previous + .nav-next { background: transparent url(images/bg-widget-title.gif) 0 3px no-repeat; }

.ie7.single-interview .single-page-navigation .nav-previous + .nav-next,
.ie7.single-post .single-page-navigation .nav-previous + .nav-next { background-position: 0 8px; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	background: #222;
	width: 100%;
	padding-bottom: 20px;
	position: relative;
}

#footer-container {
	width: 100%;
	margin: auto;
	position: relative;
	padding: 20px;
	color: #fff;
}

.footer-left {
    float: left;
	margin-right: 6%;
    width: 45%;
	position: relative;
}

.footer-right {
    float: left;
    width: 45%;
	position: relative;
}

#sub-footer {
    color: #222;
	font: 0.875em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    padding: 20px 5px 0px 5px;
}

.copyright { 
    float: left;
    margin-bottom: 0; 
    width: 50%;
}

.copyright p { margin-bottom: 0; }

.copyright a {
    border-bottom: none;
    color: #555;
    padding: 2px 3px;
    margin: -3px -2px -2px;
}

.copyright a:hover { color: #222; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page Templates
/*-----------------------------------------------------------------------------------*/

.page .page-header .edit-post {
    position: absolute;
    right: 5px;
    top: 0;
}


.page-template-template-home-php input,
textarea {
	background: #f7f7f8;
	border: 1px solid #f7f7f8;
	color: #b2b2b6;
    padding: 5px 10px; 
    width: 400px;
}
.page-template-template-home-php input,
submit {
	background: #ffdd22;
	border: 1px solid #ffdd22;
	color: #000;
    padding: 5px 10px; 
    width: 200px;
}
.page-template-template-home-php input,
.page-template-template-contact-php input,
.page-template-template-live-php input, 
.page-template-template-news-php input,
.page-template-template-showarchives-php input,
.page-template-template-sponsors-php input,
.page-template-template-press-php input,
.page-main-b input,
.page-template-template-about-php input,
.page-template-template-interview-php input {
	background: #f7f7f8;
	border: 1px solid #999;
	color: #999;
    padding: 5px 10px; 
	margin: 0 10px;
    width: 95%;
}

.page-template-template-home-php input.image
 {
	background: none;
	border: none;
    width: 135px;
	height: 130px;
}


.page-template-default #content,
.page-template-template-archives-php #content,
.page-template-template-contact-php #content { background: #fff url(images/bg-content-dots.gif) 0 100% no-repeat; }

.page-template-default .hentry,
.page-template-template-home-php .hentry,
.page-template-template-full-width-php .hentry,
.page-template-template-archives-php .hentry,
.page-template-template-contact-php .hentry { 
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 0; 
}

/* Search Page & Show Archives -------------------------------------------*/
#search-wrap input#s { width: 25%; }
#search-again { width: 94%; padding: 0% 2%; margin-bottom: 2%; border-bottom: 1px solid #ccc; }

#show-archives-feed { float: left; width: 65%; }
#search-results-container { width: 100%; }
#show-archives-feed, #search-results-container { min-height: 280px; display: block; position: relative; margin: 0 auto; padding: 0; }
#search-results-container a { border-bottom: 0 !important; }
#search-results-container h1 { margin: 20px 0; }

.ep-box, .search-item { margin: 0 0 2%; }
.search-item-wrap { width: 95%; }
.ep-box-wrap, .search-item-wrap { padding: 15px; -shadow-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.3); box-shadow: 0px 1px 6px rgba(0,0,0,0.3);}

.search-title a {font-size: 18px; font-weight: bold; margin: 5px 0; color: #333; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; line-height: 20px;}

.search-title h2 {font-size: 16px;}
.search-title h2 a {font-size: 16px; line-height: 23px; border-bottom: 0 !important;}
.search-title h2 a:hover {background: transparent !important; color: #F6C049;}

.search-content {font-size: 13px; }
.search-content a { font-weight: bold; color: #F6C049; }

.ep-box-meta, .search-meta { width: 100%; margin: 0 0 10px 0; font-size: 12px;}
.search-type { width: 48%; display: inline-block;color: #F6C049; margin-bottom: 5px; text-transform: uppercase; }
.search-date { width: 48%; display: inline-block; color: #555; margin-bottom: 5px; text-align: right; text-transform: uppercase; }

.search-thumbnail { width: 100%; display: block; position: relative; margin: 10px 0; padding: 0; overflow: hidden; }
.search-thumbnail .post-thumb { width: 100%; height: auto; text-align: center; }

#post-42483 input#s { width: 25%; }


.search-results #primary ol { margin-left: 20px; }
.search-results #primary ol li {
    list-style: decimal;
}



/* Archive Template --------------------------------------*/

.search_posts { margin-bottom: 30px; }

.archive-lists h4 { margin-bottom: 10px; color: #fff; border-bottom: 1px solid #999; }

.archive-lists li {
    line-height: 24px;
    list-style-type: none;
	padding: 0;
	margin: 0;
}

.archive-lists ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.archive-lists li a {
    border-bottom: none;
	color: #999;
	font-size: 12px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.archive-lists ul a:hover {
	color: black;
	font-size: 12px;
}

.archive-lists ul a {
    border-bottom: none;
	color: #999;
	font-size: 12px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.archive-lists .children { margin-bottom: 0; }

.full-width { width: 940px !important; }

/* Contact Template --------------------------------------*/

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 96.5%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { 
    float: right; 
    font-size: 13px;
}

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { margin-bottom: 30px; }


#footer .widget-title { color: #fff; }


#footer .widget-title span { background-color: #222; }

.widget a {
    border-bottom: none;
    color: #555;
    padding: 0 2px;
    margin: 0 -2px;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* Search Widget ------------------------------------*/

.widget_search #s { width: 150px; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget ----------------------------------*/

.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* Twitter Widget -----------------------------------*/

#twitter-holder {
	background: url(images/ajax-loader.gif) no-repeat center;
	min-height: 20px;
}

.tz_tweet_widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.tz_tweet_widget ul li { padding: 8px 0; }

.tz_tweet_widget ul li > a {
    color: #b2b2b6;
    display: block;
}

#footer .tz_tweet_widget ul li > a { color: #555; }

.tz_tweet_widget ul li > a:hover {
    background-color: transparent;
    color: #222;
}

.tz_tweet_widget ul li span a { 
    border-bottom: 1px dotted #222;
    color: #222;
}

#footer .tz_tweet_widget ul li span a { 
    border-color: #fff;
    color: #fff; 
}

.tz_tweet_widget ul li span a:hover { border-bottom: none; }

#footer .tz_tweet_widget ul li span a:hover { color: #222; }

a.twitter-link {
    padding: 2px 4px;
    margin: -2px -4px;
}

#footer .twitter-link { color: #fff; }

#footer .twitter-link:hover { color: #222; }

/* Flickr Widget ------------------------------------------*/

.tz_flickr_widget { padding-right: 0; }

.tz_flickr_widget .widget-title { margin-bottom: 10px; }

.tz_flickr_widget > div {
    padding-right: 10px;
    margin-right: -20px;
}

.flickr_badge_image {
	float: left;
	margin: 0 17px 17px 0;
	height: 40px;
	width: 40px;
}

.flickr_badge_image a:hover { background-color: transparent; }

.flickr_badge_image img {
	background: #fff;
	border: 3px solid #ffd62c;
    height: 40px;
	width: 40px;
}

.flickr_badge_image img:hover { border-color: #222; }

#footer .flickr_badge_image img:hover { border-color: #fff; }

/* Video Widget ------------------------------------------*/

.tz_video { margin-bottom: 20px; }

/* Custom Recent Interview/Work Widget -------------------*/
/* see Interview Content styles for rules */

.tz-recent-interviews-widget li { margin: 0 0 20px 0; }

.tz_recent_interviews_widget { margin-bottom: 10px!important; }

/* Custom Blog Widget ------------------------------------*/

.tz-blog-widget li { 
    padding-left: 60px;
    position: relative; 
}

.tz-blog-widget .entry-title { line-height: 21px; }

.tz-blog-widget .entry-title a { 
    border-bottom: 1px dotted #222; 
    font-size: 13px;
}

.tz-blog-widget .entry-title a:hover { 
    background-color: #ffd62c; 
    border-bottom: none;
    color: #222;
}

.tz-blog-widget .entry-meta {
    left: 0;
    top: 11px;
}

#footer .tz-blog-widget .entry-title a { 
    border-bottom: 1px dotted #656565; 
    color: #fff;
}

#footer .tz-blog-widget .entry-title a:hover { 
    color: #ffd62c;
	border-bottom: 1px dotted #656565;  
}

#footer .tz-blog-widget .entry-meta a:hover span.post-format { 
    background-color: #fff;
    background-position: 0 -68px;
}


/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ---------------------------------------*/

a.button,
a.btn-y {
	background-color: #F6C049 !important;
	color: #000 !important;
	min-height: 25px;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	line-height: 12px;
	padding: 15px;
	margin-right: 15px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	transition: all 0.3s scroll 0s;
	-moz-transition: all 0.3s scroll 0s;
	-webkit-transition: all 0.3s scroll 0s;
}


a.button,
a.btn-y:hover {
	opacity: 0.8 !important;
	text-decoration: none !important;
}

a.btn.yellow {
	background-color: #F6C049 !important;
	color: #000 !important;
}
a.btn.yellow:hover {
	opacity: 0.8;
}

/*-------*/


.single-post #show-video a.button,
.single-post #show-audio a.button,
#watch-live a.button,
#live-hosts a.button {
	background-color: #666 !important;
	color: #fff !important;
	margin-right: 10px;
	padding: 7px 15px;
	letter-spacing: 0.3px; 
}
.single-post #show-video a.button:hover,
.single-post #show-audio a.button:hover,
#watch-live a.button:hover,
#live-hosts a.button:hover {
	background-color: #444 !important;
	text-decoration: none !important;
}

/*-------*/

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(images/shortcodes/buttons/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(images/shortcodes/buttons/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(images/shortcodes/buttons/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079; }

a.button.orange {
	background-image: url(images/shortcodes/buttons/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(images/shortcodes/buttons/button_orange_large.png); }
a:hover.button.orange { border: 1px solid #d29a3a; }

a.button.green {
	background-image: url(images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(images/shortcodes/buttons/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(images/shortcodes/buttons/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(images/shortcodes/buttons/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(images/shortcodes/buttons/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(images/shortcodes/buttons/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts -----------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs -------------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle -----------------------------------*/

.toggle { margin: 0 0 20px 0; }

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #ffd200;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle-inner {
	background: #fff;
	height: 85px;
	border: 1px solid #EFEFEF;
	border-top: none;
	text-align: center;
	line-height: 10px;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(images/shortcodes/toggles/toggle-open.png) no-repeat; }

.toggle a { 
    border-bottom: none;
    color: #222;
    padding: 0 1px;
    margin: 0 -1px;
    text-decoration: none; 
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

.toggle a:hover { 
    border-bottom: none;
}
.addthis a { 
    border-bottom: none;
    color: #222;
    padding: 0 1px;
    margin: 0 -1px;
    text-decoration: none; 
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

.addthis a:hover { 
    border-bottom: none;
}


/*-----------------------------------------------------------------------------------*/
/*	13.	Isotope Stylings
/*-----------------------------------------------------------------------------------*/

.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions ----------------------------*/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}


/*-----------------------------------------------------------------------------------*/
/*	14.	Rows / Cols
/*-----------------------------------------------------------------------------------*/

.clearboth { clear: both; }

.spacer
{
	float: left;
	width: 3%;
}

#row1col1
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 46%;
	background-color: #bbb;
}

#row1col2
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 45%;
	background-color: #bbb;
}

#row2col1
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 48%;
	background-color: #ddd;
}

#row2col2
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 20%;
	background-color: #ddd;
}

#row2col3
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 20%;
	background-color: #ddd;
}

#row3col1
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 71%;
	background-color: #bbb;
}

#row3col2
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 20%;
	background-color: #bbb;
}

#row4col1
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 20%;
	background-color: #ddd;
}

#row4col2
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 71%;
	background-color: #ddd;
}


/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #000;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 140px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 220px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 220px;
	height: 140px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	background: #000;
	bottom: 0;
	padding: 5px 0 5px 5px;
	right: 113px;
	height: 32px;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 60px;
	height: 30px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #4f4f4f;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
	}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image: url(http://farm5.static.flickr.com/4065/4439060414_c11002d183_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-1 {
	background-image: url(http://farm5.static.flickr.com/4049/4438283469_5ddf465356_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-2 {
	background-image: url(http://farm5.static.flickr.com/4033/4439060472_02efbb3955_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-3 {
	background-image: url(http://farm5.static.flickr.com/4041/4438283519_4f08cb4a57_o_d.jpg);
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 22px;
	height: 38px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 15px;
	background-image: url(http://farm5.static.flickr.com/4035/4438728886_fd55756fc5_o_d.gif);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 15px;
	background-image: url(http://farm3.static.flickr.com/2743/4438728872_07e935da40_o_d.gif);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 140px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}

/*-----------------------------------------------------------------------------------*/
/*	QTP Videos for iPhone/iPad
/*-----------------------------------------------------------------------------------*/

.QTP {
	display: inline-block;
	*display:inline; *zoom:1; *padding-bottom: 28px;
}

.QTP .playContainer {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  text-align: center;
  z-index: 1;
}

.QTP .playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
/*  zoom: 100%; */
  padding: .5em 1em;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.QTP_Poster 
{
	background: transparent;
	padding: 2px;
	position: relative;
	left: 0px;
	height: 28px;
	*position: absolute; *bottom: 0; *right: 0;
}
.QTP_Poster button
{
	cursor: pointer;
	cursor: hand;
	border: 0px solid transparent;
	background-color: transparent;	
	padding: 0px;
	margin: 0px;
}

.QTP_Poster .Buttons
{
	margin:auto;
	padding:0px;
	display: inline-block;
	position: absolute;
	left: 0; bottom: 0;
}

/* Fix button focus rects in Firefox */
.QTP_Poster button::-moz-focus-inner
{
	border: 0px solid transparent;
}

.QTP_Poster .Beginning, .QTP_Poster .Rewind, .QTP_Poster .Forward, .QTP_Poster .End, .QTP_Poster .Volume, .QTP_Poster .Time
{
	width:0;
	height:0;
	display: none;
}

.QTP_Poster .Play, .QTP_Poster .Pause
{
	width:25px;
	height:25px;
}

.QTP_Poster .Play { background-image: url(images/ProPlay.png); }
.QTP_Poster .Pause { background-image: url(images/ProPause.png); }

.QTP_Poster .Timeline {
	position: absolute;
	display: block;
	left: 30px;
	right: 0px;
	top: 8px;
	width: auto;
	background-color: transparent;
	padding: 0;
	height: 16px;
}
.QTP_Poster .Timeline .Left
{
	position: absolute;
	top: 7px;
	left: 4px;
	height: 9px;
	background-color: black;
	margin-right: 4px;
}
.QTP_Poster .Timeline .Knob 
{ 
	background-image: url(images/ProKnob.png); 
	position: relative;
	width: 11px;
	height: 16px;
	margin: 0;
	padding: 0px;
	display: block;
}
.QTP_Poster .Timeline .Loaded
{
	position: absolute;
	top: 7px;
	height: 9px;
	left: 0;
	right: 4px;
	margin-left: 4px; 
	margin-right: 4px;
	background: transparent url(images/ProTimeline.png) repeat-x bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	15.	Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width:992px) {
	#header { width: 905px; }
}

@media(max-width:990px) {
		#header { padding: 70px 0 0 !important; margin: 0 auto 25px; background-color: #333; color: #fff; text-align: center; }
        	#logo{
			margin: 2% auto; text-align: center;
		}
		#logo, #logo a { width: 100% !important; }
		#tagline { max-width: 100% !important; }
		#logo img, #tagline {
			display: block; float: none !important;
		}
		#logo img { margin: 0 auto; }
		#tagline { margin: 2% 0; color: #fff; text-align: center; }
		#show-archives-feed { width: 100%; }
		#adspace-1 { display: inline-block; }

}


/* -- TEMPORARY -- */
.search-content a { font-size: 1.1em; font-weight: 900;  }
.search-content a.btn-y { display: none; }




