/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body {
    font-family: Verdana, Arial;
    font-size: 12px;
    text-align: right;
    margin: auto;
    color: #333;
    background-image: url('../../../img/weights.jpg');
    background-size: cover;
    background-position:bottom;
    background-attachment: fixed;
}
h1 {
    font-weight:600 !important;
    font-size: 16px !important;

}
.postTitleImg div img{
    margin-bottom:6px;
}
a:link
{
    color: #55BAC6;
    text-decoration: none;
}
a:visited
{
    color: #55BAC6;
    text-decoration: none;
}
a:hover
{
    color: #55BAC6;
    text-decoration: underline;
}
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page {
    max-width: 950px;
    margin: auto;
    margin-top: 25px;
}
.header
{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    height: 204px;

}
.main
{
    float: left;
    text-align: left;
    width:100% !important;
}
.sidebarHeader {
    background-color: #333;
    color: #199EB8;
    padding: 3px;
    min-width: 250px;
    margin-top: 26px;
    height: 28px;
}
.sidebar
{
    float: right;
    background: #ffffff;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    min-width:300px;
}
/*.sidebar a {
    border-bottom:1px solid #eee;
    font-size:14px;
    font-family:Arial;
    font-weight:500;
}*/
.footer
{
    width: 100%;
    height:100px;
    background-color:#ffffff;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    text-align:center;
    color:#393939;

}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 3px;
    margin-top:0px;
    background-color:#fff;
    padding:12px;
}
.post-header {
    background-color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 7px;
}
.postDate {
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    padding: 12px;
}
.date-header {
    background-color: #333;
    font-weight: 400;
    padding: 4px;
    color: #fff;
    font-size: 10pt;
}
.postTitle {
    font-weight: bold;
    font-size: 18pt;
    padding-top: 5px;
}
.postMessage
{
    padding-bottom: 5px;
    padding-left:8px;
    border: 1px solid #7cc6cf;
    background-color:#fff;
}
.postFooter {
    font-size: 10pt;
    padding:3px;
    color:#fff;
    width:100% !important;
    background-color:#000;
    margin-bottom:15px;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.sidebarText {
    padding-bottom: 14px;
    word-wrap: break-word;
    max-width:200px;
    font-size:13px;
    margin-bottom:3px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */
.areaMain {
    background-color:#fff;
    padding:15px;
}
.forms {
    font-size: 7pt;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}
.bottom {
    position:absolute;
    bottom:0;
    width:100%;
}
/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */
.button {
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: pointer;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}
#commentWrapper { 
  right: 300px;

  width: 300px;
  
}
#sticky {
    visibility: visible;
    position:fixed;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#ctl00_Main_txtMessage_designEditor {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}