/*
[http://humanscience.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000 reload cache] [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fhumanscience.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26usemsgcache%3Dyes%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&warning=1&profile=css21&usermedium=all check validation]
<pre>*/


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

/* =========================================================== */
/* BLUE MAIN PAGE STYLE STUFF */

/* main page table stylings: 4 stages of development, from dark blue to light cyan */
#bodyContent #mainPageTable .stage5 a { color: #0000DD; }
#bodyContent #mainPageTable .stage4 a { color: #2200FF; }
#bodyContent #mainPageTable .stage3 a { color: #4169E1; }
#bodyContent #mainPageTable .stage2 a { color: #6699EF; }
#bodyContent #mainPageTable .stage1 a { color: #5B92E5; }

/* main page only styles: links, paragraphs, list items, headers */
.page-Welcome_to_Human_Science #content a { color:#0000FF; }



.page-Welcome_to_Human_Science #mainPageTable { background-color:#E0FFFF; }
.page-Welcome_to_Human_Science #mainPageTable a { color:blue; }
.page-Welcome_to_Human_Science #mainPageTable p { color:#000000; }

.page-Welcome_to_Human_Science #toc { background-color:#AFEEEE; }




/* END BLUE MAIN PAGE STYLE STUFF */
/* =========================================================== */

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        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: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        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;
}

/* Misc */


#wikia_page { font-family: "verdana"; }
body { font-family: "verdana"; }
h3 { font-weight: normal; }
h4 { font-weight: normal; }

/* Adding a red background to .redbg divs */
.redbg {
  background: url("http://images.wikia.com/humanscience/images/3/31/Red.png") repeat-y; 
  border: 1px solid red;
}
/* Adding a red background to .ovalbg divs */
.ovalbg {background: url("http://images.wikia.com/humanscience/images/7/79/Ovalred.png")repeat-y;
}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   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 #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

@media print {
    .infobox.sisterproject {
        display: none;
    }
}

.verticalPurple { background: url("http://images.wikia.com/humanscience/images/3/31/Purple.png"); }
/*</pre>*/