/*
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/
*/

/* Adsense Menu */

div#adsense_link_728 {background:#262927; border:1px solid #5b6d5e; padding:.5em;}

/* 728 Leaderboard Ad */

div#ad_728x90 {
display:block;
margin-bottom:-0.2em;
border:none;
padding-top:5px;
padding-bottom:5px;
padding-left:193px;
background:url('http://huntsmanslodge.com/images/728_ad_bg.jpg') no-repeat; outline: none; }

/* Cataclysm Ad */

div#ad_cataclysm {
float:left;
margin-bottom:-0.2em;
border:none;
padding-top:5px;
padding-bottom:5px;
padding-left:7px;
}

/* Custom Border */

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0.1em solid #5b6d5e;}

/* Custom Background Header */

body.custom {
    background: #000 url('images/background_header.jpg') 50% 0 no-repeat;
}

/* MM Box BG */

.custom #multimedia_box {
    background: transparent;
    margin-bottom:-0.3em;
}

/* Sidebar BG */

.custom #sidebars {
	background: transparent;
}

.custom #content_box {
    background:url('http://huntsmanslodge.com/images/hl_content_box_bg.jpg') 50% 0 repeat;
    border-bottom: 0.1em solid #5b6d5e;
    border-top: 0.1em solid #5b6d5e;
}

/* Subscribe Link */

.custom #tabs .rss a {
   color: #eeeeee;
   text-transform: uppercase;
   padding-right: 16px;
   background: url('images/icon-rss.gif') 100% 50% no-repeat;
}

.custom #tabs .rss a:hover {
   color: #cade58;
   text-decoration: underline;
}

/* Widget Spacing */

.custom li.widget {margin-bottom:1.5em;}

/* Hide Comments Are Closed */

.custom .comments_closed p {
   display: none;
}

/* Style Author Comments /*

/* Re-style the author and children comments */
.custom dl#comment_list .bypostauthor { background: #383c37; }
/* Reset Thesis default */
.custom dl#comment_list dd { padding-top: 0; }
/* Reset Thesis default */
.custom dl#comment_list dd,
.custom dl#trackback_list dd { padding-left: 0; }
/* Reset Thesis default */
.custom dl#comment_list dl dd .format_text { margin-bottom: 0; }
/* Reset Thesis default */
.custom dl#comment_list dd div,
.custom dl#trackback_list dd div { padding-left: 0.9em; }
.custom dl#comment_list dl dd div { padding-left: 1.5em; }
.custom dl#comment_list dt.bypostauthor,
.custom dl#comment_list dd.bypostauthor>div { background: #333333 none repeat scroll 0 0; }
.custom dl#comment_list dl.children { background: #262927; padding-left: 1em; padding-top: 1em; }
.custom dl#comment_list dl.children dt { padding-top: 1em; }
.custom dl#comment_list p.reply { margin-bottom: 1em; }

/* Comment Reply Button */

.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #262927; color: #FFF; font-size: 11px; font-weight: normal; padding: 4px 6px; text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#5b6d5e; border: 0;}

/* Custom Notes and Alerts */

.custom .format_text p.note { background: #333333; }
.custom .format_text p.alert { background: #555555;  }

/* Comments styling for post pages */

.custom .comments_intro span {color: #fff;}
.custom .comments_intro p {color: #fff;}
.custom .comments_intro a {color: #fff;}
.custom .comments_intro {color: #fff !important;}
.custom .comments_intro span.bracket {color: #fff;}

/* The date below trackback, then way down below, the "Leave a Comment" text */

.custom dl#trackback_list dd span {color: #fff;}
.custom div#respond_intro p {color:#fff;}

/* Comments on Home Page */

.custom p.to_comments a span {color:#fff !important;}
.custom p.to_comments a {color:#fff !important;}

div.teasers_box a.teaser_comments {color:#cade58; border-bottom:none; text-transform:capitalize; letter-spacing:0px; font-size:12px;}

/* Trackback Styling */

.custom dl#trackback_list dt a {color: #ccc;}
.custom dl#trackback_list dd span {color: #fff; padding-left: 10px;}

#trackback_list a {color:#ccc;}
#trackback_list a:hover {color:#fff;}

/* Custom Header */

.custom #header #logo a {
display:block;
height:140px;
width:929px;
border-left: 1px solid #5b6d5e;
border-right: 1px solid #5b6d5e;
background:url('http://huntsmanslodge.com/images/hl_header_main.jpg') no-repeat; outline: none; }

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header #tagline { height: 0; }

.custom #header { padding: 0; }

/* ebay Widget */

#text-452778594 {
margin-top:-3px;
margin-bottom:-3px;	
}

/* Custom Pre Tags for Code */

.custom pre {
	font-size: 1.5 em;
	font-family: Courier, "Courier New", mono;
 	color: #EEEEEE;
	margin: 10px;
	padding:10px;
	border: solid 1px #9bc2ce;
	background: #383c37;
}

.paypal-donations {
	text-align: center;
}

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

/* Copyright Footer */

.custom .copyright {
	color: #ccc;
        display: block;
        text-align: center;
        padding-top: 10px;
        font-size: 9px;
        background:#383c37;
        border: 1px solid #5b6d5e;
        height: 60px;
        width: 930px;
}

/* Forum Customizations */

.forum #content {background: #e6ebdc url('http://huntsmanslodge.com/images/hl_forum_page_bg.jpg') 50% 0 repeat;}

.forum .headline_area {display: none;}

/* Blockquote Styling */

blockquote {
      color: #bbb;
}