body
{
  background-color: #121723;
  color: #bbb;
}

.newPost
{
  border-left: 5px solid #7C1313;
}


.hidden{ display:none;}
.visible{ display:block;}

.HHidden
{
  display:none;
}
.HVisible
{
  display:block;
}
.full{width:100%;}
.wAuto{width:auto}


.tinyCommentInfo
{
  position:absolute;
  top:1;
  left:10;
  font-size: 0.5em;
}

.postIsNew
{
  margin-right:20px;
}

.clearPostBtn
{
  position:absolute;
  background-color: #7C1313;
  width:20px;
  height:50px;
  z-index: 1000;
  right:17;
  border-radius:0px 5px 5px 0px;
  border:1px solid rgba(0,0,0,0.5);
-webkit-box-shadow: inset 2px 0px 1px 1px rgba(0,0,0,0.13);
box-shadow: inset 2px 0px 1px 1px rgba(0,0,0,0.13);
/*  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);*/
}
.clearPostBtn:hover
{
  background-color: darkred;
  cursor: pointer;

}

.boxshadow
{
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 1);*/
}


.noOutline
{
  outline: none;
}

.replacer
{
  margin-top:-5px;
  margin-left:-8px;
}

.btnSec
{
  background-color: #444;
  border-radius: 3px;
  display:block;
  color:#999;
  text-decoration: none;
  margin-left:5px;
  padding:5px;
  cursor: pointer;
  border:1px solid rgba(255,255,255,0.1);

}

.btnMain
{
  background-color: #13327C;
  border-radius: 3px;
  display:block;
  color:white;
  text-decoration: none;
  margin-left:5px;
  padding:5px;
  cursor: pointer;
  border:0px;
  border:1px solid rgba(255,255,255,0.1);
}

.btnMain:hover, .btnSec:hover
{
  text-decoration: none;
  background-color: #555;
  color:white;
}

.btnSoft, .btnCAT
{
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.1);
  border-radius: 3px;
  display:block;
  border:1px solid rgba(255,255,255,0.1);

  text-decoration: none;
  margin-left:5px;
  padding:5px;
  cursor: pointer;
  text-decoration: none;
}

.btnCAT
{
  border:1px solid rgba(1,1,1,0.4);
  background-color: #7C1313;
  color: rgba(255,255,255,0.9);

}

.btnCAT:hover
{
  border:1px solid rgba(255,255,255,0.3);
  color:rgba(255,255,255,1);
  text-decoration: none;

}

.floatRight
{
  float:right;

}


.btnSoft:hover
{
  border:1px solid rgba(255,255,255,0.4);
  color:rgba(255,255,255,0.2);
  text-decoration: none;
}

.postNormal, .formated_tag
{
  background-color: rgba(29, 37, 48, 1);
  padding:15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.postImage
{
  background-color: rgba(29, 37, 48, 1);
 width: auto;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.postImage img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.postImageFull
{
  background-color: rgba(29, 37, 48, 1);
}

.postImageFull img {
  position: static;
  transform: none;
  width: 100%;
  height: auto;
}



.notNew
{
/*  border-left:2px solid rgba(255,255,255,0.1);*/

}
.color03{color: #aaa}
.color02{color: rgba(29, 37, 48, 1);}
.color04{color: #666;}
.color05{color: #161C24;}

.bgColor02{background-color: rgba(29, 37, 48, 1);}
.bgColor04{background-color: #2E3640;}
.bgColor03{background-color: #13327C;}
.bgColor01{background-color: #0D1119;}
.bgColor05{background-color: #161C24;}

.pd05{padding: 5px;}
.pd07{padding: 7px;}
.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pdlrBig{padding-left:20px; padding-right:20px;}

.lb1 {border-bottom: 1px solid #1D2530;}

.mb05{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}

.rc3{border-radius: 3px;}




.fs01{font-size: 0.1em;}
.fs02{font-size: 0.2em;}
.fs03{font-size: 0.3em;}
.fs04{font-size: 0.4em;}
.fs05{font-size: 0.5em;}
.fs06{font-size: 0.6em;}
.fs07{font-size: 0.7em;}
.fs08{font-size: 0.8em;}
.fs09{font-size: 0.9em;}
.fs11{font-size: 1.1em;}
.fs12{font-size: 1.2em;}
.fs13{font-size: 1.3em;}
.fs14{font-size: 1.4em;}
.fs15{font-size: 1.5em;}
.fs16{font-size: 1.6em;}
.fs17{font-size: 1.7em;}
.fs18{font-size: 1.8em;}
.fs19{font-size: 1.9em;}
.fs20{font-size: 2.0em;}
.fs21{font-size: 2.1em;}
.fs22{font-size: 2.2em;}
.fs23{font-size: 2.3em;}
.fs24{font-size: 2.4em;}

.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}

.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}

.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}


.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}


.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}

.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}


.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}


.darker{filter: brightness(0.75);}


.hCursor:hover{cursor: pointer;}
.overflowHidden{overflow: hidden;}

.postPic{
 width:80px;
 height:20px;

  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  border-bottom-left-radius: 5px;
}

.commentPic{
 width:80px;
 height:20px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);


}



.shadowed-div {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.pointer:hover
{
  cursor: pointer;
}

.smallEdit
{
  font-size: 0.7em;
  letter-spacing: 0.0em;
  border-radius: 8px;
  background-color: #222;
  color:#666;
  padding:3px;
}
.smallEdit:hover
{
  background-color: #444;
}

.float-left
{
  float:left;
}

.comment
{
  margin-left:15px;
  position:relative;
  border-left:5px solid rgba(29, 37, 48, 1);
  padding-left:0;
}

.commentBlock, .commentBlockNew
{
  text-align: center;
  cursor: pointer;
  float:right;
  width: 40px;
  height: 15px;
  background-color: #555;
  margin-left: 5px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 3px;
/*  margin-left:-10px*/
}
.commentBlockNew
{
  background-color: #7C1313;
}


a{
  color: #4975DE;
}
.fs15{font-size: 1.5em}

.tar{text-align: right;}