/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &amp;lt;body&;amp;gt; tag 
will be appended with the "custom" class, like so: &lt;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/
*/
#header {border-bottom:none;}
.custom #container { margin-top: 2em; margin-bottom: 2em; }

/*---Clickable header image---*/
.custom #header #logo a { display: block; height: 250px; width: 1012px; background: url(images/header4.jpg) 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: 0; }
/*---End Clickable header image---*/

.custom .menu {
background: #B26F15;
}

/* Custom subscribe box */
.custom .blue { background-image: url(images/shit.gif); background-repeat:no-repeat; background-position:top left; }
.custom .blue p { font-size:1.2em; line-height:1.5em; margin-bottom:13em; margin-top:3em; visibility: hidden; letter-spacing:2px; font-weight:bold;  }
/* End Custom subscribe box */

.custom .sidebar h3 { font-size: 1.42em; font-weight: bold; }

//.custom .post_box { border-width:0.15em 0em 0em; }
.custom .post_box {border:none;}

.custom .format_text .to_comments span.bracket {color: #72A3BA;}

/* Fontburner font options*/

.sIFR-active h1 {
line-height: 1.2em;
font-size: 4em;
}
.sIFR-active h2 {
line-height: 1.2em;
font-size: 3em;
}
.sIFR-active h3 {
line-height: 1.3em;
font-size: 1.5em;
}
.sIFR-active h4 {
line-height: 1.2em;
font-size: 1em;
background-color: #f0cfd7;
}


/* Custom Social Icons Design */
.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: 0px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; }
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }


	.social .social_button.reddit { margin: 0px 0 0 15px ; padding-top: 4px;}
	.social .social_button.dg { margin: 0px 15px 0px 15px ; padding-top: 4px;}
	.social .social_button.tm { margin: 0px 0 0 0px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 0px;  padding-top:4px;}
	.social .social_button.su { margin: 0px 0 0 20px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 4px;}
        .social .social_button.em a{background:#eee url(images/emailthis.gif) 0px 50% no-repeat; padding:2px 3px 2px 15px;  font-size:12px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
	.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}

/* Reddit Alien */
.custom #page {
  background: #fff url('/wp-content/themes/thesis_16/custom/images/reddit_alien.gif') no-repeat 1000px 0px; }
/* End Reddit Alien */

/* Similar Posts */
#similar-posts li {
        margin-left: 6px;
        float: left;
        font-weight: bold;
       background: #f9fdfd;
       font-family: Times, "Times New Roman", serif;
    line-height: 1.4em;
        overflow: hidden;
}
#similar-posts img { float: left; border: 2px solid #222; margin-top:10px; }
#similar-posts h1 {
clear:left;
font-size:13px;
font-weight:bold;
height:auto;
line-height:17px;
margin:0;
overflow:hidden;
text-transform:capitalize;
width:163px
}
/* End Similar Posts */