﻿/*
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 #menu {
	border-width: 0 0 1px 0;
}

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

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

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

/* This line sets up our clickable background image based on the site title's link */
/* URL: http://diythemes.com/forums/resources-tutorials/397-tutorial-clickable-header-images.html */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 177px; width: 1024px; background: url('http://techliberation.com/wp-content/themes/thesis_151/custom/images/tlf-masthead-new-2.png') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { 
        padding: 0; 

}

/*.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, .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 !important;
	color: #c30 !important;
}

.custom .format_text .to_comments span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px !important;
	color: #c30 !important;
}

.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 Headings in Body */
.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 0; 
	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;
}
