/**********************************************************
 		Body Background & Text Style
**********************************************************/
@import url('https://fonts.googleapis.com/css?family=Lobster|Playfair+Display:400i|Roboto|Fjalla+One');

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;
}
.tableborder {
    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:12px; height: 5px; }
::-webkit-scrollbar-track { background-color: #ddd; }
::-webkit-scrollbar-thumb { background-color: #555; }

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

.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;
  }

/**********************************************************
 		             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: 13px; left:-10px;
    width: 100%;
    height: 15px;
    padding:5px;
    background: #697a80;
}
#hb-acp {
    position: absolute;
    top:10px;
    left:-68px;
}
#hb-foot a {
    color:#222;
    font-size: 20px;
}
#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:30px;
    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:12px;
    
}
#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;
    font-style: italic;
    text-decoration: none;
}
#subaccounts_menu .forminput {
	position:relative;
    float: left;
	top:0; left:60px;
	height:20px;
	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:40px; right:0;
    background-color: #555;
    min-width: 130px;
    border-bottom:10px solid #697a80;
    z-index: 1;
}
.dropdown-content a {
    color: #ddd;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    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: 18px;
    width:20px;
}
.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:4px 4px 4px 3px; 
    border-radius:30px; 
    border:3px solid #eee; 
    background: #aaa;
    z-index:997; 
    font-size:37px;
}
#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;
    width:12px; height:12px;
    padding: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:62px;
    padding:3px;
}
#recent-alerts .tableborder {
    width:400px; 
    padding:5px 5px 2px 0;
    border:0;
}
#recent-alerts-data .row2 {
    margin:0; 
    background:#ccc; 
    color:#333; 
    font-size:11px; 
    font-family:sans-serif; 
    text-align:left; 
    text-transform: lowercase;
}
#recent-alerts-data .row2 a {
    margin:0; 
    background:#ccc; 
    color:#000; 
    font-size:11px; 
    font-family:sans-serif; 
    text-align:center; 
    text-transform: uppercase;
}

/**********************************************************
                    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: 80px;
    border-bottom: 35px solid #ccc;
    border-top: 35px solid #ccc;
    background-image: url(https://i.imgur.com/AoE4cfd.png);
}
#ti-l {
    position: absolute;
    top:3px; left:0;
    background-color:rgba(221,221,221,0.9);
    height:165px;
    width: 330px;
    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: 225px;
    height: 115px;
    padding:25px 0 0 0; 
    font-family: sans-serif; 
    color:#000; 
    font-size:12px; 
    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:0; left:0;
    width: 94%;
    height: 80%;
    padding:5px;
    overflow: auto;
}
#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:3px; right:0;
    background-color:rgba(221,221,221,0.9);
    height:165px;
    width: 550px;
    padding:10px 5px 10px 5px;
    text-align: center;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}

#ti-time {
    position: relative;
    display: inline-block;
    top:15px;
    width: 365px;
    height:45px;
    padding:5px;
    border:2px solid #bbb;
    outline:7px solid #ccc;
}
#ti-ticon {
    position: absolute;
    left:0; top:0;
    width:43px; height:45px;
    padding:10px 5px 0 2px;
    font-size: 36px;
    color:#eee;
    background-color: rgba(105,122,128,0.9);
}
season {
    position: absolute;
    right:0; top:0;
    width:325px;
    height:55px;
    background-size: 325px auto;
    background-image: url(https://i.imgur.com/7On8Mv2.gif);
}
#ti-time h1 {
    margin-top:5px;
   color: #eee;
   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;
}

#ti-foot {
    position: absolute;
    bottom: -35px; left:0;
    width:980px;
    height:25px;
    padding:5px 0 5px 0;
    background-color: rgba(105,122,128,0.9);
}

.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:700px !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-foot div {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#ti-staff {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 155px;
    margin: 5px 0 0 100px;
}
.fsstaff {
    position:relative; 
    display: inline-block;
    width:95px !important; 
    height:65px !important; 
    text-align:right; 
    margin:0 0 3px 0; 
    border:1px solid #444; 
    border-radius: 50px;
    background-position: center;
    background-size: auto 85px;
    top:0px; 
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */ filter: grayscale(80%);
}
.fsstaff span {
    position: absolute;
    bottom:10px;
    left:-5px;
    font-size: 36px;
    font-family: 'lobster',cursive;
    -webkit-text-stroke: 1px #000;
    color:#eee;
    font-style: italic;
}
.eien {
    background-image:url(http://pile.randimg.net/1/186/109146/eien.png);background-size: 105px auto;
}
.moss {
    background-image:url(http://pile.randimg.net/1/186/109147/moss.png); background-size: 105px auto;
}
.sarah {
    background-image:url(http://pile.randimg.net/1/186/109144/sarah.png); background-size: 108px auto;
}
.yukie { 
    background-image:url(http://pile.randimg.net/1/186/109145/yukie.png); background-size: 105px auto;
}

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

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

/**********************************************************
                    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.2);
    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:10px;
    background-color:rgba(221,221,221,0.6);
}

.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:25px;
    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: 1.5px;
}

.idx-img {
    position: absolute;
    height:120px; width:350px;
    top:0px; left:180px;
    background-size: auto 120px;
    background-color: #ddd;
    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:2px;
    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:2px;
    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:40px;
    max-width:120px;
    left:-5px;
    font-size: 11px;
    font-family: 'calibri',sans-serif;
    padding:10px 5px 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;}


/**********************************************************
                    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: 16px;
}

.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.png);}
#row-18 {background-image:url(http://makeshiftheart.com/FS/imgs/bc53.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.png);}
#row-30 {background-image:url(http://makeshiftheart.com/FS/imgs/bc24.png);}
#row-31 {background-image:url(http://makeshiftheart.com/FS/imgs/bc25.png);}
#row-32 {background-image:url(http://makeshiftheart.com/FS/imgs/bc26.png);}
#row-37 {background-image:url(http://makeshiftheart.com/FS/imgs/bc31.png);}
#row-38 {background-image:url(http://makeshiftheart.com/FS/imgs/bc32.png);}
#row-39 {background-image:url(http://makeshiftheart.com/FS/imgs/bc33.png);}
#row-52 {background-image:url(http://makeshiftheart.com/FS/imgs/bc56.png);}
#row-53 {background-image:url(http://makeshiftheart.com/FS/imgs/bc53.png);}
#row-54 {background-image:url(http://makeshiftheart.com/FS/imgs/bc36.png);}
#row-55 {background-image:url(http://makeshiftheart.com/FS/imgs/bc37.png);}
#row-56 {background-image:url(http://makeshiftheart.com/FS/imgs/bc38.png);}
#row-57 {background-image:url(http://makeshiftheart.com/FS/imgs/bc57.png);}
#row-58 {background-image:url(http://makeshiftheart.com/FS/imgs/bc58.png);}
#row-62 {background-image:url(http://makeshiftheart.com/FS/imgs/bc62.2.png);}
#row-68 {background-image:url(http://makeshiftheart.com/FS/imgs/bc57.png);}
#row-66 {background-image:url(http://makeshiftheart.com/FS/imgs/bc66.2.png);}


#row-72 {background-image: url(http://i.imgur.com/plD9rky.jpg)}
#row-83 {background-image: url(http://i.imgur.com/tqNHD7W.jpg)}

#row-71 {background-image: url(http://i.imgur.com/edHn5qB.gif)}
#row-79 {background-image: url(http://i.imgur.com/LGBWfte.gif)}
#row-85 {background-image: url(http://i.imgur.com/Xv3HZge.gif)}
#row-74 {background-image: url(http://i.imgur.com/lBwBDe5.gif)}
#row-75 {background-image: url(http://i.imgur.com/xHBuFTL.png)}
#row-77 {background-image: url(http://i.imgur.com/4EpCZzI.png)}
#row-80 {background-image: url(https://cdnw.nickpic.host/mNSDoN.jpg)}
#row-86 {background-image: url(http://68.media.tumblr.com/b7807a5df1d434aa2909e26b241b3dac/tumblr_nxn3g3FGkX1ukldkho1_500.gif); background-size: auto 120px; background-position: center;}

#row-33 {background-image:url(http://i.imgur.com/BYbRiXX.gif);}
#row-67 {background-image:url(http://i.imgur.com/aWvRLZX.png);}
#row-34 {background-image:url(http://i.imgur.com/cC0usgO.png);}
#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(http://i.imgur.com/0a9AKOo.gif);}

#row-540 .idx-img, #row-44 .idx-img, #row-48 {background-image:url(http://makeshiftheart.com/FS/imgs/shop&dine.png);}

#row-45 .idx-img, #row-49 {background-image:url(http://makeshiftheart.com/FS/imgs/nightlife.png);}

#row-46 .idx-img, #row-50 {background-image:url(http://makeshiftheart.com/FS/imgs/residential.png);}

#row-47 .idx-img, #row-51 {background-image:url(http://makeshiftheart.com/FS/imgs/everywhere.png);}


#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:330px;
    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: 'arial', sans-serif;
    font-size: 10px;
    overflow: auto;
    text-transform: uppercase;
    line-height: 140%;
    text-align: justify;
    color:#000;
}
#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: 2px;
    width: 60%;
    background: #d1d1d1;
}
#bf .tt {
    margin:0 0 0 20px;
    width:250px;
}
#bf .ot {
    margin:0 10px 0 0;
    width:350px;
}
#bf .welcome {
    position: relative;
    margin: 40px 0 0 80px;
    padding: 5px;
    width: 500px;
    text-align: center;
    font-family: 'arial', 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:150px;
    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:130px;
    padding:10px 5px;
    border:1px solid #aaa;
    border-radius: 5px;
    color:#777;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    word-spacing: 5px;    
}
#bf .rbox b {
    color:#555;
    font-size: 14px;
    word-spacing: 5px;    
}
#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: 290px;
    background: #ddd;
}
#aff .tagbox: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;
}
#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;
} 

.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;
}



/**********************************************************
                    MAIN PROFILE
**********************************************************/
#new-profile .maintitle {position: relative; width:800px; height:125px; color:#828e90; font-family:'Oswald', sans-serif !important; text-align:right; padding:0 30px 0 0; border-left:10px solid #ddd; border-top:10px solid #ddd; border-right:10px solid #ddd;  background:#ddd;}

.p-mtb {position: absolute; right:0; width:825px; height:120px; background:#f1f1f1; border:1px solid #999;}

.p-sqw {
  position: absolute;
  top:-11px; left:195px;
  width: 68px;
  height: 68px;
  margin: 35px 35px 35px 43px;
  border:1px solid #666;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
    z-index:3;
}
.p-imgbg {
  position: absolute;
  float:left;
  top:-6px; left:207px;
  width: 97px;
  height: 97px;
  margin: 18px;
  background:#ddd;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  z-index:2;}

.p-img {
  width: 100px;
  height: 100px;
    background-size: 100px 100px;
  margin: -18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-img img {
  width: 100px;
  height: 100px;
    background-size: 100px auto;
    background-position: center;
}
.p-imgbgl {
  position: absolute;
  float:left;
  top:-1px; left:203px;
  width: 85px;
  height: 85px;
  margin: 18px;
  background:#ddd;
  border-left:1px solid #999;
  border-top:1px solid #999;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  z-index:2;}

.p-imgbgr {
  position: absolute;
  float:left;
  top:-1px; left:220px;
  width: 85px;
  height: 85px;
  margin: 18px;
  background:#ddd;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  z-index:2;}

.p-posts { 
    position: relative;
    left:0;
    width:197px;
    height:110px;
    padding:5px 60px 5px 5px;
    background-image:url(http://makeshiftheart.com/FS/imgs/pguestbg.png);
    z-index:1;
}
#p-pdw { 
    position: absolute;
    left:0;
    top:0;
    width:197px;
    height:110px;
    padding:5px 60px 5px 5px;
    background-color:rgba(221,221,221,0.5);
    z-index:2;
}
#ppdw1 { 
    position: relative;
    left:5px;
    top:20px;
    width:180px;
    text-align: left;
    font-size: 32px;
    line-height: 110%;
    border-bottom: 1px solid #828e90;
    z-index:2;
}
#ppdw2 { 
    position: relative;
    padding:23px 5px 0 0;
    color:#666;
    width:175px;
    text-align: right;
    font-size: 16px;
    line-height: 120%;
    z-index:2;
}
#p-quote { 
    position: absolute;
    top:2px; left:3px;
    width:197px;
    height:118px;
    overflow: none;
    font-size: 14px;
    font-family: arial;
    font-style: normal;
    text-align: center;
    color: #222;
    line-height: 110%;
}
#p-quote i { float:left; font-size: 24px; margin:0 5px 5px 0;}

.pafs2 {position:relative; text-align:center; background:#ccc; float:left; height:45px; width:50px; color:#999; padding-top:25px; font-size:18px; font-weight:bold; font-family:arial; line-height:80%;}
.pafs2sm {position:relative; right:35%; text-align: center; font-family:sans-serif; font-size:10px; text-transform: uppercase; letter-spacing: 1px; font-weight:bold; padding:0 5px 0 5px; background:#f1f1f1; z-index: 3;}

.profname {position: absolute; right:0; top:15px; margin-top:18px; font-size:48px; letter-spacing:-1px; line-height:32px; max-width:500px; padding:0 20px 0 20px; z-index: 2;}
.p-nun {border-bottom:1px solid #ccc; padding-bottom:0px; padding:0 20px 0 20px; }

.promain {
    top:0px;
    position:relative;  
    background-color:#ddd; 
    width:840px; 
    border-bottom:10px solid #828e90;
    margin-bottom:45px;
    padding:5px 5px 5px 5px;}
    

/***********************************************************************
                        AV SIDE
************************************************************************/

.proavsw {position:relative; display:inline-block; width:265px; padding:0 0 10px 0; top:10px;}

.proav {position:relative; left:-5px; top:5px; display:block; width:250px; height:400px; border:1px solid #999; outline-color:#eee; outline-width:5px; outline-style: solid; margin:10px; 0 10px 0;}
.proav img {width:250px; height:400px;}
    
.proavnav {position:relative; display:block; top:0; left:0; text-align:center; width:265px; height:35px; margin-bottom:5px;}
.pafs {position:relative; text-align:center; float:left; height:15px; width:32px; padding:10px 6px 10px 6px; background:#828e90; color:#eee; font-size: 18px;}
.pafs:hover {background:#eee; color:#828e90;}

.proavnavf {position:relative; display:block; top:10px; left:1px; text-align:center; width:260px; height:35px; background:#828e90; margin-top:5px;}
.pafs2 {position:relative; text-align:center; float:left; height:15px; width:53px; padding:10px 6px 10px 6px; background:#828e90; color:#eee; font-size: 18px;}
.pafs2:hover {background:#eee; color:#828e90;}


/***********************************************************************
                    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;
}


/***********************************************************************
                    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;}