.blog_light_box {
	width: 80%; 
	max-width: 550px;
}

#blogcontainer {
   float: left;
   margin-left: 0px;
   margin-top: 20px;
   margin-bottom: 40px;
}
.blogitem-medium {
   margin-top: 2px;
   margin-bottom: 2px;
   border-style: solid;
   border-width: 1px;    
   border-color: #F3F3F3;
   width: 98%;
   -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: 2px;
   border-style: solid;
   border-width: 1px;    
   border-color: #F3F3F3;
   width: 100%;
   -moz-border-radius: 2px;
   border-radius: 2px;
   height: 65px;
   overflow-y: hidden;
   overflow-x: hidden;
  }
 .blogitem-darken-border {
   position: relative;
   margin-top: 2px;
   margin-bottom: 2px;
   border-style: solid;
   border-width: 1px;    
   border-color: #C4C4C4;
   width: 100%;
   -moz-border-radius: 2px;
   border-radius: 2px;
 /*  height: 65px;   */
   overflow-y: hidden;
   overflow-x: hidden;
  }
 .blogitem-expand {
   margin-top: 2px;
   margin-bottom: 2px;
   border-style: solid;
   border-width: 1px;
   border-color: #C4C4C4;
   width: 100%;
   -moz-border-radius: 2px;
   border-radius: 10px;
   min-height: 65px;
   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%;
   -moz-border-radius: 10px;
   border-radius: 10px;
   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%;
   -moz-border-radius: 10px;
   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;
  }
  .blogitem {
    position: relative;
  }
  .blog-item-more {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 999;
  }
  .blog-item-less {
    display: none;
    position: absolute;
    right: 195px;
    z-index: 999;
  }
.blog-header {
	width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: thin solid darkgray;
}
.blog-header .search-words {
    font-style: italic;
    margin-right: 10px;
}
.blog-header .post-link-a {
    float: right;
    position: relative;
    top: -33px;
    margin-bottom: 1px;
}
.blog-header .blog-header-left {
    font-weight: bold !important;
    width: 85%;
}
.blog-header .search-results-header {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
}
.blogdate {
margin-left: 5px;
padding-top: 3px;
margin-right: 0px;
}
.blogtopic {
margin-left: 5px;
margin-right: 0px;
margin-bottom: 17px;
/*background-image: url('../images/short_gray_gradient.jpg');*/
border-bottom: 2px;
border-bottom-style: solid;
color:#000099;
}
.blogtopic-font {
font-family:Arial, Helvetica, sans-serif;
font-size:133%;
font-style:normal;
}

.blogtopic-highlights {
margin-left: 5px;
margin-right: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
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:108%;
font-style:normal;
color:#000000;
position: relative;
}

.blogtopic .blog-date-container {
    float: right;
    margin-right: 5px;
}

.blog-date-font {
font-family:Arial, Helvetica, sans-serif;
font-size:108%;
font-style:italic;
color:#999999;
}

.blog-date-bold {
font-family:Arial, Helvetica, sans-serif;
font-size:108%;
font-style:italic;
color:#666666;
}

.blogitem .blogupdate {
    width: 94%;
    margin: 0px 0px 0px 12px;
}

.blogupdate .blogtopic {
margin-bottom: 3px;
border: none;
color:#000099;
opacity: 0.5;
}

.blogupdate .blogtext p {
margin-left: 7px;
}

.blogupdate .blogtext textarea {
    width: 100%; 
}

.IDcnew  .blogupdate .commment-input {
}

.IDcnew .date-section {
    float: right;
    margin-right: 0;
}

.IDcnew .comment-text {
    width:98%;
}

.IDcnew .comment-text textarea {
    width: 99%;
    margin-left: 6px;
    outline: none;
    border-color: lightgrey;
}

.IDcnew .comment-text textarea:focus {
    border-color: darkgrey;
    outline: none;
}

.IDcnew .comment-footer-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 99%;
    height: 23px;
    margin-top: -10px;
    margin-left: 5px;
}

.IDcnew .error-message {
    flex: 1 0 auto;
    margin-left: 5px;
}

.IDcnew .comment-button-container {
    flex: 1 0 auto;
}

.IDcnew .comment-button-container .comment-save {
    float: right;
    margin-right: 5px;
}

.IDcnew .comment-button-container .comment-cancel {
    float: right;
    margin-right: 10px;
}

.blog-bold {
   font-weight:bolder !important;
}
.blog-update-link {
 	display: none;  
}
.blog-edit-link {
    display: block;
}
#blog-explain {
  float: right;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 25px;
  width: 175px;
  font-family:Arial, Helvetica, sans-serif !important;
  font-size:108% !important;
}

#blog-submit-container td, #blog-submit-container input,
  #blog-submit-container textarea{
    font-family:Arial, Helvetica, sans-serif;
    font-size:108%;
    font-style:normal;
    color:#000000;
}  

#expand-all {
    float: right;
    width: 90px;
    height: 15px;
    margin-bottom: 8px;
} 
.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: 9px;
}

#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;
}
.input-width {
   width: 98%;
   margin-left: 3%;
}

#show-more-blogs {
    position: relative;
    float: right;
    font-style: italic;
    font-weight: bold;
    opacity: 0.9;
    z-index: 101;
}
#show-more-blogs:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
}

.text_09 {
 
  font-size:75%;
}
.text_10 {
  
  font-size:83%;
}
.text_11 {
 
  font-size:91%;
}
.text_12 {
  
  font-size:100%;
}

.text_13 {

  font-size:108%;
}
.text_14 {
  
  font-size:116%;
}
.text_15 {
  
  font-size:125%;
}
.text_16 {
  font-size:133%;
}
.text18 {
  font-size:18px;
}
.textAlignLeft {
	text-align: left;
}
.textAlignRight {
	text-align: right;
}
#random-image {
	height: 34px;
}
#refresh-random-image {
    vertical-align: middle;
}
#refresh-random-image:hover {
    cursor: pointer;
}
/* hamburger buttton */
.ham-btn-container {
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    padding: 2px 4px;
}
.ham-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}
 
.ham-btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background-color: #666;
    z-index: 99;
}   
.ham-btn:hover {
    background-color: #f9f2f2;
}
#side-bar-ham-btn, #side-bar-ham-search-btn {
    display: block;
    position: fixed;
    bottom: 60%;
    right: -7px;
    transition-property: width;
    transition-duration: 0.5s;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    margin-left: 3px;
    margin-right: 4px;
    padding: 5px;
    background-color: #e2e2e2;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}

#side-bar-ham-search-btn {
    bottom: 50%;
    right: -22px;
    background-color: #fff;
}

#side-bar-ham-search-btn.ham-btn--iframe {
    display:none;
    bottom: 90%;
}

#side-bar-ham-btn i, #side-bar-ham-search-btn i {
    margin-top: 6px;
    margin-left: 3px;
    transition: margin-left .3s ease-in;
}
#side-bar-ham-btn:hover, #side-bar-ham-search-btn:hover {
    transition-property: width;
    transition-duration: 0.5s;
    width: 54px;
}
#side-bar-ham-btn:hover i, #side-bar-ham-search-btn:hover i {
    margin-top: 6px;
    margin-left: 10px;
}

.mobile-hide-it {
    display: block;
}
.hide-it {
    display: none !important;
}
   
.text-bg-none {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
}    
.text-bg-none:hover {
text-decoration: underline;
cursor: pointer;
}

.text-bg {
font-weight: normal;
font-family: Verdana;
color: #000000; 
background-color:#F5F5F5;
text-decoration: none;
text-align: left;
}    
.text-bg:hover {
color: #000000;
background-color:#D8D8D8;
text-decoration: underline;
cursor: pointer;
}

.text-bg-blue {
font-weight: normal;
font-family: Verdana;
color: #000000; 
background-color:#E8EFFF;
text-decoration: none;
text-align: left;
}    
.text-bg-blue:hover {
color: #000000;
background-color:#DAEFFE;
text-decoration: underline;
cursor: pointer;
}

.blog_light_box input[name="imagetext"] {
    text-transform:  uppercase;
}   
                                                  
