﻿/*
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/
*/

/*
.custom #tabs {border-width: 0 0 1px 0;}

.custom #tabs li {border: none; margin-bottom:0; background: none;}
.custom #tabs .current_page_item a, .custom #tabs .current-cat a {color: #999;}
*/

.format_text a { text-decoration: none; }
.format_text a:hover { text-decoration: underline; }

.custom #tabs a {letter-spacing: 0;line-height: .6em;color:#333;}

.custom #header {
	min-height: 180px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	background-image: url('/wp-content/themes/thesis_151/custom/images/tlf-masthead-new-2.png');
	background-repeat: no-repeat;
}
.custom #header #logo {
	text-transform: uppercase;
	display:none;
}
.custom #header #tagline {
	display: none;
}

.custom #archive_info a {
	color: #c30;
}


/*.custom #content {
	border-left: 1px solid #ddd;
}
.custom #sidebars {
	margin-right: -1px;
	border-right: 1px solid #ddd;
}*/



.custom .entry-title {
	font-weight: bold;
	line-height: 1.1em;
	text-transform: none;
	}
	
.custom .entry-title a:hover {
	color: #C30;
}

.custom .headline_meta, .headline_meta span, .headline_meta abbr {
	font-style: normal;
	text-transform: none;
	margin-top: 5px;
	margin-bottom: 14px;
	letter-spacing: 0;
}

.custom .format_text p, .custom .format_text li {
	font-family: Verdana, Georgia, Times, serif;
	margin: 0 0 1em 0;
	color: #222;
}

.custom .format_text a {
	color: #C30;
}

.custom .sidebar_list a {
	color: #c30;
}

.custom blockquote {color: #333;}

.custom .headline_area {
	margin: 0 0 1em 0;
}

.custom .format_text .to_comments {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.custom .post_tags {display:none;}

.custom #comments a {
	color: #c30;
}



.custom .prev_next { 
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 1px; 
	border-top: 1px solid #ddd; 
	clear: both; }
.custom .prev_next a {
	color: #c30;
}

.custom #archive_info { border-bottom: 1px solid #ddd; padding-top:2em;}
.custom #archive_info h1 {font-size: 2em; font-weight: bold;}
.custom #archive_info p {font-size: 12px; text-transform: none; letter-spacing: 0; line-height: 1.6em;}
.custom #archive_info .headshot {border: 1px solid #ddd; margin: 4px 0 5px 10px; padding: 2px; }


.sidebar h3 {
	font-variant: normal; 
	letter-spacing: 0; 
	color: #000; 
	font-weight:bold; 
}

.format_text h1 {
	font-weight:bold;
	font-size: 17px;
	margin:1.5em 0em 0.25em 0em; 
	padding:0; 

}

.format_text h2 {
	font-weight:bold;
	font-size: 16px;
	margin:1.25em 0em 0.25em 1.5em; 
	padding:0; 
}

.format_text h3 {
	font-weight:bold;
	font-size: 15px;
	margin:1em 0em 0.25em 3em; 
	padding:0; 	
}

.format_text h4 {
	font-weight:bold;
	font-size: 14px;
	margin:.75em 0em 0.25em 4.5em; 
	padding:0; 	
}


#footer {border-top: 1px solid #ddd; text-align: left;}

#disqus_thread {
padding: 0 20px 0 10px;
line-height: 2em;
color: #333;
}

#disqus_thread a {
color: #c30;
}

.dsq-brlink {display:none;}

.stbuttontext {
	font-size: 13px !important;
	color: #c30 !important;
	}

.stico_default {
	font-size: 13px !important;
	margin-left: 10px;
}
