/*CUSTOM STUFF*/
/* mediawiki.notification */
.skin-vector #mw-notification-area {
    top: 7em;
    font-size: 0.8em;
}
.skin-vector .mw-notification {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.93);
    padding: 0.75em 1.5em;
    border: solid 1px #a7d7f9;
    border-radius: 0.75em;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
}

#footer-info-addthis{
    left:0px;
}

.addthis_default_style{
    margin-left:0px!important;
    margin-bottom:5px!important;
}


/*NAV BAR*/

.nav > li > a:hover {
    background-color: transparent; }

.site-header nav.category {
    display: none; }
.site-header nav.category a {
    font-size: 1.3rem;
    font-weight: 600; }
.site-header nav.category a:active, .site-header nav.category a:focus {
    text-decoration: none; }
@media only screen and (min-width: 1040px) {
    .site-header nav.category {
        display: inline;
        float: left; }
    .site-header nav.category ul {
        margin-top: 0; }
    .site-header nav.category ul li {
        display: inline; }
    .site-header nav.category ul li a {
        display: inline-block;
        color: #f7f7f7;
        font-weight: 500;
        height: 40px; }
    .site-header nav.category ul li a:hover {
        background-color: #5cb1e1; }
    .site-header nav.category ul li ul {
        display: none;
        width: 100%;
        height: 40px;
        position: fixed;
        top: 40px;
        left: 0;
        margin: 0;
        background-color: #5cb1e1; }
    .site-header nav.category ul li ul li {
        display: inline;
        margin: 0 10px;
        position: relative; }
    .site-header nav.category ul li ul li a {
        display: inline-block;
        height: 40px;
        margin: 0;
        padding: 10px 15px 10px 15px;
        top: 0; }
    .site-header nav.category ul li ul li a:hover {
        text-decoration: none;
        background-color: #7bbfe7; }
    .site-header nav.category ul li:hover ul {
        display: block; } }

.site-header nav.social {
    display: none; }
@media only screen and (min-width: 768px) {
    .site-header nav.social {
        display: inline;
        float: right;
        padding-top: 7px;
        padding-right: 10px;
        color: #f7f7f7; }
    .site-header nav.social div.nav-section {
        display: inline; }
    .site-header nav.social a i {
        color: white;
        display: inline;
        margin-right: 8px; }
    .site-header nav.social a i:hover {
        text-decoration: none; } }

a.site-logo {
    width: 280px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    padding-top: 2px;
    color: #f7f7f7;
    z-index: 10;
    width: 180px; }
a.site-logo img {
    width: 100%; }
a.site-logo:hover {
    text-decoration: none; }
@media only screen and (min-width: 1040px) {
    a.site-logo {
        position: static;
        margin: 0 0 0 20px;
        float: left; } }

.drawer-nav-trigger {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    z-index: 20;
    height: 40px;
    width: 40px;
    background-color: #3aa0db; }
.drawer-nav-trigger i {
    color: #f7f7f7; }
.drawer-nav-trigger:hover {
    cursor: pointer; }
@media only screen and (min-width: 1040px) {
    .drawer-nav-trigger {
        display: none; } }

#jPanelMenu-menu ul {
    margin-left: 0; }

nav#jPanelMenu-menu {
    background-color: #393e42; }
nav#jPanelMenu-menu ul {
    margin: 0; }
nav#jPanelMenu-menu li {
    display: block;
    border-bottom: 1px solid #4c5358;
    width: 100%; }
nav#jPanelMenu-menu li:first-child {
    border-top: 1px solid #4c5358; }
nav#jPanelMenu-menu li a {
    color: #f6f6f6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #393e42;
    display: block;
    font-weight: 200;
    background-color: #393e42;
    padding: 20px; }
nav#jPanelMenu-menu li a:active {
    color: #f6f6f6;
    text-decoration: none; }
nav#jPanelMenu-menu li a:hover {
    color: #f6f6f6;
    text-decoration: none; }
nav#jPanelMenu-menu li a:hover {
    background-color: #4c5358; }
nav#jPanelMenu-menu li a:active {
    background-color: #2d3134;
    text-decoration: none; }

.admin-bar nav#jPanelMenu-menu {
    top: 28px; }

.admin-bar nav.category ul li ul {
    top: 68px; }


/*********** form organisms **********/
form.smb-form.inline .input-group label {
    display: inline; }
form.smb-form.inline .input-group input {
    display: inline; }

@media only screen and (min-width: 768px) {
    form.smb-form.aligned label {
        display: inline;
        float: left;
        text-align: right; }
    form.smb-form.aligned .input-control input[type="submit"] {
        margin-left: 10px; } }

/*********** organism header and main nav **********/
header.site-header {
    width: 100%;
    height: 40px;
    background-color: #3D70D2;
    z-index: 100;
    top: 0;
    position: fixed; }

.admin-bar header.site-header {
    top: 28px; }

#menu-main-navigation a{
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    color: rgb(247, 247, 247);
    cursor: auto;
    display: inline-block;
    font-family: myriad-pro, helvetica-neue, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

/*adjustements*/

#mw-head-base {
    margin-top: -5em!important;
}

body{
    margin-top: 40px!important;
}


#left-navigation {
    margin-top: 5em!important;
}

#right-navigation {
    margin-top: 5em!important;
}

#p-personal {
    margin-top: 40px;
}

div#mw-panel{
    top:185px!important;
}

.infobox tr, .infobox dd, .infobox dt{
    text-align:left!important;
    margin-left:0!important;
    font-weight: normal !important;
}

.infobox dt a{
    font-weight: bold;
    padding-top: 10px;
}

.infobox dd{
    padding-right: 20px;
    padding-left: 20px;
}

#footer-icons{
    display: none;
}



body.page-Main_Page h1.firstHeading { display:none; }
#head { top: 60px; }
#head-base { margin-top: -1em; }
#p-personal { top: -60px; }
#panel { top: 100px; }
#p-logo-custom { position:absolute; top:0; left:0; }
#column-three { display:none; }
/* body.ns-0 #column-three { display:inline; float:right; margin-left:45px; } */
/* body.ns-0 textarea { width: 75%; } */ /* leave room for the vertical ad */
/* .usermessage { width: 87%; } */
/* #siteSub { display:block; font-weight:normal; font-size:normal;} */

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
.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%;
}

.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}

/* Table of contents style */
.TOC {
    float: right;
    margin-left: 10px;
}

h1.firstHeading {
    font-weight: bold;
}

h1#firstHeading {
    font-weight: bold;
}

h2 {
    font-weight: bold;
    line-height: 125%;
}

h4 {
    font-weight: normal;
}

.addthis_default_style {
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    width: 15em;
    text-align: left;
}

#footer-info-lastmod, #footer-info-viewcount { font-size: 0.8em; }

div#p-googleadsense {
    width: 150px;
}

.wikiEditor-ui .wikiEditor-ui-top {
    height: 25px!important;
}

p {
    line-height: 1.5em!important;
}

#bodyContent {
    font-size: 0.8em;
}