/** CSS placed here will be applied to all skins */

/* Recent changes byte indicators */
 .mw-plusminus-pos {
    color: #006500;
 }
 .mw-plusminus-neg {
    color: #8B0000;
 }

/* Highlight clicked reference in blue to help navigation */
 
 ol.references > li:target {
  background-color: #DEF;
 }
 
 sup.reference:target { 
   background-color: #DEF;
 }

/* Styling for Citations */

cite {

   font-style: normal;
   word-wrap: break-word;

}

 /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */

 cite:target {

 background-color: #DEF;

 }

 /* Do not expand URLs within citations for printing. The urls should be included explicitly, to avoid confusion */

 @media print {

   #content cite a.external.text:after {
       display: none;
   }

 } 


 /* Make sure that ext links displayed within "plainlinksneverexpand" don't get
   the arrow...
 */
 .plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
 }

 /* make the list of references look smaller */
 ol.references {
    font-size: 100%;
 }

 .references-small { font-size: 90%;}


 .infobox-image {
  float:center; 
  clear:all; 
  margin:0 0 .5em 1em; 
  background:#ffffff; 
  -moz-border-radius:1px;
  border:1px solid #999999; 
  line-height:1.5; 
  font-size:95%
 }
 .infobox-image table {
  margin:0 0 0 0;
  width:100%;
  background:#ffffff;
  border-collapse:collapse;
 }
 .infobox-image table td {
  padding:0 5px;
  border-top:1px solid #999;
  border-bottom:0px solid #999;
  border-left-style:none;
  border-left-width:1px solid;
  background-color:#EEEEFF;
  width: 12%;
 }
 .infobox-image table td.infoboxcell {
  width: 68%;
 }
 .infobox-image p {
  margin:0;
  padding:0;
 }

 .boilerplate {
  margin:0.5em auto;
  width:80%;
  clear:both;
  background-color:#f7f8ff;
  border:2px solid #8888aa;
  padding:4px;font-size:85%;
  min-height:64px;
  vertical-align:center
 }

 .dablink {
  font-style: italic;
  padding-left: 2em;
 }
 
 .dablink i {
  font-style: normal;
 }

 /* hide some stuff on the main page */

 body.page-Gargoyles_Wiki .firstHeading, 
 body.page-Gargoyles_Wiki #siteSub, 
 body.page-Gargoyles_Wiki #contentSub { display:none; }