/*

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/

*/

/*Header Logo*/

/* This line sets up our clickable background image based on the site title's link */

/* 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: 145px; width: 970px; background: url('images/header.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; }

/*Teaser Justify*/

.custom .teaser { text-align: justify; }
.custom .format_text { text-align: justify; }



/*RSS Text Widget*/

.rsswidget {padding: 2px; background: #B31118;}

.insidersswidget {font-size:12px;line-height:1.5em;background: #fff; border: 1px solid #B31118;}

.insidersswidget li {list-style: none;padding:0.333em;line-height:1.5em; display:block; border-bottom:1px #dbdbdc solid;}

.insidersswidget li:hover {display:block; background: #dbdbdc;}

.insidersswidget a.rss {background:url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/rss_add.png) no-repeat; margin-left:10px; padding: 1px 0 3px 20px;}

.insidersswidget a.help {background:url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/help.png) no-repeat; margin-left:10px; padding: 1px 0 3px 20px;}

.insidersswidget a.email {background:url(http://mattflies.com/wp-content/themes/thesis_151/custom/images/email_add.png) no-repeat; margin-left:10px; padding: 1px 0 3px 20px;}


#widget_killer_recent_entries-3 { font-size:14px; font-family:"Arial" }
#fun_facts-3 { font-size:14px; font-family:"Georgia" }
#born_on_this_day-3 { font-size:14px; font-family:"Georgia" }
#moon_phases-2 { font-size:14px; font-family:"Georgia" }
#text-467807494{ font-style:italic; font-size:16px; font-family:"Georgia" }

.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 32px; outline: none; }

.custom #feedback #twitter { background: url('http://thesistutor.com/wp-content/uploads/2009/07/twittericon.png') no-repeat 0 -32px; }
	.custom #feedback #twitter:hover { background-position: 0 0; }

.custom #feedback #facebook { background: url('http://thesistutor.com/wp-content/uploads/2009/07/facebookicon.png') no-repeat 0 -32px; }
	.custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #rss { background: url('http://thesistutor.com/wp-content/uploads/2009/07/rssicon.png') no-repeat 0 -32px; }
	.custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url('http://thesistutor.com/wp-content/uploads/2009/07/emailicon.png') no-repeat 0 -32px; }
	.custom #feedback #email:hover { background-position: 0 0; }

/* Top Nav bar */

.custom ul#topnav {

border-style: none;

list-style-image: none;

list-style-position: outside;

list-style-type: none;

background:#FFFFFF none repeat scroll 0 0;

width: 100%;

float: left;

}

.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }

.custom ul#topnav li a { font-size: 1.1em; color: #000000; }

.custom ul#topnav li a:hover { text-decoration: underline; }


.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: -15px 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.dg { margin: 0px 0 0 20px ; padding-top: 4px;}
	.social .social_button.tm { margin: 0px 0 0 12px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}
	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}
        .social .social_button.em a{background:#eee url(images/emailthis.jpg) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; font-weight:bold; color:#990000; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
		.social .social_button.em a:hover {background:#ddd url(images/emailthis.jpg) 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;}

.clear{clear:both;}


.custom h1, .custom .headline_area h2 a {
color:#004A94;
font-style:italic;
}

div.post_box.top div.headline_area h2.entry-title {font-size:44px;}


.custom .teasers_box h2 a {
color:#2361A1;
font-style:italic;
}


/* Custom Styling for Vertical Nav Menu in Sidebar */
	
		.custom ul.menu li {
			font-family: Arial;
			display: block;
			float: none;
			border: none;
			background: none;
			padding: none;
			
		}
		
		.custom ul.menu, ul.menu li a, ul.menu li a:visited {
			font-family: Arial;
			font-size:  14px;
			padding: 0;
			letter-spacing: 0;
			font-style: normal;
			font-variant:  normal;
			font-weight: normal;
			line-height: 2em;
			font-size-adjust: none; 
			color: #237fa1; 
			text-decoration: none; 
			border: none; 
			text-transform: none;
		
		}
		
		/* Hide Surplus Subscription Link */
		ul.menu li.rss {
		display: none;

}


#widget_killer_recent_entries-3 li {
	background: #DDE2E6;
	border: 1px solid #FFFFFF;
	line-height: 0.1em;
	-moz-border-radius: 5px;
	padding: 0.5em;
	-webkit-border-radius: 5px;
}



/* Custom Styling for Widget Heading */
.custom #sidebars h3, .custom #content h5 {
font-size:0.8em;
font-variant:normal;
font-weight:bold;
letter-spacing:0.8px;
text-transform:uppercase;
}
custom...0-72946 (line 135)
.sidebar h3 {
color:#434444;
}





