/*
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: #00ff; }	<--- 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/
*/

#archive_info {display:none;}

.post_image { display:none !important; }

.format_text img.frame, .format_text .wp-caption {border-width: 0; padding: 0 ; background-color: white;}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { height: 0; }
.custom #tagline { font-size: 8px !important; }
.custom .menu { padding: 0; background: #878787; border-bottom: 3px solid #ffffff;}
.custom p.headline_meta, 
.custom p.headline_meta span, 
.custom p.headline_meta abbr 
{
text-align: right;
}


.custom .sidebar h3{background-color: none;}

.headline_area h1 {
}

.custom h1 {
   text-decoration: none;
}

.custom h2 a {
   text-decoration: none;
}

.custom #page {
padding-top: 0;
}


.custom .menu .li a { text-transform:lowercase; text-decoration:none; }

.custom .menu li a:hover { text-decoration:none; color: #000000;}


.custom #header {
padding: 0px;
margin: 0px;
border-bottom:none;
}


.custom #twitter_div {background: #CCFFFD; padding:0.625em; border:3px double #ddd; font-size:11px}
.custom #twitter_div img {float:right;}

#cse-search-results iframe {width: 500px; } 

.custom #social_panel {padding:0.1em; border:3px double #ddd; font-size:9px; vertical-align:middle; list-style: none !important}

.custom #emailinput {
	padding: 1px;
	width: 120px;
	border: solid 1px #b3b4b5 }
.custom #emailsubmit {
	color: #fff;
	background-color: #b3b4b5;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
	margin-left: 5px;
	padding: 1px 2px;
	width: 60px;
	border-style: none }
.custom #emailsubmit:hover {
	background-color: #bcbdc0 }



.custom .teaser { width: 100%; margin-top: 15px; padding-top: 15px; text-align: justify; }
.cus­tom .teasers_box { padding-top: 0; padding-bottom:0; border-top: 0;  }
.custom .recipe_box {background: #E8E8E8; padding: 10px; }

.custom #flickr_badge_uber_wrapper {text-align:center; overflow: auto}
.custom #flickr_badge_wrapper {padding:10px 0 10px 0;}
.custom .flickr_badge_image {margin:0; float: left; padding: 0 4px 9px 4px;}
.custom .flickr_badge_image img {border:3px double #ddd !important;}
.custom #flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
.custom #flickr_badge_icon {float:left; margin-right:5px;}
.custom #flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
.custom #flickr_badge_uber_wrapper a:hover,
.custom #flickr_badge_uber_wrapper a:link,
.custom #flickr_badge_uber_wrapper a:active,
.custom #flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
.custom #flickr_badge_wrapper {}
.custom #flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

.custom #recent_gallery img {border:3px double #ddd !important;}
.custom #recent_gallery a:hover {background: #49a514;}
.custom #recent_gallery ul {list-style-type: none;}
.custom #recent_gallery li { float: left; width: 50%; }

.custom #big_quotes {font-weight: bold; font-style: italic; color:#3993ff !important;}

.custom #gdc_index ul {list-style-type: none !important;}

.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:80px; left:760px; width:200px; } 

.custom .rss a {
   padding-right: 16px;
   margin-right: 10px;
}

