/* Colors */
/* Font */
.visibility_hidden {
  /* Dirty solution: visibility property not supported enough, display: none won't allow to get properties by jquery in any simple way.'*/
  position: absolute;
  left: -1000vw;
  top: -1000vh;
  /* Just in case */
  visibility: hidden; }

#mainPane .postBox {
  background-color: #084d41; }
  #mainPane .postBox .postBoxContent {
    color: #FFFFCC;
    padding: 2vh 4vw 8vh 4vw;
    min-height: 10vh;
    text-align: justify;
    line-height: 17pt;
    font-size: 13pt; }
    #mainPane .postBox .postBoxContent h2 {
      font-size: 18pt;
      line-height: 18.5pt;
      text-align: left;
      margin: 5vh 0 5vh 0;
      color: #CCFF33; }
    #mainPane .postBox .postBoxContent a, #mainPane .postBox .postBoxContent a:visited {
      color: #CCFF33; }
    #mainPane .postBox .postBoxContent a:hover {
      text-decoration: underline; }
  #mainPane .postBox .postIlustration {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100pt;
    font-size: 35pt;
    font-family: palanquin_semibold, Verdana, Arial;
    font-weight: 800;
    vertical-align: middle;
    background-color: #CCFF33;
    margin: 0;
    padding: 0;
    color: #084d41;
    display: table; }
    #mainPane .postBox .postIlustration .linker {
      padding: 0;
      margin: 0;
      display: table;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      color: #FFFFCC;
      background-color: #084d41;
      opacity: 0.6; }
      #mainPane .postBox .postIlustration .linker span {
        padding: 0;
        margin: 0;
        vertical-align: middle;
        line-height: 1.2em;
        display: table-cell;
        padding: 1em; }
      #mainPane .postBox .postIlustration .linker:hover {
        background-color: #CCFF33;
        color: #084d41; }
  #mainPane .postBox .mainPostImage {
    display: block;
    width: 85%;
    height: 13em;
    border: 0.5em solid #CCFF33;
    margin: 0 auto 2em auto; }
    #mainPane .postBox .mainPostImage a {
      display: table;
      width: 100%;
      height: 100%; }
      #mainPane .postBox .mainPostImage a span {
        display: table-cell;
        width: 100%;
        background-repeat: repeat;
        background-position: center;
        background-size: cover; }
  #mainPane .postBox .audioFiles {
    margin: 1.5em 0 1.5em 0; }
    #mainPane .postBox .audioFiles p {
      font-style: italic;
      color: #CCFF33; }
    #mainPane .postBox .audioFiles audio {
      width: 100%; }
  #mainPane .postBox#fullPost .mainPostImage {
    display: block;
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 90vh; }
    #mainPane .postBox#fullPost .mainPostImage img {
      margin: 0;
      padding: 0; }
  #mainPane .postBox .detailsInfo {
    margin: 0;
    min-height: 25pt;
    line-height: 25pt;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    background-color: #CCFF33; }
    #mainPane .postBox .detailsInfo p {
      padding: 1.5vh 3vh 1.5vh 3vh;
      margin: 0;
      font-size: 11pt;
      color: #084d41; }
  #mainPane .postBox.postSmall {
    background-color: #084d41;
    position: relative;
    display: table;
    padding: 0; }
    #mainPane .postBox.postSmall .iconBox {
      display: table-cell;
      background-color: #CCFF33;
      height: 100%;
      width: 15%;
      text-align: center;
      background-image: url(../../images/icon_basicPost.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      #mainPane .postBox.postSmall .iconBox.visual {
        background-image: url(../../images/icon_visualPost.png); }
      #mainPane .postBox.postSmall .iconBox.literature {
        background-image: url(../../images/icon_basicPost.png); }
      #mainPane .postBox.postSmall .iconBox.audio {
        background-image: url(../../images/icon_audioPost.png); }
      #mainPane .postBox.postSmall .iconBox.code {
        background-image: url(../../images/icon_codePost.png); }
      #mainPane .postBox.postSmall .iconBox.philosophy {
        background-image: url(../../images/icon_philosophyPost.png); }
      #mainPane .postBox.postSmall .iconBox.basic {
        background-image: url(../../images/icon_basicPost.png); }
    #mainPane .postBox.postSmall .iconBox {
      display: table-cell;
      background-color: #CCFF33;
      height: 100%;
      width: 15%;
      text-align: center;
      background-image: url(../../images/icon_visualPost.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    #mainPane .postBox.postSmall .postBoxContent {
      display: table-cell;
      width: 60%;
      background-color: inherit;
      padding: 0;
      max-height: 15vh;
      overflow: hidden; }
      #mainPane .postBox.postSmall .postBoxContent h2 {
        padding: 0;
        margin: 5vh 5vh 2vh 5vh; }
      #mainPane .postBox.postSmall .postBoxContent p {
        margin: 2vh 5vh 5vh 5vh;
        padding: 0; }

/*# sourceMappingURL=postBoxStyles.css.map */
