/* This is a custom CSS file for tweaks and overrides for the RocketTheme Audacity Template */
/* Created by Paul Dupuis for FudgeRPG.com */

/* TOP - Override to reduce white space around Grey Ghost Press logo */
header#rt-header-surround>div#rt-top>div.rt-container>div.rt-flex-container>div.rt-grid-10.rt-alpha>div.rt-block {
    padding: 0px !Important; /* was padding 15px */
    margin-top: 3px !Important; /* was margin: 10px */
    margin-bottom: 3px !Important;
    margin-left: 0px !Important;
    margin-right: 0px !Important;
}
header#rt-header-surround>div#rt-top>div.rt-container>div.rt-flex-container>div.rt-alpha>div.rt-block>div.module-surround>div.module-content>div.custom>p {
    margin: 0 !Important; /* was 0 0 15px */
}
/* TOP - Override to reduce white space around header modules (social media, font resizer, etc.) */
header#rt-header-surround>div#rt-top>div.rt-container>div.rt-flex-container>div.rt-omega>div.rt-block {
  padding: 0px !Important; /* was padding 15px */
  margin: 5px !Important; /* was margin 10px */
}
/* reduce Login/Logout button borders in Menu Bar */
header#rt-header-surround>div#rt-top>div.rt-container>div.rt-flex-container>div.rt-omega>div.rt-block.rt-popupmodule-button>a.button {
    height: 30px !Important;
    padding: 5px 15px !Important;
}
/* Social Button font size tweak */
header#rt-header-surround>div#rt-top>div.rt-container>div.rt-flex-container>div.rt-omega>div.rt-block>a.social-button {
  font-size: 1.5em !Important;
}
/* Font Resizer adjustments to match Audacity syles */
header#rt-header-surround>div#rt-top>div.rt-container>div.rt-flex-container>div.rt-omega>div.rt-block>div.module-surround>div.module-content>div#fontsize>div {
  background: #2278c6 none repeat scroll 0 0 !Important;
  border: none !Important;
  border-radius: 3px;
  font-size: 1.5em !Important;
  float: left;
  height: 30px !Important;
  line-height: 30px !Important;
  margin: 2px !Important;
  width: 30px !Important;
  transition: all 0.3s ease 0s !Important;
}


/* HEADER (Menu) - Override to reduce 'black' space surrounding menu */
#rt-header .menu-block {
    float: left !Important;
    margin-left: 15px !Important;
}
.menu-block .gf-menu.l1 > li > .item {
    height: 40px !Important; /* was 60px */
}
/* Search Module in Menu styling */
div#rt-header div.rt-container div.rt-flex-container div.rt-omega div.rt-block.menu {
  margin: 5px !Important;
  padding: 0px !Important;
}
div#rt-header div.rt-container div.rt-flex-container div.rt-omega div.rt-block.menu div.module-surround div.module-content div.searchmenu form {
  margin: 0px !Important;
}
div#rt-header div.rt-container div.rt-flex-container div.rt-omega div.rt-block.menu div.module-surround div.module-content div.searchmenu form input.search-query {
  height: 25px !Important;
  width: 50% !Important;
  text-align: center !Important;
  padding: 0 2px Important;
  font-size: 12px !Important;
  line-height: 18px !Important;
}
div#rt-header div.rt-container div.rt-flex-container div.rt-omega div.rt-block.menu div.module-surround div.module-content div.searchmenu form button.button {
  height: 25px !Important;
  width: 40% !Important;
  text-align: center !Important;
  padding: 0 2px !Important;
}


/* BREADCRUMBS - Override to reduce white space */
#rt-breadcrumbs .rt-block {
    margin: 2px;
    padding: 3px 15px;
}

/* SECTIONEX - Overrides to remove the SectionX "Find" and menu title */
/* removes "<T-itle> - Content" line */
div#section_ex>h3.se-h { 
  visibility: hidden !Important;
  display: none !Important;
}
/* removes "Find" box */
div.se-search {
  visibility: hidden !Important;
  display: none !Important;
}
/* Removes powered by SectionEx footer */
div>a[href="http://stackideas.com"] {
  visibility: hidden !Important;
  display: none !Important;
}

/* REMOSITORY - Overrides */
/* Override to remove Remository menu (Fudge Files) build in search box */
div#remositorylistsearch {
  visibility: hidden !Important;
  display: none !Important;
}
/* Override to hide Remository Latest Files module calendar icon */
div.latestfiles>div.module-surround>div.module-content>table.remositorymodule>tbody>tr {
  line-height: 24px !Important;
}
div.latestfiles>div.module-surround>div.module-content>table.remositorymodule>tbody>tr>td.number>br {
  visibility: hidden !Important;
  display: none !Important;
}
div.latestfiles>div.module-surround>div.module-content>table.remositorymodule>tbody>tr>td.number>img {
  visibility: hidden !Important;
  display: none !Important;
}

/* AGORAPRO - Overrides */
/* Override to tighten up display of recent posts in the AgoraPro Latest Posts module */
div.latestposts>div.module-surround>div.module-content>div.agoraprolatestlatestposts>div.agorapro_latest_item>div.agorapro_latest_subject {
  min-height: 0px !Important; /* was set in module css to 40px - 0px is the default for min-height */
}
div.latestposts>div.module-surround>div.module-content>div.agoraprolatestlatestposts>div.agorapro_latest_item>div.agorapro_latest_subject>br {
  visibility: hidden !Important;
  display: none !Important;
}
div.latestposts>div.module-surround>div.module-content>div.agoraprolatestlatestposts>div.agorapro_latest_item>div.agorapro_latest_postmsg {
  visibility: hidden !Important;
  display: none !Important;
}

