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

/*Page and Layout*/

body.custom { background: #93cabc url('http://www.ataus.org/wp-content/themes/thesis/custom/images/starbackground10.gif'); }

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

.custom #page { padding: 2em 1.9em; background: #ffffff; border: 0.1em solid #629084; border-top: 0; }

/* Get Rid of Line Between Sidebar and Content Box -- Be Sure to Match Colour to Background Colour in .content or .sidebars */

.custom #content_box { background: #ffffff; padding-top: 0px; margin-top: 0; }

.custom #content { background: #ffffff; padding-top: 0px;}


/*Header etc*/

.custom #title_area {background: url('http://www.ataus.org/wp-content/themes/thesis/custom/images/headerbg.gif') padding:0; border-bottom:1px solid #c55;}
 
.custom #header_area{display:none; height: 0px;}
		.custom #header #logo {display:none;}
		.custom #header #tagline {display:none;}

.custom #header {border-bottom: none; background: url('http://www.ataus.org/wp-content/themes/thesis/custom/images/headerbg.gif'); background-color: #004272; height: 0px; padding-top:0em; padding-bottom:20px; padding-left: 0; border: 0; width: 100%; }

.custom #title_area {border-bottom: none; background: url('http://www.ataus.org/wp-content/themes/thesis/custom/images/headerbg.gif'); color: #004272; }

.custom #nav_area ul {border-bottom:none; border-left:none; }
	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}


/*Main Content*/

.custom #feature_box {border-bottom:none; border-left:none;}

.custom #content_box { background: #ffbd8d; padding-top:0em; vertical-align: top; }

.custom #p {font-family: Times New Roman; background-color: #fff; color: #222222; text-decoration: none; word-spacing: normal; text-align: left; letter-spacing: 0; line-height: 1.2em; font-size: 1.3em;	}

.custom #content h1 {font-family: Verdana; background-color: #fff; color: #723000; text-decoration: none; word-spacing: normal; font-weight: bold; text-align: left; letter-spacing: 0; line-height: 1.2em; font-size: 2.4em; }

.custom #content h2 {font-family: Verdana; background-color: #fff; color: #723000; text-decoration: none; word-spacing: normal; font-weight: bold; text-align: left; letter-spacing: 0; line-height: 1.2em; font-size: 2.4em; }

.custom #content h3 {font-family: Arial; background-color: #004272; padding-left: 3px; color: #ffffff; text-decoration: none; word-spacing: normal; font-weight: bold; text-align: left; letter-spacing: 0; line-height: 1.4em; font-size: 18px; }

.custom #content {background: #ffffff; border-right-style: solid; border-right-width: 0px; border-right-color: #ffffff; min-height: 1000px; }

.custom #footer {background: #723000; height: 125px; padding-right:20px; border-top:1px solid #bbd;}
	
.custom #footer {border-top:0;}

.custom #footer p {font-family: arial; color: #ffffff; text-decoration: none; word-spacing: normal; text-align: right; letter-spacing: 0; line-height: 1.2em; font-size: 9px; 	}

.custom ul#tabs a:hover {background: #697200; color: #ffffff; text-decoration: none;}
.custom ul#tabs li.current_page_item a:hover { background: #ffffff; color: #111111;  }
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #fff; border-bottom-color: #fff; }
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

/* SIDEBARS */

.custom #sidebars h3 {font-family: Verdana; color: #697200; text-decoration: none; word-spacing: normal; font-weight: bold; font-variant: normal; text-align: left; letter-spacing: 0; line-height: 1.2em; }

.custom #sidebars {padding: 0px; margin-left: 0px; border-left-width: 0px; }

#image_box img { padding-left: 0em; margin: 0;}


/*Extras*/

.custom #format_text p.alert { background: #80B5E1; border: 1px solid #93CABC; }

.custom #alert2 { background: #80B5E1; border: 1px solid #93CABC; }

.custom #contactcallout { padding: 0.846em; padding-left: 60px; line-height: 1.385em; background: #d1e5f5; border: 0.077em solid #addde6; }

.custom #custom_box h2 { background-color: #723000; padding: 3px; font-family: Verdana; color: #ffffff; text-decoration: none; word-spacing: normal; font-weight: bold; font-variant: normal; text-align: center; letter-spacing: 0; line-height: 1.2em; font-size: 12px;}

.custom #custom_box p {font-family: Verdana; color: #666666; text-decoration: none; word-spacing: normal; font-weight: bold; font-variant: normal; text-align: left; letter-spacing: 0; line-height: 1.2em; font-size: 10px;}

.custom #custom_box a {font-family: Verdana; color: #80B5E1; text-decoration: none; word-spacing: normal; font-weight: bold; font-variant: normal; text-align: left; letter-spacing: 0; line-height: 1.2em; font-size: 10px;}

.custom #customlinkcenter {text-align: center;}

.custom.mc #content {height: 1200px;}

#footer a { color: #ffffff; border-bottom: 0px; text-decoration: none;}

#footer a:hover { color: #ffbd8d; }

/*Drop-Down Menu*/

.custom ul#tabs li ul {display:none; position:absolute; list-style:none; z-index:20;}
.custom ul#tabs li ul li {float:none;}
.custom ul#tabs li:hover ul {display:block;}
.custom ul#tabs { margin-bottom:-1px;} /* Fix for IE6 */

/*Sitemap Menu*/

.custom #content .ddsg-wrapper h2 {font-family: Arial; background-color: #ffffff; padding-left: 3px; color: #004272; text-decoration: none; word-spacing: normal; font-weight: bold; text-align: left; letter-spacing: 0; line-height: 2.4em; font-size: 18px; }

