/* links */
	.custom a, .custom a:visited { color: #ff3399; } 
	.custom a:hover { color: #ffffff; }	
	.custom a:active { background: #ffffff; color: #ff3399;  }

/* COLOR UNSELECTED TABS */
/* home tab unselected background and font color */

.custom #tabs a { background: #000000; }
.custom #tabs a { color: #ff3399; }
.custom #tabs a:hover { background: #000000;  }

/* Change the font color of a tab when the cursor hovers over it */
.custom ul#tabs li a:hover { color: #ff3399; }



/*Changing highlighted menu tab*/
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #000000;
  color: #ffffff;
}



.custom .sidebar h3 {font-weight: bold; color: #ffffff; padding: 0px 5px; background: #000000;}


/* style.css - a simple style sheet */
body {
  margin-left: 0%; margin-right: 0%;
  color: #ffffff; background: #000000;
}


//delete_action( 'hybrid_after_page_nav', 'school_ subscribe' );


/* The following lines control the alignment of your header image with your navbar. As long as these are all set to zero, your header image will be aligned with your navbar on the right and left, with no whitespace between the header image and the navbar.
*/
.custom #header {
padding-bottom: 0;
padding-top: 0;
padding-left: 0;
border-bottom: 0;
}

/*Removes border from around menu*/
.custom #tabs, .custom #tabs li {
  border-style: none;
}

/*removes ALL borders from the site*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}

.custom #content_box, .custom #column_wrap {
        background: none;
}

/*a complicated way to make the comment box work properly!*/
#author, #email, #url, #comment {
     background: #FEFEFE !important;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     color: #333333;
     font-size: 12px;
     font-family: Arial, Tahoma, Verdana;
     padding: 4px;
     margin: 0px;
     border-top: 1px solid #666666;
     border-right: 1px solid #DDDDDD;
     border-left: 1px solid #666666;
     border-bottom: 1px solid #DDDDDD;

/*and the submit button*/
#submit {
     background: #2B3349;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     color: #CCCCCC;
     font-size: 14px;
     font-family: Arial, Tahoma, Verdana;
     padding: 4px;
    margin: 0px;
     border: 1px solid #0E1116;
 }



/* SAVE THIS IN CUSTOM.CSS FILE */
/* custom  sitemap and archives page */
.custom .sitemap h3 {margin-top: 0;}
.custom .sitemap ul {font-size: .85em; }
.custom .sitemapl { float: left; width: 30%;}
.custom .sitemapr { float: right; width: 70%;}