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

/* hide the "Main Page" title */
body.mainpage .firstHeading { display: none; }

/* Temporary CSS to remove blank ad space at top */
div#adspace0, div#adSpace0 { display: none;}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
    text-align: right;

}

/* <pre> <nowiki> */
table.diff a[title="User:LordTBT"], 
ul#pagehistory li a[title="User:LordTBT"], 
ul.special li a[title="User:LordTBT"] { font-weight: bold; color: #FF7722; }

table.diff a[title="User:Cornflower"], 
ul#pagehistory li a[title="User:Cornflower"], 
ul.special li a[title="User:Cornflower"] { font-weight: bold; color: #FF7722; }

table.diff a[title="User:Ember Nickel"], 
ul#pagehistory li a[title="User:Ember Nickel"], 
ul.special li a[title="User:Ember Nickel"] { font-weight: bold; color: #FF7722; }

ul.special li a[title="User:LordTBT"],
ul.special li a[title="User:Cornflower"],
ul.special li a[title="User:Ember Nickel"] { font-weight: bold; color: #FF7722; }

p { text-indent: 1em; }
p.indent { text-indent: 1em; }

/* temporary fix for images above italicised headers */
#column-content #content { position: relative; overflow: hidden; }

/* Some IE7 fixes for imagemaps in scrolling divs */
div.mapscroll div a { display:none !important }
div.mapscroll div { position: static !important }

div.listenlist {
    background: url("http://images.wikia.com/redwall/images/c/cb/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}

.mobileonly {
   display:none;
}

.blog-comment img {
   position: static;
   height: auto;
   width: auto;
}

div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}

div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}

div.medialist ul li {
    padding-bottom: 0.5em;
}

div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/* 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;   
 }   
/* wikialist stuff */

.wikialist-header {
  border:2px solid #7777aa;
  margin:auto;
  font-size:130%;
  background-color: #ddddee;
}
.wikialist-header td {
  padding:.25em;
  white-space: nowrap;
}
.wikialist-header td.wlh-button a {
  text-decoration:none;
  display:block;
  border:2px outset #ddddee;
  padding:.25em;
  font-weight:bold;
  color: black;
  text-align:center;
}
.wikialist-header td.wlh-button a:hover { 
  background-color: #ccccff; 
}
.wikialist-header td.wlh-button strong {
  text-decoration:none;
  display:block;
  border:2px inset #ddddee;
  padding:.25em;
  text-align:center;
}
.wikialist-header th { font-size:115% }

#twitter_div {
	background-image: url('http://images3.wikia.nocookie.net/redwall/images/b/bb/TwitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}

/* </nowiki> </pre> */