/* @override http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?013109-50135 */

/* @override 
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?012409-220114
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?012409-220149
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?012309-190116
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?011709-60153
	http://localhost:8888/development/wp-content/themes/thesis/custom/custom.css?011209-230159
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?011709-70109
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?012309-230148
	http://www.designedbyhollywood.com/wp-content/themes/thesis/custom/custom.css?012609-180143
*/ 

/*
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: #000 url('images/dbh_bg.jpg') no-repeat 50% 0%; 
padding-top: 19.5em;
	}
 
.custom em{
	font-style: italic;
	}


.custom strong{
	font-weight: bold;
	} 
	  
	
.custom .right{
	float: right;
	}

.custom .left{
	float: left;
	}
	
	
.custom #page{
background: #fff;
border: 2px solid #af7d7c;
padding-top: 0;
	}

.custom #container{
	padding-bottom: 5em;
	}

.custom div#header{
	padding: 0.5em;
	padding-left: 0;
	margin-bottom: 1em;
	}

.custom #content_box{
	background-position: 61%;
	}
	   
.custom #content{
	border: none;
	width: 56.0em;
	}

.custom #content div.post_box{
	padding: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2em;
	border: 1px solid #E7C0C1;
	width: 55em;
	}
  
 .custom div#container div#page div#content_box div#content.hfeed .post_box.top{
	padding: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2em;
	border: 1px solid #E7C0C1 !important;
	width: 55em;
	}
 
.custom #image_box{
	border-bottom: 1px solid #E7C0C1;
	}

/* Headline Styles */

.custom div.headline_area h2.entry-title a{
	text-decoration: none;
	font-weight: bold;
	color: #af7d7c;
	}

.custom div.headline_area p.headline_meta{
	margin-bottom: 1em;
	}

.custom div.headline_area{
	margin-bottom: 1em;
	}


.custom #content.hfeed .post_box div.format_text.entry-content a img.frame{
	}

.custom #content.hfeed .post_box.top div.headline_area{
	}  

.custom #content.hfeed .post_box.top p.to_comments{
	display: none;
	visibility: hidden;
} 
  

/* Navigation Tabs Styles */

.custom ul#tabs { list-style: none; background: none; border:none; font-size: 1.5em; font-weight: bold;}
 
.custom	ul#tabs li { background: transparent; border: none; }

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: none; border: none; }

.custom	ul#tabs li a, ul#tabs li a:visited { color: #af7d7c; text-decoration: none; text-transform: none; padding-left: 0; padding-right: 1.5em;}

.custom ul#tabs li a:hover { color: #af7d7c; text-decoration: underline; }
	
.custom ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { color: #af7d7c; }

.custom ul#tabs li form#searchform div#nav_search{
	padding-top: 0.3em;
	margin-left: 3.2em;
	}

.custom ul#tabs li form#searchform div#nav_search input#s{
	background: #fff;
	padding: 0.25em;
	border: 1px solid #af7d7c;
	color: #888;
	}

.custom ul#tabs li form#searchform div#nav_search input#searchsubmit.btn{
	background: #fff;
	padding: 0.25em;
	border: 1px solid #af7d7c;
	color: #888;
	}
	 
	 
/* Blog Post Content Styles */

.custom .format_text.sub_media{
	margin-right: 1em;
	float: left;
	}

.custom .format_text.sub_media a img{
	width: 15em;
	height: 12em;
	margin-right: 0;
	margin-bottom: 0;
	}

.custom .format_text.sub_text{
	font-size: 1em;
	}
	
.custom .format_text.featured_text div.format_text.entry-content p{
	margin-bottom: 0;
	padding-bottom: 0;
	}	
  
.custom a.subtitle{
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	}

.custom a{
	color: #af7d7c;
	}


.custom .prev_next{
display:none;
}

/* CODA SLIDER STYLES */

.custom #wrapper{
	width: 55em;
	margin: 0 1.3em 1em 0.1em;
	padding: 1em 1em;
	border: 1px solid #E7C0C1;
	} 

.custom #slider {
    margin: 0 auto;
    position: relative;
  	}

.custom .scroll {
   	width: 55em;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    }

.custom .scroll .scrollContainer{
	}

.custom .scrollContainer div.panel {
    padding: 0 0.7em;
    width: 54em; 
	}

.custom .format_text.featured_media{
	width: 38.5em;
	height: 18.5em;
	margin-bottom: 1em;
	}

.custom .format_text.featured_media a img{
	width: 37.2em;
	height: 17.3em;
	}

.custom .format_text.featured_text{
	font-size: 1em;
	margin-bottom: 1em;
	}
	
.custom #shade {
    height: 140px;
    border-top: 1px solid #ccc;
    background: #eee;
    padding: 1em 0;
	}

.custom ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0.9em;
	}   

.custom ul.navigation li {
    display: inline;
    float: left;
    width: 155px;
    margin-left: 10px;
    background: #000;
    padding: 0 8px;
	}

.custom ul.navigation li h3.scroller_thumb_title{
	display: block;
	padding: 0.25em 0;
	font-size: 1.25em;
	background: #000;
	text-align: center;
	font-weight: bold;
	color: #af7d7c;
	width: 160px;
	border-bottom: 1px solid;
	height: 18px;
	}
 
 .custom ul.navigation li a:hover h3.scroller_thumb_title {
	color: #fff;
	}

 .custom ul.navigation li a.selected h3.scroller_thumb_title {
	color: #fff;
	}
 
.custom ul.navigation a {
    text-decoration: none;
    float: left;
    font-size: 1.25em;
	}

.custom ul.navigation a:hover {
	background: url(images/arrow_up.png) no-repeat 50% 0%;
	
	}

.custom ul.navigation a.selected {
	background: url(images/arrow_up.png) no-repeat 50% 0%;
	}

.custom ul.navigation a:focus {
    outline: none;
	}

.custom .scrollButtons {
    position: absolute;
    top: 130px;
    cursor: pointer;
	}

.custom .scrollButtons.left {
    left: -13px;
    z-index: 100;
    display: none;
    visibility: hidden;
	}

.custom .scrollButtons.right {
    right: -13px;
    z-index: 101;
    display: none;
    visibility: hidden;
	} 

.custom .hide {
    display: none;
	}

.custom span.thumbtitle{
	display: block;
	font-size: 1.3em;
	text-align: center;
	display:none;
	}

.custom img.scroller-thumb{
	padding: 0.5em 0;
	}

.custom img.scroller-thumb-big{
	padding: 0.3em 0.4em;
	border: 0.1em solid #2b2b2b;
	}

.custom a.selected img.scroller-thumb{
	}

/*--:[ Custom Lead Story Styles ]:---*/
 
.custom .lead_text h2{
	text-transform: uppercase;
	font-size: 2em;
	}

.custom div.lead_text.format_text.entry-content h3{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	border-bottom: none;
	} 


/* Sidebar Styles */

.custom div#content_box div#sidebars{
	border: 1px solid #af7d7c;
	}


.custom ul.sidebar_list li.widget h3{
	font-size: 1.5em;
	color: #af7d7c;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	line-height: 1.2em;
	}	

.custom ul.sidebar_list li.widget ul li a{
	color: #af7d7c;
	}

/* Image Box Styles*/

.custom #sidebars #multimedia_box #image_box img{
	max-width: 33.8em;
	}


/* Search Widget Styles */

.custom ul.sidebar_list li.widget form.search_form p input#s.text_input{
	font-size: 0.9em;
	color: #ccc;
	background: #fff;
	}

/* Subscription Widget Styles */

.custom div#subscription_options{
	}

.custom ul.subscription_list{
	list-style-type: none;
	list-style: none;
	}

.custom ul.subscription_list li{
	margin-bottom: 10px;
	}

.custom li#rss_sub{
	background: url('images/rss.png') no-repeat 0%;
	height: 48px;
	font-size: 2.8em;
	}

.custom li#rss_sub a{
	color: #ccc;
	display: block;
	padding: 0.4em 0 0.4em 1.5em;
	}

.custom li#rss_sub a:hover{
	color: #af7d7c;
	text-decoration: none;
	}

.custom li#email_sub{
	}

.custom li#email_sub form input.email_field {
	background: transparent;
	color: #888;
	font-family: helvetica;
	border: 1px solid #ccc;
	padding: 0.5em 0 0.5em 0.2em;
	width: 90px;
	margin-top: 0.8em;
	margin-left: 0.8em;
	}  

.custom li#email_sub form input.go_button {
	background: url('images/email.png') no-repeat;
	height: 48px;
	width: 48px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	}
		
/* Footer Ad */

.custom #footer_ad{
	background: #fff;
	margin: 1em 0;
	border: 1px solid #bbb;
	text-align: center;
	}
		
/* Footer */

.custom #footer{
	}

.custom #footer ul.footer_content{
	padding-bottom: 1em;
	}

.custom #footer ul.footer_content li{
	float: left;
	margin-right: 4em;
	}
	
.custom #footer ul.footer_content li.copyright{
	float: right;
	margin-right: 0;
	}

	