/* override blog.css with no blog borders */
.blog_light_box {
    width: 80%;
    max-width: 550px;
}

#blog-section {
    position: relative;
    /*float: left;*/
    margin-top: 12px;
    margin-left: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.blog-width { /* default width */
    width: 99%;
}

.blog-wide { /* don't override blog-width -  will override this for mobile */
    width: 70%;
}

.blog-narrow { /* don't override blog-narrow -  will override this for mobile if necessary */
    width: 70%;
}

.blogitem {
    position: relative;
}

.blogitem .blogtext img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blogitem-medium {
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #F3F3F3;
    width: 100%;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.blogitem-normal-border {
    position: relative;
    margin-top: 2px;
    margin-bottom: 7px;
    background-color: white;
    border: thin solid #eaeaea;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(208, 205, 205, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(208, 205, 205, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(208, 205, 205, 0.5);
    width: 100%;
    height: 130px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.blogitem-darken-border {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: none;
    border-width: 1px;
    border-color: #C4C4C4;
    width: 100%;
    height: 130px;
    background-color: #fcfcfc;
    overflow-y: hidden;
    overflow-x: hidden;
}

.blogitem-darken {
    /* background-color: #f5f5f5; */
    border: thin solid #eaeaea;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(138, 135, 135, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(138, 135, 135, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(138, 135, 135, 0.5);
    border-radius: 0px;

}

.blogitem-expand {
    margin-top: 2px;
    margin-bottom: 7px;
    background-color: white;
    border: thin solid #eaeaea;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(208, 205, 205, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(208, 205, 205, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(208, 205, 205, 0.5);
    border-radius: 0px;
    min-height: 130px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.blogitem-expand-all {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: none;
    border-width: 1px;
    border-color: #000000;
    width: 100%;
    min-height: 120px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.blogitem-hover {
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 100%;
    border-radius: 10px;
    min-height: 65px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.blogitem-highlights {
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    width: 100%;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height: 45px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.blog-item-more {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 8;
}

.blog-item-less {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 8;
}

.blog-header {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: thin solid darkgray;
}

.blogdate {
    margin-left: 0px;
    padding-top: 3px;
    margin-right: 0px;
}

.blogtopic {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 17px;
    border-bottom: solid 1px #ababab;
    color: #000099;
}

.blogtopic-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
}

.blogtopic-highlights {
    margin-left: 5px;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000099;

}

.blogspacing {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.blogtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    color: #000000;
    position: relative;
    /* overflow-x: scroll; /* use if Word Paste is working CKE 3.6.6.1 */
}

.blog-date-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #999999;
}

.blog-date-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #666666;
}

.blog-bold {
    font-weight: bolder !important;
}

.blog-update-link {
    display: none;
}

.blog-edit-link {
    display: block;
}

#blog-explain {
    position: fixed;
    width: 195px;
    top: 15px;
    right: -210px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding: 20px 20px 40px 20px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    background-color: #fdfdfd;
    border: solid thin lightgrey;
    /*overflow-y: scroll;*/
    z-index: 99;
}

#blog-submit-container td, #blog-submit-container input, #blog-submit-container textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
}

.blog-explain--open {
    transform: translateX(-210px);
    transition: transform 0.9s ease;
}

.blog-explain--close {
    transform: translateX(210px);
    transition: transform 0.9s ease;
}

#expand-all {
    float: right;
    width: 96px;
    height: 15px;
    margin-bottom: 10px;
    right: -57px;
    position: relative;
}

.expand-text {
    display: none;
    margin-top: 0px;
}

.expand-box {
}

.expand-box-update {
}

.expand-box-view {
    margin-right: 0px;
}

.expand-box:hover {
    cursor: pointer;
}

#blog-top .expand-box {
    float: right;
    margin-top: 0px;
    margin-right: 8%;
}
#blog-top a {
    padding: 3px;
    width: auto;
}

.blog-margin-top {
    margin-top: 15px;
}

.blog-margin-left {
    margin-left: 10px;
}

.blog-comment-margin {
    margin-left: 10px;
    margin-right: 10px;
}

.section-header-blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000099;
    border-bottom: 1px;
    border-bottom-style: solid;
    margin-top: 0;
}

.text_09 {
    font-size: 9px;
}

.text_10 {
    font-size: 10px;
}

.text_11 {
    font-size: 11px;
}

.text_12 {
    font-size: 12px;
}

.text_13 {
    font-size: 13px;;
}

.text_14 {
    font-size: 14px;;
}

.text_15 {
    font-size: 15px;;
}

.text_16 {
    font-size: 16px;;
}

.text18 {
    font-size: 18px;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}
   

