/* SITE-SPECIFIC TAB STYLING */


/* selected tabs */
#home_tab .tab_home,
#apps_tab .tab_apps,
#sites_tab .tab_sites,
#team_tab .tab_team,
#profile_tab .rtab_profile,
#blogs_tab .rtab_blogs,
#swaps_tab .rtab_swaps,
#photos_tab .rtab_photos,
#projects_tab .rtab_projects,
#tribes_tab .rtab_tribes,
#tweets_tab .rtab_tweets,
#bookmarks_tab .rtab_bookmarks,
#wiki_tab .rtab_wiki,
#inbox_tab .rtab_inbox,
#locations_tab .rtab_locations
#donate_tab .rtab_donate,
{
    bottom: -1px !important;
    padding-bottom: 0 !important;
}
/* Steve: Changed a to a:hover so that there is some indication
   that clicking on the selected tab is a link. Relying on the default
   tab color for a elements defined in media/pinax/css/tabs.css */
#home_tab .tab_home a:hover,
#apps_tab .tab_apps a:hover,
#sites_tab .tab_sites a:hover,
#team_tab .tab_team a:hover,
#profile_tab .rtab_profile a:hover,
#blogs_tab .rtab_blogs a:hover,
#swaps_tab .rtab_swaps a:hover,
#photos_tab .rtab_photos a:hover,
#projects_tab .rtab_projects a:hover,
#tribes_tab .rtab_tribes a:hover,
#tweets_tab .rtab_tweets a:hover,
#bookmarks_tab .rtab_bookmarks a:hover,
#wiki_tab .rtab_wiki a:hover,
#inbox_tab .rtab_inbox a:hover,
#locations_tab .rtab_locations a:hover,
#donate_tab .rtab_donate a:hover
{
    color: #C00 !important; /* selected tab text colour */
   /* color: #000 !important; /* selected tab text colour */
    background-color: #FFC !important; /* selected tab colour */
}

#home_tab .tab_home div,
#apps_tab .tab_apps div,
#sites_tab .tab_sites div,
#team_tab .tab_team div,
#profile_tab .rtab_profile div,
#blogs_tab .rtab_blogs div,
#swaps_tab .rtab_swaps div,
#photos_tab .rtab_photos div,
#projects_tab .rtab_projects div,
#tribes_tab .rtab_tribes div,
#tweets_tab .rtab_tweets div,
#bookmarks_tab .rtab_bookmarks div,
#wiki_tab .rtab_wiki div,
#inbox_tab .rtab_inbox div,
#locations_tab .rtab_locations div,
#donate_tab .rtab_donate div
{
    margin: 0;
    background-color: #FFC !important; /* selected tab colour */
  /*  background-color: #DEF !important; /* selected tab colour */
    border-left: 1px solid #000 !important; /* tab border */
    border-top: 1px solid #000 !important; /* tab border */
    border-right: 1px solid #000 !important; /* tab border */
    padding-bottom: 5px; /* 1px more than unselected padding-bottom */
}

