
/* FORUM STYLES */

div.masthead {
  margin: 20px 20px;
}
div.masthead H1 {
  
  color: rgba(214,195,105,.9);
    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 26pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

div.forumbox {
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(150,150,150,0.05);
  
  box-shadow: rgba(0,0,0, 0.7) 0px 0px 5px;
  -moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 5px;
  -webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 5px;
  margin: 20px 20px;
  clear: both;
}

div.postheader {
                                                                                          background: rgba(100,100,100,0.1);
                                     background: -moz-linear-gradient(top,  rgba(200,200,200,0.1) 0%,               rgba(100,100,100,0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,0.1)), color-stop(100%,rgba(100,100,100,0.1)));
                                  background: -webkit-linear-gradient(top,  rgba(200,200,200,0.1) 0%,               rgba(100,100,100,0.1) 100%);
                                       background: -o-linear-gradient(top,  rgba(200,200,200,0.1) 0%,               rgba(100,100,100,0.1) 100%);
                                      background: -ms-linear-gradient(top,  rgba(200,200,200,0.1) 0%,               rgba(100,100,100,0.1) 100%);
                                    background: linear-gradient(to bottom,  rgba(200,200,200,0.1) 0%,               rgba(100,100,100,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(        startColorstr='rgba(200,200,200,0.1)',    endColorstr='rgba(100,100,100,0.1)', GradientType=0 );
  height: 70px;
  border-bottom: 1px solid rgba(150,150,150,0.1);
}

div.postheader div.rankemblem, 
div.postheader div.nameplate, 
div.postheader div.contacts, 
div.postheader div.postdate 
{ display: inline-block; vertical-align: top; width: auto; }

div.postheader div.rankemblem {
  margin-top: -15px; z-index: 10;
}
div.nameplate {
    margin-top: 5px;
    margin-bottom: 5px;
    
    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 10pt;
    color: #AAAAAA;
}

div.postheader div.nameplate SPAN {
  color: #FFFFFF;
}

ul.nobullets LI { list-style: none !important; background: none !important; background-image: none !important; }
LI.inline { list-style: none !important; background: none !important; background-image: none !important; }

div.nameplate A {
  
  
  color: rgba(214,195,105,.9);
    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 14pt;
    font-weight: normal;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
div.nameplate I {
  color: #FFFFFF;
}

div.nameplate UL { margin: 0px; padding: 0px; }
div.nameplate UL LI { list-style: none; display: inline-block; margin: 0px 5px 0px 0px;  padding: 0px;

    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 8pt;
    color: #AAAAAA;
}

div.masthead UL.stats { margin: 0px; padding: 0px; }
div.masthead UL.stats LI { list-style: none; display: inline-block; margin: 0px 5px 0px 0px; 

    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 8pt;
    color: #AAAAAA;
}
div.masthead UL.stats LI  SPAN {
  color: #FFFFFF;
}


div.postbody {
        clear: both;
 margin: 40px 40px; 
}


div.postfooter {
        clear: both;
  background-color: rgba(0,0,0,0.5);
  border-top: 1px solid rgba(150,150,150,0.2);
  margin: 0px;
}
div.postcontrols {
  display: inline-block;
  min-width: 32%;
  width: auto;
  margin: 0px; padding: 0px;
}

div.postcontrols UL { margin: 0px; padding: 0px; }
div.postcontrols UL LI { list-style: none; display: inline-block; margin: 10px 10px; }



.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* RANK COLORS */
#brownbg  { background-color: rgba(159, 105, 56, 0.1);  }
#orangebg { background-color: rgba(199, 90, 27, 0.1);   }
#yellowbg { background-color: rgba(235, 189, 21, 0.1); }
#bluebg   { background-color: rgba(5, 93, 255, 0.1);    }
#purplebg { background-color: rgba(100, 0, 150, 0.1);   }
#redbg    { background-color: rgba(200,0,0,0.1);        }
#whitebg  { background-color: rgba(255,255,255,0.1);    }
#blkbg    { background-color: rgba(0,0,0,0.2);          }
#silverbg { background-color: rgba(150,150,150,0.1);    }
#greenbg  { background-color: rgba(0, 178, 45, 0.1);    }




@media only screen and (min-width: 1200px) { /* FULL SCREEN */

  div#fhalf { width: 50%; height: auto; float: left;  display: inline-block;
        z-index: 0; }
    div.siggy {
        clear: both;
        border-top: 1px solid rgba(255,255,255,0.2);
        min-height: 150px;
        height: auto;
        margin-top: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgba(0,0,0,0.5);
        margin-bottom: 0px;
        z-index: 0;
    }


    div.siggy div.tagline {
        display: table;
        max-width: 70%;
        width: auto;
        min-height: 70px;
        margin: 0px auto;
        vertical-align: center;
        height: 130px;
        line-height: 130px;
        text-align: center;
        z-index: 0;
    }
    div.siggy div.awards {
        display: inline-block;
        width: 100%;
        margin: 10px;
        text-align: center;
        height: 100px;
        z-index: 0;
    }

}
@media only screen and (max-width: 1200px) { /* MOBILE */

  div#fhalf { width: 100%; height: auto; float: left;  display: inline-block;
        z-index: 0; }
    div.siggy {
        min-height: 200px;
        display: block;
        margin-top: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgba(0,0,0,0.5);
        margin-bottom: 0px;
        z-index: 0;
        text-align: center;

    }
    div.siggy div.tagline {
        display: table;
        max-width: 70%;
        width: auto;
        min-height: 70px;
        margin: 0px auto;
        line-height: 150px;
        text-align: center;
        z-index: 0;
    }

    div.signature div.awards {
        display: table;
        max-width: 80%;
        width: auto;
        margin: 0px 10px;
        height: 100px;
        text-align: center;
        z-index: 0;
    }

    .hidemotto {
        display: none;
    }

}

div.siggy div.tagline span {

  display: table-cell;
  vertical-align: middle;
  line-height: normal;
    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 12pt;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #000000;
    text-align: center;
    width: 100%;
}

div.siggy div.awards div.title {
    font-family: 'Caudex', Garamond, Georgia, Serif;
    font-size: 12pt;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #000000;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}


#falledbrdr  { border-left: 5px solid rgba(255, 255, 255, 0.8); border-top: 1px solid rgba(255, 255, 255, 0.8); border-right: 1px solid rgba(255, 255, 255, 0.8); border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

#newbrdr  { 
  border-left: 5px solid rgba(181, 230, 88, 0.5);  
  border-top: 1px solid rgba(181, 230, 88, 0.5);  
  border-right: 1px solid rgba(181, 230, 88, 0.5);  
  border-bottom: 1px solid rgba(181, 230, 88, 0.5);   }
  
#elderbrdr  { 
  border-left: 5px solid rgba(242, 230, 135, 0.5);  
  border-top: 1px solid rgba(242, 230, 135, 0.5);  
  border-right: 1px solid rgba(242, 230, 135, 0.5);  
  border-bottom: 1px solid rgba(242, 230, 135, 0.5);   }
#leaderbrdr  { 
  border-left: 5px solid rgba(64, 178, 83, 0.5); 
  border-top: 1px solid rgba(64, 178, 83, 0.5); 
  border-right: 1px solid rgba(64, 178, 83, 0.5); 
  border-bottom: 1px solid rgba(64, 178, 83, 0.5);
}