/*
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 image */
/* 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: 133px; width: 960px; background: url('images/ldf-header.gif') 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; }

.custom #page { background: #fff; }

/* 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; }

/* Custom Slugs */
.custom.links .format_text a, a:visited { color: #008b54; text-decoration: underline; }
.custom.links .format_text a:hover { color: #008b54; text-decoration: none; }

/* Widget Titles */
.custom li.widget_extended_categories_init h3 { height: 45px; background: url('images/browsefor.jpg') no-repeat; text-indent: -9999px; }
.custom li.widget_tag_cloud h3 { height: 45px; background: url('images/jumpto.jpg') no-repeat; text-indent: -9999px; }
.custom li.thesis_widget_search h3 { height: 45px; background: url('images/search.jpg') no-repeat; text-indent: -9999px; }
.custom li.widget_text h3 { height: 47px; background: url('images/regular.jpg') no-repeat; text-indent: -9999px; }
.custom li.widget_recently_popular h3 { height: 45px; background: url('images/popular.jpg') no-repeat; text-indent: -9999px; }

/* Widget Spacing */
.custom li.widget { margin-bottom: 2.7em; }
.custom img.alignright { margin-bottom: 10px }


/* .custom li.widget { margin-top: 1.3em; } 
.custom #sidebar_2 li.widget_text h3 { height: 45px; background: url('images/subscribe.jpg') no-repeat; text-indent: -9999px; } */

/* 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 { border-bottom: none;  padding: 0; }

/* background colours */
body.custom { background: #fff; font-family: "Georgia", sans-serif; }
.custom .format_text { font-size: 1.35em; line-height: 1.37em; }
.custom #container { margin-top: 1em; margin-bottom: 2em; padding: 0.3em; background-color: #fff; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 3px solid #fff; }
.custom #footer { font-size: 0.9em; padding-top: 1.1em; color: #000000; border-top: 1px solid #CDBA96; text-align: center; }

/* text styles */
.custom #content_box { color: #000; border-top: none; }
.custom .drop_cap { font-family: "Impact", sans-serif; padding: 0.04em 0.07em 0 0; font-size: 3.571em; line-height: 0.7em; color: #9ACD32; float: left; }
.custom .format_text a, a:visited { color: #EE7AE9; text-decoration: none; }
.custom .format_text a:hover { color: #EE7AE9; text-decoration: none; }

/*---:[ sidebar list styles ]:---*/
.custom #sidebar_1 ul ul { font-size: 0.96em; color: #8B7E66; margin-left: 0; list-style: none; }
.custom #sidebar_1 ul ul li { font-size: 0.96em; color: #8B7E66; padding-left: 1.4em; background-image: url('images/leaf-icon2.png'); background-repeat: no-repeat; }
.custom #sidebar_1 a, a:visited { font-size: 0.9em; font-family: "Helvetica Narrow", sans-serif; color: #008b54; text-decoration: none; }
.custom #sidebar_1 a:hover { font-size: 0.9em; font-family: "Helvetica Narrow", sans-serif; color: #008b54; text-decoration: none; background-color: none; border-top: none; border-bottom: none; }
.custom #sidebar_2 a, a:visited { color: #00868B; text-decoration: none; }
.custom #sidebar_2 a:hover { color: #00868B; text-decoration: underline; background-color: none; border-top: none; border-bottom: none; }
.custom #sidebar_2 ul ul { font-size: 0.96em; color: #8B7E66; margin-left: 0; list-style: none; }
.custom #sidebar_2 ul ul li { font-size: 0.96em; color: #8B7E66; padding-left: 1.2em; background-image: url('images/leaf-icon2.png'); background-repeat: no-repeat; }


/* .custom .wppp_print-widget { background-color: #FFE4E1; } */

/*---:[ nav menu styles ]:---*/
.custom ul#tabs { list-style: none; background: url('images/dot-ddd.gif') 0 100% repeat-x; border-left: 3px solid #fff; border-bottom: 3px solid #fff}
.custom ul#tabs li { font-weight: 500; text-transform: lowercase; font-family: "Trebuchet MS", sans-serif; font-size: 1.15em; line-height: .6em; padding: 0.05em 0.05em; background: #EE7AE9; border: 8px solid #fff; border-left: 8px; border-bottom: 8px solid #fff; text-transform: lowercase; letter-spacing: 2px; float: left; }
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #5B5B5B; border-bottom-color: #fff; }
.custom ul#tabs li.page-item-5828 { background: #9ACD32; border-bottom-color: #fff; }
.custom ul#tabs li.page-item-114 { background: #008b54; border-bottom-color: #fff; }
.custom ul#tabs li a, ul#tabs li a:visited { color: #fff; text-decoration: none; text-transform: lowercase; }
.custom ul#tabs li a:hover { color: #fff; text-decoration: underline; text-transform: lowercase; }
.custom ul#tabs li.rss { background: none; border: none; float: right; }
.custom ul#tabs li.rss a, .custom ul#tabs li.rss a:visited { color: #FFF; background: url('images/icon-rss.png') 100% no-repeat; }

/*---:[ headlines ]:---*/
.custom h1, h2, h3, h4 { color: #000; font-weight: normal; }
.custom h1 { color: #888888; font-family: "Helvetica Narrow", sans-serif; font-weight: normal; }
.custom h2 a, h2 a:visited { font-size: normal; font-family: "Helvetica Narrow", sans-serif; font-weight: 600; color: #008b54; text-transform: none; border-bottom: none; text-decoration: none; }
.custom h2 a:hover { background: #EE7AE9; font-size: normal; font-family: "Helvetica Narrow", sans-serif; font-weight: 600; color: #fff; border-bottom: none; }
.custom h3 { font-weight: normal; font-size: 1.286em; line-height: 1.222em; }
.custom .sidebar h3 { text-align: center; background: #fff; font-size: 1.1em; color: #000; font-family: Georgia, sans-serif; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; }

/*---:[ comments ]:---*/
.custom .to_comments { margin-bottom: 1.833em; font-size: 1em; line-height: 1.5em; color: #CDB7B5; clear: both; }
.custom .to_comments span { font-size: 1.2em; line-height: 1.1em; color: #CDB7B5; }
.custom .to_comments span.bracket { color: #EED5D2; }
.custom .to_comments a, .to_comments a:visited { color: #CDB7B5; text-decoration: none; }
.custom .to_comments a:hover { color: #CDB7B5; text-decoration: underline; }
.custom .comments_intro { font-size: 1em; margin-top: 3.667em; padding: 0 0 0.583em 0.917em; line-height: 1.5em; color: #CDB7B5; }
.custom .comments_intro span { font-size: 1.2em; line-height: 1.1em; color: #CDB7B5; }
.custom .comments_intro span.bracket { color: #EED5D2; }
.custom dl#comment_list { border-top: 1px dotted #EED5D2; }
.custom .comment_num a, .comment_num a:visited { color: #CDB7B5; padding: 0.1em 0.3em; text-decoration: none; }
.custom .comment_num a:hover { color: #CD6090; background: #aaa; }
.custom a.comment_link, a.comment_link:visited { color: #CDB7B5; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #CD6090; }
.custom a.comment_link:hover { color: #CD6090; border-bottom-color: #CDB7B5; }
.custom .post_tags { font-size: .9em; line-height: 1.5em; color: #CDB7B5; }
.custom .post_tags a, .post_tags a:visited { text-decoration: none; font-size: 1.0em; line-height: 1.5em; color: #9ACD32; }
.custom .post_tags a:hover { text-decoration: none; font-size: 1.0em; line-height: 1.5em; color: #9ACD32; }

/* footer styles */
.custom #footer a, #footer a:visited { font-size: 1em; color: #000000; text-decoration: none; border-bottom: 1px solid #CDBA96; }
.custom #footer a:hover { font-size: 1em; color: #CDBA96; text-decoration: none; } 

.custom #archive_info { padding: 1.1em 2.2em 1.1em 1.1em; border-bottom: none; color: #fff; }
.custom .prev_next { font-weight: 500; font-family: "Helvetica Narrow", sans-serif; font-background: #009ACD; color: #009ACD; padding: 1.1em; font-size: 1em; line-height: 2.2em; text-transform: uppercase; letter-spacing: 2px; border-top: 1px dotted #888888; clear: both; }
.prev_next a, .prev_next a:visited { color: #009ACD; text-decoration: none; }
.prev_next a:hover { color: #009ACD; text-decoration: none; }
.post_box { margin: 0 2.2em 0 1.1em; border-top: 4px dotted #009ACD; }

/* .custom #container { margin-top: 1em; margin-bottom: 2em; padding: 0.3em; background-color: #fff; border: none; }
.custom #page {padding:0 2em 2em 2em;}
.custom #page { background: #fff; }
.custom body { background: #fff; font-family: Georgia, sans-serif; } */

.custom .author_comment { background: #FFE1FF; }

/* Business Directory */
.links .format_text code {background-color: #fff;}
.links .format_text code {font-family: Georgia, sans-serif; line-height: 1.7em;}


body.custom { background: #a8ce98; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #73b656; border: 0.4em solid #5b89d4; }

		.custom #page { background: #fff; }
