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


/*---:[ headlines and bylines ]:---
Colors: 00287 Dark, DAF3FA Light


*/



body.custom { background: #FFFFFF ; background-attachment: fixed; }

.custom #container { margin-top: 4em; margin-bottom: 4em; padding: 0.8e; background: #000287; border: 0.8em solid #000287; }
.custom #content_box {background-color:#DAF3FA;}
.custom #content {background-color:#FFFFFF;} 

.custom #header_area {background:#DAF3FA;}
	.custom #header_area .page {background:transparent;}
		.custom #header {border-bottom:0;}
		
.custom #nav_area {background:#FFFFFF; border-bottom:1px solid #000287; padding-top:10px;}
	.custom #nav_area .page {background:transparent;}
		.custom ul#tabs {border-bottom:0; border-color:#000287;}
			.custom ul#tabs li {border-color:#000287; background-color:#FFFFFF;}
			.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}		
		
		
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #000287;
    border: 4em solid #000287;
}

.custom #page {
    background: #fff;
}


a { color: #000287; }



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

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

	h2 a { color: #ffffff; }

	h2 a:hover { color: #ffffff; text-decoration: underline;}
	
	#content #archive_info h1 { font-size: 1.8em; line-height: 1em; font-weight: normal; }
	
.custom h1.entry-title { background:#000287 none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; }


/*---:[ creates background box around post titles ]:---*/
.custom h2.entry-title { background:#000287 none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; }

/*---:[ creates background box around widget titles ]:---*/

.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #000287;}

/*side bar widget area link style */

.custom li.widget ul li{
background:#Ffffff;
border: 0.1em solid #C7C7C7;
-moz-border-radius:4px;
padding:0.5em;
margin:0.5em;
}

/*side bar widget creates boxes around widgets */
.custom .sidebar h3 {repeat; border: 3px solid #000287; padding: 5px 5px; width: 95%; -moz-border-radius: 5px; margin-top: 5px; padding:5px 5px;}
.custom .sidebar .widget {background-color: #ffffff; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border: 1.5px solid #000287; padding: 5%; width: 90%; }
.custom .sidebar a:hover {backround-color: #DAF3FA;}

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

ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }

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

	ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #000; border-bottom: 0; }
	
		ul#tabs li a { display: block; line-height: 1em; color: #fff; 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-cat a { cursor: default; }
		
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		
		ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

.custom ul.menu li.current_page_item, .custom ul.menu li.current-cat { padding-bottom:0; background:#FFFFFF; }
.custom ul.menu li a:hover { text-decoration:none; background:#DAF3FA; }
.custom ul.menu li.current_page_item a:hover { text-decoration:none; background:#2361A1; }
.custom ul.menu li.current-cat a:hover { text-decoration:none; background:#EEEEEE; }


/*---:[ #header styles ]:---*/

#header #logo { font-weight: bold; }

	#header #logo a { color: #000287; }

	#header #logo a:hover { text-decoration: underline; }
	
#header #tagline { font-weight: normal; color: #000; }

#header {
border-width:0 0 0.3em;
border-color:#000287;
}

#sidebar_1 {
border-style:none;
}

#container {
border-style:none;
}
