/*
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: #000000;
    color: #bebebe;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    }

/*change the comment # size*/
.custom .format_text .to_comments span { 
    font-size:2em;
    color: #bebebe;
    background-color: none;
    }

/* removed "from the category archives of" message */
#archive_info {display:none;}

/* change links */
.custom a:link {color:#99cc00; text-decoration:none;}
.custom a:visited {color:#99cc00; text-decoration:none;}
.custom a:active {color:white; text-decoration:none;}
.custom a:hover {color:white; text-decoration:none;}

/* change nav hover color */
.custom ul#tabs li a:hover {
       color: #fff; 
       text-decoration: underline; 
       background-color: #1873a1; }

/* Wordpress Image Captions */
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background: none; background-color: none; border: 0.000em solid #666666; text-align: right; padding: 0.000em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; color: #666666}

.custom #header #logo a { display: block; height: 100px; width: 500px; background: url('http://www.thebastardchronicles.com/blog/wp-content/uploads/2009/08/logo21.png') no-repeat; outline: none; }

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 1em 0em 0em 0em; }

.custom #header #logo {
        width: 950px;
        background-color: none;
}

#fake_header_nav {
        width: 400px;
        height: 90%;
        background-color: none;
        float: right;
        padding: 4em 0em 0em 0em;
        vertical-align: baseline;
        text-align: right;
        font-size: 12px;
        font-family: verdana;
        font-weight: lighter;
}

/* change link color of fake header div */
#fake_header_nav a {color:#575757; text-decoration: none;}
#fake_header_nav a:link {color:#575757; text-decoration:none;}
#fake_header_nav a:visited {color:#575757; text-decoration:none;}
#fake_header_nav a:active {color:white; text-decoration:none;}
#fake_header_nav a:hover {color:white; text-decoration:none;}

  
/* remove header border and other stuff */
.custom #header {  
	border:none; 
        border-bottom:0;
        background-color:none; 
        }

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
       border-bottom: 0px;
       border-top: 0px;
       border-right: 0px;
       border-left: 0px;
}

.custom #header_area {
        background:none;
}

#billboard {
        background-color: none;
        width: 950px;
        height: 300px;
}


#channels {
        background: none;
        background-color: #1a1a1a;
        width: 950px;
        height: 120px;
        opacity: .7;
}

.custom #feature_box {
        border: none;
        background: none;
        background-color: none;
        color: #CDC9C9;
        font-size: 12px;
        margin: 0em 0em .5em 0em;
        padding: .5em .5em .2em .5em;
        width: 50%%;
}

.custom #feature_box a { color: #cc0000; border-bottom: 0px dashed #fff; text-decoration: none; }
.custom #feature_box a:hover { background: none; color: #fff; }


.custom #content_box, .custom #column_wrap {
        background: none;
} 

.custom #container {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0em;
    border: none;
    background-color: white;
}

.custom #page {
    background: #fff;
}


.custom #content_box {
        background:none;
        padding: 0em 0em 0em 0em;
        margin: 0em 0em 0em 0em;
        background-color:none;
}

.custom #content {
        background-color:none;
        padding: 0em 0em 0em 0em;
        margin: 0em 0em 0em 0em;
}


.custom .comment-heading { 
        font-size: 2em; 
        margin-bottom: -1em; 
        padding: 1em;
}

/* TheRSS. Remember, for padding, etc: top, right, bottom left (clockwise) */
#TheRSS {
        font-size:14px;
	width: 300px;
	height: 100px;
	background: none;
	border: 1px solid #000000;
        padding: 0em 0em 0em 0em;
	margin: 0em 0em 2em 0em;
}

/* My Email Subscription form */
#subscribe {
       width: 300px;
       height: 480px;
       background: none;
       display: block;
       padding: 0em 0em 0em 0em;
       margin: 0em 0em 2em 0em;
}
       

.custom #sidebars {
        font-family: arial;
        font-size: 8px;
}

.custom #sidebars h3 {
        font-size: 14px;
        font-weight: bold;
        font-family: arial;
        text-transform: capitalize;
}

#sidebar_nav {
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
        font-size: 14px;
        font-family: arial;
        font-weight: normal;
        line-height: 1.5em;
        padding: 2em 0em 2em 0em;
        margin-bottom: 1em;
        opacity: .7;
}

.custom #footer_area {
        background-color: #000;
        border-bottom: none;
}

.custom #footer {
        background-color: #fff;
        height: 150px;
        opacity:1;
        border-bottom: 0px;
        border-top: none;
        border-right: 0px;
        border-left: 0px;
        display: none;
}

#footer_copyright {
        height: 100%;
        width: 100%;
        background-color: none;
        color: #ababab;
        font-size: 11px;
        padding: 1em 1em 0em 0em;
}

#foot { 
	background: none;
	color: #2f2f2f;
	font-size: 8px;
	margin: 0px auto;
	overflow: hidden;
	padding: 1.5em;
}

	#foot a { color: #5c5c5c; border-bottom: 0px dashed #fff; text-decoration: none; }
        #foot a:hover { background: none; color: red; }
	#foot span.cat, #foot h3 { /* controls all blue headings */
          color: #000; font-size: 12px; font-weight: bold; letter-spacing: 0px; text-transform: uppercase; }
	
	#foot h5 { font-size: 10px; }
	
	#foot ul li ul { list-style-type: square; margin-left: 10px; }
	
	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 12px; margin-bottom: 11px; }
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #000;
		list-style-type: none;
		margin-top: 1px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
                }

		#cats li { 
			float: left; 
			font-size: 11px;
			line-height: 2em;
			margin: 0 2px 5px 0;
			width: 165px;
                        }
	
#copyright { 
	clear: both;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 10px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

/*being used for links on bottom in #foot*/
#outgoing_links {
        clear: both;
        font-size: 10px;
        padding-top: 10px;
        color: #B8B8B8;
}

#comment_policy {
        font-size:12px;
        width: 500px;
	height: 100px;
	border: 0px solid #000000;
	padding: 0em 0em 0em 0em;
	margin: 1em 0em 1em 0em;
        text-align: justify;
}


/* Change backgrounds for author replies */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {
        background: #484C38 none repeat scroll 0 0; 
        padding-top:20px;
}

/* Change Reply Text in Threaded Comments to a button */
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/*Remove "Comments Closed" Remark*/
.custom .comments_closed p {display: none ;}