/* @override 
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?092209-150959
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?091609-180928
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?090309-00947
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?082409-10809
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?072609-220730
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?072409-230752
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?072509-10714
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?090309-00944
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?091609-10902
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?092209-150900
	http://mediawestpublications.com/mwpublications/wordpress/wp-content/themes/thesis_151/custom/custom.css?100809-161004
*/

/*
 
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom{
	background: #f2f2f2;
	color: #2a3084;
	}
	
.custom a{
	color: #2a3084;
	}	
	
.custom #container{
	background: #fff;
	margin-top: 3em;
	border: 2px solid #b9c1e6;
	}

.custom #page{
	}

	
.custom #header{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	}	
	
.custom #logo a{
	background: url('images/Logo-Marketing-MediaWest-2.jpg') no-repeat;
	width: 457px;
	height: 100px;
	display: block;
	text-indent: -9999px; 
	outline: none;
	}

.custom #tabs{
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 2px solid #b9c1e6;
	border-bottom: 2px solid #b9c1e6;
	border-right: 2px solid #b9c1e6;

	}
	
.custom #tabs li{
	padding: 0 1.5em;
	margin: 0;  
	background: #fff;
	border-left: 1px solid #b9c1e6;
	border-right: 1px solid #b9c1e6;
	border-top: 0; 
	border-bottom: 0;
	} 
	
.custom #tabs li a{
	color: #2a3084; 
	}	

.custom #tabs li:hover {
	background: #f2f2f2;
	border-left: 1px solid #b9c1e6;
	border-right: 1px solid #b9c1e6;
	}	

.custom #tabs li:hover a{
	text-decoration: none;
	color: #2b3084;
	}	

.custom #tabs li.current_page_item{
	background: #f2f2f2;
	border-left: 1px solid #b9c1e6;
	}	


/* Hide the words Landing Page on the home page */

.custom.landing-page .post_box.top .headline_area h2{
	display: none;
	}

.custom span.bigquote{
	background: url('images/quote-new.jpg') no-repeat;
	padding: 5px 20px;
	text-indent: -9999px; 
	display: block;    
	} 

.custom.landing-page .post_box.top .format_text{
	background: url('images/doctor_new.jpg') no-repeat 95% 0%;
	border: 2px solid #b9c1e6 !important;
	padding: 2em 3em;
	margin-bottom: 3em;
	} 

.custom.landing-page .post_box.top p#intro_text{
	width: 445px;
	color: #2a3084;
	text-indent: 55px; 
	background: transparent;
	position: relative;
	top: -40px; 
	margin-bottom: -25px;
	} 

.custom.landing-page .post_box.top p#intro_pullquote{
	width: 400px;
	font-size: 1.4em;
	line-height: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #2a3084;
	margin-bottom: 10px;
	}

.custom.landing-page .post_box.top p#intro_source{
	width: 370px;
	font-size: 1.1em;
	text-align: center;
	color: #2a3084;
	margin-bottom: 35px;
	}
 
.custom.landing-page .post_box.top #intro_links{
	width: 400px;
	font-size: 1em;
	text-align: center;
	list-style-type: none;
	}	
	

.custom.landing-page .post_box.top #intro_links li{
	margin-bottom: 1em;
	margin-left: -70px;
	}	
	
	
.custom.landing-page .post_box.top #intro_links a{
	font-weight: bold;
	}	

	
/* Hide Sidebars on Landing Page */	

.custom.landing-page #sidebars{
	display: none;
	}	  
	

.custom #sidebars, .custom #sidebar_1, .custom #sidebar_2, .custom .sidebar_list{
	background: none;
	border: none;
	display: none;
	}

.custom #footer{
	text-align: center;
	}
	
.custom #footer span.right.footer-attribution{
	}
	

/* Product Page Specific Styles */


.custom.products p#agree{
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
	}

.custom.products p#agree a#view_products{
	text-decoration: none;
	padding: 12px;
	background: #000ABA;
	color: #fff;
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

.custom.products p#agree a#view_products:hover{
	color: #ddd;
	}


.custom ul.product_list li h4{
	margin-bottom: 20px;
	}

.custom ul.product_list{
	float: left;
	width: auto;
	overflow: auto;
	margin-left: 25px;
	}

.custom ul.product_list li{ 
	float: left;
	width: 320px;
	padding: 20px 5px;
	margin: 5px;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
	overflow: auto;
	border: 1px solid #9c9c9c;
	}

.custom ul.product_list li a{
	text-decoration: none;
	}

.custom ul.product_list li a:hover{
	text-decoration: underline;
	}

.custom ul.product_list li a img{
	margin-bottom: 0;
	border: #ccc solid 1px;
	}
	
.custom p.copyright{
	clear:both;
	font-size:0.8em;
	color:#777;
	text-align: center;
	}	
	
	
.custom.four-page-brochure-lc h1, .custom.four-page-brochure-l-only h1, .custom.twenty-four-page-brochure-lc h1, .custom.twenty-four-page-brochure-l-only h1{
	text-align: center;
	}	

.custom.four-page-brochure-lc div.pagelink, .custom.four-page-brochure-l-only div.pagelink, .custom.twenty-four-page-brochure-lc div.pagelink, .custom.twenty-four-page-brochure-l-only div.pagelink{
	text-align: center;
	}

.custom.four-page-brochure-lc ul.product_links, .custom.four-page-brochure-l-only ul.product_links, .custom.twenty-four-page-brochure-lc ul.product_links, .custom.twenty-four-page-brochure-l-only ul.product_links{
	list-style-type: none;
	margin:auto;
	width: 275px;
	margin-top: 30px;
	}

.custom.four-page-brochure-lc ul.product_links li, .custom.four-page-brochure-l-only ul.product_links li, .custom.twenty-four-page-brochure-lc ul.product_links li, .custom.twenty-four-page-brochure-l-only ul.product_links li{
	margin-bottom: 2em;
	}

.custom.four-page-brochure-lc ul.product_links li a, .custom.four-page-brochure-l-only ul.product_links li a, .custom.twenty-four-page-brochure-lc ul.product_links li a, .custom.twenty-four-page-brochure-l-only ul.product_links li a{
	font-weight: bold;
	}

.custom.four-page-brochure-lc ul.product_links li a.pdf_download, .custom.four-page-brochure-l-only ul.product_links li a.pdf_download, .custom.twenty-four-page-brochure-lc ul.product_links li a.pdf_download, .custom.twenty-four-page-brochure-l-only ul.product_links li a.pdf_download{
	background: url(images/PDF-Icon-32.jpg) no-repeat;
	padding: 10px 10px 10px 40px;
	}

.custom.four-page-brochure-lc ul.product_links li.sub_text, .custom.four-page-brochure-l-only ul.product_links li.sub_text, .custom.twenty-four-page-brochure-lc ul.product_links li.sub_text, .custom.twenty-four-page-brochure-l-only ul.product_links li.sub_text{
	list-style-type: none;
	font-size: 0.8em;
	width: 275px;
	margin: auto; 
	margin-bottom: 2em;
	}

.custom.four-page-brochure-lc #sidebars, .custom.four-page-brochure-l-only #sidebars, .custom.twenty-four-page-brochure-lc #sidebars, .custom.twenty-four-page-brochure-l-only #sidebars{
	display: none;
	}


/* eBrochure Feature Box Styles */

.custom #featured-product{
	text-align: center;
	border: 1px solid #ccc;
	padding: 2em;
	margin-bottom: 3em;
	}
	
.custom #featured-product h4{
	margin-bottom: 1em;
	}
	
.custom #featured-product ul{ 
	list-style-type: none;
	margin-bottom: 0;
	}	

.custom #featured-product ul li{
	margin-bottom: 1em;
	}	

.custom #featured-product ul li:last-child{
	margin-bottom: 0em;
	}	
	
.custom #featured-product ul li a{
	}	

.custom #featured-product ul li h4{
	margin-top: 10px;
	}	

.custom h1{
	line-height: 1.5em;
	margin-bottom: 1em;
	}	

.custom span.fire{
	color: #ff000c;
	}

/* Contact Page */	

.custom p#contact_info{
	line-height: 2.5em;
	}