
/***************************************************************** YUI Reset */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html
{
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del, ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input, button, textarea, select, optgroup, option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select
{ font-size:100%;}

em
{
	font-style: italic;
	font-weight: inherit;
}
strong
{
	font-weight: bold;
	font-style: inherit;
}





/****************************************************************** Clearfix */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
.clear-right
{
	clear: right;
}





/******************************************************** Global Definitions */

body
{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
}

hr, .no-css
{
	display: none;
}

div.hr
{
	border-top: 1px solid #999;
	margin: 24px 0;
	height: 1px;
}

blockquote
{
	border-left: 1px solid #999;
	margin: 1em 0 1em 0;
	padding: 0 2em;
}

p, .p
{
	margin: 1em 0;
	line-height: 17px;
}

ul, ol
{
	padding: 0;
	margin: 1.2em 0;
}

li
{
	margin: 2px 0 2px 20px;
}

ol li
{
	list-style: decimal;
}
ul li
{
	list-style: circle;
}

/************************************** Added according to Ellen's email 9/13/11 */
.bgcolor-dark-housecalldoctor {
    background-color: #4E002E !important;
}

.color-dark-housecalldoctor {
    color: #4E002E !important;
}

.bgcolor-medium-housecalldoctor {
    background-color: #9E005D !important;
}

.color-medium-housecalldoctor {
    color: #9E005D !important;
}

/*********************************************** Global Layout & Positioning */

#outer
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1008px;
}

#header
{
	height: 140px;
	position: relative;
	width: 1008px;
}

#print-preview
{
	display: none;
}

#logo
{
	left: 5px;
	position: absolute;
	top: 5px;
}
#top-banner
{
	left: 120px;
	position: absolute;
	top: 5px;
}

#primary-nav
{
	background: #940801 url(/images/bg-nav.png) no-repeat scroll top left;
	color: #F77373;
	height: 40px;
	left: 115px;
	line-height: 40px;
	position: absolute;
	text-align: left;
	top: 100px;
	width: 888px;
}

/* applied in between primary-nav li elements */
li.menu-border
{
	float: left;
	line-height: 40px;
}

#secondary-nav
{
	color: #F77373;
	font-size: 11px;
	height: 40px;
	left: 750px;
	line-height: 40px;
	position: absolute;
	text-align: right;
	top: 100px;
	width: 240px;
}

#primary-nav li, #secondary-nav li
{
	display: inline;
	margin: 0;
}





/********************************************* Generic Positioning & Spacing */

.sidebar-block
{
	margin-bottom: 5px;
}
.sidebar-block-podtrac
{
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
}
.sidebar-block-left
{
	margin-bottom: 15px;
}
.content-block
{
	margin-bottom: 20px;
}

.no-border
{
	border: 0 !important;
}
.no-margin
{
	margin: 0 !important;
}
.no-padding
{
	padding: 0 !important;
}

.no-top
{
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-bottom
{
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.no-bottom-border
{
	border-bottom: 0 !important;
}
.no-bottom-padding
{
	padding-bottom: 0 !important;
}
.no-bottom-margin
{
	margin-bottom: 0 !important;
}

.extra-margin-bottom
{
	margin-bottom: 2em !important;
}





/****************************************************** Global Column Widths */

#content
{
	margin-left: 18px;
	width: 985px;
	margin-bottom: 25px;
}
#left
{
	float: left;
	width: 655px;
}
#right
{
	float: right;
	width: 325px;
}

/* Do not give .column1 or .column2 any other attributes */
.column1
{
	float: left;
}
.column2
{
	float: right;
}

#right .column1
{
	width: 160px;
}
#right .column2
{
	width: 160px;
}

#home-layout
{
	width: 630px;
}
#home-layout .column1
{
	margin-top: 10px;
	width: 270px;
}
#home-layout .column2
{
	margin-top: 20px;
	width: 330px;
}

#category-layout
{
	width: 630px;
}
#category-layout .column1
{
	width: 250px;
}
#category-layout .column2
{
	width: 350px;
}

#host-layout
{
	margin-top: -268px;
	width: 630px;
}
#host-layout .column1
{
	margin-top: 20px;
	width: 270px;
}
#host-layout .column2
{
	width: 330px;
}

#tip-layout
{
	margin-top: -268px;
	width: 630px;
}
#tip-layout .column1
{
	margin-top: 278px;
	width: 135px;
}
#tip-layout .column2
{
	width: 465px;
}

#host-page-layout
{
	margin-top: -268px;
	width: 630px;
}
#host-page-layout .column1
{
	margin-top: 278px;
	width: 135px;
}
#host-page-layout .column2
{
	width: 465px;
}

#host-bio-layout
{
	margin-top: -268px;
	width: 630px;
}
#host-bio-layout .column1
{
	margin-top: 278px;
	width: 135px;
}
#host-bio-layout .column2
{
	width: 465px;
}

#generic-page-layout
{
	margin-top: 15px;
	width: 630px;
}
#generic-page-layout .column1
{
	width: 135px;
}
#generic-page-layout .column2
{
	width: 465px;
}

#two-column-layout
{
	margin-top: 15px;
	width: 630px;
}
#two-column-layout .column1
{
	width: 300px;
}
#two-column-layout .column2
{
	width: 300px;
}

#news-layout
{
	margin-top: 15px;
	width: 630px;
}
#news-layout .column1
{
	width: 400px;
}
#news-layout .column2
{
	width: 200px;
}






/******************************************************* Generic Page Layout */

#two-column-layout h2, #generic-page-layout h2, #news-layout h2
{
	color: #930801;
	font-size: 27px;
	line-height: 30px;
}

.grid-2-column
{
	float: left;
	height: 200px;
	padding: 0 2%;
	text-align: center;
	width: 45%;
}
.grid-3-column
{
	float: left;
	height: 200px;
	padding: 0 0 0 5px;
	text-align: center;
	width: 29%;
}
.grid-4-column
{
	float: left;
	height: 200px;
	padding: 0 1%;
	text-align: center;
	width: 23%;
}

.all-our-experts-grid, .subscribe-grid
{
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
}

.all-our-experts-grid a
{
	font-size: 12px;
}

.subscribe-grid
{
	text-align: left;
	height: 142px !important;
}
.subscribe-article-rss-grid
{
	text-align: left;
	height: 24px !important;
}

.submit-a-question-grid
{
	border: 1px solid #f6f6f6;
	font-size: 11px;
	height: 55px !important;
	line-height: 15px;
	margin: 0 1px 1px 0;
	text-align: left;
}
.submit-a-question-grid-active
{
	background: #ffc;
	border: 1px solid #dd9;
}

.submit-a-question-grid img
{
	margin: 0 4px;
	position: relative;
	top: 7px;
}
.submit-a-question-grid input
{
	position: relative;
	top: 20px;
}
.submit-a-question-grid .host-label
{
	position: relative;
	top: 17px;
}

/* IE 5-7 fix */
#submit-a-question-grid .grid-3-column
{
	width: 200px;
}





/******************************************************************** Teaser */

#teaser
{
	background: transparent url(/images/teaser-bubble.png) no-repeat scroll top left;
	height: 95px;
	left: 853px;
	letter-spacing: -0.02em;
	position: absolute;
	top: 5px;
	width: 155px;
}

#teaser-text
{
	font-family: Georgia, Palatino, serif;
	font-size: 11px;
	line-height: 14px;
}
#teaser-link
{
	font-size: 10px;
	padding-top: 4px;
}
#teaser-link a:link, #teaser-link a:visited, #teaser-link a:active #teaser-link a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#teaser table
{
	border: 0;
	height: 74px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 8px;
	width: 86px;
}
#teaser td
{
	text-align: center;
	vertical-align: middle;
}

#tiny-host
{
	height: 62px;
	left: 105px;
	position: absolute;
	top: 33px;
	width: 50px;
}





/**************************************************************** Search Bar */

#search
{
	background: #940801;
	height: 40px;
	position: relative;
	width: 325px;
    padding-top:10px;
}
.search-input
{
	background: #fff;
	border: 1px solid #7E0906;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 17px;
	left: 7px;
	padding: 5px;
	position: relative;
	top: -1px;
	width: 230px;
}
#search-button
{
	float: left;
	left: 246px;
	position: absolute;
	top: -1px;
}

#search-dotted-hr
{
	background: transparent url(/images/red-dashed-hr.png) repeat-x scroll top left;
	height: 1px;
	line-height: 1px;
	width: 325px;
}

#homepage-search
{
	float: right;
	margin-bottom: 5px;
	width: 325px;
}

#question-or-tip a
{
	display: block;
	height: 59px;
	width: 325px;
}


/****************************************************************** Host Nav */

.host-nav
{
	height: 90px;
	margin-top: 5px;
	width: 655px;
}

/* These are just for SEO, since the banner image contains this text */
.host-nav h1, .host-nav h2
{
	display: none;
}

#host-tags
{
	color: #fff;
	float: right;
	font-size: 9px;
	height: 29px;
	line-height: 29px;
	overflow: hidden; /* padding-top: 60px; */
	white-space: nowrap;
	width: 520px; /*  we can't use position: relative because of the IE6/7 z-index bug */
}

#host-tags a:link, #host-tags a:visited, #host-tags a:active, #host-tags a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#host-tags a:hover
{
	text-decoration: underline;
}

#host-illustration
{
	height: 370px;
	margin-top: -90px;
	width: 135px;
}

#host-banner-link
{
	display: block;
	float: right;
	height: 60px;
	text-decoration: none;
	width: 520px;
}




/************************************************************** Category Nav */

.category-nav
{
	height: 90px;
	margin-top: 5px;
	width: 655px;
}

/* These are just for SEO, since the banner image contains this text */
.category-nav h1
{
	display: none;
}

#category-hosts
{
	color: #ccc;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	padding-top: 55px;
	width: 616px;
}

#category-hosts a:link, #category-hosts a:visited, #category-hosts a:active, #category-hosts a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#category-hosts a:hover
{
	text-decoration: underline;
}





/************************************************************ Category Top 5 */

.category-top-5-host
{
	float: right;
	margin: -8px 3px 0 0;
}

.category-top-5-block
{
	margin-top: 25px;
}

.category-top-5-title
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

.category-top-5-tags
{
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding: 8px 10px 10px 10px;
}

.category-top-5-tags a:link, .category-top-5-tags a:visited, .category-top-5-tags a:active, .category-top-5-tags a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.category-top-5-tags a:hover
{
	text-decoration: underline;
}

.category-top-5-links-outer
{
	padding-bottom: 1px;
}
.category-top-5-links
{
	background: #fff;
	font-size: 11px;
	line-height: 15px;
	margin: 0 1px;
	padding: 1px 15px;
}
.category-top-5-links li
{
	margin-bottom: 5px;
}

.category-top-5-links a:link, .category-top-5-links a:visited, .category-top-5-links a:active, .category-top-5-links a:hover
{
	color: #000;
	font-weight: bold;
	font-family: Georgia, Palatino, serif;
	text-decoration: none;
}
.category-top-5-links a:hover
{
	text-decoration: underline;
}





/********************************************* News Ticker & Homepage Spread */

#news-ticker
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 44px;
	line-height: 30px;
	margin: 5px 0;
	padding: 0 10px;
	width: 635px;
}


#homepage-spread
{
	background: #fff url(/images/bg-homepage-spread.png) repeat-y scroll top left;
	border: 3px solid #C7CBCE;
	margin-bottom: 5px;
	height:244px;
}

#spread-title
{
	background: transparent url(/images/todays-featured-tips.png) no-repeat scroll 25px 25px;
	float: left;
	font-size: 11px;
	height: 96px;
	line-height: 13px;
	padding: 150px 10px 0 27px;
	width: 155px;
}
#spread-title h1
{
	display: none;
}
#spread-title .jump-link
{
	margin-bottom: 8px;
}

#spread-host
{
	float: left;
	height: 244px;
	overflow: hidden;
	width: 135px;
}

#spread-featured-tip
{
	float: left;
	height: 206px;
	padding: 20px;
	width: 290px;
}
#spread-featured-tip .tipbox-host
{
	font-size: 12px;
	line-height: 16px;
}
#spread-featured-tip h2
{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 2px;
}
#spread-featured-tip h2 a:link, #spread-featured-tip h2 a:visited, #spread-featured-tip h2 a:active
{
	text-decoration: none;
}
#spread-featured-tip h2 a:hover
{
	text-decoration: underline;
}

#spread-other
{
	float: left;
	height: 244px;
	padding: 0px 0px 0px 0px;
	width: 322px;
}
#spread-other .tipbox-40x40
{
	float: left;
	height: 43px;
	padding: 2px 7px 0 0;
}
#spread-other .tipbox-link
{
	font-size: 11px;
	line-height: 13px;
}
#spread-other .tipbox-link a:link, #spread-other .tipbox-link a:visited, #spread-other .tipbox-link a:active, #spread-other .tipbox-link a:hover
{
	font-weight: bold;
}


/************************************************** Grammar Girl's Daily Tip */

#daily-tip
{
	background: #FEEFE6 url(/images/grammar-girl-daily-tip.png) no-repeat scroll top left;
	font-size: 11px;
	line-height: 15px;
	padding: 48px 10px 16px 56px;
	position: relative;
}

#daily-tip h3
{
	margin-bottom: 1px;
}
#daily-tip-host
{
	left: 1px;
	position: absolute;
	top: -3px;
}





/*************************************************************** Top 10 Tips */

#top-10-tips, #top-10-tips-footer
{
	background: transparent url(/images/bg-top-10-tips.png) no-repeat scroll top left;
	padding: 25px 25px 0 25px;
}

#top-10-tips-footer
{
	background-position: 0 -695px;
	height: 28px;
	padding: 0;
	width: 270px;
}

.top-10-digit
{
	color: #960F09;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0;
	text-align: right;
	width: 16px;
}
.top-10-tip
{
	float: right;
	width: 198px;
	margin: 7px 0;
}





/************************************************************ Editorial List */

#editorial-list
{
	border-color: #E9DBDA !important;
	margin: 5px 0;
	padding: 9px 13px 10px 13px;
}

#editorial-list h3 a:link, h3 a:visited, h3 a:active
{
	color: #A90B05;
	font-family: Georgia, Palatino, serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 1px;
	text-decoration: none;
}
#editorial-list h3 a:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}





/***************************************************** Latest Tips & Tip Box */

#latest-tips-sidebar
{
	margin-bottom: 20px;
}

/* For use in Latest Tips sidebar list, Editor's Picks */
.tipbox
{
	border-bottom: 1px dotted #ddd;
	color: #333;
	padding: 6px 0;
}
.tipbox-40x40
{
	display: inline;
	float: right;
	padding-left: 10px;
}
.tipbox-40x40 a
{
	float: left;
	width: 40px;
	height: 40px;
}
.tipbox-host
{
	font-size: 10px;
	font-weight: bold;
}
.tipbox-date
{
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.tipbox-link
{
	font-family: Georgia, Palatino, serif;
	font-size: 11px;
	letter-spacing: -0.02em;
	line-height: 14px;
}
.tipbox-link a:link, .tipbox-link a:visited, .tipbox-link a:active, .tipbox-link a:hover
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.tipbox-link a:hover
{
	color: #000;
	text-decoration: underline;
}

/* For use in Latest Tips content area */
.tipbox-big
{
	border-bottom: 1px dashed #ddd;
	color: #333;
	padding: 14px 0;
}
.tipbox-big .tipbox-40x40
{
	display: inline;
	float: left;
	padding: 4px 7px 0 0;
}
.tipbox-big .tipbox-link
{
	font-size: 16px;
	letter-spacing: 0;
	line-height: 19px;
}

.tipbox-teaser
{
	font-size: 12px;
	line-height: 17px;
}
.tipbox-teaser p
{
	margin: 0;
}

#latest-tips-title
{
	margin-bottom: -10px;
	margin-top: 18px;
}

.tipbox-big .tipbox-link a:link, .tipbox-big .tipbox-link a:visited, .tipbox-big .tipbox-link a:active, .tipbox-big .tipbox-link a:hover
{
	font-weight: normal;
}

.tipbox-read-more
{
	margin-top: 1.2em;
}
.tipbox-read-more a:link, .tipbox-read-more a:visited, .tipbox-read-more a:active, .tipbox-read-more a:hover
{
	background: #9E0A03;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
}
.tipbox-read-more a:hover
{
	background: #E90F04;
	text-decoration: underline;
}

#spread-other .tipbox
{
	padding: 6px 0 5px 0;
}





/******************************************************* Free on QDT sidebar */

#free-on-qdt-block
{
	background: #fff url(/images/bg-free-on-qdt.png) no-repeat scroll top left;
}

#free-on-qdt-block-inner
{
	font-size: 10px;
	line-height: 13px;
	padding: 5px 0 7px 77px;
	width: 115px;
}
#free-on-qdt-block a:link, #free-on-qdt-block a:visited, #free-on-qdt-block a:active, #free-on-qdt-block a:hover
{
	color: #C4110C;
	font-weight: bold;
	text-decoration: none;
}
#free-on-qdt-block a:hover
{
	color: #730A07;
	text-decoration: underline;
}





/**************************************************** From the Store Sidebar */

.store-border
{
	background: #E8DFDC;
	margin-top: 2px;
	padding: 1px;
}
.store-box
{
	background: #fff;
	margin-bottom: 1px;
	padding: 12px 14px;
}





/******************************************************** Sidebar Banner Ads */

#sidebar-banner-ads
{
	background: #F5F5F5;
	padding: 20px 0;
	text-align: center;
}
.sidebar-banner
{
	margin-bottom: 10px;
}





/************************************************************** Sidebar Poll */

.poll-border
{
	border: 11px solid #E6B1B1;
	border-top: 0;
	height:206px;
}
.poll-question
{
	background: #F9F1F1;
	color: #600A06;
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}
.poll-form
{
	font-size: 11px;
	line-height: 11px;
	padding: 0 20px;
	margin-top:7px;
}
.poll-actions
{
	background: #F9F1F1;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	text-align: right;
}

.poll-radio
{
	 margin-top:5px;
	 margin-bottom:10px;
	 margin-left:5px;
}
.poll-radio input
{
	float: left;
	width: 20px;
}
.poll-radio label
{
	float: left;
	width: 120px;
}
.poll-item
{
	height:24px;
}
#vote-button
{
	float: right;
	height: 29px;
	width: 58px;
}




/*************************************************** Recent Comments Sidebar */

.comments-from
{
	font-size: 10px;
	font-style: italic;
	padding-top: 5px;
}
.comment-small
{
	background: transparent url(/images/comment-bubble-small.png) no-repeat scroll top left;
	font-size: 10px;
	line-height: 13px;
	margin-top: 11px;
	padding-top: 2px;
	text-indent: 20px;
}





/********************************************************* Main Content Area */

.breadcrumbs
{
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 7px;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a:hover
{
	background: transparent url(/images/arrow-bullet.png) no-repeat scroll center right;
	padding: 0 14px 0 0;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumbs a:hover
{
	color: #666;
	text-decoration: underline;
}

.breadcrumbs span
{
	padding: 0 14px 0 0;
	color: #999;
	font-weight: bold;
}

a.last-breadcrumb
{
	background: none !important;
}

/*#tip-layout h2, removed due to seo changes*/
#host-bio-layout h2, #host-page-layout h2, #category-layout h2
{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}

.article-date
{
	color: #888;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
}

.article-date a:link, .article-date a:visited, .article-date a:active
{
	color: #888;
	font-weight: normal;
}
.article-date a:hover
{
	color: #666;
}

.article-text
{
	margin-top: 12px;
}

.article-text, .article-text p
{
	font-size: 13px;
	line-height: 17px;
}
.article-text h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	line-height: 17px !important;
}

.article-text > h3
{
	margin-top: 12px !important;
}

.article-text h3 a:link, .article-text h3 a:visited, .article-text h3 a:active, .article-text h3 a:hover
{
	color: #555;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	line-height: 17px !important;
}

.article-text h3 a:hover
{
	color: #000;
}

.article-text blockquote
{
	/*background : transparent url(/images/blockquote.png) no-repeat scroll left top;*/
	border: none;
	padding: 0 40px;
}

.article-resources
{
	background: #FEFEF9;
	border: 3px solid #E8E884;
	margin: 20px 0;
	padding: 16px 20px 8px 20px;
}

#host-landing-teaser
{
	border-bottom: 1px dashed #ccc;
	float: right;
	min-height: 280px;
	padding-bottom: 20px;
	width: 465px;
}

#host-landing-teaser h2
{
	margin-bottom: 0;
}

#host-landing-teaser h2 a:link, #host-landing-teaser h2 a:visited, #host-landing-teaser h2 a:active, #host-landing-teaser h2 a:hover
{
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}
#host-landing-teaser h2 a:hover
{
	text-decoration: underline;
}





/************************************************************** Recommended For You */

.article-text .recommended-for-you
{
	width: 160px;
}
.recommended-for-you-left
{
	float: left;
	margin: 0 20px 20px 0;
}
.recommended-for-you-right
{
	float: right;
	margin: 0 0 20px 20px;
}
.article-text .recommended-for-you h3
{
	color: #960F09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 6px;
}

.recommended-for-you-inner
{
	background: #FDFBFB;
	border: 0;
	font-size: 11px;
	line-height: 14px; /*padding: 14px;*/
}

/* float the product shot, but only on the show landing layout */
#host-layout .recommended-for-you-inner .product-shot
{
	float: left;
	margin-right: 15px;
}
.recommended-for-you .product-subtitle
{
	font-weight: bold;
}

.recommended-for-you .product-link a:link, .recommended-for-you .product-link a:visited, .recommended-for-you .product-link a:active, .recommended-for-you .product-link a:hover
{
	color: #960F09;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.recommended-for-you .product-link a:hover
{
	color: #530905;
	text-decoration: underline;
}





/************************************************************** Article Tools */

#article-tools
{
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
	float: right;
	margin: -44px 0 12px 25px;
	padding: 10px 0 10px 15px;
	width: 120px;
}
#host-page-layout #article-tools
{
	margin-top: 0;
}
#host-bio-layout #article-tools
{
	margin-top: 17px;
}

#article-tools h3
{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
#article-tools div + h3
{
	margin-top: 10px;
}
a.tools:link, a.tools:visited, a.tools:active, a.tools:hover
{
	background: transparent url(/images/icons/sprites.png) no-repeat scroll 0px 16px; /* defaults to invisible */
	color: #666 !important;
	display: block;
	font-size: 10px;
	font-weight: normal !important;
	height: 14px;
	line-height: 14px;
	text-decoration: none !important;
	padding: 2px 0 0 20px;
	margin: 3px 0;
}
a.tools:hover
{
	text-decoration: underline !important;
}

#tip-sponsor-hr
{
	border-top: 1px solid #ccc;
	height: 1px;
	line-height: 1px;
	margin: 12px 0 0 -15px;
}
#tip-sponsor
{
	margin-top: 4px;
}

#social-sites
{
	border: 1px solid #fff;
	display: none;
	padding-left: 17px;
}

a.tools-newsletter
{
	background-position: 0px 0px !important;
}
a.tools-itunes
{
	background-position: 0px -16px !important;
}
a.tools-rss
{
	background-position: 0px -32px !important;
}
a.tools-download
{
	background-position: 0px -48px !important;
}
a.tools-favorites
{
	background-position: 0px -64px !important;
}
a.tools-email
{
	background-position: 0px -80px !important;
}
a.tools-print
{
	background-position: 0px -96px !important;
}
a.tools-comment
{
	background-position: 0px -112px !important;
}
a.tools-share-closed
{
	background-position: 0px -128px !important;
}
a.tools-share-open
{
	background-position: 0px -144px !important;
}
a.tools-add
{
	background-position: 0px -160px !important;
}
a.tools-facebook
{
	background-position: 0px -176px !important;
}
a.tools-like
{
	background-position: 0px -384px !important;
}
a.tools-digg
{
	background-position: 0px -192px !important;
}
a.tools-delicious
{
	background-position: 0px -208px !important;
}
a.tools-reddit
{
	background-position: 0px -224px !important;
}
a.tools-twitter
{
	background-position: 0px -240px !important;
}
a.tools-wordpress
{
	background-position: 0px -256px !important;
}
a.tools-blogger
{
	background-position: 0px -272px !important;
}
a.tools-stumbleupon
{
	background-position: 0px -288px !important;
}
a.tools-technorati
{
	background-position: 0px -304px !important;
}
a.tools-myspace
{
	background-position: 0px -320px !important;
}
a.tools-thumbs-up
{
	background-position: 0px -336px !important;
	float: left;
	margin-right: 20px !important;
}
a.tools-thumbs-down
{
	background-position: 0px -352px !important;
	float: left;
	margin-right: 20px !important;
}
a.tools-zune
{
	background-position: 0px -368px !important;
}
/* for future use */
a.tools-extra
{
	background-position: 0px -384px !important;
}
a.tools-extra
{
	background-position: 0px -400px !important;
}
a.tools-extra
{
	background-position: 0px -416px !important;
}
a.tools-extra
{
	background-position: 0px -432px !important;
}
a.tools-extra
{
	background-position: 0px -448px !important;
}
a.tools-extra
{
	background-position: 0px -464px !important;
}
a.tools-extra
{
	background-position: 0px -480px !important;
}





/******************************************************* Recommended For You */

#recommended-for-you
{
}






/************************************************************** Left Sidebar */

#host-top-5-tips, #host-recent-tips
{
	padding-bottom: 1px;
}

#host-top-5-tips h3, #host-recent-tips h3
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 0px;
	padding: 0 8px;
}

#recommended-reading-and-listening h3
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0px;
	padding: 6px 8px;
}
#recommended-reading-and-listening h3 strong
{
	font-size: 12px;
}

#recommended-reading-and-listening p
{
	font-size: 11px;
	line-height: 15px;
	margin: 8px 0;
}

.host-left-sidebar-odd
{
	background: #fff;
	padding: 3px 5px;
	margin: 0 1px;
}
.host-left-sidebar-even
{
	background: #F7F7F7;
	padding: 3px 5px;
	margin: 0 1px;
}

#host-top-5-tips .host-left-sidebar-link
{
	float: left;
	width: 86%;
}

.top-5-tips-digit
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 15px;
}
.host-left-sidebar-link
{
	line-height: 13px;
}
#host-layout .host-left-sidebar-link
{
	width: 91%;
}

.host-left-sidebar-link a:link, .host-left-sidebar-link a:visited, .host-left-sidebar-link a:active, .host-left-sidebar-link a:hover
{
	font-family: Georgia, Palatino, serif;
	font-size: 11px;
	font-weight: bold !important;
	letter-spacing: -0.02em;
	text-decoration: none;
}
.host-left-sidebar-link a:hover
{
	color: #000 !important;
	text-decoration: underline;
}

#about-the-host
{
	font-size: 11px;
	line-height: 15px;
}

#about-the-host p
{
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

#about-the-host h3
{
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 6px;
}

#twitter-link
{
	position: relative;
	left: -10px;
}

#follow-me-on-twitter ul, #recommended-reading-and-listening ul
{
	margin: 0;
	overflow: hidden;
}

#follow-me-on-twitter li, #recommended-reading-and-listening li
{
	font-size: 11px;
	margin: 10px 0;
	list-style-type: square;
}

#get-the-widget
{
	margin-top: -9px;
}

#tip-layout .column1 a:link, #host-bio-layout .column1 a:link, #host-page-layout .column1 a:link, #tip-layout .column1 a:visited, #host-bio-layout .column1 a:visited, #host-page-layout .column1 a:visited, #tip-layout .column1 a:active, #host-bio-layout .column1 a:active, #host-page-layout .column1 a:active, #tip-layout .column1 a:hover, #host-bio-layout .column1 a:hover, #host-page-layout .column1 a:hover
{
	color: #666;
	font-weight: normal;
}
#tip-layout .column1 a:hover, #host-bio-layout .column1 a:hover, #host-page-layout .column1 a:hover
{
	color: #000;
}





/******************************************************************** Footer */

#footer
{
	border-top: 1px solid #e5e5e5;
	color: #aaa;
	font-size: 11px;
	height: 120px;
	margin-left: 18px;
	margin-top: 25px; /* not 30px because of sidebar-block's margin-bottom of 5px */
	padding-top: 30px;
	width: 985px;
}
#footer-left
{
	float: left;
	width: 630px;
}
#footer-left h3
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 10px;
}
#footer-right
{
	float: right;
	width: 325px;
}
#copyright
{
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
}





/********************************************************************* Forms */

fieldset
{
	border: 1px dotted #bbb;
	padding: 5px 22px 10px 22px;
	margin: 1em 0 1.5em 0;
	width: 650px;
}

legend
{
	font-weight: bold;
	font-size: 15px;
	padding: 0 5px;
}

.form-item
{
	margin: 7px 0;
}

.form-textarea
{
	background: #fafafa;
	border: 1px inset #666;
	font-family: Consolas, "Courier New" , monospace;
	font-size: 13px;
	height: 100px;
	padding: 2px;
	width: 95%;
}

.form-input
{
	background: #fafafa;
	border: 1px inset #666;
	font-family: Consolas, "Courier New" , monospace;
	font-size: 13px;
	padding: 2px;
	width: 300px;
}
.form-input-short
{
	width: 150px;
}

.form-input:hover, .form-input:focus, .form-textarea:hover, .form-textarea:focus
{
	border: 1px inset #333;
	background: #fff;
}

fieldset label
{
	float: left;
	padding-right: 8px;
	text-align: right;
	width: 120px;
}

fieldset label.plain
{
	float: none;
	padding-right: 0px;
	text-align: left;
	width: auto;
	font-weight: bold;
}

.form-column
{
	float: left;
}

.form-column-left
{
	float: left;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	width: 20%;
}

.form-column-tip-right
{
	float: right;
	width: 70%;
}
.form-column-tip-left
{
	float: left;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	width: 28%;
}

.form-column-right
{
	float: right;
	width: 78%;
}
.form-checkbox
{
	font-size: 11px;
}

.form-checkbox label
{
	font-size: 12px;
	line-height: 15px;
}

.form-checkbox input
{
	float: left;
	margin: 2px 6px 0 0;
}

.required:after
{
	content: '*';
	color: #c00;
	padding-left: 2px;
}

.required
{
	font-weight: bold;
}





/************************************************************ Generic Floats */

.float-right
{
	float: right;
}
.float-left
{
	float: left;
}





/************************************************************ Generic Frames */

.bordered
{
	border: 3px solid #F7F2F1;
	padding: 9px;
}





/******************************************************************* Headers */

h1
{
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 14px;
	font-family: Georgia, serif;
}
h2
{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: Georgia, serif;
}
h3
{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, serif;
}
h4
{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

h3.white-on-red
{
	background: #960F09;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 0px;
	padding: 0 8px;
	text-transform: uppercase;
}







/**************************************************************** Typography */

.small
{
	font-size: 11px;
	line-height: 16px;
}
.regular
{
	font-size: 12px;
	line-height: 17px;
}
.b, .bold
{
	font-weight: bold !important;
}
.red
{
	color: #900;
}
.uppercase
{
	text-transform: uppercase;
}
.faded, .disabled
{
	color: #aaa;
}
.centered
{
	text-align: center;
}

p.subtitle
{
	border-left: 3px solid #ccc;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	margin: 12px 0;
	padding: 8px 18px;
}

blockquote + h2, blockquote + h3, blockquote + p, p + h1
{
	margin-top: 1.5em;
}
p + h3
{
	margin-top: 1.25em;
}

.dropcap
{
	float: left;
	font-size: 40px;
	line-height: 33px;
	padding-right: 5px;
}

.pull-quote, .pull-quote-left, .pull-quote-right
{
	color: #fff4e5;
	font-family: Georgia, Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}

.pull-quote
{
	border: 3px solid #ddd;
	border-width: 0 3px;
	margin: 14px 0;
	padding: 20px;
}

.pull-quote-left
{
	width: 50%;
	float: left;
	margin: 0 20px 10px 0;
	padding: 20px 20px 20px 0;
	border-right: 3px solid #ddd;
}

.pull-quote-right
{
	width: 50%;
	float: right;
	margin: 0 0 20px 10px;
	padding: 20px 0 20px 20px;
	border-left: 3px solid #ddd;
}





/********************************************************************* Links */

a:link, a:visited, a:active, a:hover
{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	color: #300;
}

.topnav a:link, .topnav a:visited, .topnav a:active, .topnav a:hover
{
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.topnav a:hover
{
	text-decoration: underline !important;
}

a.active:link, a.active:visited, a.active:active, a.active:hover
{
	text-decoration: underline !important;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover
{
	font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
#footer a:hover
{
	text-decoration: underline;
	color: #000;
}

a.gray:link, a.gray:visited, a.gray:active, a.gray:hover
{
	color: #888;
	font-weight: normal;
}
a.gray:hover
{
	color: #555;
}

.article-text a:link, .article-text a:visited, .article-text a:active, .article-text a:hover
{
	color: #555;
	font-weight: normal;
	text-decoration: underline;
}
.article-text a:hover
{
	color: #000;
}

a.external:link, a.external:visited, a.external:active, a.external:hover
{
	background: transparent url(/images/external.gif) no-repeat scroll right center;
	padding-right: 13px;
}

a.jump-link:link, a.jump-link:visited, a.jump-link:active, a.jump-link:hover
{
	background: transparent url(/images/jump-link.png) no-repeat scroll left center;
	padding-left: 14px;
}

a.tip:link, a.tip:visited, a.tip:active, a.tip:hover
{
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.tip:hover
{
	text-decoration: underline;
}





/**************************************************************** Icon Boxes */

.icon-html, .icon-pdf, .icon-txt
{
	padding: 0 0 6px 28px;
}

.icon-html
{
	background: transparent url(/images/icons/link.png) scroll no-repeat top left;
}
.icon-pdf
{
	background: transparent url(/images/icons/pdf.png) scroll no-repeat top left;
}
.icon-txt
{
	background: transparent url(/images/icons/txt.png) scroll no-repeat top left;
}





/************************************************************* Superfish CSS */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1.0;
}
.sf-menu ul
{
	position: absolute;
	top: -999em;
	width: 14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li
{
	width: 100%;
}
.sf-menu li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
	float: left;
	position: relative;
}
.sf-menu a
{
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
	left: 14em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
	left: 14em; /* match ul width */
	top: 0;
}

/*** QDT SKIN ***/
.sf-menu
{
	float: left;
}
.sf-menu a
{
	line-height: 39px;
	padding: 0 6px;
}
/* visited pseudo selector so IE6 applies text colour */
.sf-menu a, .sf-menu a:visited
{
	color: #fff;
}
.sf-menu li li a
{
	/* border-bottom: 1px solid #5D0501; */
	border-bottom: 1px solid #8b0702;
	font-size: 11px;
	padding: 0 10px;
	line-height: 26px;
}
.sf-menu li li a:hover
{
	text-decoration: none !important;
}
.sf-menu li
{
	/* background: #610501; */
}
.sf-menu li li
{
	/* background: #6F0601; */
	background: #af0902;
}
.sf-menu li li li
{
	/* background: #760601; */
	background: #6F0601;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active
{
	/* background: #AF0902; */
	background: #c70a02;
	outline: 0;
}





/***************************************************************** FLVPlayer */

#mediaplayer
{
	border: 1px solid #bbb;
	float: left;
	height: 32px;
	padding: 5px;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}




/*************************************************************** News Layout */

#news-layout img.float-left
{
	margin: 6px 10px 0 0;
}

.newsbox
{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.newsbox h3
{
	font-size: 18px;
}
.newsbox h3 a
{
	color: #000 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
.newsbox h3 a:hover
{
	text-decoration: underline !important;
}




/****************************************************************** Comments */

#episode-comments h1
{
	color: #900;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
#episode-comment-add h2
{
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.episode-comment
{
	border-bottom: 1px dotted #bbb;
	font-size: 13px;
	line-height: 17px;
	margin: 16px 0;
	padding-bottom: 16px;
}

.comment-header
{
	background: url(/images/comment-bubble.png) no-repeat scroll 0px 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-left: 34px;
}

.comment-info
{
	color: #777;
	font-size: 10px;
	font-weight: normal;
}
.comment-text
{
	font-size: 12px;
	overflow: hidden;
}

#episode-comment-add td
{
	padding: 4px 10px 4px 0;
}

#episode-comment-add input, #episode-comment-add textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 2px;
}
#episode-comment-add textarea
{
	width: 365px;
	height: 200px;
}





/******************************************************** All Tips Templates */

.all-tips-header
{
	margin-top: 16px;
}
.tip-index
{
	margin-top: 6px;
}

.tip-index .podcast
{
	background: transparent url(/images/icons/audio.gif) no-repeat scroll 0px 0px;
	padding-left: 32px;
}

.tip-index .not-podcast
{
	padding-left: 32px;
}

.tipbox-date a:link, .tipbox-date a:visited, .tipbox-date a:active, .tipbox-date a:hover
{
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}
.tipbox-date a:hover
{
	color: #333;
}





/**************************************************************** Pagination */

.pagination
{
	background: #fafafa;
	border: 1px dotted #e6e6e6;
	color: #aaa;
	font-size: 11px;
	margin: 12px 0;
	padding: 12px 15px;
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagination strong
{
	color: #444;
}

.pagination a
{
	color: #777 !important;
	font-weight: normal !important;
}
.pagination a:hover
{
	color: #333 !important;
}


/****************************************************** Editorial List Pages */

#editorial-list-page
{
	margin-top: -5px;
}
.editorial-list-grid
{
	float: left;
	height: 138px;
	width: 310px;
}
.editorial-list-info
{
	float: right;
	padding-right: 30px;
	padding-top: 5px;
	width: 225px;
}
.editorial-list-info .tipbox-link
{
	font-size: 12px;
	letter-spacing: 0;
	line-height: 17px;
}
.editorial-list-info .tipbox-link a
{
	font-size: 13px;
}
.editorial-list-info .tipbox-host
{
	font-size: 11px;
}



/****************************************************** New Classes for SEO Changes */
.qdth3
{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 0;
	padding: 0 8px;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}
.qdth3-white-on-red
{
	background: #960F09 none repeat scroll 0 50%;
	font-size: 10px;
}
.qdth3-recommend-reading
{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 0;
	padding: 6px 8px;
}
#qdth3-editor-list
{
	font-family: Georgia, Palatino, serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
#qdth3-editor-list span a:link, span a:visited, span a:active
{
	color: #A90B05;
	font-weight: normal;
	margin-bottom: 1px;
	text-decoration: none;
}
#qdth3-editor-list span a:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.qdth3-article-tools
{
	color: #999999;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}
.qdth3-top-margin
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.qdth3-top-bottom-margin
{
	margin-top: 10px;
	margin-bottom: 0px;
}
.qdth3-about-the-host
{
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 6px;
	font-family: Georgia,serif;
}
#tip-layout h1
{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}
#tip-layout h2
{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, serif;
}
#tip-layout h3
{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

#episode-comment-add .qdth2
{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	font-family: Georgia,serif;
}
#episode-comments .qdth1
{
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	font-family: Georgia,serif;
	margin-bottom: 14px;
}

#footer-left .qdth3-footer
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 10px;
}
.CommentMessage
{
	font-weight: bold;
}
/* Host colors 
 Category navigation IDs */
#category-nav-writing-and-education
{
	background: #575757 url(/images/categories/writing-and-education.png) no-repeat scroll top left;
}
#category-nav-money
{
	background: #575757 url(/images/categories/money.png) no-repeat scroll top left;
}
#category-nav-career-and-work
{
	background: #575757 url(/images/categories/career-and-work.png) no-repeat scroll top left;
}
#category-nav-lifestyle
{
	background: #575757 url(/images/categories/lifestyle.png) no-repeat scroll top left;
}
#category-nav-health
{
	background: #575757 url(/images/categories/health.png) no-repeat scroll top left;
}

/* Host navigation IDs */
#host-nav-grammar
{
	background: url(/images/hosts/banner/grammar.png) no-repeat scroll top left;
}
#host-nav-dealista
{
	background: url(/images/hosts/banner/dealista.png) no-repeat scroll top left;
}
#host-nav-legallad
{
	background: url(/images/hosts/banner/legallad.png) no-repeat scroll top left;
}
#host-nav-getitdone
{
	background: url(/images/hosts/banner/getitdone.png) no-repeat scroll top left;
}
#host-nav-mightymommy
{
	background: url(/images/hosts/banner/mightymommy.png) no-repeat scroll top left;
}
#host-nav-manners
{
	background: url(/images/hosts/banner/manners.png) no-repeat scroll top left;
}
#host-nav-moneygirl
{
	background: url(/images/hosts/banner/moneygirl.png) no-repeat scroll top left;
}
#host-nav-digitalmarketer
{
	background: url(/images/hosts/banner/digitalmarketer.png) no-repeat scroll top left;
}
#host-nav-dogtrainer
{
	background: url(/images/hosts/banner/dogtrainer.png) no-repeat scroll top left;
}
#host-nav-housecalldoctor
{
	background: url(/images/hosts/banner/housecalldoctor.png) no-repeat scroll top left;
}
#host-nav-publicspeaker
{
	background: url(/images/hosts/banner/publicspeaker.png) no-repeat scroll top left;
}
#host-nav-sales
{
	background: url(/images/hosts/banner/sales.png) no-repeat scroll top left;
}
#host-nav-winninginvestor
{
	background: url(/images/hosts/banner/winninginvestor.png) no-repeat scroll top left;
}
#host-nav-nutritiondiva
{
	background: url(/images/hosts/banner/nutritiondiva.png) no-repeat scroll top left;
}
#host-nav-mathdude
{
	background: url(/images/hosts/banner/mathdude.png) no-repeat scroll top left;
}
#host-nav-getfitguy
{
	background: url(/images/hosts/banner/getfitguy.png) no-repeat scroll top left;
}
#host-nav-girlfriendmd
{
	background: url(/images/hosts/banner/girlfriendmd.png) no-repeat scroll top left;
}
#host-nav-helpdeskguy
{
	background: url(/images/hosts/banner/helpdeskguy.png) no-repeat scroll top left;
}
#host-nav-techtalker
{
	background: url(/images/hosts/banner/techtalker.png) no-repeat scroll top left;
}

/* Host color classes */
.bgcolor-dark-grammar
{
	background-color: #B93116 !important;
}
.color-dark-grammar
{
	color: #B93116 !important;
}
.bgcolor-medium-grammar
{
	background-color: #EF6830 !important;
}
.color-medium-grammar
{
	color: #EF6830 !important;
}
.bgcolor-dark-dealista
{
	background-color: #5B1939 !important;
}
.color-dark-dealista
{
	color: #5B1939 !important;
}
.bgcolor-medium-dealista
{
	background-color: #B93372 !important;
}
.color-medium-dealista
{
	color: #B93372 !important;
}
.bgcolor-dark-legallad
{
	background-color: #293649 !important;
}
.color-dark-legallad
{
	color: #293649 !important;
}
.bgcolor-medium-legallad
{
	background-color: #3F5370 !important;
}
.color-medium-legallad
{
	color: #3F5370 !important;
}
.bgcolor-dark-getitdone
{
	background-color: #175552 !important;
}
.color-dark-getitdone
{
	color: #175552 !important;
}
.bgcolor-medium-getitdone
{
	background-color: #2EA7A0 !important;
}
.color-medium-getitdone
{
	color: #2EA7A0 !important;
}
.bgcolor-dark-greengirl
{
	background-color: #525E33 !important;
}
.color-dark-greengirl
{
	color: #525E33 !important;
}
.bgcolor-medium-greengirl
{
	background-color: #798A4C !important;
}
.color-medium-greengirl
{
	color: #798A4C !important;
}
.bgcolor-dark-mightymommy
{
	background-color: #8D2838 !important;
}
.color-dark-mightymommy
{
	color: #8D2838 !important;
}
.bgcolor-medium-mightymommy
{
	background-color: #E55F7F !important;
}
.color-medium-mightymommy
{
	color: #E55F7F !important;
}
.bgcolor-dark-manners
{
	background-color: #404875 !important;
}
.color-dark-manners
{
	color: #404875 !important;
}
.bgcolor-medium-manners
{
	background-color: #56609D !important;
}
.color-medium-manners
{
	color: #56609D !important;
}
.bgcolor-dark-moneygirl
{
	background-color: #547128 !important;
}
.color-dark-moneygirl
{
	color: #547128 !important;
}
.bgcolor-medium-moneygirl
{
	background-color: #87B642 !important;
}
.color-medium-moneygirl
{
	color: #87B642 !important;
}
.bgcolor-dark-digitalmarketer
{
	background-color: #307759 !important;
}
.color-dark-digitalmarketer
{
	color: #307759 !important;
}
.bgcolor-medium-digitalmarketer
{
	background-color: #4BBC8E !important;
}
.color-medium-digitalmarketer
{
	color: #4BBC8E !important;
}
.bgcolor-dark-dogtrainer
{
	background-color: #6B3B22 !important;
}
.color-dark-dogtrainer
{
	color: #6B3B22 !important;
}
.bgcolor-medium-dogtrainer
{
	background-color: #ED844A !important;
}
.color-medium-dogtrainer
{
	color: #ED844A !important;
}
.bgcolor-dark-publicspeaker
{
	background-color: #295667 !important;
}
.color-dark-publicspeaker
{
	color: #295667 !important;
}
.bgcolor-medium-publicspeaker
{
	background-color: #50A5C4 !important;
}
.color-medium-publicspeaker
{
	color: #50A5C4 !important;
}
.bgcolor-dark-sales
{
	background-color: #11304C !important;
}
.color-dark-sales
{
	color: #11304C !important;
}
.bgcolor-medium-sales
{
	background-color: #215E92 !important;
}
.color-medium-sales
{
	color: #215E92 !important;
}
.bgcolor-dark-winninginvestor
{
	background-color: #0F2C41 !important;
}
.color-dark-winninginvestor
{
	color: #0F2C41 !important;
}
.bgcolor-medium-winninginvestor
{
	background-color: #18496C !important;
}
.color-medium-winninginvestor
{
	color: #18496C !important;
}
.bgcolor-dark-nutritiondiva
{
	background-color: #225F64 !important;
}
.color-dark-nutritiondiva
{
	color: #225F64 !important;
}
.bgcolor-medium-nutritiondiva
{
	background-color: #3FACB5 !important;
}
.color-medium-nutritiondiva
{
	color: #3FACB5 !important;
}
.bgcolor-dark-mathdude
{
	background-color: #5c681b !important;
}
.color-dark-mathdude
{
	color: #5c681b !important;
}
.bgcolor-medium-mathdude
{
	background-color: #a7bc31 !important;
}
.color-medium-mathdude
{
	color: #a7bc31 !important;
}
.bgcolor-dark-getfitguy
{
	background-color: #1074b3 !important;
}
.color-dark-getfitguy
{
	color: #1074b3 !important;
}
.bgcolor-medium-getfitguy
{
	background-color: #1abae9 !important;
}
.color-medium-getfitguy
{
	color: #1abae9 !important;
}
.bgcolor-dark-girlfriendmd
{
	background-color: #402b59 !important;
}
.color-dark-girlfriendmd
{
	color: #402b59 !important;
}
.bgcolor-medium-girlfriendmd
{
	background-color: #7952a7 !important;
}
.color-medium-girlfriendmd
{
	color: #7952a7 !important;
}
.bgcolor-dark-helpdeskguy
{
    background-color: #3a3b3d !important;
}
.color-dark-helpdeskguy
{
    color: #3a3b3d !important;
}
.bgcolor-medium-helpdeskguy 
{
    background-color: #5e5f63 !important;
}
.color-medium-helpdeskguy 
{
    color: #5e5f63 !important;
}

.bgcolor-dark-techtalker
{
    background-color: #3a3b3d !important;
}
.color-dark-techtalker
{
    color: #3a3b3d !important;
}
.bgcolor-medium-techtalker 
{
    background-color: #5e5f63 !important;
}
.color-medium-techtalker 
{
    color: #5e5f63 !important;
}


.email-submit-showlanding
{
	padding: 14px 0 14px 15px;
	position: relative;
}
.email-submit-showlanding h3, h4
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width: 182px;
}
.email-submit-showlanding h3
{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.email-submit-showlanding h4
{
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	opacity: 0.8;
}
.email-submit-showlanding-inner
{
	height: 28px;
	margin-top: 10px;
	position: relative;
}
.email-submit-showlanding input.search-input
{
	border: 0;
	color: #666;
	left: 0;
	position: absolute;
	top: 0px;
	width: 165px;
}
.email-submit-showlanding input.submit
{
	background: #c00;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	left: 165px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	width: 66px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.email-submit-showlanding img
{
	position: absolute;
	right: 5px;
	top: 3px;
}
form.email-submit
{
	border: 0;
	margin: 0;
	padding: 0;
}

.email-submit-hostarticle
{
	padding: 10px 0 12px 11px;
	position: relative;
}
.email-submit-hostarticle h3, h4
{
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 !important;
}
.email-submit-hostarticle h3
{
	font-size: 15px !important;
	font-weight: bold !important;
	line-height: 21px !important;
	padding-left: 21px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
	width: 100px !important;
}
.email-submit-hostarticle h4
{
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	opacity: 0.8;
	width: 122px !important;
}
.email-submit-hostarticle input.search-input
{
	border: 0;
	color: #666;
	float: none;
	font-size: 12px;
	height: 15px;
	left: 0;
	margin-top: 5px;
	padding: 3px 3px 3px 4px;
	top: 0;
	width: 100px;
}
.email-submit-hostarticle input.submit
{
	background: #c00;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 6px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 66px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.email-submit-hostarticle img
{
	position: absolute;
	width: 20px;
}


#ctl00_cphMiddle_lnkSubscribe
{
	display: block;
}
.email-submit-form
{
	background: #900000;
	height: 46px;
	position: relative;
}
.email-submit-form input.search-input
{
	border: 0;
	color: #666;
	left: 14px;
	position: absolute;
	top: 5px;
	width: 165px;
}
.email-submit-form input.submit
{
	background: #c00;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	left: 165px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	width: 66px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}


.sidebar-block-left
{
	margin-bottom: 20px;
}
.email-submit-form-inner
{
	height: 28px;
	margin-top: 10px;
	position: relative;
}
.search-input
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #7E0906;
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 17px;
	left: 7px;
	padding: 5px;
	position: relative;
	top: -1px;
	width: 230px;
}

.fieldvalidator
{
	position:absolute;
	top:27px;
}

.fieldvalidator-home
{
	position:absolute;
	top:31px;
	left:15px;
}
/*----------------------------------- Style Definition for the new story Page---------------------*/
.story-item
{
	margin: 7px 0;
}
#story h2
{
	color: #930801;
	font-size: 27px;
	line-height: 30px;
}
.story-textarea
{
	background: #fafafa;
	border: 1px inset #666;
	font-family: Consolas, "Courier New" , monospace;
	font-size: 13px;
	padding: 2px;
	width: 95%;
}
.story-column-tip-right
{
	float: right;
	width: 70%;
}
.story-column-tip-left
{
	float: left;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	width: 28%;
}

.story-column-right
{
	float: right;
	width: 78%;
}
.story-checkbox
{
	font-size: 11px;
}

.story-checkbox label
{
	font-size: 12px;
	line-height: 15px;
}

.story-checkbox input
{
	float: left;
	margin: 2px 6px 0 0;
}

.play_dog_trainer
{
    margin-bottom:8px;
}

#id-last-blog-content
{
    float:right;
    width:470px; 
    line-height:20px; 
    height:44px; 
    background-color:#FFFFFF; 
    color:Black; 
    padding-left:5px;
}

#id-last-blog-title
{ 
    width:160px;
    height:44px; 
    background-color:#FF7F27; 
    color:Black; 
    padding-left:5px; 
    margin-left:-10px;
}

#id-last-blog-content a:link, id-last-blog-content a:visited, id-last-blog-content a:active, id-last-blog-content a:hover
{
	color: #531BFF;
	font-weight: bold;
	padding-right: 14px;
	text-decoration: none;
}

id-last-blog-content a:hover
{
	text-decoration: underline;
}

#div-sweep-rule-wrapper
{
    width: 932px; 
    text-align: center
}


