/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */

 /* --- RC LIST --- */
 
 /* rc list byte-change colours */
 .mw-plusminus-neg { color: #FFA932; }
 .mw-plusminus-pos { color: #4EFF43; }
 .mw-plusminus-null { color: #AAAAAA; }
 
 /* move namespace bit on RC to the right */
 div.namespacesettings {
  float: right;
  clear: none;
  position: relative;
  top: -4em;
  width: 160px;
  border: 1px #606060;
  background: Navajowhite;
  padding: 4px;
  font-size: 90%;
 }
 
 /* colour 'N' and 'm' */
 .newpage { color: #A56C40; }
 .minor { color: #666; }


 /* === Dynamic navigation === */
 /* default skin for navigation boxes */
 table.navbox {
     background-color: #f9f9f9;
     border: 1px solid #aaa;
     clear: both;
     font-size: 90%;
     margin: 1em 0em 0em;
     padding: 2px;
     text-align: center;
     width: 100%;
 }
 table.navbox th {
     background-color: #ccf;
     padding-left: 1em;
     padding-right: 1em;
 }
 table.navbox tr:not(:first-child) th {
     background-color: #ddf;
 }
 @media print {
     .navbox {
         display: none;
     }
 }
 /* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 div.Boxmerge,
 div.NavFrame {
         margin: 0px;
         padding: 4px;
         border: 1px solid #aaa;
         text-align: center;
         border-collapse: collapse;
         font-size: 95%;
 }
 div.Boxmerge div.NavFrame {
         border-style: none;
         border-style: hidden;
 } 
 div.NavFrame + div.NavFrame {
         border-top-style: none;
         border-top-style: hidden;
 }
 div.NavPic {
         background-color: #fff;
         margin: 0px;
         padding: 2px;
         float: left;
 }
 div.NavFrame div.NavHead {
         height: 1.6em;
         font-weight: bold;
         background-color: #ccccff;
         position:relative;
 }
 div.NavFrame p {
         font-size: 100%;
 }
 div.NavFrame div.NavContent {
         font-size: 100%;
 }
 div.NavFrame div.NavContent p {
         font-size: 100%;
 }
 div.NavEnd {
         margin: 0px;
         padding: 0px;
         line-height: 1px;
         clear: both;
 }
 a.NavToggle {
         position:absolute;
         top:0px;
         right:3px;
         font-weight:normal;
         font-size:smaller;
 }

/* --- 4ed box --- */
div.box-4ed {
  margin: 0 auto;
  padding: 8px 0 8px;
}

div.box-4ed-olive  {
  background: url('http://images3.wikia.nocookie.net/forgottenrealms/images/1/17/4ed_gradient.jpg');
  border-top: 3px double #a9a78a;
  border-bottom: 3px double #a9a78a;
  color: #5a592f;
}
div.box-4ed-green  {
  background: url('http://images3.wikia.nocookie.net/forgottenrealms/images/4/45/4ed_gradient_green.jpg');
  border-top: 3px double #98a98a;
  border-bottom: 3px double #98a98a;
  color: #455a2f;
}
div.box-4ed-blue   {
  background: url('http://images1.wikia.nocookie.net/forgottenrealms/images/f/f4/4ed_gradient_blue.jpg');
  border-top: 3px double #8aa0a9;
  border-bottom: 3px double #8aa0a9;
  color: #2f505a;
}
div.box-4ed-purple {
  background: url('http://images3.wikia.nocookie.net/forgottenrealms/images/7/76/4ed_gradient_purple.jpg');
  border-top: 3px double #8a8aa9;
  border-bottom: 3px double #8a8aa9;
  color: #302f5a;
  
}
div.box-4ed-pink {
  background: url('http://images4.wikia.nocookie.net/forgottenrealms/images/0/0b/4ed_gradient_pink.jpg');
  border-top: 3px double #a98aa5;
  border-bottom: 3px double #a98aa5;
  color: #572f5a;
  
}
div.box-4ed-red {
  background: url('http://images4.wikia.nocookie.net/forgottenrealms/images/c/c9/4ed_gradient_red.jpg');
  border-top: 3px double #a98c8a;
  border-bottom: 3px double #a98c8a;
  color: #592e2f;
}

div.box-4ed-title, div.box-4ed-subtitle {
  font-family: Georgia, serif;
  font-weight: bold;
  text-align: center;
}

div.box-4ed-title {
  font-size: larger;
}

div.box-4ed-subtitle {
  font-size: smaller;
}

div.box-4ed-content {
  font-size: smaller;
}