/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Freshmeat III Override                            |
|    Description:  |  Cleanup FM III design to get more information on  |
|                  |  a glance without too much scrolling               |
|         Author:  |  Izzy                                              |
|   Date Created:  |  March 16, 2009                                    |
|   Last Updated:  |  March 23, 2009                                    |
|        Version:  |  1.0.0.6                                           |
|__________________|____________________________________________________|

*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("freshmeat.net") {
  /* Cut-off large top-bar with ads */
  div#leaderboard { display: None !important; }
  .logo img { display: None !important; }
  div.banner1, div.banner-imu { display: None !important; }
  #page { background-position:0 -110px !important; }
  #header.clearfix { height: 30px !important; }
  .skyscraper { visibility:hidden !important; }
  /* Shrink some obsolete spaces */
  .crumbs { margin-bottom: 5px !important; }
  div.sidebar { margin-top: 2px !important; }
  div#container h1 { margin-bottom: 5px !important; }
  .project-detail #tabs { margin-top: 10px !important; }
  .sidebar-content { padding-bottom: 0 !important; }
  ul.sub-navigation { margin-top: 5px !important; }
  .voting { padding: 0 !important; }
  .voting-total { padding-top: 3px !important; }
  .submitter { margin-bottom: 5px !important; }
  .sidebar-sparkline { margin-bottom: 0 !important; }
  .project-detail #tabs .tag-list { padding-bottom: 2px !important; }
  .recent-releases .release { margin-bottom: 0 !important; }
  /* Reduce font sizes in the boxes to the right */
  .project-filter input { font-size: 10px !important; font-weight: bold; }
  .sbblock { font-size: 13px !important; font-weight: bold; }
  .submitter a { font-size: 16px !important; }
}