/*
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 #container { margin-top: 2em; margin-bottom: 2em; }

.custom #header #logo { position: absolute; 
        height:121px; top: 0px; left: 0px; }
.custom #header #logo a { display: block;
         background:url('http://www.chadd-mc.org/art/toplogo.gif') 
        no-repeat; text-indent: -9999px; outline: none; }

.custom h1, h2, h3{color:#e02c00;}
.custom .wp-caption h3{font-style:normal; color:#e02c00}
.custom blockquote {border:none; color:#000}

.custom .sidebar h1, h3 {color:#e02c00;}
.custom .sidebar h2{font-size:2em; 
        color:#e02c00; font-weight:bold; margin-bottom:2em}
.custom h2 a { color: #e02c00; }
.custom .sidebar h3{color:#e02c00; 
        letter-spacing:normal; font-weight:bold; font-variant:normal; 
        font-size:1.1em}

.custom .teaser h2{font-weight:bold}

/*---:[ sub nav menu styles ]:---*/
.custom #subnavmenu {border-bottom:1px solid #b10101; margin-bottom:10px}
.custom #subnavmenu ul {margin:4px 0; padding:3px; 
	list-style-type: none; list-style-image: none; 
        position:relative; z-index:1; }
.custom #subnavmenu li  { margin-bottom: 3px; 
        background:#fddd4b; 	
        border: 1px solid #e02c00; border-left: 0; float:left;
        position:relative; }

.custom #subnavmenu a {font-size:10px; padding:5px;
        font-family:'Arial'; 
        text-decoration:none; 
        color: #b10101; 
        background-color:#fddd4b ; }
.custom #subnavmenu a:hover {color: #fddd4b; background-color:#e02c00}


/*---:[ image styles ]:---*/
.custom #multimedia_box #image_box { background: #fcf1bc; 
        border-bottom: 1px solid #b10101; }
.custom #image_box img { display: block; background: #fff; 
        border-style: solid; border-color: #b10101; }

.custom input, textarea { background: #fcf1bc;}


/*---:[ slug styles ]:---*/
body.custom.fullwidth #content { width: 100%; }
body.custom.fullwidth #content_box { background: none; }


/* main navigation */
.custom ul#tabs { list-style: none; border: 1px solid #e02c00; 
        border-width: 0 0 1px 1px;  position:relative; z-index:5 }

.custom ul#tabs  li { margin-bottom: -.1em; background: #fddd4b; 
        border: 1px solid #e02c00; border-left: 0; float:left; 
        position:relative; }

.custom ul#tabs  li.current_page_item, ul#tabs li.current-cat { 
        padding-bottom: 0.1em; background: #e02c00; 
        color:#fddd4b;       border-bottom: 0; }

.custom ul#tabs  li li.current_page_item, ul#tabs li li.current-cat { 
        background: #e02c00;  color:#fddd4b; 
        padding-bottom: 0em; }

.custom ul#tabs  li li.current_page_item a, ul#tabs li li.current-cat a { 
        text-decoration:none; }
	
.custom ul#tabs  li a { display: block; line-height:inherit; 
        color: #111; text-transform: uppercase; 
        letter-spacing: 1.1px; padding:7px; }

.custom ul#tabs  li a:hover { background: #e02c00; 
        color: #fddd4b; text-decoration:none; }

.custom ul#tabs  li li:hover { background-color:#fff;}
	
.custom ul#tabs  li.current_page_item a, ul#tabs li.current-cat a {         cursor: default; }

.custom ul#tabs  li.current_page_item li a, ul#tabs li.current-cat li a {         cursor:pointer; }

.custom ul#tabs  li li.current_page_item  a:hover, ul#tabs li li.current-cat  a:hover { text-decoration:underline; }
		
.custom ul#tabs  li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		
.custom ul#tabs li.rss a { padding-right: 16px; 
background: url('images/icon-rss.gif') 100% 50% no-repeat; }

.custom ul#tabs  li ul { list-style:none; position:absolute; 
        left:-9999px;  border:1px solid #e02c00; border-top:0;
        float:left; background-color:#efefef; overflow:hidden;}

.custom ul#tabs  li:hover ul { left:auto; display:inline-block; 
        margin:0; padding:0;}

.custom ul#tabs  li ul li { margin:0; padding:0; float:left; 
        display:block; clear:both; border:0;}

.custom ul#tabs li ul li a { width:100%;}

.custom ul#tabs li ul li a:hover { color: #fddd4b; 
        text-decoration: none; background-color:#e02c00; }

.custom ul#tabs li ul li + li { border-top:0px solid #e02c00; }
.custom ul#tabs li ul li + li { border-top:0px solid #e02c00; }
