/*
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.

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 a:hover { color: #ee6d11; text-decoration:underline; }

.custom #page {padding-top: none;}

/*Header Settings*/
/*.custom #header { padding: 0.0em; border:none; background: url(images/header.png) no-repeat; width: 850px;}
.custom #logo a {display: block; height: 45px; width: 850px; background: url('images/header.png') no-repeat; outline: none; text-indent: -9999px;}


.custom #tagline {display:none;}*/
.custom #header {padding-top:0;}
#header input#zip {margin-left:175px;}
#header select#Type {margin-left:175px;}
#header td a img {margin-left:175px;}


.custom .format_text a {text-decoration:none;}	

/*Multimedia Box Settings*/
.custom #custom_box {background:#ffffff none repeat scroll 0 0;padding: 1.5em 0em 0em 0em;}
.custom .image_box {background:none; border:none;}

/*Post Title Settings*/
h2.entry-title a {color:#084c7d;}
h2.entry-title a:active {color:#084c7d;}
h2.entry-title a:hover {color:#ee6d11; text-decoration:none;}