/* Mystery Wiki theme
 * [2021 wikidot theme]
 * Created by Mr Jack456
**/
 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Cairo&family=Roboto:wght@700&display=swap');
 
#content-wrap {
     position: relative;
     margin: 2em auto 0;
     max-width: 1040px;
     min-height:1350px;
     height: auto !important;
}
 h1, #page-title {
     color: #60;
     padding: 0 0 0.25em;
     margin: 0 0 0.6em;
     font-weight: bold;
     font-family: 'Cairo', sans-serif;
 
}
 #page-title {
     font-family: 'Cairo', sans-serif;
     font-size: 250%;
     padding: 1;
     margin: 1;
}
 h1 {
     margin-top: 0.7em;
     padding: 0;
     font-weight: bold;
     font-family: 'Cairo', sans-serif;
     font-size: 200%;
 
}
 h2 {
     font-size:175%;
}
 h2, h3, h4, h5, h6, h7 {
     margin: 0.5em 0 0.4em;
     padding: 0;
     letter-spacing: 0;
     font-family: 'Cairo', sans-serif;
}
 #page-title {
     border-color: #000000;
}
 ul {
     list-style: square;
}
 #top-bar ul {
    /* list-style-image: none;
    /* Image set */
}
 li, p {
     line-height: 141%;
}
 a {
     color: #FF0000;
     text-decoration: none;
     background: transparent;
}
 a.newpage {
     color: #737373;
     text-decoration: none;
     background: transparent;
}
 a:hover {
     text-decoration: underline;
     background-color: transparent;
     transition: 0.125s;
}
 .form-control {
     width: 95%;
}
/* Top bar width */
 #header, #top-bar {
     width: 90%;
     max-width: 980px;
     margin: 0 auto;
}
 #top-bar {
     width: 100%;
     margin: 0 auto;
 
}
 .mobile-top-bar {
     display: none;
     position: absolute;
     left: 1em;
     bottom: 0px;
     z-index: 0;
}
 body {
     background-color: #fff;
     font-size: 0.75em;
     font-family: 'Roboto', sans-serif;
     color: #333;
}
 div#container-wrap {
     background: url(http://mysterywiki.wdfiles.com/local--files/component%3Atheme/Mystery-Header-1617) top left repeat-x;
     background-size: 105px;
}
/* Header */
 #header {
     height: 140px;
     position: relative;
     z-index: 10;
     padding-bottom: 22px;
    /* Menu */
     background: url(http://mysterywiki.wdfiles.com/local--files/logo-site/mystery-logo-2) 10px 40px no-repeat;
     background-size: 100px;
}
 
 #header h1 {
     margin-left: 120px;
     padding: 0;
     float: left;
     max-height: 95px;
}
 #header h2 {
     margin-left: 125px;
     padding: 0;
     clear: left;
     float: left;
     font-size: 105%;
     max-height: 38px;
}
 
/* Search bar */
#search-top-box-input {
    border: solid 1px #665731;
    color: #000000 !important;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: #FFFFFFa;
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #665731;
    color: #FFFFFF;
    background: #665731;
    font-family: 'Roboto', sans-serif;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #665731;
    background: #00FF00;
    color: #FFFFFF;
}
 
/* Login account */
#login-status {
    color: #665731;
}
#login-status a {
    color: #665731;
}
#login-status ul a {
    color: #665731;
}
#account-topbutton {
    background: #ccc;
    color: #665731;
}
div.new-post a {
     border-radius: 10px;
     transition: 0.125s;
}
 div.new-post a:hover {
     background-color: #e92f2f;
     color:white;
     text-decoration: none;
} 
div#container-wrap {
    background-image: url('http://mysterywiki.wdfiles.com/local--files/component%3Atheme/Mystery-Header-1617');
}
 
#header {
    background-image: url('http://mysterywiki.wdfiles.com/local--files/logo-site/mystery-logo-2');
}
#header h2 span {
     color: #FF0000;
}
 
div.sexy-box div.image-container img {
    margin: 5px;
    padding: 2px;
    border: 1px solid #999;
}
 
/* Custom page content classes */
#page-content {
    min-height: 720px;
}
 
.unmargined > p {
    margin: 0;
    line-height: 100%;
}
 
.content-panel {
    border: solid 1px #888880;
    border-radius: 10px;
    background-color: #999990;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #bbb;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, .5),
        inset 0 1px rgba(255, 255, 255, .3),
        inset 0 10px rgba(255, 255, 255, .2),
        inset 0 10px 20px rgba(255, 255, 255, .25),
        inset 0 -15px 30px rgba(0, 0, 0, .1);
}
 
.content-panel.standalone {
    background: #fcfdfb;
}
 
.content-panel.series {
    padding: 0 20px;
    margin-bottom: 20px;
}
 
.content-panel.centered {
    text-align: center;
}
 
.content-panel.left-column {
    float: left;
    width: 48%;
}
 
.content-panel.right-column {
    float: right;
    width: 48%;
}
 
.content-panel .panel-heading {
    padding: 2px 10px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}
 
.content-panel .panel-heading > p,
.content-panel .panel-footer > p {
    margin: 0;
}
 
.content-panel .panel-body {
    padding: 5px 10px;
    background: #fff9f0
}
 
.content-panel .panel-footer {
    padding: 1px 10px;
    color: #fffff0;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
 
.content-panel .panel-footer a {
    color: #fff;
}
 
.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0, 0, 0, .15);
}
 
.alternate:nth-child(even) {
    background-color: rgba(255, 255, 255, .9);
}
 
/* IMAGE BLOCK */
 .image-block {
     border: none;
     width: 300px;
}
 .image-block.block-right {
     float: right;
     clear: right;
     margin: 0 2em 1em 2em;
}
 .image-block.block-left {
     float: left;
     clear: left;
     margin: 0 2em 1em 0;
}
 .image-block.block-center {
     margin-right: auto;
     margin-left: auto;
}
 .image-block img {
     border: 0;
     width: 300px;
}
 .image-block .image-caption {
     background-color: #eee;
     border: none;
     padding: 2px 0;
     font-size: 80%;
     font-weight: bold;
     text-align: center;
     width: 300px;
}
 .image-block > p {
     margin: 0;
}
 .image-block .image-caption > p {
     margin: 0;
     padding: 0 10px;
}
 
/* Tabview */
.yui-navset .yui-content{
    background-color: #f5f5f5;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#700 url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1300px;
    text-decoration: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
.yui-navset li {
    line-height: normal;
}