/*
     Bareback.com Style Fixes
      Bareback.com is an adult personals site for gay men.
      The site has one of the most cluttered and hard to 
      read designs I have ever seen. This stylesheet fixes
      some of the major problems such as making the table
      background color consistent on the "Who's Online" page
      and removing the ads that take up over half the page. 
      This stylesheet does not fix all the problems, by any
      means, but it's better than the current trainwreck.

     by Jeoffory Hudson
     http://www.jeoffory.info/sketchymess/index.php
     (For Adult Gay Men Only)
*/
@-moz-document domain(bareback.com) {
td[background] {
 background-color: #EEEEEE !important;
 background: none !important;
 }
td.cswmItem {
 background-color: black !important;
 color:white !important;
 }
table[width="550"],table[width="750"] {
 display: none !important;
 }
iframe {
 display:none !important;
 } 
font[color="#c0c0c0"] {
 color: #770000 !important;
 font-size: 15px !important;
 font-weight: bolder !important;
 }
#AutoNumber6 {

}
#AutoNumber6 td {
 border: 1px outset #FFF !important;
 vertical-align: bottom;
 }
#AutoNumber6 img {
 margin-bottom: 8px !important;
 }
#AutoNumber6 font {
 font-size: 12px !important;
 }
#AutoNumber6 font b {
 font-size: 15px !important;
 color: #3300BB !important;
 border-bottom: 1px solid #3300BB !important;

 }
img[src="/Galleries/Members/Thumbs/na.jpg"] {
 width: 40px !important;
 height: 40px !important;
 }
}

@-moz-document url-prefix(http://www.bareback.com/profile) {
iframe {
 display: block !important;
 }
}