/* Gawker - Enhanced comments (07-2009 comments)     */
/* (c) 11-2009 - by decorator                        */
/* This style is licensed under a "Creative Commons  */
/* Attribution-Noncommercial-Share Alike 3.0         */
/* Unported" license. More information here:         */
/* http://creativecommons.org/licenses/by-nc-sa/3.0/ */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
/* Enhance comments on these websites: */
   domain("gawker.com"),
   domain("deadspin.com"),
   domain("kotaku.com"),
   domain("jezebel.com"),
   domain("io9.com"),
   domain("jalopnik.com"),
   domain("gizmodo.com"),
   domain("lifehacker.com")
{

/* Change color -> Readable comments */
  .commenttext{color:black!important;}

/* Disable background-color-change on hover */
  .comment:hover{background-color:transparent!important;}

/* Highlight "good" comments */
  .commentpriority_1, .commentpriority_1:hover{background-color:#e5f1c1!important; -moz-border-radius:3px;}

/* Move replies to the right and add a dotted line to their left */
  .replylevel_comment{margin-left:5px!important;} .replylevel_comment>.commenttext{width:324px!important; border-left:black dotted 1px!important; padding-left:5px!important;}

/* Hide placeholder at the end */
  .hide{display:none!important;}

/* Wider comments */
  #comments{width:auto!important;} .comment{width:820px!important;} .commenttext{width:650px!important;} .showthreadcomments_box{width:825px!important;} .replylevel_comment>.commenttext{width:634px!important;}

}