@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url(http://www.penny-arcade.com/) {

#news { 
   width: auto !important; 
}

#news p {
   text-align: justify !important;
}

.postheader { 
   float: left !important; 
   margin-left: 3px !important; 
}
}

@-moz-document domain(penny-arcade.com) {
#adhoriz, #advert { 
   display: none !important;
}
}