/* Wikipedia modifications written by me, GeorgeMoney, for people reading wikipedia (http://en.wikipedia.org) (note this might be more handy to people editing wikipedia than reading, but my read-only style is for people who only want to read it.) */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(en.wikipedia.org) {

/******************* Uncomment this section to add nice colors to wikipedia****************
h1 {color: green;}
#content, .pBody { background-color: honeydew; border: 2px solid lightgreen;}
#p-cactions li.selected { border: 2px solid lightgreen; }
#p-cactions li a, #p-cactions li.selected a { background-color: honeydew; }
body {background: LightCyan;}
****************************************************************************************/

li#n-portal,
li#n-currentevents,
li#n-Featured-articles,
li#n-randompage,
li#n-help,
li#n-contact,
li#t-specialpages,
li#t-recentchangeslinked,
li#t-upload
{display:none}


/* Don't Display "From Wikipedia, the free encyclopedia", because we know that we are at wikipedia */
#siteSub {
    display: none;
}

/* Unbold 'edit' link*/
#ca-edit a { font-weight: normal !important;}


/* hide copyleft/disclaimer footer */
#footer {display: none;}

/* hide "special warnings2" messages and "special characters" box in edit pages */
#editpage-copywarn2 {display: none;}
#editpage-specialchars {display: none;}


/* put scrollbar on pre sections. and solid borders */
pre {overflow: auto;}
pre {border: 1px solid #aaa;}

/* gray border for Categories at bottom of page */
#catlinks {padding:0 5px 0 5px; margin-top:0.5em; -moz-border-radius:.5em; border:1px solid #CDCDCD; clear:both;}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}


/* Remove logout, never use it anyway */

li#pt-logout { display: none; }

/* suppress the person icon by your username */
li#pt-userpage { background: none }

/* Dont need this copyright notice on every page */

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}

.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");

}

/* Diff rendering */

table.diff { 
    background:white;
    width: 50%;
    height: 100%;
    overflow: auto;
}
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #f5f5f5;
    color: #4169e1;
    font-size: 100%;
}
td.diff-deletedline { 
    background: #f5f5f5;
    color: #b22222;
    font-size: 100%;
}
td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}
span.diffchange { color: #00008b; }

/* Standardize messagebox theme */

.messagebox.standard-talk {
   border: 1px solid #696969;
   background-color: #f5f5f5;

}

.messagebox.cleanup {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

/* Orange bar of death */

.usermessage {
    background-color: lightgreen;
    border-color: #B5F;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomright: 1em;
    text-align: center;
}

/* Voting */
.votesupport {

  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.voteoppose {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}

.votekeep {

  background-color: lightblue;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.votedelete {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.rfacomment {

  background-color: orange;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}

.commentimportant {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.commentmediumpriority {

  background-color: yellow;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.commentlowpriority {

  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}



#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

#searchform input#searchGoButton {display:inline !important; font-weight: normal; /* I didn't like the bold */ }

input#wpSave {font-weight: normal;}

#BoardCandidateNotice {display: none;}

#recentchangestext {display: none;}

}