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

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }
 
/* Messagebox templates */
 
.messagebox {
    border: 1px solid #9AA3BA;
    background-color: #F9F9F9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #C0B8CC;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 4px 2px 4px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
 
/* Infobox template style. */
.infobox {
    border: 1px solid #9AA3BA;
/*    background-color: #f9f9f9; */
    margin-bottom: 0.5em;
    margin-top: 3.0em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #9AA3BA;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb; 
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}

/* Background to make transparency show up on image description pages. */
#file img {background: url("http://castlewiki.castlecrashers.com/images/5/5d/Checker-16x16.png") repeat;}
}
 
/* Wikitable/Prettytable class for skinning normal tables. */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #F9F9F9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #F2F2F2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
/* 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;
}
 
/* [[Template:Navbox]] and wide variant */
 
/* Default skin for navigation boxes. */
table.navbox {              /* Navbox style */
    background: #f9f9f9;    /* Background color */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 90%;
    text-align: left;
    padding: 1px;
}
table.navbox + table.navbox {
    margin-top:-1px;        /* single pixel border between adjacent navboxes */
}
.navbox-title {             /* Title style */
    background: #ccccff;    /* Level 1 color */
    text-align: center;     
    padding-left: 1em;
    padding-right: 1em;
}
.navbox-group {             /* Group style */
    background: #ddddff;    /* Level 2 color */
    white-space: nowrap;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.navbox-list {
    border-color: #fdfdfd;  /* Must match background color */
    padding-left: 5px;
    padding-right: 5px;
}
.navbox-subgroup .navbox-title {
    background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group {
    background: #e6e6ff;    /* Level 3 color */
}
 
@media print {
    .navbox {
        display: none;
    }
}

/*--HILITED USERNAMES LIST--*/
/* Each hilite is overridden by the one following it, so a bureaucrat who is also a staff member will be hilited as gold, not blue*/

/*------------------*/
/*--ADMINISTRATORS--*/
/*------------------*/
/*(green hilite)*/

table.diff a[href|="/index.php?title=/User:Aburnett"], 
ul.special li a[href|="/index.php?title=User:Aburnett"], 
span.changedby a[href|="/index.php?title=User:Aburnett"], 
div table tr td a[href|="/index.php?title=User:Aburnett"], 
ul#pagehistory li a[href|="/index.php?title=User:Aburnett"] { color: #009900; }

table.diff a[href|="/index.php?title=User:Sully"], 
ul.special li a[href|="/index.php?title=User:Sully"], 
span.changedby a[href|="/index.php?title=User:Sully"], 
div table tr td a[href|="/index.php?title=User:Sully"], 
ul#pagehistory li a[href|="/index.php?title=User:Sully"] { color: #009900; }

/*---------------*/
/*--BUREAUCRATS--*/
/*---------------*/
/*(blue hilite)*/

table.diff a[href|="/index.php?title=/User:Admin Emil"], 
ul.special li a[href|="/index.php?title=User:Admin Emil"], 
span.changedby a[href|="/index.php?title=User:Admin Emil"], 
div table tr td a[href|="/index.php?title=User:Admin Emil"], 
ul#pagehistory li a[href|="/index.php?title=User:Admin Emil"] { color: #00BDD8; }

table.diff a[href|="/index.php?title=User:Kellybehemoth"], 
ul.special li a[href|="/index.php?title=User:Kellybehemoth"], 
span.changedby a[href|="/index.php?title=User:Kellybehemoth"], 
div table tr td a[href|="/index.php?title=User:Kellybehemoth"], 
ul#pagehistory li a[href|="/index.php?title=User:Kellybehemoth"] { color: #00BDD8; }


/*---------*/
/*--STAFF--*/
/*---------*/
/*(gold hilite)*/

table.diff a[href|="/index.php?title=/User:Admin Emil"], 
ul.special li a[href|="/index.php?title=User:Admin Emil"], 
span.changedby a[href|="/index.php?title=User:Admin Emil"], 
div table tr td a[href|="/index.php?title=User:Admin Emil"], 
ul#pagehistory li a[href|="/index.php?title=User:Admin Emil"] { color: #DAA520; }

table.diff a[href|="/index.php?title=User:Kellybehemoth"], 
ul.special li a[href|="/index.php?title=User:Kellybehemoth"], 
span.changedby a[href|="/index.php?title=User:Kellybehemoth"], 
div table tr td a[href|="/index.php?title=User:Kellybehemoth"], 
ul#pagehistory li a[href|="/index.php?title=User:Kellybehemoth"] { color: #DAA520; }