MediaWiki:Wikia.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(another grey)
(do not hide error messages)
Line 9: Line 9:
}
}
*/
*/
/* ============
  Errors
  ============ */
.error {
  display:none!important;
  font-size:0em !important;
  line-height:0em !important;
  margin:0px 0px 0px 0px !important;
  padding:0px !important;
  visibility:invisible;
}


/* ============
/* ============

Revision as of 16:41, 30 August 2012

/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/
@import "http://tardis.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* Aligns the toolbox & interface to the left side of the page */
/* 
.WikiaRail {float:left !important; padding-right:0px !important;}
.WikiaMainContent {float:right !important; padding-right: 0px;}
.oasis-one-column .WikiaMainContent {float:right !important; padding-right:0 !important;}
}
*/

/* ============
    General font matters
    ============
*/

.WikiaArticle,
.WikiaPage {                
   font-size: 13.5px;
   line-height:18px;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
}

.WikiaArticle li,
.WikiaPage li {
   line-height:1.2em;
}


/* =============
   Protecting against
   Wikia defining the 
   top margins of sectional 
   headlines, as they did on 
   10 Jan 2012
   =============== */ 
.WikiaArticle h1, 
.WikiaArticle h2,
.WikiaArticle h3,
.WikiaArticle h4,
.WikiaArticle h5,
.WikiaArticle h6 {
   margin-top:auto
}

/* =============
    Semi-transparent background
    ==============
    from [[w:c:fable:Forum:Amazing Background - in two different ways]] 
    ==============
*/


.WikiaPage {
background:transparent url(http://images2.wikia.nocookie.net/tardistest/images/c/ce/70opacitywhite.png);
  -moz-border-radius:10px !important;
  -webkit-border-radius:10px !important;
  border-radius:10px !important;
  -moz-box-shadow:0 0 40px #2f2cb8 !important;
  -webkit-box-shadow:0 0 40px #2f2cb8 !important;
  box-shadow:0 0 40px #2f2cb8 !important;
}

body {
  background-attachment: fixed;
  /*line-height:110%;*/
}


/* === Hide "Image added by" on articles === */
.picture-attribution { display:none !important; }

/* Fix for rewrite title */
#title-meta i { font-style: italic !important; }

/* kills read more and category galleries, thanks to Sovq */
.RelatedPagesModule {
	display: none;
}
.WikiaPage .categories {
        display: none !important;
}

.category-gallery {
	display: none;
}

.WikiHeader .buttons {
  width: 251px !important;
}

/* Fixes for bug in Wikia skin */

/* Make menu button dropdowns appear on top of user page content */
.WikiaUserPagesHeader .wikia-button,
.WikiaUserPagesHeader .wikia-menu-button,
.UserProfileActionButton .wikia-menu-button {
   z-index: 10;
   color:#fff !important;
}

/* ==================
   SEARCH
   ================== 

   ++++++++++++++++++
   The button itself 
   ++++++++++++++++++ */
 
.WikiaSearch button, 
.WikiaSearch button:hover, 
.WikiaSearch button:active, 
input[type="button"].secondary,
input[type="button"].secondary:hover,
input[type="button"].secondary:active {
  background-color:#E2E2F0 !important; 
  height:18px !important;
  margin-top:3px !important;
  margin-right:3px !important;
}

.WikiaSearch input.placeholder,
.WikiaSearch input[type="text"] {
   background-color: transparent; 
   color:#2f2cb8 !important;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   letter-spacing:0px !important;
   text-transform:none !important;
}

/* This actually does work, but apparently in Opera only
   Keepin around as a matter of curiosity.

.WikiaSearch input.placeholder,
form#WikiaSearch.WikiaSearch input.placeholder {
   content:"Ask the Index File";
   text-transform:lowercase;
}
*/

/* How the search form looks: May 2012 */

.Search .WikiaSearch,
.Search .WikiaSearch .AdvancedSearch {
   background:transparent !important;
}

.mw-search-formheader,
fieldset#mw-searchoptions {
  color:#2f2cb8;
  background-color:#d1c2b2;
  border:1px dashed #2f2cb8 !important;
}
 
.mw-search-formheader div.search-types ul li.current a {
  color:#d1c2b2;
  background-color:#fff
}

.search-v2-form .tabs li a {
  background-color:#2f2cb8 !important;
  background-image:none;
  color:#FFF !important;
  border:1px solid #2f2cb8;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  font-weight:normal;
}

.search-vt-form .tabs li a:hover,
.search-v2-form .tabs .selected a {
  color:#2f2cb8 !important;
  background-image:none !important;
  background-color:#fff !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
} 


/* Autocompletion */

/* This is for the drop-down itself */
.WikiaSearch .autocomplete {
  background-color:#ECECEC !important;
  -webkit-border-radius: 0px 10px 10px 0px;
       -moz-border-radius:  0px 10px 10px 0px;
         -o-border-radius: 0px 10px 10px 0px;
            border-radius: 0px 10px 10px 0px;
  border:1px dashed #2f2cb8;
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  color:#2f2cb8;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
  font-size:11pt;
  padding:auto !import;
  font-weight:bold;
}

/* This is for the selection of items within the drop-down */
.WikiaSearch .autocomplete .selected {
  color:#2f2cb8;
  font-weight:bold;
  background-color:#D5D4F0;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
}

.WikiaSearch .autocomplete div {
   line-height:110% !important;
   padding:2px !important;
}

div.autocomplete-w1 {
   padding:2px !important;
}

.WikiaSearch .autocomplete .redirect {
   top:-1px;
   line-height: auto !important;
}

/*.WikiaSearch input[type="text"],*/
.WikiaSearch input.placeholder[type="text"] {
  color:#2f2cb8;
  letter-spacing:0px;
  text-transform:none;
}


/* Search box & input area */
/* Makes it "glowy" 
   Or it would, if it weren't
   tuned off. */

.WikiaSearch input[type="text"] { 
  background:transparent;
  border:1px dashed #2f2cb8;
  /*-moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;*/
  color:#2f2cb8 !important;
  font-size:11pt;
  padding:3px;
  -webkit-border-radius: 0px 10px 10px 0px;
       -moz-border-radius: 0px 10px 10px 0px;
         -o-border-radius: 0px 10px 10px 0px;
            border-radius: 0px 10px 10px 0px;
}


/**** MAIN PAGE STUFF ****/

.tally em,
div.tally.mainpage-tally em { 
  font-family: 'Futura', 'Gill Sans', 'Helvetica Neue', 'Trebuchet MS', 
                Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  letter-spacing:3px;
  color:#2f2cb8;
  font-size:24px;
}

.tally span { 
  color:#2f2cb8 
} 

/* ================
   PRE  
   needs to be different
   here than in monobook
   ================ */

.WikiaArticle pre,
.pre { 
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  line-height:140%;
  width:auto;
  margin:auto auto auto auto;
  border:1px dashed #2f2cb8;
  font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/****** HEADER & FOOTER *****/

/***** PAGE HEADER *****/
/* This is something unique to each page, but on virtually EVERY page.
   It's the bit that says "edited by <user>" at top left
   It was deprecated in about April 2011, when Wikia Central changed
   the Wikia skin to no longer include this element. It's left active
   here just because. :)  */

.WikiaPageHeader details { 
  background-color:transparent;
  /*background-image:none;*/
  color:#2f2cb8;
  border:0px solid #000;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:3px;
  margin: 0;
  font-weight:normal;
}

.WikiaPageHeader .history.hover {
  background:none repeat scroll 0 0 white !important;
  color:#2f2cb8 !important;
  font-weight:normal !important;
  border:1px solid #000;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}

.WikiaPageHeader h2 {
   font-size:10px !important
}


/****** HEADER *****/
/* WikiHeader is that stuff to the right of the wordmark;
   or, roughly, everything from search bar to top "Wikia strip" */


.WikiHeader .shadow-mask {
  background:none repeat scroll 0 0 transparent;
}

/* Archive: This identifier will make the whole
   group of navigation dropdowns change color.  Undesirable.
   Still, archived here because it might be fun for some 
   later redesign

.WikiHeader ul:hover { 
  background:whatever !important;
  color:whatever
}
    End archive */

.WikiHeader li a {
  background-color:transparent !important;
  color:#2f2cb8 !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  font-weight:normal;
  /* letter-spacing:3px; Specifically forbidden by Wikia Central as TOU violation */
  text-transform:uppercase;
}

.WikiHeader li:hover {
  background-color:transparent !important;
  color:#2f2cb8 !important;
  font-weight:normal;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  /* letter-spacing:3px; Specifically forbidden by Wikia Central as TOU violation */
  text-transform:uppercase;
}

.WikiHeader .subnav {
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  font-size:11pt;
  padding:3px;
  font-weight:bold !important;
  text-transform:uppercase;
}

.WikiHeader .subnav li a {
  background-color:#ECECEC !important;
  color:#2f2cb8 !important;
  background-image:none;
  font-weight:normal !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:3px;
}

.WikiHeader .subnav li a:hover {
  background-color:#D5D4F0 !important;
  color:#2f2cb8 !important;
  border:none !important;
  font-weight:normal !important;
  background-image:none;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase
  letter-spacing:3px;
}


.WikiHeader {
  background-image:url(http://images.wikia.com/tardis/images/c/c8/WikiHeaderFullLength2.png) !important; 
  background-repeat:no-repeat !important;
}


/* ================ 
   GLOBAL AND ACCOUNT 
   NAVIGATION 
   ================
   'Global' is links to other wikia wikis; 
   'Account' is log in/out and user account nav 
   ================ 
   This is the very top strip on every page, 
   from the wikia logo to "log in/out" 
   ================ */


/* ++++++++++++++++
   Makes a user's name 
   to be white in the header
   ++++++++++++++++ */

.AccountNavigation > li > a {
                   color:white !important;
}

.GlobalNavigation > li > a {
  font-size:11px !important;
} 

/* ++++++++++++++++
   Broader coding for the 
   account/global navigation
   ++++++++++++++++ */

.GlobalNavigation li, 
.AccountNavigation li {     
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:#2f2cb8
}


.GlobalNavigation li:hover,
.AccountNavigation li:hover { 
   background:none !important; 
   font-weight:normal; 
}

.AccountNavigation .subnav {
  text-transform:uppercase;
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8 !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  padding:3px;
  font-weight:normal;
  letter-spacing:0px;  
}
                          
.GlobalNavigation .subnav {     
  text-transform:uppercase;
  font-size:80% !important;
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8 !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  padding:3px;
  font-weight:normal;
  line-height:1.2;
  letter-spacing:0px;                                
}

/* This actually controls the text of the un-hovered lists */

.GlobalNavigation .subnav li > a { 
  letter-spacing:0px;
  text-transform:none;
  color:#2f2cb8;                                 
}

.AccountNavigation .subnav li > a { 
   text-transform:uppercase;
   color:#2f2cb8;
}

.GlobalNavigation .subnav li li a:hover {
  font-weight:normal;
  border:none !important;
  background:none repeat scroll 0 0 #D5D4F0 !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
}

.AccountNavigation .subnav a:hover {
  font-weight:normal;
  border:none !important;
  background:none repeat scroll 0 0 #D5D4F0 !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
  text-transform:uppercase;
}

/**** FOOTER ****/

/* Footer in general */
/* This controls the whole horizontal strip that's found on the bottom
   of most pages.  At a minimum, it includes the MyTools and Configuration
   sub menus, but many users will also have shortcuts to their favorite
   tools, like History and File Upload, in this area. */

.WikiaFooter .toolbar {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:uppercase;
   letter-spacing:1.5px;
   z-index:1 !important
}

.WikiaFooter .toolbar a:hover {
  font-weight:normal;
  background:none repeat scroll 0 0 transparent !important;
  border:none !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
}

/*This undesirably highlights each menu item as you hover over it
.WikiaFooter .toolbar li:hover {
   background:purple !important;} */

/**** MYTOOLS MENU *****/
/* Those elements not specified in the .WikiaFooter .tools-menu range 
   are inherited from .Wikifooter .toolbar range.  Thus the font for
   the MyTools menu is currently specified above.  It wouldn't have
   to be; if one wanted to make the font in MyTools menu different
   from that of the rest of the (horizontal) footer tools menu,
   one would merely define it in the group below.  */

.WikiaFooter .tools-menu {
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8 !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  padding:3px;
  letter-spacing:1.5px;
}
                                                
.WikiaFooter .tools-menu a { 
  color: #2f2cb8 !important!
  font-weight:normal !important;
}

.WikiaFooter .tools-menu a:hover {
  background-color:#D5D4F0  !important;
  font-weight:normal !important
} 

/***** MYTOOLS CONFIGURATION *****/
/* That is, the thing that pops up when you hit "configuration"
   on the footer tool bar. */

.MyToolsConfiguration .options-list,
.MyToolsConfiguration .search-box {
  background-color: #ECECEC;
  color:#2f2cb8;
}

.MyToolsConfiguration li:hover,
.MytoolsConfiguration li .selected {
  font-weight:bold;
  background-color:#D5D4F0  !important;
  color:#2f2cb8 !important; 
}

.MyToolsConfiguration .popular-tools-group {
  background-image:none !important;
  color:#2f2cb8 !important;
  background-color:#ECECEC;
}

.MyToolsConfiguration .popular-tools-group .selected {
  background-image:none !important;
  background-color: #D5D4F0 !important;
  color:#2f2cb8; font-weight:normal;
}

/* This is the headline for all things in a modal wrapper — mainly
   the Customize and picture boxes.  Another way of defining the 
   headlines of the modal wrappers, is to be specific, as in 
   .MyToolsConfiguration h1 */

.modalWrapper > h1 {
  font-style:normal;
  font-size: 20px !important;
  line-height: 110% !important;
  text-align:left;
  margin-bottom:10px;
  padding-bottom:10px;
  /*margin-top:10px;*/
  margin-left:15px;
  font-family:Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
  /*font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;*/
  text-transform:none;
  font-style:normal;
  font-weight:normal;
  letter-spacing:0px;
}

/* The "modal wrapper" is the whole of the customization "box" */
.modalWrapper {
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:none;
  font-size:11pt;
  padding:3px;
  font-weight:normal;
}
              
/* This is the bulk of the area INSIDE the configuration box, including 
   everything but a small border, and the words "customize toolbox" */

/* This is currently turned off, but I leave it behind just in case it 
   might prove useful in future

.MyToolsConfiguration form {
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8;
  font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
  font-size:11pt;
  padding:3px;
  font-weight:normal;
}

End archive *****/

.MyToolsConfiguration ul {
  border:1px solid #AAA;
}

/* The following two lines referencing input was an attempt to change the 
   input box in the configuration box.  It doesn't appear to have worked, but
   it's not that crucial that I get it working.  I'm leaving this as unsolved
   as of 13 Mar 11.  */

.MyToolsConfiguration input[type="text"] {
  background-color: #ECECEC; color:#2f2cb8;
}

.MyToolsConfiguration input.placeholder[type="text"] {
  color:#2f2cb8;
  font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
}

/* The following creates a dropdown when text is entered in the search area.  Matches other
   similar dropdowns on the wiki. */

.MyToolsConfiguration .autocomplete {
  background-color:#ECECEC !important;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border:1px solid #2f2cb8;
  -moz-box-shadow:0 0 40px #2f2cb8;
  -webkit-box-shadow:0 0 40px #2f2cb8;
  box-shadow:0 0 40px #2f2cb8;
  color:#2f2cb8;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  font-size:11pt;
  padding:3px;
  font-weight:bold; 
}

.MyToolsConfiguration .autocomplete .selected {
  background:none repeat scroll 0 0  #D5D4F0  !important; color:#2f2cb8; font-weight:bold;
}

.MyToolsConfiguration li:hover {
  background:none repeat scroll 0 0  #D5D4F0  !important; color:#2f2cb8; font-weight:bold;
}

/* I'm honestly not sure what this bit does, but it's in a comparable area of the 
   MemoryAlpha MyToolsConfiguration code.  Doesn't seem to be harming anything,
   so I'll leave it running for now, as of 13 Mar 11. */

.blackout {
  background:none repeat scroll 0 0 black;
}


/* changing where the "edit section" button goes and what it looks like */


.editsection a {
   text-transform:lowercase;
   letter-spacing:1px;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
   /*font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; */
   font-size:70%;
   font-style:italic;
   font-weight:bold;   
   color:#1f1e38;
   text-align: left;
   margin-left:-10px;
}

/* Killing the stupid edit pencil */
.WikiaArticle .editsection img {
  display:none;
}


/* kills read more and category galleries, thanks to Sovq */
.RelatedPagesModule {
  display: none;
}
.category-gallery {
  display: none;
}

/** WIKIA NOTIFICATIONS **/
/** Notifications are messages that pop up when you get new messages
    or when community-corner is changed, or when wikia sends a global
    message to all users. **/

.WikiaNotifications li div  {
   border: 2px solid #ffffff;
  -moz-border-radius:10px !important;
  -webkit-border-radius:10px !important;
   border-radius:10px !important;
  -moz-box-shadow:0 0 40px #2f2cb8 !important;
  -webkit-box-shadow:0 0 40px #2f2cb8 !important;
   box-shadow:0 0 40px #2f2cb8 !important;
   color: #fff;
   overflow:visible;
   text-decoration:none !important;
   letter-spacing:3px !important; 
   /* margin: .5em 0em .5em 0em;
   padding: .5em 1em; */
   /* vertical-align: middle; */
   /* text-align:center; */
   width:95%;
   line-height:110%;
   /*font-size:95%;*/
}


.WikiaNotifications li div a {
  color: #fff;
  text-decoration:none !important;
  letter-spacing:3px !important
  /* vertical-align: middle; */
  /* text-align:center;*/
  width:95%;
  line-height:110%;
  /*font-size:95%;*/
}

.WikiaNotifications li div a:hover {
  color: #fff;
  text-decoration:none !important;
  letter-spacing:3px !important;
  /* vertical-align: middle; */
  /* text-align:center; */
  width:95%;
  line-height:110%;
  /*font-size:95%;*/
}

/*  
.WikiaNotifications li div .close-notification {
   border:1px solid white;
   cursor:pointer;
   position:absolute;
   right:3px;
   top:3px;
}
*/

.WikiaBadgeNotification  { 
  color:white!important;
  text-transform:none;
  letter-spacing:0px 
}
 
.WikiaBadgeNotification p { 
  letter-spacing:1px; 
  font-size:110%
}   

.WikiaBadgeNotification p big {text-transform:uppercase}

/* Not quite sure which of these is right, but it doesn't seem to be the WBN.n-d a, a:hover 
   Can't really test this too much cause I need the notification to appear to verify changes.
   This does at least change the color of the text, though. */

.WikiaNotifications .WikiaBadgeNotification .notification-details,
.WikiaBadgeNotification .notification-details,
.WikiaBadgeNotification .nofication-details:hover,
.WikiaBadgeNotification .notification-details a,
.WikiaBadgeNotification .notification-details a:hover {
  color:white!important;
  text-transform:uppercase; 
  letter-spacing:2px
}

/* =============
   Interlanguage 
   link styling
   ============== */

.WikiaArticleInterlang {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;    
   margin-left:20px !important;
   font-size:1em;
   padding:5px;
   border:1px solid transparent;
}

.WikiaArticleInterlang h3 {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   font-size:1em; 
   text-transform:uppercase;
   font-weight:bold;   
   color:#1f1e38;
}

.WikiaArticleInterlang ul {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
   text-transform:none !important;
   font-weight:normal !important;   
}



/* ================
   MODULES
   ================
   Mostly those in the 
   right skycraper/rail
   ================ 

  ++++++++++++++++
   GENERAL STYLING 
   FOR MODULES
   ++++++++++++++++ */

.activityfeed-inserted-media li {
  border:1px dashed #2f2cb8;
}

.WikiaPagesOnWikiModule,
.WikiaBlogListingBox,
.LatestPhotosModule,
.WikiaSpotlightsModule,
.HotSpotsModule,
.ChatModule,
.LatestQuestionsModule,
.UserProfileAchievementsModule,
.WikiaLatestEarnedBadgesModule,
.FollowedPagesModule,
.GamingCalendarModule,
.RelatedVideosModule { 
  line-height:90%;
  text-align:left;
  background-color:#transparent !important;
  background-image:none !important;
  border:1px dashed #2f2cb8 !important;
    -webkit-border-radius: 0px 10px 10px 0px !important;
       -moz-border-radius: 0px 10px 10px 0px !important;
         -o-border-radius: 0px 10px 10px 0px !important;
            border-radius: 0px 10px 10px 0px !important;
}

.WikiaLatestEarnedBadgesModule,
.WikiaActivityModule {
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
}

.GamingCalendarModule h1 {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#2f2cb8
}

/* Attempting to get blockquote in the blog area to work differently than blockquotes elsewere */
.WikiaBlogListingBox blockquote:before,
.WikiaBlogListingBox blockquote:after {
  display:none	
}

/* ++++++++++++++++++
   TALLY STYLING IN
   THE RAIL
   ++++++++++++++++++
   This styles the actual 
   number in number of pages 
   on wiki 
   +++++++++++++++++++ */

.LatestPhotosModule .tally em,
.WikiaPagesOnWikiModule .tally em {       
  text-transform:uppercase;
  letter-spacing:0px !important;
  font-weight:normal !important;
  line-height:1;
  font-family: 'Futura', 'Gill Sans', 'Helvetica Neue', 'Trebuchet MS', 
                Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  color: #2f2cb8;
}

/* ++++++++++++++++++
   HEADLINE STYLING IN 
   THE RAIL
   ++++++++++++++++++ */

.WikiaPagesOnWikiModule h1,
.WikiaActivityModule h1, 
.WikiaBlogListingBox h3,
.CommunityCornerModule h1,
.WikiaFooter h1,
.ChatModule h1,
.ChatModule h2,
.FollowedPagesModule h1,
.LatestQuestionsModule h1,
.UserProfileAchievementsModule h1,
.WikiaLatestEarnedBadgesModule h1,
.WikiaSpotlightsModule h1,
.HotSpotsModule h1,
.RelatedVideosModule h1,
.LatestPhotosModule > h1.tight, .LatestPhotosModule > .WikiaRail .module h2.tight, .WikiaRail .module .LatestPhotosModule > h2.tight, .LatestPhotosModule > .WikiaRail #RIGHT_SKYSCRAPER h2.tight, .WikiaRail #RIGHT_SKYSCRAPER .LatestPhotosModule > h2.tight {  
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
  text-transform:uppercase !important;
  letter-spacing:3px !important;
  font-weight:normal !important;
  line-height:16px !important;
  font-size:16px !important;
  color:#2f2cb8 !important;
}

/* =-=-=-=-=-=-=-
   SPECIFIC MODULES
   =-=-=-=-=-=-=- */

/* +++++++++++++++
   WIKIA ACTIVITY MODULE
   +++++++++++++++
   this used to also control
   a thing directly under the
   page title, but that aspect
   seems to have been 
   disabled in June 2011
   by Wikia
   ++++++++++++++++ */

.WikiaActivityModule { 
   border:1px dashed #2f2cb8 !important;
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
   color:#1F1E38;
   padding:5px;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
   text-align:left;
   line-height:120%;    
   margin-left:0;
   margin-right:0;
   margin-top:5px;   
    -webkit-border-radius: 0px 10px 10px 0px;
       -moz-border-radius: 0px 10px 10px 0px;
         -o-border-radius: 0px 10px 10px 0px;
            border-radius: 0px 10px 10px 0px;
}

.WikiaActivityModule a,
.WikiaActivityModule a:link {
   font-size 12pt;
   color:#2f2cb8 !important;
}

.WikiaActivityModule more {
   color:#1f1e38 !important;
}

/* This affects "edited by" and "minutes ago" */
.WikiaActivityModule .edited-by  {
   font-size: 10px;
   font-style:normal;
   margin-top: 1px;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
   font-style:italic !important;
   color:#2f2cb8;
}                  

/* This affects the name of the person who edited the article */
.WikiaActivityModule .edited-by a {
   color:#1f1e38 !important; 
   font-weight:normal !important;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:uppercase !important;
   letter-spacing:2px !important;
   margin: 0;
   font-style:normal !important;                                       
}

.WikiaActivityModule .edited-by a:hover {
   color:#1f1e38 !important;
   font-weight: normal !important;
}

.WikiaActivityModule h1.activity-heading {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:3px;
  margin: 0;
  margin-bottom:3px;
  font-weight:normal !important;
  font-size:1.5em;
  color:#2f2cb8;
}

/*
.WikiaActivityModule {
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
   color:#2f2cb8
}
*/

/* ++++++++++++++
   CORPORATE FOOTER
   ++++++++++++++ */   

.CorporateFooter {   
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:0px;
  font-weight:normal !important;
  line-height:1;
}

/* ++++++++++++++
   WIKIA SPOTLIGHTS
   ++++++++++++++ */
.WikiaSpotlightsModule p {
   line-height:80%;
}

/* +++++++++++++++
   RELATED VIDEOS
   +++++++++++++++ */

.WikiaRail .RelatedVideosModule.module #RelatedVideosRL .RVHeader .fixedwidth {
    width: 160px;
}

/* Getting rid of the little arrow linking to 
   category:videos because the category isn't 
   often populated on this wiki */

.RelatedVideos .RVBody .seemore {
    display: none;
}

.WikiaRail .RelatedVideosModule.module #RelatedVideosRL .RVHeader .tally em {
    display: none;
}

.RelatedVideos .RVBody .wrapper .container div.item .description {
   font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   font-weight:normal!important;
   font-size:10.5px !important;
}

/* +++++++++++++++
   COMMUNITY CORNER
   +++++++++++++++ */

.CommunityCornerModule {
  background-color:#transparent !important;
  background-image:none !important;
  border:1px dashed #2f2cb8 !important;
  line-height:110% !important;
  font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
}

/* ++++++++++++++++
   SPONSORED LINKS
   ++++++++++++++++
   It's a violation of 
   Terms of Use to 
   mark this display:none.
   We can restyle it,
   but we can't remove it
   ++++++++++++++++ */

.SponsoredLinksModule {
  background-color:transparent;
  border:1px dashed #2f2cb8;
  margin-top:2em;
}
/* ++++++++++++++++
   CHAT MODULE 
   ++++++++++++++++ */

.ChatModule .chat-name {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
    color:#2f2cb8 !important;
    letter-spacing:3px !important;
    text-transform:uppercase !important;
}

/* ++++++++++++++++
   ACHIEVEMENT MODULE
   Stuff having to do with
   The Game of Rassilon
   as seen in the right 
   rail
   ++++++++++++++++ */

/* Trying to affect the styling of the heading in the boxes
   that pop up when you mouseover a badge icon */

.profile-hover wikia-tooltip h1,
.profile-hover wikia-tooltip h2,
.profile-hover-text {  
    font-weight:normal !important;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
}

/* Styling the text in the right rail badge module */

.badges strong { 
  line-height:110%; /* This is the title of the award */
  color:#2f2cb8; 
     font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
}

.badges .badge-text { 
   line-height:110% !important;
   font-size 11px !important;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important; 
}

.WikiaRail > div.UserProfileAchievementsModule ul li p {
  line-height:110%; !important
  font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
  font-size:90%;
}

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
  background-image:none;
  background-color:transparent;
}

.WikiaRail > div.UserProfileAchievementsModule .data .data-details, .WikiaRail > div.UserProfileAchievementsModule .data .data-details > p {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important; 
   letter-spacing:2px!important;
}

.WikiaRail > div.UserProfileAchievementsModule .data .tally {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important; 
   color:#2f2cb8!important;
   letter-spacing:2px!important;
   font-weight:bold!important;
   line-height:130%!important;
   text-align:center!important;
}


/* This changes EVERYTHING in the right rail, including buttons and every bit of text

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER h1 {   
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
  text-transform:uppercase;
  font-weight:normal;
}
*/

/* =================
   The September 2011
   "new editor"
   ================== */

/* ++++++++++++++++++
   Preview/Publish buttons
   ++++++++++++++++++ */

div.neutral.modalToolbar a#ok.wikia-button, /* OK button on create a new page */
#EditPage .module_page_controls .wikia-menu-button, 
#EditPage .module_page_controls input[type="submit"], 
#wpSave,
#wpPreview,
#wpDiff,
#wpSave a:hover,
#wpDiff a:hover,
#wpPreview a:hover,
#wpSave:hover,
#wpDiff:hover,
#wpPreview:hover {
  background-image: none !important; /*-moz-linear-gradient(center top , #747eBE 35%, #2f2cb8 65%) !important;*/
  background-color: #2F2CB8;                           
  border: 2px solid #ffffff;
 -moz-border-radius:10px !important;
 -webkit-border-radius:10px !important;
  border-radius:10px !important;
 -moz-box-shadow:0 0 10px #2f2cb8 !important;
 -webkit-box-shadow:0 0 10px #2f2cb8 !important;
  box-shadow:0 0 10px #2f2cb8 !important;
  color: #fff;                           
  font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
  text-transform:lowercase;
  font-style:italic;
  font-size:110%;
} 

.nav.wikia-menu-button.secondary.control-button,
.nav wikia-menu-button.secondary.control-button active,
a#wpDiff,
.wikia-menu-button.secondary ul,
.wikia-menu-button.secondary ul li
.wikia-menu-button.secondary ul li a#wpDiff {
   background:none !important;
   background-color:#ececec;
}

.span.drop img {
url(data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D) 
}
 
/* Trying to get rid of the blue in the newarticletext page */
.editpage-intro > .editpage-intro-wrapper > div {
  background-color:transparent !important
}

#EditPageHeader {
   background-color:transparent !important;
   background-image:none !important;
   -webkit-box-shadow:none !important;
   -moz-box-shadow:none !important;
   -o-box-shadow:none !important;
   -box-shadow:none !important
}

#EditPageHeader > h1 > a {
 font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
 font-weight:normal;
 font-style:italic;
}

/* headers on the right rail of non-widescreen editor */
#EditPage .module > h3 > span {
  font-style:normal;
  font-weight:normal;
  color:#2f2cb8;
}                                  

/*edit summary*/
#EditPage .module_page_controls textarea,
editpage-sourcewidemode.mode-source.editpage-sourcewidemode-on #EditPageRail .module_page_controls textarea {
 color:#2f2cb8 !important
 font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}

/*preview*/
#EditPageDialog.modalWrapper.preview {
  color:#000 !important
}

#EditPageDialog.modalWrapper.preview h1 {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  font-weight:normal;
  text-transform:uppercase;
}

#EditPageDialog.modalWrapper.preview h1.pagetitle {
  font-family:'Georgia';  
  text-transform:none;
}

div.neutral.modalToolbar a#publish.wikia-button {
  color:#fff !important
}

div.neutral.modalToolbar a#close-wikia-button.secondary:hover {
   color:#2f2cb8 !important;
}


/* ===============
   STUBS
   ===============
   This notion is original
   to tardis.wikia.com
   and was created by User:CzechOut
   =============== 
   This works differently in Wikia 
   than Monobook.   That's why it's 
   here and not in common.css.  
   =============== */

/* ++++++++++++++++
   First a deprecated style.
   Retaining, only because it's 
   cool.  Actually nothing to
   do with stubs as they are now
   but is the basis for the styling
   of #timeline.
   +++++++++++++++++ 

div#stub-type { 
background-position:top left;
    background:#ECECEC; 
    background: -moz-linear-gradient(top,  #ECECEC,  #D5D4F0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#D5D4F0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#D5D4F0');  
    border:1px solid #ccc;
    border-bottom:2px solid #bbb;
    border-top:1px solid #ddd;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    text-align:center;
    clear:right;
    float:right;
    margin-left:5px;
    font-size: 0.85em;
} */

/* +++++++++++++ 
   GENUINE STUB CODE START
   +++++++++++++ */

div#stub-type {
  position:absolute;
  left:-30px;
  top:-132px;
  z-index:1
}

div#stub-type p {
  margin-left:100px
}

/**** TAGS *****/

/* This puts {{wikipediainfo}} on the top left side of the page */
div#wiki-info {
        position:absolute;
        top:0px;
        left:-30px;
}

/* This places {{protect}} and {{lock}} underneath {{wikipediainfo}}
   in case they're ever on the same page together. */
div#protect {
        position:absolute;
        margin-top:135px;
        top:0px;
        left:-30px;
}


/* +++++++++++++++
   More deprecated styles
   +++++++++++++++ 

div.type-general { background-position:top left;
  background:#ECECEC;  for those browsers that can't do gradients 
  background: -moz-linear-gradient(top,  #ECECEC,  #D5D4F0);
  background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#D5D4F0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#D5D4F0');  for IE only 
}

div.type-astro {
background-position:top left;
  background-image:url(http://images.wikia.com/tardis/images/4/40/EarthForInfobox.png) no-repeat; 
}

div.type-comic { 
  background-position:top left;
  background-image:url(http://images3.wikia.nocookie.net/tardis/images/4/46/StubPics.png) no-repeat;
  z-index:10;
} 
*/

/* Edit Button Location Fix */
/* Just to make SURE the edit thingie is where WE want it, not where Wikia does */

.editsection {
  float: right;
}
/* END Edit Button Location Fix */

/** THUMBNAILS **/
/** Inspired by MemoryAlpha **/

/*div.tright, div.tleft {
  border: 1px dashed #2f2cb8 !important;
}*/
 
.tleft {
  margin: 10px 10px 10px 0 !important;
  outline: 1px dashed #2f2cb8 !important;
  background:transparent !important;
    -webkit-outline-radius: 0px 10px 10px 0px !important;
       -moz-outline-radius: 0px 10px 10px 0px !important;
         -o-outline-radius: 0px 10px 10px 0px !important;
            outline-radius: 0px 10px 10px 0px !important;
    -webkit-border-radius: 0px 10px 10px 0px !important;
       -moz-border-radius: 0px 10px 10px 0px !important;
         -o-border-radius: 0px 10px 10px 0px !important;
            border-radius: 0px 10px 10px 0px !important;
}
 
.tright {
  margin: 10px 0 10px 10px !important;
  outline: 1px dashed #2f2cb8 !important;
  background:transparent!important;
    -webkit-outline-radius: 10px 0px 0px 10px !important;
       -moz-outline-radius: 10px 0px 0px 10px !important;
         -o-outline-radius: 10px 0px 0px 10px !important;
            outline-radius: 10px 0px 0px 10px !important;
    -webkit-border-radius: 10px 0px 0px 10px !important;
       -moz-border-radius: 10px 0px 0px 10px !important;
         -o-border-radius: 10px 0px 0px 10px !important;
            border-radius: 10px 0px 0px 10px !important;
}
 
.WikiaArticle div.thumbinner {
  border:none !important;
}
 
.WikiaArticle .thumbinner {
  background-color:transparent !important;
  background-image:none !important;
}

.WikiaArticle .thumbcaption {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   line-height:100%;
   font-size:90%;
}

/* Thumbnails in infoboxes */
#infobox-interior tr td .thumb,
#infobox-interior tr td .tright,
#infobox-interior .thumbinner,
#infobox-interior .magnify,
table.infobox-interior tr td .thumb,
table.infobox-interior tr td .tright,
table.infobox-interior .thumbinner,
table.infobox-interior .magnify {
  clear: none;
  float: none;
  border: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: auto !important;
  text-align: center;
  display: inline;
}

#infobox-interior .thumbinner img, 
table.infobox-interior .thumbinner img {
  margin: 0 auto !important;
}
#infobox-interior tr td .thumb .thumbcaption, 
table.infobox-interior tr td .thumb .thumbcaption {
  display: none;
}

#infobox-interior td.sb-both div.sb-twoimg img.thumbimage, 
table.infobox-interior td.sb-both div.sb-twoimg img.thumbimage {
  display: inline !important; /*no new line after img in two-image box */
}

/**** Button stuff ****/

.wikia-menu-button > a,
.wikia-button > a {
  color:white!important
}
 
    /* This is the big daddy.  It controls the text on the button, and ONLY
       the text on the button.  */


.wikia-menu-button .drop { 
   color:#2f2cb8!important;
   margin:auto auto auto auto;
   padding: auto auto auto auto; 
}

/********* BUTTON MANIA *************/

/* Buttons outside page header */

a.wikia-button, 
wikia-single-button a, 
.wikia-single-button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"],
div.chat-join button, 
div.chat-start button,
nav.wikia-menu-button,
.wikia-menu-button,
.WikiaRail .module .wikia-button, 
.WikiaRail #RIGHT_SKYSCRAPER .wikia-button,
.WikiaPagesOnWikiModule .wikia button,
#WikiaSpotlightsModule .wikia-button,
.LatestPhotosModule .wikia-button,
.WikiFooter .buttons a,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL .RVHeader .addVideo,
.WikiaPageHeader a.wikia-button, 
div.UserProfileActionButton a.wikia-button, /* buttons on user page */
div.buttons a.wikia-button, /* ArchiveTool buttons */
.WikiaFooter .wikia-button /* Random Wiki button at bottom of page */ {
   background: #7473be !important; /* Old browsers */
   background: -moz-linear-gradient(top,  #7473be 0%, #7473be 35%, #2f2cb8 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7473be), color-stop(35%,#7473be), color-stop(100%,#2f2cb8)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* IE10+ */
   background: linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7473be', endColorstr='#2f2cb8',GradientType=0 ); /* IE6-9 */
   border: 1px solid #ffffff;
   -moz-border-radius:10px !important;
   -webkit-border-radius:10px !important;
   border-radius:10px !important;
   -moz-box-shadow:0 0 10px #2f2cb8 !important;
   -webkit-box-shadow:0 0 10px #2f2cb8 !important;
   box-shadow:0 0 10px #2f2cb8 !important;
   color: #fff !important;
   overflow:visible;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
   font-style:italic;
   text-transform:lowercase;
   padding:0px 5px 0px 5px;
}

a.wikia-button secondary,
div.buttons a.wikia-button.secondary {
   background:none !important;
   background-color:#ececec !important;
   border: 2px solid #d5d4f0;
   -moz-border-radius:10px !important;
   -webkit-border-radius:10px !important;
   -o-border-radius:10px !important;
   -khtml-border-radius:10px !important;
   border-radius:10px !important;
   -moz-box-shadow:0 0 10px #d5d4f0 !important;
   -webkit-box-shadow:0 0 10px #d5d4f0 !important;
   box-shadow:0 0 10px #d5d4f0 !important;
   color: #2f2cb8 !important;
   overflow:visible;
   font-family: 'Georgia', 'Book Antiqua','Calisto MT','Lucida Bright','DejaVu Serif',serif !important;
   font-style:italic;
   text-transform:lowercase;
   padding:0px 5px 0px 5px;
}


/*** Getting rid of annoying graphics ***/
/*a.wikia-button img, 
.wikia-single-button a img, 
.wikia-menu-button img, 
input[type="submit"] img, 
input[type="reset"] img, 
input[type="button"] img, 
.button img, 
button img, */
div.chat-join button img,
nav.wikia-menu-button a img.sprite.edit-pencil,
a > wikia-button.createpage img, /*img.sprite.new,*/ 
a > wikia-button.upphotos img, /*.sprite.photo*/
.RelatedVideos img.sprite.addRelatedVideos,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL .RVHeader .addVideo img,
/*.WikiaPageHeader img,*/
/*.ChatModule .chat-join img,*/
.WikiaPagesOnWikiModule .sprite.new, 
.LatestPhotosModule .wikia-button img,
.UserProfileActionButton .image.sprite.blog,
.WikiaActivityModule .sprite {
 display:none !important
}


/* Drop-down menus deriving from buttons */

.wikia-menu-button ul, 
.UserProfileActionButton ul { 
   background: #ececec repeat scroll 0 0;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   border:2px solid #fff;
   -moz-box-shadow:0 0 40px #2f2cb8;
   -webkit-box-shadow:0 0 40px #2f2cb8;
   box-shadow:0 0 40px #2f2cb8;
   color:#2f2cb8 !important;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
   /*font-size:11pt;*/
   padding:3px;
   font-weight:bold;
}

/* Controls color of text in dropdown; oddly the above doesn't */

.wikia-menu-button ul a { 
   color:#2F2CB8 !important;
   background-color:#ECECEC;
   padding:3px;
   font-size:11pt;
   font-weight:bold; 
}

wikia-button ul:hover,
.wikia-menu-button ul:hover { 
   background-color:#ececec;
   color:#2f2cb8 !important;
   padding:3px;
   font-size:11pt; 
   font-weight:bold;
}

.wikia-button ul a:hover,
.wikia-menu-button ul a:hover { 
   background-color:#ececec  !important;
   color:#2f2cb8 !important;
   padding:3px;
   font-size:11pt; 
   font-weight:bold;
}
 
.wikia-menu-button li { 
   color:#2f2cb8 !important; 
   padding:3px;
   font-size:11pt; 
   font-weight:bold;
}
             
.wikia-menu-button li:hover { 
   background-color:#ececec !important;
   color:#2f2cb8 !important;
   padding:3px; 
   font-size:11pt; 
   font-weight:bold;
}

.wikia-menu-button li a:hover { 
   background-color:#d5d4f0 !important;
   padding:3px;
   font-size:11pt; 
   font-weight:bold;
}

.wikia-menu-button li a { 
   color:#2f2cb8 !important; 
   padding:3px;
   font-size:11pt; 
   font-weight:bold;
}
 
a.wikia-button:hover, 
a.wikia-button.createpage:hover,

wikia-single-button a:hover, 
wikia-menu-button:hover, 
a.wikia-button.upphotos:hover,

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
div.chat-join button:hover,
div.chat-start button:hover,
.button-hover, 
button-hover {                      
 background-color:#2f2cb8 !important;
   //background-image: -moz-linear-gradient(center top , #747eBE 35%, #2f2cb8 65%) !important;
   border: 2px solid #ffffff;
   -moz-border-radius:10px !important;
   -webkit-border-radius:10px !important;
   border-radius:10px !important;
   -moz-box-shadow:0 0 10px #2f2cb8 !important;
   -webkit-box-shadow:0 0 10px #2f2cb8 !important;
   box-shadow:0 0 10px #2f2cb8 !important;
   color: #fff !important;
   overflow:visible;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
   font-style:italic;
   text-transform:lowercase
}


/* Start a wiki button */

.WikiaHeader .wikia-button:hover,
.WikiaHeader .wikia-button { 
   background: #2f2cb8; /* Old browsers */
   background: -moz-linear-gradient(top,  #7473be 0%, #7473be 35%, #2f2cb8 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7473be), color-stop(35%,#7473be), color-stop(100%,#2f2cb8)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* IE10+ */
   background: linear-gradient(top,  #7473be 0%,#7473be 35%,#2f2cb8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7473be', endColorstr='#2f2cb8',GradientType=0 ); /* IE6-9 */
   color:white !important;
   border:2px solid #fff !important;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   text-transform:uppercase !important;
   letter-spacing:2px;
   font-style:normal;
}

/* Random Page and Wiki Activity buttons */
.WikiHeader .buttons a,
.WikiHeader .buttons a:hover { 
   background-color:transparent !important;
   color:#2f2cb8 !important;
   border:none; 
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:lowercase;
   -mox-box-shadow:none;
   -o-box-shadow:none;
   -webkit-box-shadow:none;
   -box-shadow:none;
}

/* Coloring chevron white; the chevron is 
   the little down-arrow thingie on various buttons */

.wikia-menu-button .chevron,
a.wikia-button img.chevron, 
.wikia-single-button a img.chevron, 
.wikia-menu-button img.chevron, 
input[type="submit"] img.chevron, 
input[type="reset"] img.chevron, 
input[type="button"] img.chevron, 
.button img.chevron, 
button img.chevron {
   color:white !important;
}


/* Turning off 
ul.wikia-menu-button, 
.wikia-menu-button,
wikia-single-button,
a.wikia-button {
   background-color:white !important;
   color:black !important;
}
*/
 

a.wikia-button:hover, 
wikia-single-button a:hover, 
.wikia-menu-button:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.button-hover, 
button-hover {
   background-color:#2f2cb8 !important;
   color:white !important;
}


a.wikia-button, 
wikia-single-button, 
.wikia-menu-button {
  background-color:transparent !important;
  color:#2f2cb8 !important;
} 

/*This changes the bits underneath the edit box, where the summary input box is */
.skin-oasis #edit_enhancements_toolbar,
.skin-oasis .edit_enhancements_toolbar,
.csMainContainer,
#csMainContainer {
  border:dashed 1px #2f2cb8;
}

/* ================
   USER PROFILE MASTHEAD
   ================ 
   ++++++++++++++++
   SPANS
   are the little headings
   for each of the sections 
   of the UPM, such as "I LIVE IN" 
   +++++++++++++++++ */

.UserProfileMasthead .wikis span,
.UserProfileMasthead .details span, 
.tally span {
   font-family: 'Lucida Grande', 'Futura', 'Gill Sans', 'Helvetica Neue', 
                'Trebuchet MS',
                Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:lowercase;
   font-weight:normal;
}

.tally span {
   font-family: 'Futura', 'Gill Sans', 'Helvetica Neue', 'Trebuchet MS', 
                Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:uppercase;
   font-weight:normal;
}

/* +++++++++++++++++
   TALLY NUMBER itself
   +++++++++++++++++ */

.UserProfileMasthead .tally em {
   font-family: 'Futura', 'Gill Sans', 'Helvetica Neue', 'Trebuchet MS', 
                Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   line-height:.8em !important;
   text-transform:uppercase;
   font-weight:normal;
}

/* +++++++++++++++
   AVATARS
   +++++++++++++++ */

.WikiaUserPagesHeader .wikia-avatar,
.WikiaUserPagesHeader .avatar-link,
.WikiaUserPagesHeader .wikia-avatar-menu:hover,
.WikiaUserPagesHeader .wikia-avatar-menu:hover ul {
  border:1px solid #2f2cb8;
}

.WikiaUserPagesHeader .wikia-avatar ul {
  background:#2f2cb8 repeat scroll 0 0 red;
  left:-1px;
}

.WikiaUserPagesHeader .wikia-avatar ul a {
  color: #2f2cb8;
}

.WikiaUserPagesHeader .wikia-avatar ul a:hover {
  background:green repeat scroll 0 0 green;
}



/******** ARCHIVE OF TARDIS-GROWN ATTEMPT TO RESTYLE ***********
 ******** THE USER PROFILE MASTHEAD AND RELATED ELEMENTS *******/

.UserProfileActionButton {color:white!important}

.UserProfileMasthead .masthead-info h1,
.UserProfileMasthead .masthead-info h2 {
             color:white !important;
             font-family:"Gill Sans",
                         Verdana;
             text-transform:uppercase;
             font-weight:normal;
}


.UserProfileMasthead .wikis ul { line-height: .8em !important }

.WikiaUserPagesHeader .tabs {
  border-bottom:1px solid #2f2cb8;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  background-color:transparent !important;
  color:white !important;
}

.WikiaUserPagesHeader .tabs li a {
  background-color:#2f2cb8 !important;
  background-image:none;
  color:#FFF !important;
  border:1px solid #2f2cb8;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  font-weight:normal;
}

.WikiaUserPagesHeader .tabs .selected a {
  color:#2f2cb8 !important;
  background-image:none !important;
  background-color:#fff !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}

/*********************************************
************* END ARCHIVE ********************/


/* User page masthead styling
 * From CSS at Kirby Wiki and Criminal Minds Wiki 
 */

.WikiaUserPagesHeader {
    /*width: 1000px;*/
    float: left;
    background: transparent;
}
 
.UserProfileMastheadSearch .WikiaSearch {
    float: right;
    margin-right: 3px;
    margin-bottom: -39px;
    width: 260px;
    z-index:1002;
}
 
.UserProfileMastheadSearch .WikiaSearch input[type="text"] {
            width: 250px;
            background: #ececec;
            border: 2px dashed white;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
       -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
         -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
            box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
}
 
.UserProfileMastheadSearch .WikiaSearch button { display:none } 
/*
            height: 25px;
            position: absolute;
            background: none !important;
            background-color: #ececec !important;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #f2f2f2), color-stop(65%, #dfdfdf)) !important;
            background-image:    -moz-linear-gradient(top, #f2f2f2 35%, #dfdfdf 65%) !important;
            background-image:      -o-linear-gradient(top,  #f2f2f2 35%, #dfdfdf 65%) !important;
            background-image:         linear-gradient(top,  #f2f2f2 35%, #dfdfdf 65%) !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #f2f2f2;
       -moz-box-shadow: 1px 1px 2px #f2f2f2;
         -o-box-shadow: 1px 1px 2px #f2f2f2;
            box-shadow: 1px 1px 2px #f2f2f2;
            transition-timing-function: ease-out;
    -webkit-transition-property: border;
       -moz-transition-property: border;
         -o-transition-property: border;
            transition-property: border;
    -webkit-transition-duration: 0.4s;
       -moz-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            border: none !important;
}
*/ 
 
.UserProfileMastheadSearch .WikiaSearch button:hover {
    border: 1px dashed #2f2cb8 !important;
}
 
.UserProfileMastheadSearch .WikiaSearch button:active {
    background-color: #dfdfdf !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #dfdfdf), color-stop(65%, #f2f2f2)) !important;
    background-image:    -moz-linear-gradient(top, #dfdfdf 35%, #f2f2f2 65%) !important;
    background-image:      -o-linear-gradient(top, #dfdfdf 35%, #f2f2f2 65%) !important;
    background-image:          linear-gradient(top, #dfdfdf 35%, #f2f2f2 65%) !important;
    border: 1px dashed #2f2cb8 !important;
}
 
/* Establish top line of floated elements */
.UserProfileMasthead {
    position: relative;
    padding: 0px 10px;
    z-index: 999;
}
 
.UserProfileMasthead .masthead-avatar {
    height: 140px;
    width: 140px;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
    border: none;
    background: none;
}
 
.UserProfileMasthead .masthead-avatar .avatar {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
            border: none;
}
 
.UserProfileMasthead .masthead-info {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: -5px;
    width: 830px;
    z-index: 1000;
}
 
/* Remove chevron */
.UserProfileMasthead .masthead-info::before {
    display: none;
}
 
/* Masthead top half */
.UserProfileMasthead .masthead-info hgroup {
    background: #2f2cb8;
    padding: 1px 15px 1px 15px;
    height: auto;
    min-height: 40px;
}
 
.UserProfileMasthead .tally {
    padding-left: 0px;
    margin-bottom: 10px;
}
 
/* Username field */
.UserProfileMasthead .masthead-info h1 {
    font-size: 20px;
    letter-spacing:2px
}
 
/* Real name field */
.UserProfileMasthead .masthead-info h2 {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing:3px
}
 
/* Masthead bottom half */
.UserProfileMasthead .masthead-info > div {
    padding: 6px 15px 6px 15px;
}
 
.UserProfileMasthead .masthead-info h2 span {
    color: #f2f2f2;
    line-height:100%;
}
 
.UserProfileMasthead .masthead-info .group {
            background: #ebebeb;
            border: 1px dashed #dfdfdf;
            top: -1px;
            color: #2f2cb8;
            font-size: 12px;
            text-transform: lowercase;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #cccccc;
       -moz-box-shadow: 1px 1px 2px #cccccc;
         -o-box-shadow: 1px 1px 2px #cccccc;
            box-shadow: 1px 1px 2px #cccccc;
}
 
/* ++++++++++++++
   Styling the user-customised
   portions of the UPM 
   +++++++++++++++ */


.UserProfileMasthead .wikis li,
.UserProfileMasthead .details li {
   line-height:.9em;
   font-family:'Lucide Grande', 'Gill Sans', Verdana, sans-serif;
   text-transform:lowercase;
   color:#999999;
}


/* Masthead tabs */
.WikiaUserPagesHeader div.tabs-container {
    overflow: hidden;
    min-width: 500px;
    margin: 0px 0px 10px 0px;
}
 
.WikiaUserPagesHeader .tabs {
    border-bottom: 1px solid #d9d9d9;
    margin-left: 10px;
    margin-right: 10px;
}
 
.WikiaUserPagesHeader .tabs .selected {
    -webkit-border-radius: 8px 8px 0px 0px;
       -moz-border-radius: 8px 8px 0px 0px;
         -o-border-radius: 8px 8px 0px 0px;
            border-radius: 8px 8px 0px 0px;
}
 
.WikiaUserPagesHeader .tabs li a {
            display: inline-block;
            background-color: #2f2cb8;
            font-size: 12px;
            letter-spacing:3px;
            margin-top: 4px;
            margin-bottom: -3px;
            padding: 3px 10px;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%, #2f2cb8), color-stop(100%, #cccccc));
            background-image:    -moz-linear-gradient(top, #2f2cb8 50%, #cccccc100%);
            background-image:      -o-linear-gradient(top, #2f2cb8 50%, #cccccc100%);
            background-image:         linear-gradient(top, #2f2cb8 50%, #cccccc100%);
    -webkit-border-radius: 5px 5px 0px 0px;
       -moz-border-radius: 5px 5px 0px 0px;
         -o-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
}
 
.WikiaUserPagesHeader .tabs .selected a {
            background: #640d02;
            border: none;
            color: #2f2cb8;
            font-weight: normal;
            letter-spacing:3px;
            margin-top: 0px;
            padding: 6px 10px;
    -webkit-border-radius: 5px 5px 0px 0px;
       -moz-border-radius: 5px 5px 0px 0px;
         -o-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
}

 
/* ======================
   WMU UPLOAD BOX
   ======================
   The upload box from that
   pops up when you click
   button in right column of new editor
   ====================== */

.ImageUploadRight {
   margin-top:60px
}


/************ BLOGS ********************/

/* Blog post */
/* Create new blog post button and post-a-comment button 

.WikiaArticleComments .wikia-button,
.WikiaUserPagesHeader .wikia-button,
.WikiaUserPagesHeader .wikia-menu-button {
   background-color:#2f2cb8 !important;
   color:white !important;
   font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;                    
}
*/

/* ==============
   NAMESPACES
   ============== */

/* Blogs */
body.mediawiki.ns-500 { 
  /*background-image: url(http://images4.wikia.nocookie.net/__cb20110922161341/tardis/images/archive/3/3e/20110922163716!BlogBackground.png); */
}

/* Main namespace */
body .page-Doctor-Who-Wiki div.WikiaPageContentWrapper {
  font-size:560%
}
.ns-0 div.WikiaPageContentWrapper {

background: rgb(206,219,233);
background: -moz-linear-gradient(left,  rgba(206,219,233,1) 0%, rgba(235,234,242,1) 0%, rgba(223,220,234,1) 67%, rgba(160,159,183,1) 100%, rgba(170,197,222,1) 100%, rgba(226,225,247,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,219,233,1)), color-stop(0%,rgba(235,234,242,1)), color-stop(67%,rgba(223,220,234,1)), color-stop(100%,rgba(160,159,183,1)), color-stop(100%,rgba(170,197,222,1)), color-stop(100%,rgba(226,225,247,1)));
background: -webkit-linear-gradient(left,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
background: -o-linear-gradient(left,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
background: -ms-linear-gradient(left,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
background: linear-gradient(to right,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#e2e1f7',GradientType=1 );

}

/* Talk namespace (only talk, not specialised forms of talk) */ 

.ns-1 #WikiaArticle, .ns-1 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   color:#1f1e38;
}

.ns-1 div.WikiaPageContentWrapper {
background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );






}

/* Category namespace */
.ns-14 #WikiaArticle, .ns-14 #WikiaMainContent,
.ns-15 #WikiaArticle, .ns-15 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   /*color:#fff !important;*/
}
/*
.ns-14 #WikiaArticle a:link, .ns-14 #WikiaMainContent a:link,
.ns-15 #WikiaArticle a:link, .ns-15 #WikiaMainContent a:link {
     color:#FFD700 !important;
}*/

.ns-14 div.WikiaPageContentWrapper,
.ns-15 div.WikiaPageContentWrapper {
background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );



}
  

/* Forum and User namespaces */
.ns-2 #WikiaArticle, .ns-2 #WikiaMainContent,
.ns-3 #WikiaArticle, .ns-3 #WikiaMainContent, 
.ns-110 #WikiaArticle, .ns-110 #WikiaMainContent,
.ns-111 #WikiaArticle, .ns-111 #WikiaMainContent,
.ns-500 #WikiaArticle, .ns-500 #WikiaMainContent,
.ns-501 #WikiaArticle, .ns-501 #WikiaMainContent,
.ns-503 #WikiaArticle, .ns-503 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   color:#1f1e38;
}

.ns-2 div.WikiaPageContentWrapper,
.ns-3 div.WikiaPageContentWrapper,
.ns-110 div.WikiaPageContentWrapper,
.ns-111 div.WikiaPageContentWrapper,
.ns-500 div.WikiaPageContentWrapper,
.ns-501 div.WikiaPageContentWrapper,
.ns-503 div.WikiaPageContentWrapper {
background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );




}

/* Howling */
.ns-112 #WikiaArticle, .ns-112 #WikiaMainContent,
.ns-113 #WikiaArticle, .ns-113 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   color:#1f1e38;
}

.ns-112 div.WikiaPageContentWrapper,
.ns-113 div.WikiaPageContentWrapper {

background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );

}

/* Tardis and Help namespaces */

.ns-4 #WikiaArticle, .ns-4 #WikiaMainContent,
.ns-5 #WikiaArticle, .ns-5 #WikiaMainContent,
.ns-12 #WikiaArticle, .ns-12 #WikiaMainContent,
.ns-13 #WikiaArticle, .ns-13 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   color:#1f1e38;
}

.ns-4 div.WikiaPageContentWrapper,
.ns-5 div.WikiaPageContentWrapper,
.ns-12 div.WikiaPageContentWrapper,
.ns-13 div.WikiaPageContentWrapper {

background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );

}

/* MediaWiki and Template namespaces */
.ns-8 #WikiaArticle, .ns-8 #WikiaMainContent,
.ns-9 #WikiaArticle, .ns-9 #WikiaMainContent,
.ns-10 #WikiaArticle, .ns-10 #WikiaMainContent,
.ns-11 #WikiaArticle, .ns-11 #WikiaMainContent {
   font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace !important;
   color:#1f1e38 !important;
}

.ns-8 div.WikiaPageContentWrapper,
.ns-9 div.WikiaPageContentWrapper,
.ns-10 div.WikiaPageContentWrapper,
.ns-11 div.WikiaPageContentWrapper {

background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );

}

.ns-8 .pre, .ns-8 #WikiaArticle pre, .ns-9 .pre, .ns-9 #WikiaArticle pre { background: rgb(224,222,222);
}


.ns-8 #WikiaPageHeader h1,
.ns-9 #WikiaPageHeader h1,
.ns-10 #WikiaPageHeader h1,
.ns-11 #WikiaPageHeader h1 {
   font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace !important;
   /*color:#fff*/
}

.ns-8 h2, .ns-9 h2, .ns-10 h2, .ns-11 h2,
ns-8 h3, .ns-9 h3, .ns-10 h3, .ns-11 h3,
ns-8 h4, .ns-9 h4, .ns-10 h4, .ns-11 h4,
ns-8 h5, .ns-9 h5, .ns-10 h5, .ns-11 h5,
ns-8 h6, .ns-9 h6, .ns-10 h6, .ns-11 h6 {
   /*color:#fff !important*/
}
/*
.ns-8 #WikiaArticle a:link, .ns-8 #WikiaMainContent a:link,
.ns-9 #WikiaArticle a:link, .ns-9 #WikiaMainContent a:link,
.ns-10 #WikiaArticle a:link, .ns-10 #WikiaMainContent a:link,
.ns-10 #WikiaArticle a:link, .ns-10 #WikiaMainContent a:link {
     color:#FFD700 !important;
 }
*/ 


/* SMW namespaces  */
.ns-302 #WikiaArticle, 
.ns-303 #WikiaArticle,
.ns-304 #WikiaArticle,
.ns-305 #WikiaArticle,
.ns-306 #WikiaArticle,
.ns-307 #WikiaArticle,
.ns-308 #WikiaArticle,
.ns-309 #WikiaArticle,
.ns-370 #WikiaArticle,
.ns-371 #WikiaArticle,
.ns-420 #WikiaArticle,
.ns-421 #WikiaArticle,
.ns-302 #WikiaMainContent,
.ns-303 #WikiaMainContent,
.ns-304 #WikiaMainContent,
.ns-305 #WikiaMainContent,
.ns-306 #WikiaMainContent,
.ns-307 #WikiaMainContent,
.ns-308 #WikiaMainContent,
.ns-309 #WikiaMainContent,
.ns-370 #WikiaMainContent,
.ns-371 #WikiaMainContent,
.ns-420 #WikiaMainContent,
.ns-421 #WikiaMainContent {
    font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace !important;
   color:#1f1e38;
}
.ns-302 div.WikiaPageContentWrapper,
.ns-303 div.WikiaPageContentWrapper,
.ns-304 div.WikiaPageContentWrapper,
.ns-305 div.WikiaPageContentWrapper,
.ns-306 div.WikiaPageContentWrapper,
.ns-307 div.WikiaPageContentWrapper,
.ns-308 div.WikiaPageContentWrapper,
.ns-309 div.WikiaPageContentWrapper,
.ns-370 div.WikiaPageContentWrapper,
.ns-371 div.WikiaPageContentWrapper,
.ns-420 div.WikiaPageContentWrapper,
.ns-421 div.WikiaPageContentWrapper   {

background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );

}

.ns-302 #WikiaPageHeader h1,
.ns-303 #WikiaPageHeader h1,
.ns-304 #WikiaPageHeader h1,
.ns-305 #WikiaPageHeader h1,
.ns-306 #WikiaPageHeader h1,
.ns-307 #WikiaPageHeader h1,
.ns-308 #WikiaPageHeader h1,
.ns-309 #WikiaPageHeader h1,
.ns-370 #WikiaPageHeader h1,
.ns-371 #WikiaPageHeader h1,
.ns-420 #WikiaPageHeader h1 {
    font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace !important;
}


/* Special namespace */
.ns-special #WikiaArticle, .ns-special #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
   color:#1f1e38; 
}

.ns-special div.WikiaPageContentWrapper {

background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );

}

body.page-Special_AdminDashboard #WikiaArticle,
body.page-Special_AdminDashboard #WikiaMainContent { 
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
}

.body.page-Special_AdminDashboard div.WikiaPageContentWrapper {

background: rgb(224,222,222);
background: -moz-linear-gradient(left,  rgba(224,222,222,1) 0%, rgba(224,222,222,1) 16%, rgba(206,206,206,1) 46%, rgba(144,136,136,1) 84%, rgba(144,136,136,1) 99%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,222,222,1)), color-stop(16%,rgba(224,222,222,1)), color-stop(46%,rgba(206,206,206,1)), color-stop(84%,rgba(144,136,136,1)), color-stop(99%,rgba(144,136,136,1)));
background: -webkit-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -o-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: -ms-linear-gradient(left,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
background: linear-gradient(to right,  rgba(224,222,222,1) 0%,rgba(224,222,222,1) 16%,rgba(206,206,206,1) 46%,rgba(144,136,136,1) 84%,rgba(144,136,136,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#908888',GradientType=1 );

}

/* =-=-=-=-=-=-=-=-=-
   Table of Contents
   =-=-=-=-=-=-=-=--=
 
   Note that right-clearing TOCs, which are somewhat unusual — and even 
   scorned on some wikis — have been agreed by community consensus 
*/

.toc,
#toc,
.WikiaArticle .toc {
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  border:1px dashed #2f2cb8;
  border-width:0;
  float:right;
  clear:right;
  /*position:absolute; somehow i think this doesn't work*/
  min-width:250px!important;
  max-width:250px!important;
  width:250px!important;
  right:250px;
  color:#2f2cb8;
  border-collapse:collapsed;
  clip:rect(50px, 250px, 150px, 50px);
   border:1px dashed #2f2cb8 !important;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
   padding:5px;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
   text-align:left;   
   /*margin:10px 0px 10px 20px !important;*/
   margin:auto!important
}

/* =================
   Admin Dashboard
   ================= */

.AdminDashboardChromedArticle h2 {
   margin-left:20px !important;
   margin-right:20px !important;
   text-transform:none !important;
}

.AdminDashboardHeader  { 
   background-image:none;
   background-color:transparent;
   border:none !important;
}

.AdminDashboardHeader h1 { 
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
   text-transform:uppercase;
   letter-spacing:3px;
   border-none !important
}

/* =================
   Wikia-specific specialised
   template/box styling
   ==================
   Most things are NOT specific
   to Wikia and should be in common.css
   so that both skins can use them.
   =================== */

#mosbox {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:none;
  letter-spacing:0px;
  line-height:120%
}

/* dabtag needs to be in both Wikia.css and Monobook.css
   because of the varying widths of the two skins */

#dabtag {
    background-position:top left;
    /*background:#ECECEC;*/  
    border:1px dashed #2f2cb8;
    -webkit-border-radius: 0px 10px 10px 0px;
       -moz-border-radius: 0px 10px 10px 0px;
         -o-border-radius: 0px 10px 10px 0px;
            border-radius: 0px 10px 10px 0px;
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
  background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
  background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
   color:#1F1E38;
    width:380px;
    font-size: 0.80em;
    line-height:.95em;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif !important;
}