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/
*/

/* Nav Color is page width */
.custom #tabs {background: #D3D3D3;}

.custom .format_text .to_comments { display: none; }
.comments_closed p { display: none; }

/* Change Color of Active Menu Tab */
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #F3C047;
  color: #000000;
}
/* Change Colors of Menu Tabs When Hovering */
.custom ul#tabs li a:hover {
  background:#F3C047;
  color:#000000;
}
/* Remove Underline on Menu Tabs When Hovering */
.custom ul#tabs li a:hover {
  text-decoration: none;
}

/* Custom color background on all widgets  
.custom .widget { background-color: #000000; } */

body.custom { background: #F3C047; }
.custom #container { margin-top: 2em; margin-bottom: 2em; -moz-border-radius: 3em; }
.custom #page { background: #fff; -moz-border-radius: 3em; }

body.custom {
    background: #FFFFFF url('http://seattleaccelerator.com/wp-content/uploads/2009/09/accelerator-back.png') 100% 0 repeat;
}

/* 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: 0px }
.custom #header #logo {display:none;}
.custom #header #tagline {display:none;}

/* Media Box Background Color */
.custom #image_box { 
background: #000000 none repeat scroll 0 0;
}

/* Changes color of all post text */
.custom .format_text {color:#000000;} 

/* Changes color of links */
.custom a, .custom a:visited { color: #6B8E23; }
.custom a:hover { color: #6B8E23; }

.custom h1 { color:#000000; }  
.custom h1, h2, h3, h4, h5, h6 { color:#000000; }

.custom .sidebar h3{
	border-top: 1px solid #FEC77C; 
	border-bottom: 1px solid #FEC77C; 
	color: #FEC77C; 
	background: #000000; 
}

.custom .widget_recent_entries ul li a {color:#F5F5F5;}

.custom #sidebar_1, .custom #sidebar_2 {
color: #F5F5F5;
}

.custom #footer {
height: 50px;
background-color: #333333;
color: #F5F5F5;
border: none;
}

.entry-content { color: #F5F5F5; }
.entry-content p a { color: #F5F5F5; text-decoration:none;}
.entry-content p a:hover { color: #F5F5F5; text-decoration:underline;}

/* Unlinked author name */
.custom span.author {
   font-weight:bold;
   color: #000000;
}

/* Linked author name */
.custom span.author a {
   font-weight:bold;
   color: #000000;
}

/* Date color */
.custom abbr.published {
   font-weight:bold;
   color: #000000;
   cursor: default;
}

/* creating some custom boxes for the front page. The funky doubling-up is so the boxes can switch colors like they do on the home page. The ones appended with "2" are the lower boxes. Here are the old colors: 

.custom .boxleft {align: left; background: #f4fcfd; height: 170px; width: 260px; border: 1px solid #4299a7; border-bottom: 2px solid #3793a2; border-right: 2px solid #3793a2; padding: .5em; -moz-border-radius: 5px;}

.custom .boxright {float: right; background: #fff1e9; height: 170px; width: 260px; border: 1px solid #df6114; border-right: 2px solid #ee5a00; border-bottom: 2px solid #ee5a00; margin-left: 2em; padding: .5em; -moz-border-radius: 5px;}




 */

.custom .boxleft {align: left; background: #eee; height: 140px; width: 222px; border: 1px solid #ddd; border-bottom: 2px solid #ccc; border-right: 2px solid #ccc; padding: .5em; -moz-border-radius: 5px;}

.custom .boxright {float: right; background: #eee; height: 140px; width: 222px; border: 1px solid #ddd; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; margin-left: 2em; padding: .5em; -moz-border-radius: 5px;}

.custom .boxleft2 {align: left; background: #eee; height: 140px; width: 222px; border: 1px solid #ddd; border-bottom: 2px solid #ccc; border-right: 2px solid #ccc; padding: .5em; -moz-border-radius: 5px;}

.custom .boxright2 {float: right; background: #eee; height: 140px; width: 222px; border: 1px solid #ddd; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; margin-left: 2em; padding: .5em; -moz-border-radius: 5px;}

.custom .levelset {display: block; border: 0px solid black; margin-bottom: 2em;}

/* Here's the long box at the bottom of the page */

.custom .boxbottom {display: block; background: #eee; height: 60px; width: 565px; line-height: 4.5em; border: 1px solid #ddd; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; margin-bottom: 2em; padding: .5em; -moz-border-radius: 5px;}

.custom .boxbottom img {vertical-align: middle; margin-left: 2em; border: 1px solid #c9d6de;}

/* Now I have to create custom image styles for each box...sigh */

.custom .boxleft img, .boxright2 img {border: 0px solid #3793a2; float: right; margin-right: 8px; }

.custom .boxright img, .boxleft2 img {border: 0px solid #ee5a00; float: right; margin-right: 8px; }

