/*
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/
*/

/* 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: 149px; width: 618px; background: url('images/header-1.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; }

/* 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; }

body.custom {
    background: #bbd4d1;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
	background: #fff;
	border: 2px solid #006666;
}


/*---:[ core layout elements ]:---*/

.custom #header { border-bottom: none; clear: both; }

	.post_box { border-top: 1px dotted #bbd4d1; }
				
	.top { border: none !important; }

.custom #footer { color: #888; border-top: 3px double #669999; text-align: right; clear: both; }

pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #669999; overflow: auto; clear: both; }


/*---:[ archive information block ]:---*/
	
.custom #archive_info { border-bottom: 2px solid #bbd4d1; }

	#archive_info p { text-transform: uppercase; letter-spacing: 2px; }
	.custom #content #archive_info h1 { font-size: 1.8em; line-height: 1.5em; font-weight: normal; }


/*---:[ headlines and bylines ]:---*/

.custom h1, h2, h3, h4 { font-size: 1em; font-weight: normal; }

	.custom h2 a, h2 a:visited { color: #111; text-decoration: none; }

	.custom h2 a:hover { color: #669999; }
	
.headline_area h1, .headline_area h2 {
font-size:2.6em;
line-height:1.308em;}

/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/
	

.custom h4 { font-size: 1em; font-weight: bold; }


/*---:[ nav menu styles ]:---*/

.custom ul#tabs {
	list-style: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

	ul#tabs li { margin-bottom: -0.1em; background: #669999; border: 1px solid #fff; border-left: 0; float: left; }

	ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background:  #006666; }
	
		ul#tabs li a, ul#tabs li a:visited { display: block; line-height: 1em; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; }

		ul#tabs li a:hover {  text-decoration: underline; }
	
		ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { cursor: default; font-weight:bold; text-decoration: underline; }
	
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: underline; font-weight:bold; }
	
	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		
		ul#tabs li.rss a, ul#tabs li.rss a:visited { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
		
	
		
		/*---:[ global elements ]:---*/

.custom a, a:visited { color: #669999; text-decoration: underline; }

.custom a:hover { color: #669999; text-decoration: none; }

.custom blockquote { border-left: 1px solid #bbd4d1; color: #006666; }

.custom pre {  border: 1px solid #669999; }


/*---:[ post navigation links ]:---*/

.prev_next { text-transform: uppercase; letter-spacing: 2px; border-top: 2px solid #669999; color: #666; clear: both; }

/* hide "comments on this entry are closed" */

.custom .comments_closed { display: none; }

/* Sidebar widths and orders */

#sidebar_1 {
border-width:0 0.1em 0 0;
float:left;
width:30.5em;
border-color:#669999;
border-style:dotted;
}

#sidebar_2 {
width:30.5em;
}
#sidebars {
border-width:0.3em 0 0;
clear:both;
width:100%;
border-color:#669999;
border-style:solid;
}

/* Category Nav Menu */

ul#cat_tabs { list-style: none; border: none; border-width: 0px; background:#bbd4d1; color: #006666; }
  ul#cat_tabs li { margin-bottom: 0em; border: none; border-left: 0; float: left; line-height: 1em; padding:0.545em 0.818em; }
  ul#cat_tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0em; border-bottom: 0; color: #669999; }
	ul#cat_tabs li a { display: block; text-transform: uppercase; letter-spacing: 2px; color: #006666; }
	ul#cat_tabs li a:hover { color:#669999 ; text-decoration: underline; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
