/* SITE-SPECIFIC TAB STYLING */

body.profile #tab_profile a,
body.blogs #tab_blogs a,
body.swaps #tab_swaps a,
body.photos #tab_photos a,
body.groups #tab_groups a,
body.tweets #tab_tweets a,
body.FoodieUpdates #tab_tweets a,
body.bookmarks #tab_bookmarks a,
body.locations #tab_locations a,
body.inbox #tab_inbox a,
body.merchants #tab_merchants a,
body.store #tab_store a,
body.recipes #tab_recipes a
{
    /*color: #000;*/ /* selected tab text colour */
    color: #cf7131;
}
body.home #tab_home,
body.profile #tab_profile,
body.blogs #tab_blogs,
body.swaps #tab_swaps,
body.photos #tab_photos,
body.groups #tab_groups,
body.tweets #tab_tweets,
body.FoodieUpdates #tab_tweets,
body.bookmarks #tab_bookmarks,
body.locations #tab_locations,
body.inbox #tab_inbox,
body.merchants #tab_merchants,
body.store #tab_store,
body.recipes #tab_recipes
{
    margin: 0; /* to compensate for border */
    padding: 5px 0 5px;
    /*background-color: #DEF;*/ /* selected tab colour */
    background-color: #fff;
    border-left: 1px solid #ccc; /* tab border */
    border-top: 1px solid #ccc; /* tab border */
    border-right: 1px solid #ccc; /* tab border */
    border-bottom: 1px solid #fff; /* tab border */
}
