/*
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:
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/
*/

/*space between paragraphs*/
.custom .format_text p { margin-bottom: .9em; }

/*mm box color*/
.custom #image_box img, .custom #image_box { background: #000000; border: none; padding-top:0;
padding-bottom:0; }

.custom .comments_closed p {display: none;}

body.custom {background:#000000;}

.custom #header { border-bottom:none;
height:270px;
width:937px;
padding-top:0;
padding-bottom:0;
background:url(headers/rotate.php)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }
  
.entry-content {
    color: #E0E0E0; border-left:0; border-top:0;
    }

.custom .sidebar h3 {color: #c0c0c0; margin-top: 30px; padding-left: 0px; padding-bottom: 4px; font-variant: normal;  }
.custom .sidebar p {color: #787878; line-height:10;}

.custom li.widget {margin-bottom: 0em;}

.custom #headline_area {display: none;}

#header {padding:0; border:0;}

.custom .entry-title a {color:#D0D0D0; }
.custom .entry-title a:hover {color:#c0c0c0; text-decoration: none; background:none;}
.custom .entry-title a:visited { font-weight: normal; }

.custom .headline_area h1 {color:#D0D0D0;} 

/*get rid of extra space above home page headline, correct color*/
.custom .headline_area h2 { margin-top: 0; color: #D0D0D0;}

/*messing up images*/
div.format_text p img.aligncenter {padding: .9em 0 .9em 0; margin-bottom:0;}
div.format_text p img.alignleft {margin-bottom:0;}

/*make subheads bigger*/
.format_text h2 {font-size:1.37em; margin-top: 1em; margin-bottom: 1em;}
.format_text h3 {font-size:1.3em;} 

/*link colors*/
.custom a { color: #E8E8E8; }
.custom a:visited { color:#B0B0B0; }
.custom a:hover { color:#787878; }

.custom #tabs {
background: url(images/nav.jpg) no-repeat; border: none; 
border-bottom:1px solid #787878;
list-style-image:none;
list-style-position:outside;
list-style-type:none;}

.custom ul#tabs .home-item { background: #989898; border: none; }
.custom ul#tabs .home-item a { color: black; }

.custom ul#tabs .page-item-1 { background: #989898; border: none; }
.custom ul#tabs .page-item-1 a { color: black; }

.custom ul#tabs .page-item-2 { background: #989898; border: none; }
.custom ul#tabs .page-item-2 a { color: black; }

.custom ul#tabs .page-item-3 { background: #989898; border: none; }
.custom ul#tabs .page-item-3 a { color: black; }

.custom ul#tabs .page-item-4 { background: #989898; border: none; }
.custom ul#tabs .page-item-4 a { color: black; }

.custom ul#tabs .page-item-5 { background: #989898; border: none; }
.custom ul#tabs .page-item-5 a { color: black; }

.custom ul#tabs .page-item-6 { background: #989898; border: none; }
.custom ul#tabs .page-item-6 a { color: black; }

.custom ul#tabs .page-item-7 { background: #989898; border: none; }
.custom ul#tabs .page-item-7 a { color: black; }

.custom ul#tabs .page-item-8 { background: #989898; border: none; }
.custom ul#tabs .page-item-8 a { color: black; }

.custom ul#tabs .page-item-9 { background: #989898; border: none; }
.custom ul#tabs .page-item-9 a { color: black; }

.custom ul#tabs .page-item-10 { background: #989898; border: none; }
.custom ul#tabs .page-item-10 a { color: black; }

.custom ul#tabs .page-item-11 { background: #989898; border: none; }
.custom ul#tabs .page-item-11 a { color: black; }

/* Change the color of a tab when the cursor hovers over it */
.custom ul#tabs li a:hover { background: #B8B8B8; border: none; }
/* Change the font color of a tab when the cursor hovers over it */
.custom ul#tabs li a:hover { color: black; text-decoration:none;}

/* Change the color of the currently selected tab (pages and category pages) */
.custom ul#tabs li.current_page_item { background: #D0D0D0; border: none; }
.custom ul#tabs li.current-cat { background: #D0D0D0; border: none; }
/* Change the font color of the currently selected tab (pages and category pages) */
.custom ul#tabs li.current_page_item a { color:black; }
.custom ul#tabs li.current-cat a { color:black; }

.custom #footer {border-top:1px solid #787878;}

.cform { 
margin:0 0 0 0;
width: 435px;}

.cform fieldset {width:435px;}

.cform label {
background:#000000 none repeat scroll 0 0;
color:#C0C0C0;
display:block;
font-size:10px;
margin:0 0 0 0;
padding:2px;
text-align:left;
width:300px;}


.cform textarea {
font-family:arial;
font-size:0.9em;
height:12em;
width:400px
overflow:auto;}

/*font color for content area*/
.custom div.format_text {color:#D0D0D0;}
.custom div.format_text h1 {color:#D0D0D0;}
.custom div.format_text h2 {color:#D0D0D0;}
.custom div.format_text h3 {color:#D0D0D0;}

