/**********************************************************
 		Body Background & Text Style
**********************************************************/
@import url('https://fonts.googleapis.com/css?family=Lobster|Playfair+Display:400i|Roboto|Fjalla+One|Niconne|Courgette|Parisienne');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700');

body {  
    font-family: 'arial', sans-serif;  
	font-size: 10px;  
	margin:0px; 
	padding:0px; 
	line-height:110%;
	background-color:#555;
}
table, tr, td { 
	font-family: 'arial', sans-serif;  
	font-size: 12px;  
	color: gray;
}
.category  {
    margin-top:40px;
}

index table tbody { 
    width:975px; 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
#blurred-image-container {
    display:block;
    padding:0;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;
}

.img-src { 
    position: absolute;
    background:url(http://makeshiftheart.com/FS/imgs/FSbg_update.jpg) top left;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:110%;
    height:110%;
}

.img-src.blurred-image {
    opacity:0;
    -webkit-filter: blur(5px) brightness(0.7);
    -ms-filter: blur(5px) brightness(0.7);
    -o-filter: blur(5px) brightness(0.7);
    filter: blur(5px) brightness(0.7);
}
#wrapper {
    margin-top: 700px;
    background-color: rgba(153,153,153,0.6);    
    width: 1000px;

}
#innerwrapper {
    margin: auto;
    width: 980px;
}

::-webkit-scrollbar { width:6px; height: 8px; }
::-webkit-scrollbar-track { background-color: #ddd; }
::-webkit-scrollbar-thumb { background-color: #555; }

span#recent-alerts-data::-webkit-scrollbar { width:6px; height: 5px; }
span#recent-alerts-data::-webkit-scrollbar-track { background-color: #c7c7c7; }
span#recent-alerts-data::-webkit-scrollbar-thumb { background-color: #555; }

.back-to-top { 
    width: 40px;
    background: #eee;
    height: 38px;
    position: fixed;
    top: 0;
    right: 40px;
    color: #222 !important;
    text-align: center;
    display: none;
    z-index: 999;
    background-color: rgba(187,187,187,0.8);
}

.FSAC {
    width: 600px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 48px;
    color: rgba(153,47,47,0.9);
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 40px;
}
.FSAC a {
    color: rgba(153,47,47,0.9);
}
.FSAC span {
    font-family: sans-serif;
    font-size: 24px;
    color:#222 !important;
}

/********************  discord  *******************************/
#discord {
    position: fixed;
    bottom: 70px;
    left: 75px;
    background-color: rgba(238,238,238,0.7);
    border-radius: 10px 10px 10px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: 'calibri',sans-serif;
    text-transform: lowercase;
    padding: 7px 18px;
    border: 0px solid #aaa;
    box-shadow: 1px 1px 2px #aaa;
    z-index: 999;
    -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;
}
#discord a:hover {
    color:#999;
    -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;
}


/**********************************************************
 		             BTS / UCP
**********************************************************/

.ui-tooltip {
    background-color:rgba(241,241,241,0.95);
    padding:8px !important;
    color: #333;
    border-radius:0px;
    font-size:11px !important;
    font-family: calibri !important;
    font-weight:bold;
    text-transform: uppercase;
    border:1px solid #999;
    outline:3px solid #ddd;
    box-shadow:0 0 0 !important;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
    opacity: 0.95;
  }
.row1 {
    background-color: rgba(238,238,238,0.9);
    color: #111;
    padding: 9px;
    font-size: 12px;
}
.row1 a, .row3 a, .row2 a {
    color: #8b8b8b;
    font-size: 12px;
}
.row1 .button-small, .row3 .button-small {
    color: #111;
    box-shadow: none;
    background: transparent;
}
.row3, .row2 {
    background-color: rgba(204,204,204,0.6);
    border:0;
}

.button-large {
    vertical-align: top;
    background-color: rgba(238,238,238,0);
    padding: 5px 12px;
    text-align: center;
    margin: 0px 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    line-height: 140%;
    min-width:30px;
    font-family: 'Fjalla One', sans-serif;
    display: inline-block;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
.button-large .fas {
    font-size: 32px;
}
.button-large:hover {
    color: #ddd;
}
.activeuserstrip {
    background-color: rgba(238,238,238,0.5);
    padding: 6px;
    margin: -18px 0 0 0;
}
.activeuserstrip a {
    color: #000;
}

#ucpcontent, #ucpmenu {
    background-color: rgba(238,238,238,0);
    border:0;
}
#ucpmenu .pformstrip, #ucpcontent .pformstrip, #ucpcontent .titlemedium {
    background-color: #ccc;
    background-image: none;
    text-align: right;
    padding:3px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
#ucpcontent table, #ucpmenu p, .row2 {
    background-color: rgba(196,196,196,0.8);
    border:0;
}
#ucpcontent td, #ucpcontent .maintitle, #ucpmenu, #ucpmenu a, #ucpcontent{
    color:#000;
    -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;
}
#ucpcontent table td a {
    color:#000;
    font-size: 11px;
    font-weight: bold;
}
#ucpcontent .maintitle, #ucpmenu .maintitle, #active-topics .maintitle {
    color: #000;
    font-size: 24px;
    padding-top: 15px;
    height: 40px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-style: italic;
}
#ucpcontent .maintitle:before, #ucpmenu .maintitle:before, #active-topics .maintitle:before  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 0;
    border-top: 55px solid #697a80;
    border-right: 100px solid transparent;
    z-index: 3;
}
#ucpcontent .maintitle:after, #ucpmenu .maintitle:after, #active-topics .maintitle:after  {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 0;
    border-bottom: 55px solid #697a80;
    border-left: 100px solid transparent;
    z-index: 3;
}
#ucpmenu a:hover {
    color:#666;
    padding-left: 20px;
}
#ucpmenu .maintitle:before {
    width:50px;
    border-right: 20px solid transparent;
    z-index: 3;
}
#ucpmenu .maintitle:after {
    width:50px;
    border-left: 20px solid transparent;
    z-index: 3;
}
#ucpcontent table .dlight {
    background-color: rgba(238,238,238,0);
    border-bottom:2px solid #777;
}
#ucpcontent .tableborder td {
    border-bottom:1px solid #777;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-family: 'calibri',sans-serif;
}
#ucpcontent .alert-text {
    font-size: 13px !important;
}
#ucpcontent .alert-read img, #ucpcontent .alert-unread img {
    width: 25px;
    height:35px;
}
#ucpcontent .postcolor {
    border-bottom:1px solid #777;
    color: #000;
    text-align: left;
    text-transform: none !important;
}
#ucpcontent .miniprofile img {
    width: 100%;
    height: 30%;
    border-radius: 100%;
}
#ucpcontent .miniprofile, #ucpcontent .row4 {
    background: #999;
    width: 15%;
}
#ucpcontent .row4 .row4 {
    background: #999;
    width: 500px;
}
#ucpcontent .postdetails {
    font-size: 12px;
}
#ucpcontent .post1 .postcolor {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
}
.wrapmini {
    color:#000;
}
.titlemedium .textimput {
    background:#ccc;
}
.titlemedium, .darkrow1 {
    background:#bbb;
}
.darkrow3, .darkrow2 {
    background:#aaa;
}
.alert-text {
    color: #555 !important;
    font-size: 12px;
    text-align: left !important;
}
.alert-text a {
    font-size: 12px !important;
}


.forminput, input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    font-family: tahoma, arial, sans-serif;
    padding:5px;
    width: 40%
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;
}
input[type=submit], input[type=button], input[type=reset] {
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 3px;
    padding: 2px 6px;
    text-decoration: none;
    border: none;
    background: #ddd;
}
#delcookiesrow, #mark-as-read-subto, .copyright {
    background-color: transparent;
    border: none;
    color:#000;
    font-size: 12px;
    padding: 10px;
    width: 550px;
    margin-top: 5px;
}
#delcookiesrow a, #mark-as-read-subto a {
    color:#000;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.pagination,.paginations a {
    font-family: 'Fjalla One', sans-serif;
    color:#222;
}
.pagination_current {
    background: none;
    border: 0px solid #545454;
    padding-left: 6px;
    padding-right: 6px;
    background-image:none;
}
.pagination_page {
    background-color: rgba(204,204,204,0.6);
    border-radius: 5px;
    padding: 4px 8px;
    border: 1px solid #555;
    box-shadow: 1px 1px 2px #555;
}
.pagination_page:hover {
    background-color: rgba(204,204,204,0.8);
    color:#000;
}

#active-topics .tableborder, #search-topics .tableborder {
    margin: 0 0 20px 0;
}
#active-topics .tablebasic, #search-topics .tablebasic {
    background-color: rgba(187,187,187,0.8);
    border-right: 10px solid rgba(199,199,199,0.8);
    border-left: 10px solid rgba(199,199,199,0.8);
    border-top:none;
    border-bottom: 1px solid rgba(199,199,199,0.8);
    color:#000;
    font-size: 12px !important;
    text-align: center;
}
#active-topics .row2, #active-topics .fas, #search-topics .row2 {
    background-color: rgba(187,187,187,0);
    color:#000;
    font-size: 12px !important;
    text-align: center;
}
#active-topics .button-large {
    display: none;
}
#active-topics a, #search-topics a, #active-topics b {
    color:#000;
    font-weight: 400;
    font-size: 14px;
    font-family:'Fjalla One', sans-serif;
    line-height: 120%;
}
#active-topics td, #search-topics td {
    color:#555;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    font-family: 'arial',sans-serif;
}
#active-topics .row2, #active-topics .row4, #search-topics .row2, #search-topics .row4 {
    border-bottom: 4px solid rgba(199,199,199,0.8);
    padding:12px 0;
}
#active-topics .desc, #active-topics .row2, #active-topics .row4, #active-topics .small {
    color:#555;
    font-size: 12px;
    font-family: 'calibri',sans-serif;
}

#search-topics .maintitle a {
    color: #222 !important;
    font-size: 24px !important;
    letter-spacing: 0;
    -webkit-text-stroke: 0px #eee;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    padding: 0 20px 0 20px;
    text-decoration: none;
    line-height: 400%;
}

#member-list .pformstrip {
    background-color:rgba(199,199,199,0.8) !important;
}
#member-list .name {
    background-color: rgba(187,187,187,0.8) !important;
    border-left: 10px solid rgba(199,199,199,0.8);
    border-top:none;
    text-align: center;
}
#member-list .level, #member-list .email, #member-list .photo {
    display:none;
}
#member-list .group, #member-list .joined {
    background-color: rgba(187,187,187,0.8) !important;
    border: 0px;
    color:#000;
    font-family: 'arial',sans-serif;
    font-size: 14px !important;
    text-align: center;
}
#member-list .posts {
    background-color: rgba(187,187,187,0.8) !important;
    border-right: 10px solid rgba(199,199,199,0.8);
    border-top:none;
    text-align: center;
}
#member-list .posts a, #member-list .name a {
    color:#000;
    font-family: 'arial',sans-serif;
    font-size: 14px !important;
}
#member-list td {
    padding: 8px 8px;
}

#inforum-rules img {
    display: none;
}

fieldset {
    border-color: #000;
    background-color:rgba(199,199,199,0.8);
    color:#000;
}
fieldset td, .tablepad, #modcp-content .maintitle {
    color:#000;
}
.tablepad ul {
    color:#000; 
    font-size: 13px;
    background: #ccc;
    line-height: 130%;
    padding:20px 0 20px 20px;
}

legend {
    color:#000; 
    background-color:rgba(199,199,199,0.8);
    font-weight: 700;
    padding:3px;
}
#calendar td {
    height:80px !important;
}
#calendar a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height:130%;
}
#calendar .maintitle a {
    display: none;
}

/**********************************************************
 		             HEADER BAR
**********************************************************/
#userbar {
    position: fixed;
    height:60px;
    width:100%;
    padding:0;
    top:0;
    z-index: 99;
}
#headerbar {
    position: relative;
    display: inline-block;
    top: 0; left:-20px;
    width: 100%;
    height: 40px;
    background: #555; 
    z-index: 990;
}
#hb-foot {
    position: relative;
    display: inline-block;
    top: 10px; left:-10px;
    width: 100%;
    height: 15px;
    padding:5px;
    background: #697a80;
}
#hb-acp {
    position: absolute;
    top:6px;
    left:-68px;
}
#hb-acp .acp-1,#hb-acp .acp-2,#hb-acp .acp-3,#hb-acp .acp-5,#hb-acp .acp-6,#hb-acp .acp-7,#hb-acp .acp-8,#hb-acp .acp-9,#hb-acp .acp-10,#hb-acp .acp-11 {
    display: none;
}
#hb-foot a {
    color:#222;
    font-size: 16px;
}
#hb-navl {
    position: relative;
    margin-left: 50px;
    float: left;
}
#navav {
	position: relative;
	top:-54px;
	left:-70px;
	width:80px;
	height:128px;
	background-color:#aaa;
    border:5px solid #697a80;
	background-size:100px auto;
	background-position:center;
	z-index:995;}
#navav img { 
    max-width:80px; 
    max-height:128px;
}
#cbtog {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    background: #555;  
}
#hb-navr {
    position: fixed;
    right:0; top:0;
    z-index: 999;
}
.UCP-R {
    float: right;
    height:28px;
    width:30px;
    padding:10px 5px 0 5px;
    text-align: center;
    color:#222;
    font-size: 12px;
    font-family: 'calibri', sans-serif;
    background-color:#666;
    transition:all 1s ease;
    font-size: 24px;
}
.UCP-R:hover {
    color:#000;
    background:#697a80;
}
.UCP-R a {
    color:#222;
    text-decoration: none;
}
.UCP-R a:hover {
    color:#000;
}

#UCP-who {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    left:-5px;
    top:10px;
    
}
#UCP-who a {
    font-weight: normal;
   color: #eee;
   text-transform: capitalize;
   letter-spacing: 1px;
   font-size: 28px;
   text-align: left;
   line-height: 100%;
    font-family: 'lobster', cursive;
    text-decoration: none;
}

#subaccounts_menu .forminput {
	position:relative;
    float: left;
	top:-4px; left:60px;
	height:23px;
	background: #697a80; 
    border:0;
	color: #111;
	font-family: 'calibri', sans-serif !important;
	outline: none; box-shadow:none;  
	font-size: 11px; 
	font-weight:bold;
	text-align: left;
	text-transform: uppercase;
}

#idx #navstrip {display:;}
#navstrip {
    position: fixed;
    top:40px;
    right:10px;
    z-index:999;
}
#navstrip a {
    color:#000;
    text-decoration: none;
    font-size:11px; 
    text-transform:uppercase; 
    font-family:'Roboto', sans-serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    top:38px; right:0;
    background-color: #555;
    min-width: 150px;
    border-bottom:10px solid #697a80;
    z-index: 1;
}
.dropdown-content a {
    color: #ddd;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: sans-serif;
    text-align: justify;
    border-left:20px solid #666;
    border-bottom:1px solid #666;
}
.dropdown-content i {
    font-size: 16px;
    width:28px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color:#000;
}
.dropdown:hover .dropdown-content {
    display: block;
}


/**********************************************************
                        SIDEBAR
**********************************************************/
#sb-top {
    position: absolute;
    display: inline-block;
    top: 0; left:-270px;
    height:40px; width: 250px;
    padding-left:36px;
    background: #555;
    border-bottom:25px solid #697a80;
    z-index: 1;
}
#sb-toptri {
    position: absolute;
    display: inline-block;
    top: 65px; left:0;
	border-top: 100px solid #697a80;
	border-right: 245px solid transparent;
}
#chatri {
    position: relative;
	width: 0; height: 0;
    top:55px; left:0;
	border-bottom: 100px solid #ddd;
	border-left: 250px solid transparent;
    z-index: 975;
}
#sb-sbquick {
    position: absolute;
    vertical-align: top;
    top:46px; left:-13px;
    width:190px;
    font-family: 'arial',sans-serif;
    font-size: 12px;
    color:#000;
    text-align: center;
    z-index: 999;
}
#sb-sbquick input[type=text] {
    width:140px;
    margin:2px;
    background:transparent;
    border:1px solid #222;
    padding:3px;
    border-radius: 0;
    box-shadow: none;
    color:#ccc;
}
#sb-sbquick input[type=password] {
    width:87px;
    margin:2px;
    background:transparent;
    border:1px solid #222;
    padding:3px;
    border-radius: 0;
    box-shadow: none;
    color:#000;
}
#sb-sbquick input[type=submit] {
    width:45px;
    background: transparent;
    border:1px solid #222;
    padding:3px;
    border-radius: 0;
    box-shadow: none;
    color:#000;
}
#sb-sbquick input[type=submit]:hover {
    background: #555;
    color:#ccc;
}
#mchat {
    position:absolute; 
    top:105px; left:90px; 
    color:#111; 
    text-align:center; 
    height:30px; width:30px; 
    padding:8px 4px 0 3px; 
    border-radius:30px; 
    border:3px solid #eee; 
    background: #aaa;
    z-index:997; 
    font-size:28px;
}
#mchat a {color:#111;}
#mchat i {margin-top:-4px;}
    
#chat2 {
    position:relative; 
    top:55px; left:0; 
    width: 247px; 
    height: 402px;
    color:#999; 
    text-align:right; 
    padding:0px 1px 5px 2px; 
    background:#ddd; 
    z-index:998;
}
.chatspeech {
    position:relative; 
    left:-2px; top:5px; 
    padding:5px; 
    width:240px; 
    color:#000; 
    font-size:11px !important; 
    font-family:calibri; 
    background:#aaa; 
    text-align: center; 
    z-index:999;
}
.chatspeech:after{ 
    content:""; position:absolute; top:-10px; left:115px; border-width:0 10px 10px; border-style:solid; border-color:#aaa transparent; display:block; width:0;
}
.chatspeech a {
    color:#000 !important;
    text-decoration: none;
}
.chatspeech a:hover {
    color:#f1f1f1 !important;
}
.openthreadwrap{
    left:-3px; margin: auto; width:200px; text-align:left; line-height:100%; font-size:11px; color:#ccc;
}

.opentitle {
    position:relative; padding:2px; width:200px; text-align:center; font-family:'calibri',sans-serif; font-size:12px; color:#000; font-weight: bold; letter-spacing:1px; text-transform:uppercase;
}
.openthreads a { color:#697a80; text-decoration: none; } 
.openthreads a:hover { color:#fff; }

.hbs-l {
    position: fixed;
    left:0; top:0;
    width: 27px;
    height: 30px;
    padding:10px 7px 0 0;
    font-size: 22px;
    background:#666;
    z-index: 993;
}
.hbs {
    position: relative;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    padding:10px 2px 0px 2px;
    font-size: 21px;
    margin-right: 2px;
}
.hbs-r {
    position: relative;
    display: inline-block;
    float: left;
    width: 35px;
    height: 32px;
    padding:8px 8px 0 0;
    font-size: 22px;
    margin-right: 2px;
}
.hbs-b {
    position: relative;
    top:-10px; left:20px;
    min-width: 12px;
    max-width: 18px;
    height: 12px;
    padding: 3px 3px 0 3px;
    border-radius: 15px;
    background:#697a80;
    font-family: 'calibri',sans-serif;
    font-size: 10px;
}
#sb-top a {
    font-size: 12px;
    color:#ccc;
}
.hbs:hover, .hbs-r:hover {
    color:#000;
    background:#666;
}

#recent-alerts {
    position:absolute; 
    margin-left:640px;
    margin-top:60px;
    padding:3px;
}
#recent-alerts .tableborder {
    width: 400px;
    padding: 5px;
    border: 0;
    margin: 0;
    background-color: rgba(105,122,128,0.8);
}
#recent-alerts-data .row2 {
    margin:0; 
    background-color: rgba(221,221,221,0.3);
    color:#333; 
    font-size:11px; 
    font-family:sans-serif; 
    text-align:left; 
    text-transform: lowercase;
    padding:7px 5px;
}
#recent-alerts-data .recent-alerts-msg {
    background-color: rgba(196,196,196,0);
}
#recent-alerts-data .row2 a {
    margin:0; 
    color:#000; 
    font-size:10px; 
    font-family:sans-serif; 
    text-align:center; 
    font-weight: bold;
    text-transform: uppercase;
}
#recent-alerts .pformstrip {
    background-color: rgba(221,221,221,0.7);
    background-image: none;
    padding: 5px;
    color: #000;
    font-size: 12px;
}
#recent-alerts .pformstrip a {
    color: #000;
}

/**********************************************************
                    PUSH MENU
**********************************************************/
#menu-switch{
  display:none;
}
#menu {
    position: fixed;
    top:0px;
    left: -270px;

    width: 250px;
    height: 100%;
    padding: 20px 5px 0 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
    text-align: center;

    background-color:rgba(85,85,85,0);
    z-index: 90;
}
#menu-switch:checked ~ #menu {
    left: 0;
}
.page-wrap {
    padding-left: 105px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
}
#menu-switch:checked ~ .page-wrap {
    margin-left: 165px;
}
#menu-toggle:focus {
    outline: none;
}
#menu-toggle {
    display:inline-block;
    position: relative;
    
    float:left;
    height:20px;
    width:35px;
    padding:0;
    text-align: center;
    color:#111;
    
    cursor: pointer;
      -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
}

/**********************************************************
                        TOP
**********************************************************/
#sitename {
    position: relative;
    top:300px;
    left:0px;
}
#name {
    color:#222;
-webkit-text-stroke: 1.5px #eee;
    font-family: 'lobster', cursive;
    font-size: 124px;
    text-transform: lowercase;
    letter-spacing: 7px;
    font-weight: lighter;  
    line-height: 70%;
}
#desc {
    padding-left:180px;
    color:#ddd;
    font-family: 'arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0px;
}


/************************  BOARD TOP  ***************************/

#topinfo {
    position: relative;
    height: 185px;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 35px solid #ccc;
    border-top: 35px solid #ccc;
    background-image: url(https://i.imgur.com/AoE4cfd.png);
}
#ti-l {
    position: absolute;
    top: 2px;
    left: 0;
    background-color: rgba(221,221,221,0.9);
    height: 163px;
    width: 290px;
    padding:10px;
    text-align: center;
-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
#ti-welcome {
    position:relative; 
    left: 5px;
    top: 5px;
    margin-bottom: 10px;
    width: 200px;
    height: 115px;
    padding:25px 0 0 0; 
    font-family: 'arial',sans-serif; 
    color:#000; 
    font-size:11px; 
    text-align:justify; 
    line-height:120%; 
}
#ti-welcome div {
    position: absolute;
    top:0; left:0;
    width:96%;
    padding:3px 5px;
    color:#697a80;
    border-bottom:1px solid #697a80;
    font-weight: bold;
    letter-spacing: 1px;
}
info {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 96%;
    height: 71%;
    padding:5px;
    overflow: auto;
}
info h {
    font-weight: 700;
}
#ti-l line::before, #ti-l line::after {
    position: relative;
    top:-5px;
    font-family: sans-serif;
    letter-spacing: -2px;
    content:' --------------------------------- ';
}

#ti-r {
    position: absolute;
    top: 2px;
    left: 440px;
    height: 173px;
    width: 460px;
    background-color:rgba(221,221,221,0.9);
    padding: 0px 5px 10px 5px;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 81% 0, 100% 100%, 20.5% 100%);
    clip-path: polygon(0 0, 81% 0, 100% 100%, 20.5% 100%);
}

#ti-time {
    position: relative;
    display: inline-block;
    width: 275px;
    height:45px;
    padding:5px;
    border:2px solid #bbb;
    outline:7px solid #ccc;
    margin: 20px 0 0 -50px;
}
#ti-ticon {
    position: absolute;
    left:0; top:0;
    width: 38px;
    height: 45px;
    padding: 10px 5px 0 7px;
    font-size: 36px;
    color:#eee;
    background-color: rgba(105,122,128,0.9);
}
season {
    position: absolute;
    right:0; top:0;
    width:235px;
    height:55px;
    background-size: 325px auto;
}
#ti-time h1 {
    margin-top:5px;
   color: #efefef;
   text-transform: lowercase;
   letter-spacing: 1px;
   font-size: 36px;
   text-align: center;
   line-height: 100%;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
}
#ti-time sm {
   font-size: 24px;
}

#location {
    position: absolute;
    right: 56px;
    top: 42px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid rgba(34,34,34,0.6);
}
#location:after {    
    content: ' san francisco ';
    position: absolute;
    top: 10px;
    left: -45px;
    width: max-content;
    background-color: rgba(34,34,34,0.6);
    padding: 5px 10px;
    border-radius: 5px;
    color: #eee;
    font-family: 'calibri',sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}
#location:hover:after {   
    content: ' you are here! ';
    position: absolute;
    display: block;
    color: #ccc;
    letter-spacing: 0.3px;
    font-family: 'calibri',sans-serif;
    font-size: 11px;
    text-transform: capitalize;
}
#dot {
    position: absolute;
    right: 57px;
    top: 35px;
    height: 5px;
    width: 5px;
    padding: 2px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 100%;
  animation: shadow-pulse 2s infinite;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0,0,0,0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}


@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(3deg); }
   95% { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}
#location.wiggle {
  display: inline-block;
  animation: wiggle 3s infinite;
}

.tickb {
    position: relative;
    display: inline-block;
    top:0px;
    color:#000; 
    font-size: 12px;
    letter-spacing: 0;
    font-weight:bold;
    background-color: rgba(68,68,68,0.3);
    border-radius:5px;
    text-transform: uppercase;
    height:15px;
    padding:3px 15px 3px 15px;
    margin-right: 10px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    box-shadow: -1px -1px 2px #444;
    }
.newsticker {
    position:relative; 
    display: inline-block;
    top: -2px;
    left: -30px;
    width:650px !important; 
    height:35px; 
    overflow: hidden; 
    margin: 0 auto; 
    padding:3px 0 0 0;  
    color:#000; 
    text-align: left;
}
.newsticker a { 
    color: #000 !important; 
    font-family: 'calibri', sans-serif; 
    font-size: 13px; 
    line-height:100%;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: lowercase;
}
.newsticker li { 
    position: relative;
}
.newsticker .newstickerTick { 
    height:65px; 
    overflow: hidden; 
    width:930px; 
    margin:0px; 
  list-style: none;
    text-align: justify; 
    color:#bbb; 
}
.newstickerLine {
    height:37px;
    width:930px;
}

#ti-right {
    position: relative;
    left: 0;
    top: -1px;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 183px;
}
#ti-right .staff {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 88px;
    margin: 13px 0 0 33px;
}
#ti-right .staff:after {
    content: ' staff ';
    position: absolute;
    width: 200px;
    top: 65px;
    left: 23px;
    text-align: center;
    padding: 5px 5px 5px 10px;
    font-size: 12px;
    letter-spacing: 5px;
    font-family: 'Fjalla One', sans-serif;
    background-color: rgba(105,122,128,0);
    border-top: 1px solid #777;
}
.fsstaff {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 31px;
    padding-top: 25px; 
    margin: 0px 10px 0 0 ;
    
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    
    border-radius: 100%;
    top: 0px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    
    z-index: 1;
}
.fsstaff span {
    position:absolute;
    height: 25px;
    width: 25px;
    top: 11px;
    left: -20px;
    font-size: 72px;
    font-family: 'lobster',cursive;
    -webkit-text-stroke: 1px #000;
    color: #ccc;
    font-style: italic;
    padding: 10px 5px 0px 5px;
    text-align: center;
    border-radius: 100%;
}
.fsstaff span sub {
    display: none;
}
.fsstaff span sub:hover {
    display:block;
    position: absolute;
    top: 31px;
    left: 50px;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Fjalla One', sans-serif;
}

#ti-right .wrap { 
    position: absolute;
    top: 0;
    border: 3px solid rgba(221,221,221,0.9);
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    background-position: center;
    background-size: auto 55px;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -ms-transition: -ms-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    z-index: 3;
}
.sarah {
    background-image:url(http://pile.randimg.net/1/186/109144/sarah.png); 
}
.eien {
    background-image:url(http://pile.randimg.net/1/186/109146/eien.png);
}
.yukie { 
    background-image:url(http://pile.randimg.net/1/243/123464/yukie2.png); 
}

.sarah:hover, .eien:hover, .yukie:hover {
    content: ' sarah ';
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #000;
    background-color: rgba(221,221,221,0.2);
    opacity: 0.5;
    transform: scale3d(1.2,1.2,1.2);
    
  animation: shadow-pulse 2s infinite;
    z-index: 5;
}

#ti-nav {
    position:absolute; 
    top:-35px;
    width:960px; height:37px; 
    padding:0 10px;
    margin:0;
    background-color: rgba(105,122,128,0.8);
}
#ti-foot {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 780px;
    height: 35px;
    padding: 0 100px;
    background-color: rgba(105,122,128,0.8);
}
#ti-nav i, #ti-foot i {
    font-size: 14px;
}
#ti-nav a, #ti-foot a {
    position:relative; 
    display:inline-block; 
    margin:5px 0 5px 0; 
    width:100px; 
    height:15px; 
    color:#222; 
    padding:6px 2px 6px 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;
}
#ti-nav a:hover, #ti-foot a:hover {
    letter-spacing:1px;
}
#ti-nav span, #ti-foot 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;
}
#ti-nav a:hover span, #ti-foot a:hover span {color: #ddd;}
    
#ti-nav .btnBefore, #ti-nav .btnAfter, #ti-foot .btnBefore, #ti-foot .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;
}
#ti-nav a .btnBefore, #ti-foot a .btnBefore {
    right: 0;
    bottom: 0;
}
#ti-nav a .btnAfter, #ti-foot a .btnAfter {
    left: 0;
    top: 0;
}
#ti-nav a:hover .btnBefore, #ti-foot a:hover .btnBefore {
    border-width: 0 0 1px 1px;
}
#ti-nav a:hover .btnAfter, #ti-foot a:hover .btnAfter {
    border-width: 1px 1px 0 0;
}

#ti-nav a:hover .btnAfter, #ti-nav a:hover .btnBefore, #ti-foot a:hover .btnAfter, #ti-foot 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;
        }

#aff .tagbox div {
    overflow: auto !important;
    text-align: left !important;
    text-transform: inherit !important;
	color:#ddd !important; 
} 

#recent-topics {
    display: none;
}
#recent-topics-clip {
     position:relative;
}
#recents {
    position: absolute;
    left: 260px;
    top:2px;
    width: 198px !important;
    height: 183px;
    overflow: auto;
    transform: skew(28deg);
    padding: 0 15px;
}

.holdrec {
    background-color: rgba(221,221,221,0.7);
    padding: 10px;
    color: transparent;
    width: 155px;
    margin: 0 10px;
    display: block;
    position: relative;
}
 .holdrec a {
    display:block;
    font: 400 10px 'tahoma',sans-serif;
    text-transform: capitalize;;
     color:#333;
    padding: 0 0 0 20px;
    transform: skew(-28deg) !important;
    line-height: 110%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -7px;
}
.holdrec a strong {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000;
    margin-left: -15px;
}

.g4 .holdrec a strong {
    color: #527c7d;
}
.g6 .holdrec a strong  {
    color: #995252;
}
.g7 .holdrec a strong  {
    color: #6c8c57;
}
.g8 .holdrec a strong  {
    color: #527a9f;
}
.g9 .holdrec a strong  {
    color: #80698d;
}
.g10 .holdrec a strong  {
    color: #8a8961;
}


/**********************************************************
                    BOARD  IDX
**********************************************************/
.newstext, #submenu, #userlinks, .forum-subheader {
    display: none;
}

.maintitle {
    position: relative;
    padding: 5px 20px 0px 20px;
    height:95px;    
    font-family: 'Fjalla One', sans-serif;
    background-color: rgba(105,122,128,0.5);
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
    line-height: 140%;
}
.maintitle a {
    position: absolute;
    right:100px; top:15px;
    color: #222 !important;
    -webkit-text-stroke: 1px #eee;
    font-size: 55px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    letter-spacing: 3px;
    padding:0 20px 0 20px;
    text-decoration: none;
    line-height: 120%;
    z-index: 5;
}
.maintitle img {
    display: none;
}
.maintitle a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    z-index: 4;
}
.maintitle a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.maintitle:after {
    content: '';
    position: absolute;
    right:0; top:0;
    width: 150px;
	height: 0;
	border-bottom: 100px solid #697a80;
	border-left: 100px solid transparent;
    z-index: 3;
}
.maintitle:before {
    content: '';
    position: absolute;
    left:0; top:0;
    width: 100px;
	height: 0;
	border-top: 100px solid #697a80;
	border-right: 100px solid transparent;
    z-index: 3;
}
.maintitle span {   
    position: relative;
    display: block;
    font-family: 'lobster',cursive;
    box-shadow: none;
    text-align: center;
    font-size: 28px;
    text-transform: lowercase;
    z-index: 5;
}

.new-row {
    padding:0 0 1px 0;
}
.new-category {
    padding:10px;
    background-color:rgba(221,221,221,0.6);
}
#cat- {
    padding:0;
    background-color:rgba(221,221,221,0);
}

.idx-container {
    position: relative;
    height:150px;
    width: 950px;
    margin:0;
    background-color:rgba(241,241,241,0.);
    border-top:10px solid rgba(221,221,221,0.6);
    border-left:15px solid rgba(221,221,221,0.6);
    border-bottom:10px solid rgba(221,221,221,0.6);
    border-right:15px solid rgba(221,221,221,0.6);
}
.idx-iconw {
    position: relative;
    left:0; top:0;
    width: 130px;
    height: 100px;
    padding: 15px;
    border-radius: 0 10px 10px 0;
}
.idx-iconw:after {
    content: '';
    position: absolute;
    left:0; top:0;
    width: 180px;
    height: 0;
	height: 0;
	border-bottom: 120px solid #ddd;
	border-right: 100px solid transparent;
    z-index: 2;
}
.idx-icon {
    position: absolute;
    height:45px; width:45px;
    padding: 20px 30px 30px 20px;
    top:10px; left:30px;
    background-color: #ccc;
    color:#555;
    font-size:48px;
    border-radius: 50px;
    border-top:2px solid #555;
    border-left:2px solid #555;
    border-bottom:2px solid #ddd;
    border-right:2px solid #ddd;
    z-index: 4;
}

.idx-ftitle {
    position: absolute;
    top:40px;
    left:115px;
    min-width: 85px;
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border:2px solid #555;
    padding: 8px 20px 2px 20px;
    line-height: 110%;
    text-align: left;
    background-color:rgba(221,221,221,0.6);
    z-index: 3;
}
.idx-ftitle:after {
    content: '';
    position: absolute;
    top:-2px;
    left:0;
    height:2px;
    width:95px;
    background:#ddd;
}
.idx-ftitle a {
    color:#333;
    text-decoration: none !important;
transition: all 0.5s ease-out;
-o-transition-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
}
.idx-ftitle a:hover {
    letter-spacing: 1px;
}

.idx-img {
    position: absolute;
    height:120px; width:350px;
    top:0px; left:180px;
    background-size: 350px 120px;
    background-color: #ddd;
    background-position: center;
    z-index: 1;
}
.idx-rtri {
    position: absolute;
    right:0; top:0;
    width: 420px; height:120px;
    background-color:#ddd;
}
.idx-rtri:before {
    content: '';
    position: absolute;
    left:-100px; top:0;
    width: 5px;
    height: 0;
	height: 0;
	border-top: 120px solid #ddd;
	border-left: 100px solid transparent;
    z-index: 2;
}

.idx-topicw {
    position: absolute;
    width:420px; height:118px;
    top:0; right:20px;
    z-index: 5;
}
.idx-ttitle {
    position: absolute;
    width:366px; height:26px;
    top:15px;
    left:15px;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border-top:2px solid #555;
    border-left:2px solid #555;
    border-bottom:2px solid #555;
    padding: 12px 20px 6px 15px;
    line-height: 110%;
    text-align: left;
    
}
.idx-ttitle:after {
    content: '';
    position: absolute;
    top:-2px;
    right:0;
    height:3px;
    width:80%;
    background:#ddd;
}
.idx-ttitle a {
    color:#444;
    text-decoration: none !important;
transition: all 0.5s ease-out;
-o-transition-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
}
.idx-ttitle a:hover {
    letter-spacing: .2px;
}
.idx-ttitle i {
    position: relative;
    top:-10px;
    font-size: 20px;
    color:#999;
}
.idx-tauth {
    position: absolute;
    width:300px; height:26px;
    bottom:10px;
    right:2px;
    font-size: 22px;
    font-family: 'lobster', cursive;
    text-transform: capitalize;
    font-style: italic;
    border-right:2px solid #555;
    border-bottom:2px solid #555;
    padding: 10px 20px 8px 30px;
    line-height: 110%;
    text-align: right;
    
}
.idx-tauth:after {
    content: '';
    position: absolute;
    bottom:-2px;
    left:0;
    height:3px;
    width:95%;
    background:#ddd;
}
.idx-tauth a {
    color:#666;
    text-decoration: none !important;
transition: all 0.5s ease-out;
-o-transition-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
}

.idx-date {
    position: absolute;
    width:200px;
    top:68px; left:30px;
    font-size: 12px;
    font-family: 'calibri',sans-serif;
    color: #888;
    z-index: 3;
}

.idx-toprep {
    position: absolute;
    width:200px;
    top:90px; left:120px;
    font-size: 12px;
    font-family: 'calibri',sans-serif;
    color: #777;
    z-index: 3;
}
.idx-toprep b {
    color: #444;
}

.idx-foot {
    position: absolute;
    height:30px; width:950px;
    bottom: 0; left:0;
    background:#ccc;
}
.idx-flink {
    position: absolute;
    left:0; bottom:0;
    height:20px; width:20px;
    font-size: 20px;
    padding:5px;
    background-color: #aaa;
    color:#777;
}
.idx-flink:after {
    display: none;
    position: absolute;
    content: '';
    left:30px; bottom:0;
	border-bottom: 30px solid #aaa;
	border-right: 20px solid transparent;
    
}

.idx-fsubf {
    position: relative;
    left:30px;
	width:890px;
	height: 30px;
    padding:0 5px 0 5px;
    color:#ccc;
    overflow: hidden;
}
.idx-fsubf a {
    position: relative;
    display: inline-block;
    min-width:45px;
    max-width:130px;
    left:-5px;
    font-size: 11px;
    font-family: 'calibri',sans-serif;
    padding:10px 10px 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
    color:#444;
    text-align: center;
    text-decoration: none;
}
.idx-fsubf a:hover {
    background: #ddd;
}
.subforums-macro {display: none !important;}
.sublink {
    position: relative;
    display: inline-block;
    z-index:50;
}


/**********************************************************
                    INNER BOARD
**********************************************************/
.topic-title-row { 
    background:#ccc; 
    padding:5px 5px; 
    text-transform: capitalize; 
    font:22px 'Lobster', cursive; 
    font-weight:normal; 
    color: #000; 
    text-align:right; 
    border-bottom:1px solid #999; 
    border-top:1px solid #999;
}
.ib-head {
    background-color:rgba(105,122,128,0.8); 
    color:#fff; 
    font-size:18px; 
    text-align:center; 
    width:80px; height:37px; 
    padding:3px 0 0 0; 
    margin: -6px 0px -15px -5px; 
    float:left; 
    border-left:20px solid #697a80;
}

.ib {
    position: relative;
    height:80px;
    padding:0 10px 0 15px;
    border-bottom:1px solid #888;
    border-left:20px solid #bbb;
    border-right:20px solid #bbb;
    
background: rgb(204,204,204,0.8); /* Old browsers */
background: -moz-linear-gradient(left, rgba(204,204,204,0.8) 11%, rgba(170,170,170,0.8) 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(204,204,204,0.8) 11%,rgba(170,170,170,0.8) 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(204,204,204,0.8) 11%,rgba(170,170,170,0.8) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 */
}

.ib .icon {
    position: absolute;
    top:0; left:0;
    height:20px; width:35px;
    padding:30px 10px 30px 15px;
    background: #ccc;
    color:#666;
    font-size:28px;
    text-align: center;
}
.ib .icon:before {
    position: absolute;
    right:-20px; top:0;
    content: '';
    width: 0;
	height: 0;
    border-top: 50px solid #ccc;
	border-right: 20px solid transparent;
}
.ib .icon:after {
    position: absolute;
    right:-20px; bottom:0;
    content: '';
    width: 0;
	height: 0;
    border-bottom: 50px solid #ccc;
	border-right: 20px solid transparent;
}

.ib .thread {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left:75px; 
    top:0;
    width:550px; 
    height:80px;
}

.ib .title {
    position: relative;
    display: inline-block;
    height:15px;
    padding:25px 25px 2px 5px;
    color:#555;
    font-size: 14px;
    font-family: 'lobster', cursive;
    border-bottom:1px solid #777;
}
.ib .title a {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    color:#555;
    font-size: 19px;
    letter-spacing: -0.5px;
    padding-right:10px;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
.ib .title a:hover {
    color: #222;
}
.ib .pages {
    position: relative;
    display: inline-block;
    left:20px; 
    top:0;
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color:#666;
}
.ib .pages a {
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color:#555;
    padding: 2px;
}

.ib .auth {
    position: relative;
    display: inline-block;
    left:0;
    padding:0 0 0 10px;
    text-align: left;
    font-family: 'Fjalla One', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
}
.ib .auth a {
    font-family: 'lobster', cursive;
    text-transform: capitalize;
    font-size: 18px;
}

.ib .reply {
    position: relative;
    display: inline-block;
    left: 60px;
    width: 180px;
    padding:30px 5px 5px 0;
    text-align: right;
    line-height: 120%;
}
.ib .rauth { 
    position: relative;
    display: block; 
    height:25px;
    top:8px;
    right:20px;
}
.ib .rauth a {
    font-weight: normal !important;
    font-family: 'Fjalla One', sans-serif!important;
    font-size: 14px !important;
}
.ib .date {
    font-weight: bold;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    color:#555 !important;
    border-bottom:1px solid #777;
    padding:0 10px 0 10px;
}

.ib .numsw {
    position: absolute;
    top:0; right:0;
    width: 100px;
	height:80px;
    background: #ccc;
    border:0;
    z-index: 2;
}
.ib .numsw:before {
    position: absolute;
    left:-20px; top:0;
    content: '';
    width: 0;
	height: 0;
    border-top: 40px solid transparent;
    border-right: 20px solid #ccc;
    border-bottom: 40px solid transparent;
}
.ib .nums1, .ib .nums2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 45px;
	height: 45px;
    padding-top:30px;
    color:#555;
}
.ib .nums1 b, .ib .nums2 b {
    font-size: 14px;
}
.ib .cb {
    position: absolute;
    right:-20px; top:30px;
}

.ib .barw {
    position: relative;
    display: inline-block;
    width:450px; 
    height:30px;
}
.ib .bars {
    position: relative;
    display: inline-block;
    left: 10px;
    padding: 3px 10px 5px 10px;
    text-align: center;
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}


/***********************************	
         board IMGS    
************************************/
#row-1 {background-image:url(http://makeshiftheart.com/FS/imgs/bc1.2.png);}
#row-2 {background-image:url(http://makeshiftheart.com/FS/imgs/bc2.2.png);}
#row-3 {background-image:url(http://makeshiftheart.com/FS/imgs/bc3.2.png);}
#row-24 {background-image:url(http://makeshiftheart.com/FS/imgs/bc9.2.png);}
#row-4 {background-image:url(http://makeshiftheart.com/FS/imgs/bc4.2.png);}
#row-5 {background-image:url(http://makeshiftheart.com/FS/imgs/bc5.2.png);}
#row-6 {background-image:url(http://makeshiftheart.com/FS/imgs/bc6.2.png);}
#row-7 {background-image:url(http://makeshiftheart.com/FS/imgs/bc7.2.png);}
#row-8 {background-image:url(http://makeshiftheart.com/FS/imgs/bc8.2.png);}
#row-69 {background-image:url(http://makeshiftheart.com/FS/imgs/bc69.2.png);}
#row-65 {background-image:url(http://makeshiftheart.com/FS/imgs/bc65.2.png);}

#row-10 {background-image:url(http://makeshiftheart.com/FS/imgs/bc46.2.png);}
#row-40 {background-image:url(http://makeshiftheart.com/FS/imgs/bc40.2.png);}
#row-41 {background-image:url(http://makeshiftheart.com/FS/imgs/bc41.2.png);}
#row-42 {background-image:url(http://makeshiftheart.com/FS/imgs/bc42.2.png);}
#row-43 {background-image:url(http://makeshiftheart.com/FS/imgs/bc43.2.png);}


#row-11 {background-image:url(http://makeshiftheart.com/FS/imgs/bc47.2.png);}
#row-12 {background-image:url(http://makeshiftheart.com/FS/imgs/bc48.2.png);}
#row-13 {background-image:url(http://makeshiftheart.com/FS/imgs/bc50.2.png);}
#row-14 {background-image:url(http://makeshiftheart.com/FS/imgs/bc51.2.png);}
#row-15 {background-image:url(http://makeshiftheart.com/FS/imgs/bc54.2.png);}
#row-16 {background-image:url(http://makeshiftheart.com/FS/imgs/bc13.2.png);}
#row-17 {background-image:url(http://makeshiftheart.com/FS/imgs/bc14.2.png);}
#row-18 {background-image:url(http://makeshiftheart.com/FS/imgs/bc53.2.png);}
#row-19 {background-image:url(http://makeshiftheart.com/FS/imgs/bc10.2.png);}
#row-20 {background-image:url(http://makeshiftheart.com/FS/imgs/bc11.2.png);}
#row-21 {background-image:url(http://makeshiftheart.com/FS/imgs/bc12.2.png);}
#row-22 {background-image:url(http://makeshiftheart.com/FS/imgs/bc16.png);}
#row-23 {background-image:url(http://makeshiftheart.com/FS/imgs/bc17.png);}
#row-25 {background-image:url(http://makeshiftheart.com/FS/imgs/bc19.2.png);}
#row-26 {background-image:url(http://makeshiftheart.com/FS/imgs/bc20.2.png);}
#row-27 {background-image:url(http://makeshiftheart.com/FS/imgs/bc21.2.png);}
#row-28 {background-image:url(http://makeshiftheart.com/FS/imgs/bc22.2.png);}
#row-29 {background-image:url(http://makeshiftheart.com/FS/imgs/bc23.2.png);}
#row-30 {background-image:url(http://makeshiftheart.com/FS/imgs/bc24.2.png);}
#row-31 {background-image:url(http://makeshiftheart.com/FS/imgs/bc25.2.png);}
#row-32 {background-image:url(http://makeshiftheart.com/FS/imgs/bc26.2.png);}
#row-36 {background-image:url(http://makeshiftheart.com/FS/imgs/bc62.2.png);}
#row-37 {background-image:url(http://makeshiftheart.com/FS/imgs/bc37.png);}
#row-38 {background-image:url(http://makeshiftheart.com/FS/imgs/bc32.2.png);}
#row-39 {background-image:url(http://makeshiftheart.com/FS/imgs/bc33.2.png);}
#row-34 {background-image:url(http://makeshiftheart.com/FS/imgs/bc34.2.png);}
#row-52 {background-image:url(http://makeshiftheart.com/FS/imgs/bc56.2.png);}
#row-53 {background-image:url(http://makeshiftheart.com/FS/imgs/bc53.2.png);}
#row-54 {background-image:url(http://makeshiftheart.com/FS/imgs/bc36.2.png);}
#row-55 {background-image:url(http://makeshiftheart.com/FS/imgs/bc37.2.png);}
#row-56 {background-image:url(http://makeshiftheart.com/FS/imgs/bc38.2.png);}
#row-57 {background-image:url(http://makeshiftheart.com/FS/imgs/bc57.png);}
#row-58 {background-image:url(http://makeshiftheart.com/FS/imgs/bc58.2.png);}
#row-62 {background-image:url(http://makeshiftheart.com/FS/imgs/bc62.2.png);}
#row-68 {background-image:url(http://makeshiftheart.com/FS/imgs/bc68.2.png);}
#row-66 {background-image:url(http://makeshiftheart.com/FS/imgs/bc66.2.png);}
#row-67 {background-image:url(http://makeshiftheart.com/FS/imgs/bc67.png);}

#row-44 {background-image:url(http://makeshiftheart.com/FS/imgs/bc44.2.png);}
#row-45 {background-image:url(http://makeshiftheart.com/FS/imgs/bc45.2.png);}
#row-46 {background-image:url(http://makeshiftheart.com/FS/imgs/bc46.2.png);}
#row-47 {background-image:url(http://makeshiftheart.com/FS/imgs/bc47.2.png);}

#row-48 {background-image:url(http://makeshiftheart.com/FS/imgs/bc48.2.png);}
#row-49 {background-image:url(http://makeshiftheart.com/FS/imgs/bc49.2.png);}
#row-50 {background-image:url(http://makeshiftheart.com/FS/imgs/bc50.2.png);}
#row-51 {background-image:url(http://makeshiftheart.com/FS/imgs/bc51.2.png);}
#row-9 {background-image:url(http://makeshiftheart.com/FS/imgs/bc60.2.png);}


#row-72 {background-image: url(http://makeshiftheart.com/FS/imgs/bc72.2.png)}
#row-83 {background-image: url(http://makeshiftheart.com/FS/imgs/bc83.2.png)}

#row-71 {background-image: url(http://makeshiftheart.com/FS/imgs/bc71.2.gif)}
#row-79 {background-image: url(http://makeshiftheart.com/FS/imgs/bc79.2.gif)}
#row-85 {background-image: url(http://makeshiftheart.com/FS/imgs/bc85.2.gif)}
#row-74 {background-image: url(http://makeshiftheart.com/FS/imgs/bc74.2.gif)}
#row-75 {background-image: url(http://makeshiftheart.com/FS/imgs/bc75.2.png)}
#row-77 {background-image: url(http://makeshiftheart.com/FS/imgs/bc77.2.png)}
#row-103 {background-image: url(http://makeshiftheart.com/FS/imgs/bc85.2.gif)}
#row-108 {background-image: url(https://i.imgur.com/qJyxymd.png)}

#row-99 {background-image: url(http://makeshiftheart.com/FS/imgs/bc99.png)}

#row-33 {background-image:url(http://i.imgur.com/BYbRiXX.gif);}
#row-35 {background-image:url(http://i.imgur.com/yfiT3UL.png);}
#row-70 {background-image:url(http://i.imgur.com/7s20OyY.gif);}
#row-73 {background-image:url(https://i.imgur.com/vAYZYms.gif);}


#headimg {position:relative; top:29px; width:980px; height:335px; background-image:url(http://pile.randimg.net/1/46/74044/default.png); border:10px solid #ddd;}



#row-33 .idx-ftwrap1 a {color:#9f3f0f !important;}
#row-70 .idx-ftwrap1 a {
    background-image: -webkit-linear-gradient(left, #9e0b0f, #007236);
    background-image: -moz-linear-gradient(left, #9e0b0f, #007236); 
    background-image: -ms-linear-gradient(left, #9e0b0f, #007236); 
    background-image: -o-linear-gradient(left, #9e0b0f, #007236); 
    background-image: linear-gradient(to right, #9e0b0f, #007236); 
    color:transparent !important;
    -webkit-background-clip: text;
    background-clip: text;}
#row-73 .idx-ftwrap1 a {color:#cc3c5f !important;}
#cat_8 .new-category {border-bottom: 10px solid #cc3c5f !important;}


/**********************************************************
                 BOARD FOOT & STATS
**********************************************************/
#bf {
    position: relative;
    top:40px;
}
#bf .wrap {
    width:940px;
    height:250px;
    padding:20px;
    background-color:rgba(228,228,228,0.8);
    border-bottom:10px solid #697a80;
}
#bf .box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding:15px;
    height:100px;
    border-bottom:2px solid #555;
    border-left:2px solid #555;
}
#bf .online {
    margin:0 10px 0 0;
    width:300px;
    font-family: 'calibri', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    word-spacing: 5px;
    color:#555;
}
#bf .online a {
    font-family: 'lobster', cursive;
    font-style: italic;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 130%;
}
#bf .atm {
    position: absolute;
    bottom: 0;
    text-align: center;
    width:330px;
}
#bf .today {
    margin:0 0 0 20px;
    width:230px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    overflow: auto;
    text-transform: uppercase;
    line-height: 130%;
    text-align: justify;
    color: #444;
}
#bf .boxt {
    position: relative;
    display: inline-block;
    padding:5px 10px 5px 0;
    text-align: right;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-size: 24px;
    line-height: 100%;
    color:#222;
    border-right:2px solid #555;
    border-top:2px solid #555;
    border-bottom:2px solid #555;
}
#bf .boxt::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 3px;
    width: 60%;
    background: #d1d1d1;
}
#bf .tt {
    margin:0 0 0 20px;
    width:250px;
}
#bf .ot {
    margin:0 10px 0 0;
    width:320px;
}
#bf .welcome {
    position: relative;
    margin: 40px 0 0 80px;
    padding: 5px;
    width: 500px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    color:#222;
    border-top:1px solid #555;
    border-bottom:1px solid #555;
}
#bf .welcome a {
    font-family: 'lobster', cursive;
    font-style: italic;
    font-size: 24px;
}

#bf .right {
    position: absolute;
    right:0; top:100px;
    width:240px;
    height:260px;
    background:#ddd;
    padding:20px 10px 10px 10px;
}
#bf .right:before {
    content: '';
    position: absolute;
    left: -70px;
    top: 0;
    width: 5px;
    height: 0;
    border-top: 290px solid #ddd;
    border-left: 70px solid transparent;
    z-index: 2;
}
#bf .rbox {
    position: relative;
    display: inline-block;
    margin:5px auto;
    width:220px;
    padding:5px;
    border:1px solid #aaa;
    border-radius: 5px;
    color:#777;
    text-align: center;
    font-family: sans-serif;
    font-size: 11px;
    word-spacing: 1px;    
}
#bf .rbox b {
    color:#555;
    font-size: 12px;
    word-spacing: 5px;    
}
#bf .bday {
    position: relative;
    display: inline-block;
    margin:5px auto;
    width:220px;
    max-height: 70px;
    overflow: auto;
    padding:8px 5px;
    border:1px solid #aaa;
    border-radius: 5px;
    color:#ddd;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    word-spacing: 1px;    
}
#bf .bday u {
    color:#555;
    font-size: 12px;
    word-spacing: 2px;  
    font-weight: 700;
    line-height: 140%;
}
#bf .bday b {
    display: none;
}
#bf .bday a {
    color: #777;
}
#bf .right i {
    position:relative;
    margin:0 4px 8px 0;
    width:15px; 
    height:15px; 
    padding:10px; 
    color:#888; 
    text-align: center; 
    font-size: 17px; 
    border-radius:100%; 
    background-color:rgba(187,187,187,0.2); 
    border:3px solid #aaa;
}
#delcookiesrow {
    display: none;
}

#aff {
    position: relative;
    top:80px;   
}
#aff .wrap {
    width:960px;
    height:270px;
    padding:10px;
    background-color:rgba(228,228,228,0.8);
    border-bottom:10px solid #697a80;
}
#aff .buttons {
    position:relative; 
    display:inline-block; 
    width:315px; 
    height:265px;
}
#aff .rbuttons {
    position: relative; 
    display:inline-block;
    vertical-align: top;
    width:100px; 
}
#aff .buttons img, #aff .rbuttons img {
    width:88px; 
    height:31px; 
    margin:3px;
    padding:3px;
    border:1px solid #999;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#aff .buttons img:hover, #aff .rbuttons img:hover {
    background:#eee;
}

#aff .affus {
    position:absolute; 
    left:0; bottom:-3px; 
}
#aff .scroll {
    position:absolute; 
    right:0; bottom:0; 
    height:42px; 
    padding:0px; 
    width:210px;
}
#affiliates .maintitle {
    display: none;
}
#affiliates .row2 { 
    background-color: rgba(214,214,214,0) !important; padding:0px; 
}
#affiliates img {
    border:1px solid #999; padding:3px;
}
#affiliates .tablepad {
    position: absolute;
    bottom: -13px;
    right: -12px;
    width: 213px;
}

#aff .tagbox {
    position: absolute;
    right: 0;
    top: 100px;
    width: 470px;
    height: 289px;
    background: #ddd;
}
#aff .tagbox:before {
    content: '';
    position: absolute;
    left: -70px;
    top: 0;
    width: 5px;
    height: 0;
    border-top: 289px solid #ddd;
    border-left: 70px solid transparent;
    z-index: 2;
}
#aff .tagbox div {
    padding:5px;
    margin-bottom:12px;
    font-family: 'arial',sans-serif;
    font-size: 9px;
    word-spacing: 1px;
    color:#333;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
} 
.tagbox .datumshout, .tagbox .edit {
    display: none;
}

.tableborder .row4 {
    background-color: rgba(221,221,221,0);
    font-size: 12px;
    font-family: 'calibri',sans-serif;
    color:#000;
}
.tableborder .row4 a {
    font-size: 12px;
    font-family: 'calibri',sans-serif;
    color:#000;
}

#copyright2 {
    position: relative;
    top: 25px;
    left: -10px;
    width: 990px;
    background: #aaa;
    border-bottom: 3px solid #697a80;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    padding: 15px 5px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #222;
    letter-spacing: 1px;
}
.ui-helper-hidden-accessible div {
    display: none;
}



/***********************************************************************
                    other shit
************************************************************************/

.prowrap {position:relative; display:inline-block; top:0px; left:5px; width:560px; vertical-align: top;}
.prowrap table td {padding:3px;}

.prows1 {width:350px; background:#eee; border:5px solid #eee;}

.prohead {
    background-color:rgba(199,199,199,0.7);
    text-align:left;
    border-bottom:3px solid #555;
    padding:10px 10px 0 10px;
    font-family:'Lobster Two', cursive; 
    font-size:28px; 
    font-style:italic;
    line-height:20px; 
    color:#828e90;
    font-weight:bold;}
    
.proinfo {
    padding:6px 5px 6px 5px;
    width:97%;
    font-family:tahoma;
    font-style:normal;
    font-size:11px;
    text-align: right;
    color:#222;
    border-top:1px solid #555;}
    
.proinfo c{ 
    position: relative;
    margin-top:-6px;
    padding:7px 7px 7px 5px;
    float:left;
    position: relative;
    font-family:sans-serif;
    text-transform: uppercase;
    font-weight:bold; 
    font-size:10px;
    letter-spacing: -0.5px;
    text-align: left;
    color:#828e90;}

.prows2 {position: relative; display: inline-block; width:350px; background:#eee; border:5px solid #eee;}

.proinfos {position:relative; width:155px; height:115px; background:#eee; border:1px solid #eee; margin:0 10px 10px 10px; padding:1px; }

.proinfow {float:left; position: relative; height:88px; overflow: auto; font-family: sans-serif; font-size: 12px; color:#333; line-height: 110%; text-align: left; padding:3px;}

.proinfos d { 
    width:145px; 
    float:left;
    position: relative;
    font-family:sans-serif;
    text-transform: uppercase;
    font-weight:bold; 
    font-size:12px;
    letter-spacing: -0.5px;
    text-align: left;
    color:#828e90;
    background-color:rgba(199,199,199,0.7);
    padding:5px;
}

.proinfos d i {float:none; font-size: 12px; margin: 0;}
.proinfos i { 
    float:left;
    font-size:14px;
    margin:3px;
    color:#828e90;
}
.proimgt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin:5px 10px 10px 10px;
    width:150px;
    height:150px;
    border:5px solid #eee;
    border-bottom:15px solid #eee;
    background-position:center;
    background-size:150px auto;}

.proimgti {
    position: relative;
    top:152px;
    left:140px;
    color:#888;
}

/***********************************************************************
                    codes & quotes
************************************************************************/

#CODE  { 
    white-space:normal; 
    font-family: 'tahoma', sans-serif;  
    font-size: 12px; 
    color: #222; 
    background-color: #fefefe; 
    padding: 20px; 
    margin-top:2px; 
    word-break: break-word;
    line-height: 110%;
    box-shadow: 3px 3px 2px #999;
}
.code-scroll {
    min-height: 50px;
    max-height: 250px;
    overflow: auto;
    padding-right: 5px;
}
.code-scroll::-webkit-scrollbar { 
    background-color: #eee; 
}
.code-scroll::-webkit-scrollbar-thumb { 
    background-color: #777; 
}
.code-top {
    background-color: #ddd;
    padding:20px 0;
    margin: 0;  
    text-align: center;
    overflow: hidden;
    color: #697a80;
    box-shadow: 3px 3px 2px #999;
    
}
.code-highlight {
    font: normal normal normal 8px/100% 'tahoma', sans-serif; 
    padding: 6px 0 4px 0; 
    margin:0px;
    background-color:#ccc;
        text-align: center; 
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    cursor: crosshair;
}
.code-top .code-title {
    margin: 5px;
    font: normal 400 28px/100% 'Parisienne', cursive;
    text-transform: lowercase; 
    text-align:left;
    padding-left:20px;
}
.code-toggle {
    float:right; 
    padding-right:20px; 
    cursor: crosshair;
}
.code-scroll.auto-code {
    height: auto; 
    max-height: none;
}
#CODE-WRAP.nicole-code { 
    width:90%; 
    border-collapse: collapse; 
    margin-bottom:10px;
}

#QUOTE-WRAP {
    background-color: rgba(221,221,221,0.3) !important;
    border: 1px dotted #777 !important;
    position: relative;
}
#QUOTE-WRAP td {
    color:#ccc;
    padding: 5px;
}
#QUOTE-WRAP #QUOTE {
    color:#222;
    padding: 10px;
    text-transform: none !important;
}


/**************************    modal    ******************************/
.overlay {    
    background: url(http://makeshiftheart.com/FS/imgs/FSbg_update.jpg) top left;
    background-size: cover;
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible; 
    opacity: 1;
}
.popup {
    background-color:#eee;
    border:10px solid #bbb;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 25px;
    position: fixed;
    text-align: justify;
    top: 10%;
    visibility: hidden;
    z-index: 999;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;}

.popup #iconm {
    position: absolute;
    top: -50px;
    left: -50px;
    background-color: #eee;
    border: 10px solid #999;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    color: #000;
    text-align: justify;
    border-radius: 100%;
}
.popup #iconm:before {
    content: ' FS Radio ';
    position: absolute;
    width: max-content;
    top: 5px;
    left: 48px;
    background-color: #eee;
    border-top: 10px solid #999;
    border-right: 10px solid #999;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    display: inline-block;
    padding: 11px 55px;
    font-size: 28px;
    color: #000;
    text-align: justify;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
    border-radius: 10px 20px 20px 10px;
}
.popup #iconc {
    position: absolute;
    top: -50px;
    left: -50px;
    background-color: #eee;
    border: 10px solid #999;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    color: #000;
    text-align: justify;
    border-radius: 100%;
}
.popup #iconc:before {
    content: ' credits ';
    position: absolute;
    width: max-content;
    top: 5px;
    left: 48px;
    background-color: #eee;
    border-top: 10px solid #999;
    border-right: 10px solid #999;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    display: inline-block;
    padding: 11px 55px;
    font-size: 28px;
    color: #000;
    text-align: justify;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
    border-radius: 10px 20px 20px 10px;
}
.popup #iconn {
    position: absolute;
    top: -50px;
    left: -50px;
    background-color: #eee;
    border: 10px solid #999;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    color: #000;
    text-align: justify;
    border-radius: 100%;
}
.popup #iconn:before {
    content: ' census ';
    position: absolute;
    width: max-content;
    top: 5px;
    left: 50px;
    background-color: #eee;
    border-top: 10px solid #999;
    border-right: 10px solid #999;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    display: inline-block;
    padding: 11px 55px;
    font-size: 28px;
    color: #000;
    text-align: justify;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
    border-radius: 10px 20px 20px 10px;
}

.popup cw {
    font-size:12px;
    line-height: 140%;
    color:#000;
    font-family: 'arial',sans-serif;
    text-transform: none;
    text-align: justify;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;}
.popup p, .popup div {margin-bottom: 10px;}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;}

.collapse{
  display: block;
  color: #000;
  width:50px;
}
.collapse + input{
  display: none; /* hide the checkboxes */
}
.collapse + input + div{
  display:none;
}
.collapse + input + div i{
  margin-bottom:5px;
  background-color:rgba(58,58,58,0.1);
    width:12px;
    padding:2px 8px 2px 4px;
    border-radius: 3px;
    border:1px solid rgba(58,58,58,0.8);
    text-align: center;
}
.collapse + input + div i:hover {
  background-color:rgba(58,58,58,0.8);
    color:#ddd;
    border:1px solid rgba(58,58,58,0.8);
}
.collapse + input:checked + div{
  display:block;
    position: relative;
    top:3px;
    left:-9px;
    background-color:rgba(95,107,109,0.9);
    text-align: center;
  width:22px;
    padding:7px 8px 0 4px;
    border-radius: 0 0 5px 5px;
}

#fade-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 2;
}
#message-window {
	position: fixed;
	top: 64px;
	left: 50%;
	width: 860px;
	background-color: #F9F9F9;
	margin: 0 0 0 -430px;
	z-index: 3;
}

    
    
#census {
    width: 635px;
    height: 380px;
    background:#eee;
    padding:5px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
}
#census .side {
    position: relative;
    float: left;
    vertical-align: top;
    width:100px;
    margin: 10px 5px 0 5px;
}
#census .main {
    position: absolute;
    left:130px;
    top:30px;
    float: right;
    vertical-align: top;
    width:550px;
    margin-top: 10px;
}
    
#census .w {
    display: inline-block;
    vertical-align: top;
    width:80px;
    height:40px;
    border:1px solid #999;
    margin: 7px 6px 7px 0;
}
#census .t {
    display: block;
    background: rgba(105,122,128,0.3);
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding:5px 0 2px 0;
    margin: 0;
    border-bottom: 2px solid #5f6b6d;
}
#census .b {
    display: block;
    background: rgba(221,221,221,0.4);
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    line-height: 140%;
}
    
#census .l, #census .c {
    display: inline-block;
    width: 29%;
    text-align: center;
    border-right:1px solid #5f6b6d;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
}
#census .r {
    display: inline-block;
    width: 30%;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
}
    
#census .mortal {
    background: rgba(153,47,47,0.5);
}
#census .sempi {
    background: rgba(84,129,52,0.5);
}
#census .immortal {
    background: rgba(82,122,159,0.5);
}
#census .eternal {
    background: rgba(126,93,143,0.5);
}




/********************************************************
                    posting
*********************************************************/
.post1 {
    background-color: rgba(187,187,187,0.8);
    color:#000;
}
.post2 {
    background-color: #ccc;
    color:#000;
}

#posting-form .maintitle {
    color:#222;
    height:97px;
}
#code-buttons-header .pformstrip,
#enter-your-post-header .pformstrip,
#post-as-header .pformstrip, .pformstrip {
    background-image: none;
    background-color: #ccc;
    padding:8px;
    border:none;
}

#code-buttons .pformleft,
#enter-your-post .pformleft,
#post-options .pformleft,
#post-icon-options .pformleft,
#post-as .pformleft,
#post-icon-options .pformright,
#edit-by-line .pformleft,
#topic-title .pformleft,
#topic-desc .pformleft,
.pformleft,
#ucpcontent #field-website,
#ucpcontent #field-gtalk,
#ucpcontent #field-aim,
#ucpcontent #field-yim,
#ucpcontent #field-msn,
#ucpcontent #field-skype,
#ucpcontent #field-location,
#ucpcontent #field-interests,
#ucpcontent #field-interests
{
    display:none;
}

#code-buttons .pformright,
#enter-your-post .pformright,
#post-options .pformright,
#post-as .pformright,
#edit-by-line .pformright,
#topic-title .pformright,
#topic-desc .pformright,
.pformright
{
    background-color: rgba(187,187,187,0.8);
    border-right: 10px solid rgba(199,199,199,0.8);
    border-left: 10px solid rgba(199,199,199,0.8);
    border-top:none;
    border-bottom: 1px solid rgba(199,199,199,0.8);
    color:#000;
    padding:20px 10px;
    text-align: center;
}

#ucpcontent .pformright {
    text-align: left;
    background-color: rgba(187,187,187,0);
    border-right: 0px solid rgba(199,199,199,0.8);
    border-left: 0px solid rgba(199,199,199,0);
    border-top:none;
    border-bottom: 0px solid rgba(199,199,199,0.8);
    color:#000;
    width:550px;
}
#ucpcontent .pformleft {
    display: inline-block;
    text-align: right;
    width:150px;
    background-color: rgba(187,187,187,0);
    border:0px;    
    padding:10px 0 10px 10px;
}
#ucpcontent input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    font-family: arial, sans-serif;
    padding: 8px;
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;
    width:97%;
}
#ucpcontent textarea {
    width:97%;
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    padding: 8px;
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;    
}
#ucpcontent #code-buttons  input[type="text"] {
    display: none;
}



#topic-title .pformright input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    font-family: 'arial', sans-serif;
    outline: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 120%;
    text-align: left;
    width: 97%;
    padding: 10px;
}
#topic-desc .pformright input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #555;
    font-family: 'arial', sans-serif;
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: center;
    width: 90%;
    padding: 8px;
}

#code-buttons .pformright a,
#enter-your-post .pformleft a {
    color:#555;
}

#code-buttons .pformright input[type=submit],
#code-buttons .pformright input[type=button],
#code-buttons .pformright input[type=reset] {
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 3px 5px 3px;
    padding: 5px;
    text-decoration: none;
    border: none;
    background: #ddd;
}

#posting-form input[type=submit], 
#posting-form input[type=button], 
#posting-form input[type=reset] {
    box-shadow: none;
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 3px;
    padding: 2px 6px;
    text-decoration: none;
    border: none;
    background: transparent;
}
#posting-form input[type=submit]:hover, 
#posting-form input[type=button]:hover, 
#posting-form input[type=reset]:hover {
    color: #777;
}

#bbcode-buttons {
    padding-bottom: 15px;
    display: inline-block;
}
#enter-your-post textarea {
    padding:10px;
    background-color: rgba(255,255,255,0.6) !important;
    border: none !important;
    box-shadow: none;
    width: 97%;
    height: 400px;
    line-height: 140%;
    font-size: 14px;
    text-align: left;
}
#bbcode-buttons .codebuttons {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #999;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 4px;
    margin:5px;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.6) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}





/********************************************************
                    colors
*********************************************************/
#Staff .p-nun, #Staff .pafs2sm, #Staff    
.proinfo c, #Staff .proinfos d, #Staff .proinfos d i, #Staff .proinfos i, #Staff #ppdw1 {color:#697a80;}
#Staff .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/pstaffbg.png);}
#Staff .pafs, #Staff .pafs2 {background:#697a80; color:#f1f1f1;}
#Staff .pafs:hover, #Staff .pafs2:hover {background:#f1f1f1; color:#697a80;}
#Staff .prohead {color:#697a80;}
#Staff .promain {border-bottom:10px solid #697a80;}
#Staff #ppdw1 {border-bottom: 1px solid #697a80;}

#OOC .p-nun, #OOC .pafs2sm, #OOC    
.proinfo c, #OOC .proinfos d, #OOC .proinfos d i, #OOC .proinfos i, #OOC #ppdw1  {color:#9c9b60;}
#OOC .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/poocbg.png);}
#OOC .pafs, #OOC .pafs2 {background:#9c9b60; color:#f1f1f1;}
#OOC .pafs:hover, #OOC .pafs2:hover {background:#f1f1f1; color:#9c9b60;}
#OOC .prohead {color:#9c9b60;}
#OOC .promain {border-bottom:10px solid #9c9b60;}
#OOC #ppdw1 {border-bottom: 1px solid #9c9b60;}

#Mortal .p-nun, #Mortal .pafs2sm, #Mortal    
.proinfo c, #Mortal .proinfos d, #Mortal .proinfos d i, #Mortal .proinfos i, #Mortal #ppdw1 {color:#992f2f;}
#Mortal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/pmortalbg.png);}
#Mortal .pafs, #Mortal .pafs2 {background:#992f2f; color:#f1f1f1;}
#Mortal .pafs:hover, #Mortal .pafs2:hover {background:#f1f1f1; color:#992f2f;}
#Mortal .prohead {color:#992f2f;}
#Mortal .promain {border-bottom:10px solid #992f2f;}
#Mortal #ppdw1 {border-bottom: 1px solid #992f2f;}

#Sempiternal .p-nun, #Sempiternal .pafs2sm, #Sempiternal    
.proinfo c, #Sempiternal .proinfos d, #Sempiternal .proinfos d i, #Sempiternal .proinfos i, #Sempiternal #ppdw1 {color:#548134;}
#Sempiternal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/psempibg.png);}
#Sempiternal .pafs, #Sempiternal .pafs2 {background:#548134; color:#f1f1f1;}
#Sempiternal .pafs:hover, #Sempiternal .pafs2:hover {background:#f1f1f1; color:#548134;}
#Sempiternal .prohead {color:#548134;}
#Sempiternal .promain {border-bottom:10px solid #548134;}
#Sempiternal #ppdw1 {border-bottom: 1px solid #548134;}

#Immortal .p-nun, #Immortal .pafs2sm, #Immortal    
.proinfo c, #Immortal .proinfos d, #Immortal .proinfos d i, #Immortal .proinfos i, #Immortal #ppdw1 {color:#527a9f;}
#Immortal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/pimmortalbg.png);}
#Immortal .pafs, #Immortal .pafs2 {background:#527a9f; color:#f1f1f1;}
#Immortal .pafs:hover, #Immortal .pafs2:hover {background:#f1f1f1; color:#527a9f;}
#Immortal .prohead {color:#527a9f;}
#Immortal .promain {border-bottom:10px solid #527a9f;}
#Immortal #ppdw1 {border-bottom: 1px solid #527a9f;}

#Eternal .p-nun, #Eternal .pafs2sm, #Eternal    
.proinfo c, #Eternal .proinfos d, #Eternal .proinfos d i, #Eternal .proinfos i, #Eternal #ppdw1 {color:#7e5d8f;}
#Eternal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/peternalbg.png);}
#Eternal .pafs, #Eternal .pafs2 {background:#7e5d8f; color:#f1f1f1;}
#Eternal .pafs:hover, #Eternal .pafs2:hover {background:#f1f1f1; color:#7e5d8f;}
#Eternal .prohead {color:#7e5d8f;}
#Eternal .promain {border-bottom:10px solid #7e5d8f;}
#Eternal #ppdw1 {border-bottom: 1px solid #7e5d8f;}



.proinwrap {position:relative; float:left; width:100px; height:150px; right:0; top:-3px;}
.proinwrap2 {position:relative; width:100px; height:100px; left:-200px; top:-105px;}




/********************************************************
                    EVENT
*********************************************************/

#event {
    position: relative;
    left:85px;
    height:140px;
    width: 850px;
     margin-bottom: 35px;
    background-color:rgba(241,241,241,0.);
}
#event .icon {
  position: absolute;
  top:0; 
  left:-10px;
  width: 100px;
  height: 100px;
  margin: 18px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  border:7px solid #bbb;
  z-index:5;
    }
#event .icon2 {
  background: url('https://i.imgur.com/MnZ9KEl.gif');
     width: 170px;
    height: 170px;
    background-size: 140px auto;
    background-position: center;
    margin: -30px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
    
#event .wrap {
    position: relative;
    left:60px; 
    top:10px;
    width: 540px;
    height: 107px;
    padding: 5px 15px 5px 75px;
    background:#eee;
    border-radius: 0 5px 0 0;
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    z-index: 4;
    }
    
#event .ribbon {
    position: absolute;
    right:0; 
    top:0;
    width: 185px;
    height: 140px;
    z-index: 1;
    }
#event .top {
    position: absolute;
    top:20px;
    width: 70px;
    height: 0;
	border-top:60px solid #ddd;
	border-right: 80px solid transparent;
    }
#event .btm {
    position: absolute;
    bottom:3px;
    width: 70px;
    height: 0;
	border-bottom:60px solid #ddd;
	border-right: 80px solid transparent;
    } 
#event .btm:before {
    content: '';
    position: absolute;
    top:50px;
    left:0px;
    width: 1px;
    height: 0;
	border-top:10px solid #aaa;
	border-right: 25px solid transparent;
    }
    
#event .wrap2 {
    position: relative;
    width:500px; height:118px;
    top:-5px; left:0;
}
#event .title {
    position: absolute;
    width:445px; 
    height:26px;
    top:15px;
    left:15px;
    font-size: 32px;
    font-family: 'lobster', cursive;
    text-transform: capitalize;
    letter-spacing: -1px;
    border-top:2px solid #bbb;
    border-left:2px solid #bbb;
    border-bottom:2px solid #bbb;
    padding: 6px 20px 14px 15px;
    line-height: 110%;
    text-align: left;
    
}
#event .title:after {
    content: '';
    position: absolute;
    top:-2px;
    right:0;
    height:2px;
    width:80%;
    background:#eee;
}
#event .title a {
    color:#72723d;
    text-decoration: none !important;
transition: all 0.5s ease-out;
-o-transition-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
}
#event .title a:hover {
    letter-spacing: 0px;
}
#event .title i {
    position: relative;
    font-size: 28px;
    }
    
#event .date {
    position: absolute;
    width:300px; height:20px;
    bottom:17px;
    right:2px;
    font-size: 18px;
    color:#555;
    font-family: 'Fjalla One', sans-serif;
    text-transform: capitalize;
    font-style: italic;
    border-right:2px solid #bbb;
    border-bottom:2px solid #bbb;
    padding: 10px 20px 6px 30px;
    line-height: 110%;
    text-align: right;
    
}
#event .date:after {
    content: '';
    position: absolute;
    bottom:-2px;
    left:0;
    height:2px;
    width:95%;
    background:#eee;
}