/*
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 Background */
body.custom { background: #8db6b6 url(images/pat_20061231102621_burberry.gif) repeat; }
.custom #container { margin-top: 2em; margin-bottom: 2em; border: 0.4em solid #00275D;}
.custom #page { background: #fff; }
/* Custom Background End */

/* Header Image */
.custom #header #logo a { display: block; height: 100px; width: 857px; background: url('images/header_5star.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; border-bottom:none;} 
/* Header Image End */

/* Ads */
.custom #custom_block { background-color: #FFFFFF; }
.custom div.adblock img { padding: 2px; border:2px solid #00275d; }
.custom div.adblock a:hover img { padding: 2px; border:2px solid #AB4119; }
.custom .cenx { text-align: center; }
/* Ads End */

/*---:[ nav menu styles ]:---*/ 
.custom ul#tabs { list-style: none; background: #00275D; border-bottom: 2px solid #00275D; } 
.custom ul#tabs li { font-color: #f7f7f7;  line-height: 0.5em; padding: 0.84545em 0.81818em; background: #00275D; border: 0px solid #ddd; border-left: 0; text-transform: uppercase; float: left; } 
.custom ul#tabs li.current_page_item { background: #00275D; border-bottom-color: #fff; } 
.custom ul#tabs li.rss { padding-right: 0; background: #00275D; border: none; float: right; } 
.custom ul#tabs li a, ul#tabs li a:visited { color: #f7f7f7; text-decoration: none; } 
.custom ul#tabs li a:hover { color: #FBCD1A; } 
.custom ul#tabs li.current_page_item a, u#tabs li.current_page_item a:visited { color: #FBCD1A; cursor: default; } 
.custom ul#tabs li.current_page_item a:hover { text-decoration: none; } 
.custom ul#tabs li.rss a { padding-right: 26px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
/*---::[ nav menu styles End ]:---*/ 

/*---:[ core layout elements brogan ]:
.custom #nav { width: 94.4em; padding-right: 1em; padding-left: 3em; background: #dae7ee; }
---*/

/*---:[ nav menu area brogan]:
.custom #nav #searchform { padding-top: 0.4em; float: right; }
.custom #nav #searchform .text_input { font: normal 1.3em/1em Arial, "Helvetica Neue", Helvetica, sans-serif; width: 15.385em; padding: 0.154em; border-width: 0.154em; }
.custom #nav #searchform .form_submit { font: normal 1.3em/1em Arial, "Helvetica Neue", Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 1px; padding: 0.154em; border-width: 0.154em; }
.custom ul#tabs { width: auto; border: none; }
.custom ul#tabs li { margin-bottom: 0; border: none; background: none; }
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0; background: #fff; }
.custom ul#tabs li a { padding: 1em 1.231em; background: none; }
.custom ul#tabs li a:hover { background: #c0d3de; }
.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { background: #fff; }
---*/ 
/* Widget Titles */
.custom li.widget_tag_cloud h3 { background-image: url(images/tagcloud_header.png); color: White; height: 34px; }
.custom li.google_ad_1 h3 { background-image: url(images/advertisement_header.png); color: White; height: 34px; }
/* :[Hold it:]
.custom li.widget_extended_categories_init h3 { height: 45px; background: url(images/tagcloud_header.png) 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 #sidebar_2 li.widget_text h3 { height: 45px; background: url('images/subscribe.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: 0.05em; }
.custom li.widget { margin-top: 0.10em; }