@import url('https://fonts.googleapis.com/css?family=Teko');
 
/* NDI Theme
   [2020 Wikidot Theme]
   Created for the SMLT Wiki by JameBonTreeson */
 
 */
 
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Homenaje');
@import url('https://fonts.googleapis.com/css?family=Lato');
 
h1, #page-title {
    color: #c0c0c0;
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: normal;
}
 
a {
    color: #2a7f8e;
    text-decoration: none;
    background: transparent;
}
 
#side-bar a:visited{
color: #5ba9bd;
}
 
a:visited {
color: #5ba9bd;
}
 
a.newpage {
    color: #636363;
    text-decoration: none;
    background: transparent;
}
 
body {
    background-color: #fff;
    font-size: 0.80em;
    color: #333;
}
div#container-wrap {
    background: url(http://smlt.wdfiles.com/local--files/component%3Andi-theme/ndi-background.png) top left repeat-x;
}
 
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url(http://smlt.wdfiles.com/local--files/component%3Andi-theme/ndi-logo.png) 10px 28px no-repeat;
    background-size: 90px;
}
 
#search-top-box-input {
    border: solid 1px #fff;
    border-radius: 0px;
    color: #fff;
    background-color: #515151;
    box-shadow: inset 0px 0px 0px rgba(0,0,0,.5);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    outline: 0;
    border: solid 1px #fff;
    color: #000;
    background-color: #fff;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #fff;
    border-radius: 0px;
    padding-bottom: 1px;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    background-color: #515151;
    background: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    cursor: pointer;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    outline: 0;
    border: solid 1px #fff;
    color: #000;
    text-shadow: 0 0 1px rgba(255,255,255,.25)
    background-color: #fff !important;
    background: none;
    box-shadow: 2px rgba(0,0,0,0.6);
}
 
#search-top-box-input, #search-top-box input.empty{
border-radius: 0;
border: solid 1px #fff;
color: #fff;
background-color: #999;
}
 
#search-top-box-input, #search-top-box input.empty:hover{
border-radius: 0;
border: solid 1px #fff;
color: #fff;
background-color: #555;
}
 
#login-status {
    color: #aaa;
    font-size: 90%;
    z-index: 30;
}
#login-status a {
    background: transparent;
    color: #ddd;
}
#login-status ul a {
    color: #000;
    background: transparent;
}
 
#account-topbutton {
    background: #fff;
    color: #000;
}
 
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    background: transparent;
font-family: 'Homenaje', sans-serif;
    font-size: 180%;
    text-decoration: none;
    text-shadow: none;
}
 
#header h1 a::before {
color: #f3f3f3;
    letter-spacing: 3px;
    content: "New Dawn Initiative";
    font-size: 125%;
    text-shadow:
     -1px -1px 0 #282828,
     1px -1px 0 #282828,
     -1px 1px 0 #282828,
     1px 1px 0 #282828;
 
}
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    content: "For Every Dusk There is a Dawn";
    display: block;
    margin: 0;
    padding: 0px 0;
    line-height: 0px;
    max-height: 0px;
    color: #c9c9c9;
 
}
 
.yui-navset .yui-content{
    background-color: #252525;
    padding-left: 2em;
    padding-right: 2em;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: #d8d8d8;
}
.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: #339; /* selected tab background */
    color: #fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #aac;
    text-decoration: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}
.yui-navset li {
    line-height: normal;
}
 
#top-bar ul li a {
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #fff;
    color: #000;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}
 
#top-bar ul li ul a, #top-bar a:hover {
    color: #000;
}
 
#side-bar .side-block {
    border: 2px solid #333;
    box-shadow: 0 4px 8px rgba(68, 68, 68, .5);
    background: #e8e8e8;
    border-radius: 0px;
}
 
#side-bar .heading {
    color: #2a7f8e;
    border-bottom: solid 1px #2a7f8e;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #339;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    color: #600;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #b01;
    text-decoration: none;
}
 
 #side-bar img {
filter: brightness(50%) sepia(1);
}
 
#page-content {
    min-height: 720px;
}
 
.page-rate-widget-box .rate-points {
    background-color: #633 !important;
    border: solid 1px #633;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #fff6f0;
    border-top: solid 1px #633;
    border-bottom: solid 1px #633;
    font-weight: bold;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #633;
    padding: 0 4px;
    margin: 0 1px;
 
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #633;
    color: #fffff0;
    text-decoration: none;
}
 
.page-rate-widget-box .cancel {
    background-color: #bbb;
    border: solid 1px #eee;
    border-left: 0;
    border-radius: 0 10px 10px 0;
}
 
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #eee;
}
 
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 6px 6px 0;
    background: #eee;
    color: #bbb;
    text-decoration: none;
}
/* ANIMATION */
 
#container-wrap-wrap {
    overflow-x: hidden;
 
}
 
div#container {
    background: url(http://smlt.wdfiles.com/local--files/component%3Andi-theme/maps.png) repeat-x;
    animation: animate 16s linear infinite;
    animation-direction: alternate;
    background-size: 865px !important;
}
 
@keyframes animate  {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -336px 0;
    }
}
 @keyframes animateback  {
    from {
        background-position: -336px 0;
    }
    to {
        background-position: 0 0;
    }
 
/* mobile */
 
@media (max-width: 479px) {
#search-top-box-input,
#search-top-box-form {
    display: none;
}
 
#header h1 a {
    font-size: 100%;
}
 
#header h2 span{
font-size: 50%;
}
 
#header {
    background-position: 0 5.5em;
    background-size: 55px 55px;
}
 
}
/*
 
#page-content {
    font-size: 0.9em;
}
 
#main-content {
    margin: 0;
}
 
#recent-posts-category {
width: 100%;
}
 
#header, .mobile-top-bar {
    max-width: 90%;
}
 
#side-bar {
    width: 80%;
    position: relative;
}
 
.top-bar {
    display:none;
}
 
.mobile-top-bar {
    display: block;
    padding: 0;
}
 
.page-options-bottom a {
    padding: 0 4px;
}
 
#header h1 a {
    font-size: 100%;
}
 
#header h2 span{
font-size: 50%;
}
 
blockquote {
    margin: 1em 0;
}
 
.license-area {
    font-size: 0.8em;
}
 
#header {
    background-position: 0 5.5em;
    background-size: 55px 55px;
}
 
#header h1, #header h2 {
    margin-left: 66px;
}
 
#edit-page-title {
    max-width: 90%;
}
 
.content-panel.left-column, .content-panel.right-column  {
width: 99%;
float: left;
}
 
#page-content div, #page-content div table {
clear: both;
}
 
#page-content div.title {
word-break: keep-all;
}
 
}
*/
/* page stuff */
 
.document {
display: inline-block;
border-radius: 10px;
border:solid 1px #ccc;
background:#f0f0f0;
float:top; width:96.5%;
padding: 10px;
box-shadow: 0 2px 4px rgba(68, 68, 68, .5);
}
 
hr {
    background-color: rgba(0,0,0,0.12);
}
 
#page-title {
text-align: center;
background-color: #eee;
border-radius: 20px;
padding: 5px;
box-shadow: 0 2px 4px rgba(68, 68, 68, .5);
margin-left: 5px;
margin-right: 5px;
}
