/*
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 a, .custom a:visited { color: #060; }
.custom a:visited { color: #380; }
.custom a:hover { color: #28b; }

BODY.custom { background: url(/wp-content/themes/thesis/images/topbg.png) top left repeat-x; margin: 0px; padding: 0px; }
.custom #header { border: 0px none; height: 62px }
.custom #page { position: relative; }
.custom #tabs { border: 0px none; top: 32px; right: 11px; position: absolute; }
.custom #tabs LI { color: #fff; font-family: Helvetica, Arial, Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana; font-size: 13px; font-weight: bold; background-color: transparent; border: 0px; }
.custom #tabs LI A, .custom #tabs LI A:visited, .custom #tabs LI A:hover { color: #fff; background-color: transparent; letter-spacing: 1px; text-decoration: underline; cursor: pointer }
.custom #tabs LI A:hover { text-decoration: none; cursor: pointer }
.custom #footer { border-top: 3px solid #ddd; text-align: center; }
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { background-color: transparent; border: 0px; }
.custom #feedicon { position: absolute; right: 0px; top: 6px; }

.custom .entry-title { font-weight: bold; margin-bottom: 0px; font-family: Helvetica, Arial, sans-serif; }
.custom .entry-title A { text-decoration: none; color: #28b; font-size: 20px; }
.custom .entry-title a:hover { text-decoration: underline; color: #060; }

.custom H1.entry-title { font-size: 20px !important; letter-spacing: -1px}
.custom P.headline_meta { font-size: 12px; }
.custom P.headline_meta A, .custom ABBR.published { text-transform: none; letter-spacing: 0px; }

.custom #content { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial; }
.custom #content .headline_meta, .custom #content .to_comments { font-family: Verdana, Helvetica, Arial; }

.custom .entry-content A { }

.custom #sidebars H3 { font-variant: normal; font-family: helvetica, arial, sans-serif; 
letter-spacing: 1px; font-weight: bold; font-size: 12px; text-transform: uppercase; color: #666; border-bottom: 1px solid #ccc }
.custom #sidebars UL LI { font-size: 11px; }
/* color: #f74b0c;  */

.custom P#logo { position: absolute; left: 17px; top: 17px; width: 340px; height: 58px; text-indent: -42em }
.custom P#logo A { display: block; width: 340px; height: 58px; background: url(/wp-content/themes/thesis/images/npa-logo.png) top left no-repeat; }
.custom #footer P { display: none; }
.custom #custom_box { padding: 0em; background: transparent; border-bottom: 1px solid #ddd; }

.custom #subscribebox, .custom .box {
	background-color: #efe;
	padding: 4px 8px;
	font-size: 12px;
	border: 1px solid #999;
	margin-top: 6px;
	margin-left: 8px;
}
.custom .weak {
	font-size: 0.8em;
	color: #666;
}
.custom P.to_comments {
	display: none;
}
.custom .comments_intro {
	margin-top: 10px; padding: 0px;
}

.custom .post_box {
	border-top: 2px solid #ddd;
}
.custom .hentry, .custom #archive_info {
	padding-left: 0px;
	margin-left: 0px;
}

.custom #archive_info P { font-size: 13px !important; font-weight: bold !important; }
.custom #archive_info H1 { font-size: 32px !important; font-weight: bold !important; letter-spacing: 2px !important; font-variant: small-caps }

.custom #respond { margin-top: 4px; }

.custom #header #tagline {  
  position: absolute;
top: 97px;
left: 20px;
font-family: helvetica, arial, sans-serif;
font-size: 15px;
margin: 0px !important;
color: #212020 !important;
line-height: 1.0em;
}



.custom .entry-content H3 { font-weight: bold; margin-bottom: 14px; font-size: 16px; }

.custom UL.bestof { list-style: none; }
.custom UL.bestof LI, .custom UL.bestof LI A { font-size: 12px; color: #060; }
.custom UL.bestof LI { 
	margin-top: 5px;
	line-height: 18px;
}

.custom TABLE THEAD { background-color: #ddd; }
.custom TABLE TD { border: 1px solid #eee; padding: 3px; }
.custom #feedcount { position: absolute; right: 21px; top: 91px; }

.custom li.widget .widget_box { background: #6cb2e0; border-style: solid; border-color: #9e9e9e; color: #3b3b3b; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; }
.custom li.widget .widget_box a { color: #901818; }

#thesis-ad { padding: 15px; width: 475px; background: #f7f3e2; color: #000000; margin-top: 10px; border: 1px #ddce93 solid; }
#thesis-ad h3 {font-weight: bold; font-family: font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial;; font-size: 20px; color: #000000; border-bottom: 1px #999999 thin; padding-bottom: 15px; }
#thesis-ad p { padding: 3px; margin-bottom: 10px; font-weight: normal; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial;; font-size: 14px; color: #000000; }
#thesis-ad ul { margin-left: 25px; }
#thesis-ad li { margin-left: 35px; }
#thesis-ad a { font-size: 14px; color: #090; }
#thesis-ad a:hover { text-decoration: underline; color: #045; }
#thesis-ad a:visited { font-size: 14px; color: #090; }
#thesis-ad p img .alignleft { float: left; clear: left; }
#thesis-ad p img .alignright { float: right; clear: right; }
.rightframe { float: right; clear: right; background: #eee; border-style: solid; border-color: #ddd; }

#thesis-ad .format_text img.center, .format_text img.aligncenter { display: block; float: none; clear: both; }
#thesis-ad .format_text img.block, .format_text img.alignnone { display: block; clear: both; }
#thesis-ad .format_text img.frame { background: #eee; border-style: solid; border-color: #ddd; }