@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("readwriteweb.com") {

/*** ReadWriteWeb Tweaks ***/

/** General Cleanup **/

  #header {
    height:auto !important;
    margin-top:-15px !important
  }
  
  /* #header, */
  .leaderboard,
  #logo_subscribe_box, 
  #content-column-right,
  #tactical_menu_right,
  /*  #network_menu_left,  */
  #share-buttons,
  #predicta,
  .sponsor-intro,
  #comments-open,
  #trackbacks,
  #footer,
  .asset-footer {
    display: none !important;
  }
  
  #wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    line-height: 1.3em !important;
  }

  #content-column-left {
    float: none !important;
    width: 100% !important;
  }
 
  .asset, .comments, .trackbacks, .archive {
    overflow: visible !important;
  }

 /* 
 
  #metadata_digg_box {
    width: 100% !important;
  }
  #metadata_digg_left {
    width: 80% !important;
  } 

 */

  #metadata_digg_left #submeta {
    width:auto !important;
  } 
  
 
/** Fonts, Colors & Other Styling **/

 /* #993300 #CC6600 #CC0000 #C80000 #DB0000 #990000 #000 */

  h1.titlelink {
    font-family: "Trebuchet MS", Tahoma, sans-serif !important;
    line-height: 1.5em !important;
  }

  .asset-content {
    color: #444 !important;
    line-height: 1.4 !important;
    font-family: Verdana, "Lucida Grande", sans-serif !important;
    font-size: 1em !important;
  }

  .asset-content a {
    text-decoration: underline !important;
  }

  .asset-content a:visited { 
    color: #990000 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #000 !important;
  }

  .asset-content a:hover,
  .asset-content a:focus {
    color: #DB0000 !important;
    text-decoration: none !important;
  }

  .super-pullquote {
    -moz-border-radius: 10px !important;  /* Older Gecko browsers */ 
    border-radius: 10px !important;  /* Newer Gecko browsers */ 
  }

  .super-pullquote ul {
    list-style-type:none !important;
    margin: 0;
    padding: 0; 
  }

  .super-pullquote ul li a {
    font-family: "Trebuchet MS", Tahoma, sans-serif !important;
    line-height: 1.5em !important;
    text-decoration: none !important;
  }

  .super-pullquote ul li a:visited,
  .super-pullquote ul li a:hover,
  .super-pullquote ul li a:focus  {
    border-bottom: 1px solid #000 !important;
  }

/* For when users have JS turned off, doesn't need !important */
  .dsq-comment-header {
    background: #F8F4F8;    
  }


}