/*
The Federal Occult Agency, BundesOkkultAbteilung, theme was originally created and modified created by Dr. B. Pierson for the use of a theme wiki that is in use or other applicable usage to the Group of Interest.
*/

@import url('https://fonts.googleapis.com/css?family=Signika&display=swap');

#main-content {border-left: none;}

/* BACKGROUND */

div#container-wrap {
    background: url(http://rpcsandbox.wdfiles.com/local--files/component%3Afoa-theme/FOABackground.png) top left no-repeat !important; 
    background-size: 100% 187px!important;

}


/* LOGO */

#header {
    background: url(http://rpcsandbox.wdfiles.com/local--files/component%3Afoa-theme/FOAHeading3.png) 10px 6px no-repeat  !important;
}

blockquote {
    background: #1D1F22;
    color: #C0C0C0;
}

/* HEADERS */

#header h1, #header h2 {
    display: block;
    opacity: 0;
}

h1 {
    font-weight: bold;
    color: #C0C0C0;

}

#page-title {
    color: #C0C0C0;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    border-bottom: 1px solid #C0C0C0;
    font-weight: bold;
}

/* ACCOUNT */

#login-status {
    color: #E5E5E5;
}
 
#login-status a {
    color: #C0C0C0;
}
#login-status a:hover {
    color: #7A7A7A;
}
#login-status ul a {
    background: #3F3F3F;
    color: #E2E2E2;
    border: solid 1px #545454;
    border-opacity: 2%;
    shadow: 1px 1px 1px rgba(0,0,0,.8);
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
 
}
#login-status ul a:hover {
    background: #BCBCBC;
    color: #444444;
}

/* TOPBAR */
 
top-bar a {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: white;
    font-weight: bold;
    background: #3F3F3F;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
#top-bar ul li ul {
    border: solid 0px transparent;
    border-top: 0;
 
}
#top-bar ul li a {
    text-decoration: none;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
    color: white;
    border: solid 0px transparent;
 
}
 #top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #161619;
    border: solid 0px transparent;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    height: auto;
    max-height: none;
    padding-top: 1;
    padding-bottom: 1;
 
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #0F0F11;
    color: white;
 
}
#top-bar ul li ul a, #top-bar a:hover {
    color: white;
}

/* SIDE BAR */

.heading {
    color: #C0C0C0 !important;
    text-align: center;
    font-weight: bold;
    font-family: 'Signika', sans-serif;
    font-size: 1.2em;
}

#side-bar .heading {
    color: #C0C0C0;
}
 
#side-bar div.menu-item>a{
    color: #E2E2E2;
    font-family: 'Signika', sans-serif;
}
 
#side-bar .menu-item>a:hover {
  background-color: #161619;
  color: #E2E2E2;
  text-decoration: none;

}

.interwiki_title {
    color: black;
}
 
.interwiki_entry a {
    color: black;
}

/* TEXT COLOR */

body {
    color: #C0C0C0 !important;
}

/* TABS */

.yui-nav {
    border-bottom: 5px solid #37373F !important;
}

.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:#37373F url(../images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#ccc;
}
 
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { /* Ignore this */
    border: 1px solid #808080;
    border-top-color: transparent;

}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#515151 url(../images/yuitabs.png) repeat-x left -1300px;
    text-decoration: none;
}
 
/* LINKS */
 
a {
    color: #E5E5E5;
}
a:hover {
    color: #898989;
}
a.newpage {
    color: #3A3F77;
}

/* SEARCH BAR */

#search-top-box {display: none;}

/* TABLES*/

 table.wiki-content-table th
  {
    background-color: #37373F;
    border: 1px solid #666;
    color: #ccc;
    padding: 0.3em 0.7em;
  }
 
  table.wiki-content-table td
  {
    background-color: #1d2022;
    border: 1px solid #666;
    padding: 0.3em 0.7em;
    color: #ccc;
  }
