@namespace url(http://www.w3.org/1999/xhtml);
/*********************
* Wikipeda:Reading
* Author: MasterFX, (and various others)
* Website: http://userstyles.org/users/12567
*********************/
@-moz-document domain("wikipedia.org") {

  .messagebox,        	/* hide messages: http://userstyles.org/styles/411 */
  .ambox,           	/* hide alert boxes: http://userstyles.org/styles/3581 */
  .reference,          	/* hide reference links: http://userstyles.org/styles/5888 */
  .references-small,    /* hide references altogther */
  .usermessage,      	/* hide user messages */
  .editsection,        	/* hide edit section (inside the article) */
  #siteNotice, 			/* site notice: http://userstyles.org/styles/854 */
  #siteSub,
  #editpage-copywarn2,
  #editpage-specialchars,
  #pt-logout,
  #f-copyright,
  #f-lastmod,
  #editpage-copywarn,
  #fundraising,			/* hides fundraising messages */
  #coordinates,			/* hides geographic coordinates: may be useful to some */
  #ca-nstab-main,		/* article tab */
  #ca-talk,				/* talk tab */
  #ca-edit,				/* edit tab */
  #ca-viewsource,		/* view source tab */
  #ca-history,			/* history tab */
  #pt-login,			/* user login/register */
  #protected-icon, 		/* protected article */
  #featured-star,		/* featured article */
  #stub                 /* hide stub message */
  { display: none !important; }

  
  /* adjust content */
  #content { margin-top: 10px !important; }
  
  /* topic title left-aligned: http://userstyles.org/styles/6390 */
  #toctitle { text-align: left !important; }


  /* readability: http://userstyles.org/styles/4895 */

  a { color: #039 !important; }

  a:visited { color: #963 !important;}

  /* hide links to uncreated articles */
  a.new{ 
  color: #000 !important; /* #c20 */
  border-bottom: 1px dotted !important;
  cursor: help !important;
  font-style: italic !important;
  }

  #content a[href]:not([href=""]) {
  text-decoration:  none      !important;
  border-bottom:    1px inset;
  }

  #content a[href]:not([href=""]):hover {
  text-decoration:  none                  !important;
  border-bottom:    1px solid transparent;
  }
}