/*

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #container {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.3em;
    background: #848484;
    border: 0.8em solid #44443f
;
}

.custom #page {background: #fff; padding-top:1.5em;}

body.custom {background: #848484 url('http://bikesforgoodnesssake.org/wp-content/themes/thesis_151/images/bfgsbackground.gif') no-repeat;}

.custom #logo { display:block; padding:0; margin:0; height:180px; width:725px; background:
url('http://bikesforgoodnesssake.org/wp-content/themes/thesis_151/images/BFGSbanner.jpg') center no-repeat; text-indent:-9999px; }

/* get rid of the horizontal line under the nav bar */
.custom ul#tabs { border-bottom: none; }


.custom ul#tabs li a { color: #FFF; }


/*change the background color of unselected tabs*/
.custom ul#tabs li a { background: #848484; }

/*change the background of color the selected tab*/
.custom ul#tabs li.current_page_item a { background: #DF0101; }

/*change the background color of unselected tab when the cursor hovers over it*/
.custom ul#tabs li a:hover { background: #DF0101; }

/*change nav button boarder*/
.custom #tabs, .custom #tabs li { border: 1px solid #fff; }

/*center nav buttons*/
.custom ul#tabs {padding-left: 14em; padding-right: 10em; padding-top: 0em}

.custom ul#tabs { border: none; }

.custom ul#tabs li a { text-transform: lowercase;}

.custom .comments_closed p {
  display: none;
}

.custom h2 a {
color: #DF0101;
text-decoration: none;
}
.custom h2 a:visited {
color: #DF0101;
text-decoration: none;
}
.custom h2 a:hover {
color: #44443f;
text-decoration: none;
}
.custom h2 a:active {
color: #DF0101;
text-decoration: ;
}

.custom .headline_area h1, .headline_area h2 {
color: #DF0101;
}

h2 {color: #DF0101;} 


/*Paypal button*/
.custom .paypalbutton { border: none; background: transparent; }