
@import url('https://fonts.googleapis.com/css?family=Lobster|Playfair+Display:400i|Roboto|Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700');
/***********************************
	  WEBPAGE STUFF
************************************/   

#Pages #innerwrapper form {
    display: none;
}
#Pages #aff, #Pages #topinfo, #Pages #copyright2, #Pages .copyright, #Pages #sitename {
    display: none;
}
#Pages #wrapper {
    margin:80px 0 0 30px;
    background-color: rgba(153,153,153,0);
    box-shadow: 0 5px 10px rgba(0,0,0,0);
    padding-bottom: 0;
}
#Pages .FSAC {
    display: none;
}        

#webpage .title {
    position: relative;
    padding: 5px 20px 0px 20px;
    height:50px;    
    background-color: rgba(105,122,128,0);
    box-shadow: none;
    border-bottom: 10px solid #5f6b6d;
    text-align: right;
    line-height: 140%;
    color: #222 !important;
    -webkit-text-stroke: 1px #eee;
    font-size: 48px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    letter-spacing: 1px;
}
#webpage .title:after {
    content: '';
    position: absolute;
    right:0; top:0;
    width: 150px;
	height: 0;
	border-bottom: 55px solid #697a80;
	border-left: 50px solid transparent;
    z-index: 3;
    display: none;
}
#webpage .title:before {
    content: '';
    position: absolute;
    left:0; top:0;
    width: 100px;
	height: 0;
	border-top: 55px solid #697a80;
	border-right: 50px solid transparent;
    z-index: 3;
    display: none;
}
#webpage .title a {
    position: absolute;
    right:30px; 
    top:15px;
    color: #222 !important;
    -webkit-text-stroke: 1px #eee;
    font-size: 48px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    letter-spacing: 1px;
    padding:0 20px 0 20px;
    text-decoration: none;
    line-height: 90%;
    z-index: 5;
}
    
#webpage {
    position: relative;
    width:950px; 
    height:750px; 
        }
#webpage #wrap {
    position:relative; 
    top:0; 
    left:0; 
    width:950px; 
    height:630px; 
    padding:0; 
    border-bottom:10px solid #555;
    background-color: rgba(199,199,199,0.8);
        }
#webpage #nav {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    left: 0; 
    top:0;
    width:259px;
    background:#ddd;
}
#webpage .icon {
    position:relative; 
    display:inline-block;
    vertical-align: top;
    height:32px;     
    width: 45px;
    padding: 9px 1px 9px 1px;
    text-align:center;
    font-size: 12px;
    font-family: sans-serif;
    margin:0; 
    color:rgba(95,107,109,0.3);
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
        }
#webpage .icon i, #webpage #nav .selected i {
    position: relative;
    display: block;
    font-size: 22px;
    margin: 0 0 3px 0;
        } 
#webpage .icon:hover {
    background-color:rgba(238,238,238,0.6);
    border-radius: 100%;
        }   
#webpage #nav .selected {
    color:#000;
        } 

#webpage #idxnav {
    position: relative;
    top:640px;
    height: 35px;
    padding: 0 10px;
    margin: 0;
    background-color:rgba(150,150,150,0.8);
}

#webpage #idxnav a {
    position:relative; 
    display:inline-block; 
    margin:4px 0 4px 0; 
    width:100px; 
    height:15px; 
    color:#222; 
    padding:6px 2px 4px 2px; 
    text-transform: uppercase; 
    font-size:11px; 
    font-family:'calibri',sans-serif; 
    text-align: center; 
    font-weight: bold; 
    overflow: hidden; 
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}
#webpage #idxnav span {
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
#webpage #idxnav a:hover span {color: #ddd;}

#webpage #idxnav .btnBefore, #webpage #idxnav .btnAfter {
    content: '';
    position: absolute;
    height: 0; width: 0;
    border: solid;
    border-width: 0;
    border-radius: 0;
    border-color:#ddd;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#webpage #idxnav a .btnBefore {
    right: 0;
    bottom: 0;
}
#webpage #idxnav a .btnAfter {
    left: 0;
    top: 0;
}
#webpage #idxnav a:hover .btnBefore {
    border-width: 0 0 1px 1px;
}
#webpage #idxnav a:hover .btnAfter {
    border-width: 1px 1px 0 0;
}
#webpage #idxnav a:hover .btnAfter, #webpage #idxnav a:hover .btnBefore {
height: 100%;
width: 100%;
transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
        }

h {font-style:italic;}
        
/***********************************
            SIDE
************************************/

#webpage #side {
    position:relative; 
    vertical-align:top; 
    width:243px; 
    max-height: 575px;
    padding:0;
    overflow: auto; 
    overflow-x: hidden; 
    background:#f1f1f1;
        }
#webpage #sidewrap {
    position:relative; 
    left:0; 
    display:inline-block; 
    vertical-align:top; 
    top:0px; 
    left:0px; 
    padding-bottom:5px;
    width:255px; 
    background:#ddd;
        }

#webpage #side::-webkit-scrollbar { 
    width:2px; 
    background-color: #eee; 
}
#webpage #side::-webkit-scrollbar-track { 
    background-color: #eee; 
}
#webpage #side::-webkit-scrollbar-thumb { 
    background-color: #777; 
}

#webpage #tabs #accordion {
    padding:0;
    border: none;
    text-align:left;
    outline: none;
    font:14px 'Source Sans Pro', sans-serif; 
    color:#000;
    transition: 0.4s;
}

#webpage #accordion .header {
    display: block;
    position: relative;
    width: 235px;
    padding: 3px;
    font-size: 100%;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 12px;
    color:#000;
    text-align: center;
    left: 0;
}

#webpage #accordion .header.m{background-color:rgba(153,82,82,0.6);}
#webpage #accordion .header.s{background-color:rgba(108,140,87,0.6);}
#webpage #accordion .header.im{background-color:rgba(82,122,159,0.6);}
#webpage #accordion .header.e{background-color:rgba(128,105,141,0.6);}

#webpage ul#tabs {
    padding:0; 
    margin:0;
        }
#webpage ul#tabs li {
    width:243px; 
    font:12px 'Source Sans Pro', sans-serif; 
    color:#000; 
    padding:2px 0 2px 8px; 
    display: inline-block; 
    cursor: arrow;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
        }
#webpage ul#tabs li:hover {
    width: 233px;
    padding-left:10px;
    cursor: pointer;
    background-color:rgba(216,216,216,0.5);
}
        
#webpage ul#tabs li.active {
    width: 233px;
    font: 12px 'Source Sans Pro', sans-serif;
    color: #000;
    padding: 2px 0 2px 60px;
    background: #d1d1d1;
    font-style: italic;
    text-align: left;
        }
        
#webpage ul#tabs li.active::before {content:" ➝ ";}
#webpage ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#webpage ul#tab li {display: none;}
#webpage ul#tab li.active {display: inline-block;}
#webpage #accordion extra {
    position: relative;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
     text-align: right;
    float: right;
    width: 231px;
    font-size: 11px;
    font-family: sans-serif;
    padding: 0 10px 0 0;
    font-weight: 700;
}

#webpage #accordion li.m {
    background-color:rgba(153,82,82,0.1);
}
#webpage #accordion extra.m {
    background-color:rgba(153,82,82,0.4);
    border-color:rgba(153,82,82);
}
#webpage ul#tabs li.m:hover {
    background-color:rgba(153,82,82,0.2);
}
#webpage ul#tabs li.m.active {
    background-color:rgba(153,82,82,0.3) !important;
}
    
#webpage #accordion li.s {
    background-color:rgba(108,140,87,0.1);
}
#webpage #accordion extra.s {
    background-color:rgba(108,140,87,0.4);
    border-color:rgba(108,140,87);
}
#webpage ul#tabs li.s:hover {
    background-color:rgba(108,140,87,0.2);
}
#webpage ul#tabs li.s.active {
    background-color:rgba(108,140,87,0.3) !important;
}
    
#webpage #accordion li.im {
    background-color:rgba(82,122,159,0.1);
}
#webpage #accordion extra.im {
    background-color:rgba(82,122,159,0.4);
    border-color:rgba(82,122,159);
}
#webpage ul#tabs li.im:hover {
    background-color:rgba(82,122,159,0.2);
}
#webpage ul#tabs li.im.active {
    background-color:rgba(82,122,159,0.3) !important;
}

#webpage #accordion li.e {
    background-color:rgba(128,105,141,0.1);
}
#webpage #accordion extra.e {
    background-color:rgba(128,105,141,0.4);
    border-color:rgba(128,105,141);
}
#webpage ul#tabs li.e:hover {
    background-color:rgba(128,105,141,0.2);
}
#webpage ul#tabs li.e.active {
    background-color:rgba(128,105,141,0.3) !important;
}


#webpage .claim {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font: 14px 'Source Sans Pro', sans-serif;
}


/***********************************
	   Tabbed Info
************************************/
#webpage #content {
    position:absolute; 
    top:0; 
    right:0; 
    width:691px;
    height:630px;
    background:#eee;
} 

#webpage #tabwrap {
    position: relative;
    top: 0;
    left: 0px;
    width: 691px;
    height: 630px;
    overflow: hidden;
}
#webpage .idTabs {
    position:absolute; 
    left:0; 
    top:0; 
    display:inline-block; 
    width: 692px;
    height: 630px;
    background:#ddd;
    outline: none;
    border: none;
}

#webpage .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    min-height: 200px;
    color: #000;
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    text-align: center;
    line-height: 110%;
    background-color: rgb(95,107,109,0.5);
}
#webpage .banner sm {
    display: block;
    position: relative;
     width: 125px;
    padding: 2px;
    margin: 0 0 15px 10px;
    color: #000;
    font-family: sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 110%;
    border-top: 1px solid #555;
    font-style: italic;
}
#webpage .banner sm:before {
    content: 'written by ';
    color: #555;
}
#webpage .banner img {
    margin: 10px;
    width: 100px;
    height: 100px;
    border: 5px solid #999;
    z-index: 12;
}
#webpage .banner::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 30px solid rgba(95,107,109,0.5);
}
#webpage .banner i {
    color: rgba(95,107,109,1);
}
#webpage .banner p {
    display: block;
    position: relative;
     width: 135px;
    left: 7px;
    color: #000;
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #555;
}

#webpage .symbol {
    position: absolute;
     left: 100px;
    top: 90px;
    width: 15px;
    height: 15px;
    color: #000;
    font-family: sans-serif;
    font-size: 24px;
    background: #eee;
    border:3px solid #555;
    border-radius: 100%;
}


/***********************************
	   Tabbed Info Color
************************************/

mortal .header { 
    color: #995252 !important;
}
#webpage .mortal .banner::after {
    content: '';
    border-top: 30px solid rgba(153,82,82,0.3) !important;
}
#webpage .mortal img { border: 5px solid rgba(153,82,82); }
#webpage .mortal sm { border-top: 1px solid rgba(153,82,82); }
#webpage .mortal sm::before { color: rgba(153,82,82); }
#webpage .mortal .symbol { border:3px solid rgba(153,82,82);}
#webpage .mortal .banner {background-color:rgba(153,82,82,0.3) !important;}
#webpage .mortal i, #webpage .mortal b {color:rgba(153,82,82,1) !important;}


sempiternal .header { 
    color: rgba(108,140,87) !important;
}
#webpage .sempiternal .banner::after {
    content: '';
    border-top: 30px solid rgba(108,140,87,0.3) !important;
}
#webpage .sempiternal img { border: 5px solid rgba(108,140,87); }
#webpage .sempiternal sm { border-top: 1px solid rgba(108,140,87); }
#webpage .sempiternal sm::before { color: rgba(108,140,87); }
#webpage .sempiternal .symbol { border:3px solid rgba(108,140,87);}
#webpage .sempiternal .banner {background-color:rgba(108,140,87,0.3) !important;}
#webpage .sempiternal i, #webpage .sempiternal b {color:rgba(108,140,87,1) !important;}
#wiki .sempiternal .items>div #siteinfo h, #webpage .sempiternal .items>div h {
    color:rgba(108,140,87) !important;
}

immortal .header { 
    color: rgba(82,122,159) !important;
}
#webpage .immortal .banner::after {
    content: '';
    border-top: 30px solid rgba(82,122,159,0.3) !important;
}
#webpage .immortal img { border: 5px solid rgba(82,122,159); }
#webpage .immortal sm { border-top: 1px solid rgba(82,122,159); }
#webpage .immortal sm::before { color: rgba(82,122,159); }
#webpage .immortal .symbol { border:3px solid rgba(82,122,159);}
#webpage .immortal .banner {background-color:rgba(82,122,159,0.3) !important;}
#webpage .immortal i, #webpage .immortal b {color:rgba(82,122,159) !important;}
#wiki .immortal .items>div #siteinfo h, #webpage .immortal .items>div h {
    color:rgba(82,122,159) !important;
}

eternal .header { 
    color: rgba(128,105,141) !important;
}
#webpage .eternal .banner::after {
    content: '';
    border-top: 30px solid rgba(128,105,141,0.3) !important;
}
#webpage .eternal img { border: 5px solid rgba(128,105,141); }
#webpage .eternal sm { border-top: 1px solid rgba(128,105,141); }
#webpage .eternal sm::before { color: rgba(128,105,141); }
#webpage .eternal .symbol { border:3px solid rgba(128,105,141);}
#webpage .eternal .banner {background-color:rgba(128,105,141,0.3) !important;}
#webpage .eternal i, #webpage .eternal b {color:rgba(128,105,141,1) !important;}
#wiki .eternal .items>div #siteinfo h, #webpage .eternal .items>div h {
    color:rgba(128,105,141) !important;
}

#webpage .mortal .s {background-color:rgba(108,140,87,0.5) !important;}
#webpage .mortal .im {background-color:rgba(82,122,159,0.5) !important;}
#webpage .mortal .e {background-color:rgba(128,105,141,0.5) !important;}


/***********************************
	   Tabbed Info Content
************************************/

#webpage .items>div {
    position: absolute;
    top: 0;
    width: 531px;
    height: 630px;
    left: 160px;
    padding: 35px;
    overflow: auto;
    text-align: justify;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'tahoma', sans-serif;
    line-height: 130%;
    color: #000;
    z-index: 2;
    overflow-x: hidden;
}

#webpage .idTabs ul {
    position:relative; 
    width: 140px;
    left: 5px; 
    top:0; 
    padding:0; 
}
#webpage #tabwrap .idTabs li {
    text-align:center; 
    display:block; 
    list-style:none; 
    width:140px; 
    border-radius: 0;
    padding: 0;
    color:#333 !important; 
    font-size:11px; 
    font-weight: normal;
    font-family: 'calibri',sans-serif;
 }
#webpage #tabwrap .idTabs .banner li a {
    padding: 0;
    margin: 7px 0;
    color:#333 !important;
    font-size:11px; 
    font-weight: normal;
    font-family: 'calibri',sans-serif;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
#webpage #tabwrap .idTabs li a:hover{
    background: rgba(238,238,238,0.15);
}
#webpage #tabwrap .idTabs li a.selected { 
    background-color:rgba(255,255,255,0.4); 
    border:none;
    display: block;
    padding: 0;
    color:#000 !important;
}
#webpage #tabwrap .idTabs li i {
    font-size:16px; 
    margin:0 3px 0 0;
 }

#webpage #tabwrap .header { 
    position: relative;
    left: -15px;
    text-align: right;
    width: 470px;
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    color: #111;
    font-style: italic;
    line-height: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 30px 10px 0 0;
    border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
}
#webpage .items>div blockquote {
    display: block;
    margin-block-start: 0.3em;
    margin-block-end: 2em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

#webpage .items>div bq {
    display: block;
    margin-block-start: 0.3em;
    margin-block-end: 2em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}
#webpage .items>div h {
    color: #995252;    
}

#webpage .items>div::-webkit-scrollbar { 
    width:5px; 
    background-color: #eee; 
}
#webpage .items>div::-webkit-scrollbar-track { 
    background-color: #eee; 
}
#webpage .items>div::-webkit-scrollbar-thumb { 
    background-color: #777; 
}

#webpage .claimstitle {
    position:absolute; 
    left:0; 
    top: -68px; 
    width:680px; 
    text-align:right; 
    padding:15px 10px 0 0; 
    line-height:100%; 
    margin-bottom:10px; 
    color: #222 !important;
    -webkit-text-stroke: 1px #eee;
    font-size: 48px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    letter-spacing: 3px;
}
#webpage .claims {
    position:absolute; 
    top:0; 
     width: 691px;
    height: 650px; 
    left:0px;
    padding:0 40px 10px 0; 
    overflow:auto; 
    text-align: justify; 
    background:#eee; 
    box-sizing: border-box; 
    font-size:12px; 
    font-family:arial,sans-serif; 
    line-height:120%; 
    color:#000; 
    z-index:2;
}
#webpage .claims::-webkit-scrollbar { 
    width:5px; 
    background-color: #eee; 
}
#webpage .claims::-webkit-scrollbar-track { 
    background-color: #eee; 
}
#webpage .claims::-webkit-scrollbar-thumb { 
    background-color: #777; 
}


/*************************    MEMBER DIRECTORY    *************************/
#directory {
    width:635px; 
    padding: 20px;
    background:#eee;
}    
#directory .member, #directory .staff {
    position:relative;
    width:550px;
    color: #555;
    text-align: right;
    margin:0 0 30px 0;
    } 
#directory .top {
    font-family: 'Niconne', cursive;
    color: #aaa;
    font-size: 38px;
    font-style: italic;
    text-align: left;
    line-height: 90%;
    border-bottom: 3px solid;
    padding: 20px 0 5px 40px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: 45px;
}
#directory .top i {
    position: relative;
    top: -10px;
    font-size: 24px;
}
#directory .top img {
    position: relative;
    float: left;
    top: -10px;
    left: -40px;
    width: 80px;
    height: 80px;
    border: 3px solid #999;
    border-radius: 20px 20px 0 20px;
    background-image: url(https://i.imgur.com/wWGNXHh.gif);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#directory .top a {
    text-decoration: none;
}   
#directory .info  {
    background:;
    font-family:'calibri', cursive;
    color:#697a80;
    font-size:12px;
    padding:15px 15px 5px 0;
}
#directory .info span {
    padding: 3px 15px;
    background-color: #ccc;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    margin: 0 3px;
    }

#directory .staff .top, #directory .staff .top a, #directory .staff .chars {
    color:#527c7d !important;  
    border-color: rgba(82,124,125,1);
    }    
#directory .staff .top:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 20px 20px 0 20px;
    background-color: rgba(82,124,125,0.3);
    border: 3px solid #527c7d;
} 
#directory .member .top, #directory .member .top a, #directory .member .chars {
    color:#8a8961 !important;  
    border-color: rgba(138,137,97,1);
    } 
#directory .member .top:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 20px 20px 0 20px;
    background-color: rgba(138,137,97,0.3);
    border: 3px solid #8a8961;
} 

    
#directory .chars  {
    width: 480px;
    margin: 0 0 0 45px;
    padding: 10px 0 0 0;
    border-left: 3px solid;
}   
#directory .chars a  {
    display: block;
    height: 27px;
    margin: 3px 0 8px 12px;
    background:#fff;
    border-radius: 0 10px 10px 0;
    text-align: right;
    font:700 11px 'calibri', cursive;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
}
#directory .chars img {
    position: relative;
    float: left;
    border:2px solid;
    padding:3px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    margin: 3px;
    z-index: 2;
}   
#directory .chars span:first-child  {
    position: absolute;
    display: block;
    height: 22px;
    float: left;
    font: 13px 'Fjalla one', cursive;
    text-transform: capitalize;
    color: #222 !important;
    padding: 5px 10px 0 10px;
    margin: 0;
}
#directory .chars span:first-child:before  {
    position: absolute;
    content: '';
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 14px solid transparent;
}

#directory .chars span  {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 5px 0 5px;
    margin: 1px 3px 0 0;
    text-align: center;
}
#directory .chars span:after  {
    content: ' ♦ ';
    margin: 0 0 0 10px;
    color: #666 !important;
}
#directory .chars span:last-child:after, #directory .chars span:first-child:after  {
    content: ' ';
}
    
    
#directory .chars .mortal span:first-child {
    background:rgba(153,82,82,0.3);
        }
#directory .chars .mortal img {
    border-color:#995252;
        }
#directory .chars .mortal span {
    color: rgba(153,82,82,0.8);
        }
#directory .chars .mortal a:before {
    border-right: 10px solid 153,82,82,0.3;
}
#directory .chars .mortal span:first-child:before {
    border-right: 10px solid rgba(153,82,82,0.2);
}
    
#directory .chars .sempiternal span:first-child {
    background:rgba(108,140,87,0.3);
        }
#directory .chars .sempiternal img {
    border-color:#6c8c57;
        }   
#directory .chars .sempiternal span {
    color: rgba(108,140,87,0.8);
        } 
#directory .chars .sempiternal span:first-child:before {
    border-right: 10px solid rgba(108,140,87,0.2);
}
    
#directory .chars .immortal span:first-child {
    background:rgba(82,122,159,0.3);
        }
#directory .chars .immortal img {
    border-color:#6083a3;
        }
#directory .chars .immortal span {
    color: rgba(82,122,159,0.8);
        }
#directory .chars .immortal span:first-child:before {
    border-right: 10px solid rgba(82,122,159,0.2);
}
    
#directory .chars .eternal span:first-child {
    background:rgba(128,105,141,0.3);
        }
#directory .chars .eternal img {
    border-color:#80698d;
        }
#directory .chars .eternal span {
    color: rgba(128,105,141,0.8);
        }
#directory .chars .eternal span:first-child:before {
    border-right: 10px solid rgba(128,105,141,0.2);
}

/***********************************
	       face claim
************************************/
#directory #faceclaim {
    position:relative; 
    width:650px;
}
#directory .fctitle {
    position:relative; 
    background:#ccc; 
    width:300px; 
    height:20px; 
    padding:10px 5px 5px 5px; 
    margin: 0 0 10px 0;
    color:#111; 
    font-family:'Playfair Display', sans-serif; 
    font-style:italic; 
    text-align:center; 
    border-bottom:1px solid #999; 
    font-size:22px;
}  

#directory .faces { 
    float:left; 
    width:300px; 
    text-align:left; 
    padding:5px 25px 5px 0px; 
    vertical-align: middle; 
    color:#000; 
    text-transform:uppercase; 
    font-size:14px; 
    letter-spacing:0px; 
    font-family:'calibri', sans-serif; 
    font-weight: 700;
    line-height:140%; 
    margin-bottom:20px;
}
#directory .reserve { 
    float: left;
    width:500px; 
    text-align:left; 
    padding:5px 25px 5px 0px; 
    vertical-align: middle; 
    color:#000; 
    text-transform:uppercase; 
    font-size:14px; 
    letter-spacing:0px; 
    font-family:'calibri', sans-serif; 
    font-weight: 700;
    line-height:140%; 
    margin-bottom:20px;
}
#directory .restitle {
    position:relative; 
    left: 60px;
    background:#ccc; 
    width:500px; 
    height:20px; 
    padding:10px 5px 5px 5px; 
    margin: 0 0 10px 0;
    color:#111; 
    font-family:'Playfair Display', sans-serif; 
    font-style:italic; 
    text-align:center; 
    border-bottom:1px solid #999; 
    font-size:22px;
} 
#directory .fc-res {
    width:100%; 
    font-size:20px; 
    text-align:center; 
    padding:10px 0 5px 15px; 
    vertical-align: middle; 
    color:#000; 
    font-family:sans-serif; 
    line-height:120%; 
    font-size:12px; 
    letter-spacing:1px;
    margin-bottom:20px; 
}

#directory li a {
    padding:0 !important;
    display: inline !important;
}


#directory ul.faces {
    width: 300px;
    margin: 0px auto;
    padding: 0;
    list-style: none;
}
#directory ul.faces li {    
    width: 300px !important;
    height: 22px;
    color:#000;
    font-size: 12px !important;
    font-family: 'calibri',sans-serif !important;
    font-weight: 700 !important;
}

#directory ul.faces li:after {
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    position: relative;
    top:-1px;
    left:0;
    padding-left: 3px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-size: 11px !important;
    font-family: 'calibri', sans-serif !important;
    font-weight: 100 !important;
    z-index: 1;
}

#directory ul.faces span:first-child {
    position: absolute;
    left: 0;
    background:#eee;
    padding:0 5px 0 0;
    z-index: 2;
}
#directory ul.faces span + span {
    float: right;
    position: absolute;
    margin-top: 0px;
    right: 0;
    padding-left: 5px;
    background:#eee;
    z-index: 2;
}
#directory ul.faces span + span a {
    font-size: 12px !important;
    font-family: 'calibri',sans-serif !important;
    font-weight: 700 !important;
}
#directory ul.faces span + span a:hover {
    background: transparent !important;
}
#directory ul.faces span.mortal a {
    color:#995252 !important; 
}
#directory ul.faces span.sempiternal a {
    color:#6c8c57 !important; 
}
#directory ul.faces span.immortal a {
    color:#527a9f !important;
}
#directory ul.faces span.eternal a {
    color:#80698d !important;
}

 
/*************************   occupation & Group claim   **************************/
#wiki .jobclaim .items>div {
    position: absolute;
    top: 0;
    width: 531px;
    height: 630px;
    left: 160px;
    padding: 25px;
    overflow: auto;
    text-align: justify;
    box-sizing: border-box;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 120%;
    color: #000;
    z-index: 2;
    overflow-x: hidden;
}
#wiki #claims {
    width: 500px;
    padding: 20px 90px;
    
}
#wiki .job {
    position: absolute;
    left: 5px;
    top: 0;
    width: 150px;
    min-height: 320px;
    color: #000;
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    text-align: center;
    line-height: 110%;
}

#jobclaim .occupation, #affiliation .group, #misc .powers  {
    width: 550px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 0;
}
#jobclaim .occupation:first-child, #affiliation .group:first-child, #misc .powers:first-child {
    width: 550px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#jobclaim business i, #affiliation group i {
    position: absolute;
    top:5px;
    left:-10px;
    border:2px solid #555; 
    border-radius: 100%;
    background-color: #eee;
    padding:5px;
    z-index: 999;
        }
#jobclaim business, #affiliation group, #misc business { 
    position: relative;
    display: block;
    width:500px; 
    border-bottom:2px solid #111; 
    font-family:'Fjalla One', sans-serif; 
    font-size:22px; 
    font-style: italic; 
    line-height:90%;  
    color:#555; 
    font-weight:600; 
    padding:5px 3px 0 30px;
}
#jobclaim business sup {  
    font-family:'Fjalla One', sans-serif; 
    font-size:12px;   
    color:#999; 
    position: absolute;
    padding: 0 0 0 5px;
    top: 5px;
    font-weight: 400;
}
#jobclaim business a i, #affiliation group a i {
    position: absolute;
    height: 23px;
    width: 23px;
    border:2px solid #555; 
    border-radius: 100%;
    background-color: #eee;
    padding: 5px;
    color:#6e787a;
    text-align: center;
    -webkit-animation: phone 2000ms linear 2000ms infinite; 
    animation: phone 2000ms linear 2000ms infinite;
}
@-webkit-keyframes phone {
 0% {-webkit-transform:rotate(0deg);}
 4% {-webkit-transform:rotate(-25deg);}
 8% {-webkit-transform:rotate(0deg);}
 12% {-webkit-transform:rotate(-25deg);}
 16% {-webkit-transform:rotate(0deg);}
 20% {-webkit-transform:rotate(-25deg);}
 24% {-webkit-transform:rotate(0deg);}
 100% {-webkit-transform:rotate(0deg);}
}
@keyframes phone {
 0% {transform:rotate(0deg);}
 4% {transform:rotate(-25deg);}
 8% {transform:rotate(0deg);}
 12% {transform:rotate(-25deg);}
 16% {transform:rotate(0deg);}
 20% {transform:rotate(-25deg);}
 24% {transform:rotate(0deg);}
 100% {transform:rotate(0deg);}
}
        
#jobclaim location, #affiliation location { 
    position: relative;
    display: block;
    width:528px;  
    text-align: right;
    font-family:'calibri', sans-serif; 
    font-size:11px;    
    color:#555; 
    font-weight:normal; 
    padding:3px 5px 3px 0;
    background-color: rgba(95,107,109,0.1);
}
#jobclaim location:before, #affiliation location:before { 
    content: "location: ";  
    font-weight:bold; 
    padding-right:3px;
}
#jobclaim location:after, #affiliation location:after {
  content: "";
  position: absolute;
width:60%;
  top: 20px;
  left:165px;
}
#jobclaim location:after, #affiliation location:after {
  right: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 50% 0, from(#555), to(transparent));
  background-image: -webkit-linear-gradient(left, #555, transparent);
  background-image: -moz-linear-gradient(left, #555, transparent);
  background-image: -o-linear-gradient(left, #555, transparent);
}
        
#affiliation members, #misc members { 
    position: relative;
    display: block;
    width: 533px;    
    border-top:15px solid rgba(95,107,109,0.1);
    font-size: 11px;
    font-family: sans-serif;
    text-align: right; 
}        
#affiliation members sup { 
    position: relative;
    float: right;
    top: -15px;
    font-weight: 600;
}

#jobclaim .jobs, #affiliation .roles, #misc .abilities  { 
    position: relative;
    display: inline-block;
    width: 533px;  
}     
#jobclaim .jobs row, #affiliation .roles row { 
    position: relative;
    display: table-row;
    font-family:sans-serif; 
    font-size:11px;
}   
#jobclaim .jobs position, #affiliation .roles position, #misc .abilities character   { 
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 160px; 
    border-right:1px solid #111;    
    text-align: right; 
    color:#000; 
    font-weight:700; 
    padding:3px 5px 3px 0;
    background-color: rgba(95,107,109,0.1);
}   
#jobclaim .misc .jobs position   { 
    position: relative;
    display: table-cell;
    vertical-align: top;
    width:180px; 
    border-right:1px solid #111;    
    text-align: right; 
    color:#000; 
    font-weight:700; 
    padding:3px 5px 3px 0;
    background-color: rgba(95,107,109,0.1);
}
#jobclaim .misc .jobs character sub { 
    position: relative;
    display: block;
    top: -4px;
    left: 30px;
    font-family:'calibri',sans-serif;
    font-size: 11px;
    color: #888;
    text-transform: lowercase;
    font-style: normal;
    font-weight: 500;
}
#jobclaim .jobs character, #affiliation .roles character {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width:360px; 
    border-bottom:0px solid #999; 
    font-style: italic;      
    text-align: left; 
    color: #555; 
    font-weight:700; 
    padding:8px 0 5px 5px;
}
#jobclaim .jobs character div, #affiliation .roles character div { 
    display: block;
    font-family:'calibri',sans-serif;
    font-size: 11px;
    color: #888;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 3px 20px;
}
#jobclaim .jobs character sub {
    position: relative;
    display: block;
    top: -4px;
    left: 30px;
    font-family:'calibri',sans-serif;
    font-size: 11px;
    color: #888;
    text-transform: lowercase;
    font-style: normal;
    font-weight: 500;
}
#affiliation .roles character sub, #misc .abilities deets sub {
    position: relative;
    top: -3px;
    font-family:'calibri',sans-serif;
    font-size: 12px;
    color: #888;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
}
#affiliation .roles character sub:before, #misc .abilities deets sub:before {
    content: ' - ';
}
#affiliation .roles character pb { 
    position: relative;
    top: -2px;
    font-family:'calibri',sans-serif;
    font-size: 11px;
    color: #888;
    font-style: normal;
    font-weight: normal;
    padding:0 0 0 5px;
}
#affiliation .roles character pb:before { 
    content: ' - played by ';
}
        
#jobclaim .jobs character:before, 
#affiliation .roles character:before,  
#misc .abilities deets:before { 
    content: '●'; 
    position: absolute;
    bottom:-6px;
    left:-4px;
    font-family:sans-serif; 
    font-size:12px;   
    color:#000; 
}
        
#jobclaim .jobs character:after, 
#affiliation .roles character:after, 
#misc .abilities deets:after {
  content: "";
  position: absolute;
  bottom: 0;
  left:2px;
}
        
#jobclaim .jobs character:after, 
#affiliation .roles character:after, 
#misc .abilities deets:after {
  right: -3px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#aaa), to(transparent));
  background-image: -webkit-linear-gradient(left, #aaa, transparent);
  background-image: -moz-linear-gradient(left, #aaa, transparent);
  background-image: -o-linear-gradient(left, #aaa, transparent);
} 
        
        
#jobclaim .misc .position { 
    position: relative;
    display: table-cell;
    vertical-align: top;
    width:200px; 
    border-right:1px solid #111;    
    text-align: right; 
    font-family:'calibri',sans-serif; 
    font-size:11px;
    color:#000; 
    font-weight:700; 
    padding:3px 5px 3px 0;
    background-color: rgba(95,107,109,0.1);
}   
#jobclaim .miscwork { 
    position:relative; 
    float:left; 
    margin:20px 10px; 
    width:450px; 
    border:1px solid #ccc;
        }


/***********************************
        Powers & Bond claim
************************************/

#misc .abilities row { 
    position: relative;
    display: table-row;
    font-family:sans-serif; 
    font-size:11px;
} 
#misc .abilities character   { 
    position: relative;
    display: table-cell;
    vertical-align: top;
    width:135px; 
    border-right:1px solid #111;    
    text-align: right; 
    color:#000; 
    font-weight:700; 
    padding:8px 5px 8px 0;
    background-color: rgba(95,107,109,0.1);
}
#misc .abilities deets { 
    position: relative;
    display: table-cell;
    vertical-align: top;
    width:320px; 
    border-bottom:0px solid #999;     
    text-align: left; 
    line-height: 160%;
    color:#5f6b6d; 
    font-weight:700; 
    padding:8px 5px 8px 5px;
}
#misc .abilities deets div { 
    display: block;
    font-family:'calibri',sans-serif;
    font-size: 11px;
    color: #888;
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
    padding: 0 0 5px 20px;
}
#misc .info sub { 
    position: relative;
    top: -4px;
    font-family: sans-serif;
    font-size: 11px;
    color: #777;
    font-style: normal;
    font-weight: normal;
}
#misc .info sub:before { 
    content: ' - ';
}

 
/***********************************
            Wiki
************************************/
#wiki {
    position: relative;
    left:0;
    width:635px; 
    background:#eee;
}
#wiki #content {
    position:absolute; 
    top:0; 
    right:0; 
    width:690px;
    height:630px;
    background:#eee;
} 
#wiki #faceclaim {
    position:relative; 
    width:650px;
}

#wiki #tabwrap {
    position: relative;
    top: 0;
    left: -30px;
    width: 693px;
    height: 630px;
    overflow: hidden;
}
#wiki .idTabs {
    position:absolute; 
    left:0; 
    top:0; 
    display:inline-block; 
    width: 693px;
    height: 630px;
    background:#ddd;
    outline: none;
    border: none;
}

#wiki .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 685px;
    height: 30px;
    padding: 10px 5px 0 5px;
    background-color: rgb(95,107,109,0.5);
}

.items .bar {
    position: relative;
    vertical-align: top;
    height: 1px;
    width: 630px;
    margin: 20px 0px 20px 30px;
    text-align: right;
    padding: 5px 10px;
}
.items .bar:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 580px;
    background: #555;
    top:10px;
    left: 10px;
}
.items .bar b {
    position: relative;
    top:-6px;
    color:#527c7d;
    font: 600 18px Fjalla one;
    font-style: italic;
    letter-spacing: 1px;
    background: #eee;
    padding:0 10px;
}
.items .bar i {
    position: absolute;
    top: -5px;
    left: -20px;
    color:#527c7d;
    font-size: 24px;
    background: #eee;
    padding: 5px;
}

.items h, .items b {
    font-size: 12px;
    font-family: 'poppins',sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #527c7d !important;
}
.items h:before {
    content:' ↠ ';
    font-size: 14px;
    padding-top:5px;
}
.items blockquote {
    display: block;
    margin-block-start: 0.3em;
    margin-block-end: 2em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

#wiki .items>div {
    position: absolute;
    top: 40px;
    width: 693px;
    height: 590px;
    left: 0px;
    padding: 10px;
    overflow: auto;
    text-align: justify;
    box-sizing: border-box;
    font-family: 'tahoma', sans-serif !important;
    font-size: 12px !important;
    line-height: 130%;
    color: #000;
    z-index: 2;
    overflow-x: hidden;
}
#wiki .idTabs ul {
    position:relative; 
    width: 685px;
    left: 0; 
    top:0; 
    padding:0; 
}
#wiki #tabwrap .idTabs li {
    float: left;
    text-align:center; 
    display: inline-block; 
    list-style:none; 
    width:135px; 
    color:#333 !important; 
    font-size:11px; 
    font-weight: normal;
    font-family: 'calibri',sans-serif;
 }
#wiki #tabwrap .idTabs li a {
    color: #555 !important;
    font-size: 10px;
    font-weight: normal;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px;
}
#wiki #tabwrap .idTabs li a:hover{
    background: rgba(238,238,238,0);
}
#wiki #tabwrap .idTabs li a.selected { 
    background-color: rgba(238,238,238,1);
    display: inline-block;
    color:#000 !important;
    padding: 7px;
    border-radius: 0 10px 0 0;
}
#wiki #tabwrap .idTabs li i {
    font-size:16px; 
    margin:0 3px 0 0;
 }

#wiki .notes {
    width:675px;
    font-size:11px; 
    font-family:sans-serif; 
    color:#000; 
    text-align:center; 
    margin-top:20px;
}
#wiki .notes2 {
    width:550px;
    font-size:11px; 
    font-family:sans-serif; 
    color:#000; 
    text-align:left; 
    margin: 0 0 20px 80px;
}
#wiki .notes2 span {
    position: relative;
    display: inline-block;
    font-size:10px; 
    font-family:'tahoma',sans-serif; 
    color:#000; 
    text-transform: uppercase;
    padding: 0 0 0 16px;
}
#wiki .notes2 span b {
    position: relative;
    display: block;
    font-size:12px; 
    font-family: sans-serif; 
    color:#000; 
    text-align:center; 
}
#wiki .notehead {
    width:650px; 
    padding:5px 0 5px 0; 
    font-weight:bold; 
    text-align: center;
    font: 16px "Fjalla One",sans-serif;
}
#wiki table {
    position:relative; 
    width:675px; 
    padding:0; 
    margin:0 0 20px 0; 
    font-size:11px; 
    font-family:sans-serif; 
    color:#000; 
    text-align:center; 
}
#wiki td:first-child {
    border-right:1px solid #999; 
    border-bottom:1px solid #999;
}
#wiki th {
    font-weight: 700;
    color:#000;
    font-size: 10px;
    font-family: 'tahoma',sans-serif;
    padding: 5px 0;
    border-top:1px solid #999;
    border-bottom:1px solid #999; 
    border-right:1px solid #999; 
    border-left:none !important; 
}
#wiki td {
    color:#000;
    font-size: 10px;
    font-family: 'tahoma',sans-serif;
    padding: 5px 0;
    border-bottom:1px solid #999; 
    border-right:1px solid #999; 
}
#wiki .na {
    background:#ccc !important; 
    color:#555 !important;
    border-bottom:1px solid #aaa; 
    border-right:1px solid #aaa; 
}
#wiki .mortal:first-child {
    background-color:rgba(153,82,82,0.2);
}
#wiki .mortal {
    background-color:rgba(153,82,82,0.12);
}
#wiki .sempi:first-child {
    background-color:rgba(108,140,87,0.2);
}
#wiki .sempi {
    background-color:rgba(108,140,87,0.12);
}
#wiki .immortal:first-child {
    background-color:rgba(82,122,159,0.2);
}  
#wiki .immortal {
    background-color:rgba(82,122,159,0.12);
}   
#wiki .eternal:first-child {
    background-color:rgba(126,93,143,0.2);
}  
#wiki .eternal {
    background-color:rgba(126,93,143,0.12);
}
#wiki .mortal:first-child, #wiki .sempi:first-child, #wiki .immortal:first-child, #wiki .eternal:first-child {
    border-left:1px solid #999; 
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

#wiki .misc-title {
    position:relative; 
    padding:5px; 
    font-weight:bold; 
    text-transform:capitalize; 
    text-align:right; 
    margin-top:3px; 
    border-bottom:1px solid #aaa; 
    vertical-align:top; 
    background:rgb(95,107,109,0.2);
}

.wpspellsi {padding-left:20px; font-size:11px; text-align: left;}
.wpspelli { padding:3px 10px 3px 10px; font-size:12px; font-family:arial,sans-serif; line-height:120%; margin-top:3px; left:2px;} 
.wpspellis { padding:3px 0 3px 0; margin-top:3px; left:2px;} 



/***********************************
            Site Info
************************************/
#siteinfo {
    width: 500px;
    padding: 20px 95px;
    background:#eee;
    text-align: justify;
    font: 500 12px 'tahoma',sans-serif;
    color: #555;
    line-height: 130%;
    
}
#wiki .items>div #siteinfo {
    width: 590px;
    padding: 20px 40px;
    background:#eee;
    text-align: justify;
    font: 500 12px 'tahoma',sans-serif;
    color: #000;
    line-height: 130%;
    
}

#siteinfo .bar, #wiki .items>div .bar {
    position: relative;
    vertical-align: top;
    height: 1px;
    width: 100%;
    margin: 30px 0px;
    text-align: right;
    padding: 5px 10px;
}
#siteinfo .bar:before, #wiki .items>div .bar:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 93%;
    background: #555;
    top:10px;
    left: 10px;
}
#siteinfo .bar b, #wiki .items>div .bar b {
    position: relative;
    top:-6px;
    color:#527c7d;
    font: 600 18px Fjalla one;
    font-style: italic;
    letter-spacing: 1px;
    background: #eee;
    padding:0 10px;
}
#siteinfo .bar i, #wiki .items>div .bar i {
    position: absolute;
    top: -5px;
    left: -20px;
    color:#527c7d;
    font-size: 24px;
    background: #eee;
    padding: 5px;
}


#wiki .mortal .items>div .bar:before, 
#wiki .mortal .items>div .bar i, 
#wiki .mortal .items>div #siteinfo h, 
#webpage .mortal .items>div h {
    color:rgba(153,82,82,1) !important;
}
#wiki .nav .mortal  {
    background-color:rgba(153,82,82,0.3) !important;
    border: none !important;
}

#siteinfo h, #siteinfo b {
    font-size: 12px;
    font-family: 'poppins',sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.5px;
    color: #527c7d;
    }
#siteinfo h:before {
    content:' ↠ ';
    font-size: 14px;
    padding-top:5px;
}
#siteinfo a {
    font-size: 11px;
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    }
#siteinfo a:hover {
    color: #fff;
    }
#siteinfo blockquote {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 2em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}