div#container
{
   width: 500px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Blog1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   margin: 0;
   text-align: left;
   line-height: 1.2;
}
#Blog1 .blogitem
{
   background-color: #EEEEEE;
   margin-bottom: 6px;
   padding: 0px;
   text-align: left;
}
#Blog1 .blogdate
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #000000;
   font-style: normal;
   text-decoration: none;
}
#Blog1 .blogsubject
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #666666;
   font-style: normal;
   text-decoration: none;
}
#Blog1 .blogcomments
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   color: #000000;
   font-style: normal;
   text-decoration: underline;
}
#Blog1 .blogsubject a:link, #Blog1 .blogsubject a:visited, #Blog1 .blogsubject a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#Blog1 .blogcomments a:link, #Blog1 .blogcomments a:visited, #Blog1 .blogcomments a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#Blog1 .blogcomments
{
   text-decoration: none;
}
#Blog1 .no-thumb
{
   display: none;
}
#Blog1 .blogitem
{
   text-align: center;
}
#Blog1 .blogheader
{
   background-size: cover;
   height: 125px;
}
#Blog1 .blogthumb
{
   position: relative;
   top: -50px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: -50px;
   border-top-width: 0px;
   border-bottom-width: 2px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   text-align: center;
}
#Blog1 .blogdate
{
   margin-bottom: 4px;
}
#Blog1 img
{
   border-width: 0;
   width: 100px;
   height: 100px;
   max-width: 100px;
   max-height: 100px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border: 5px solid rgba(255, 255, 255, 0.5);
   text-align: center;
   margin: 0px 0px 0px 0px;
}
#Blog1 .blogsubject
{
   margin: 0;
   padding: 0;
   display: block;
   font-family: Arial;
   font-size: 16px;
   color: #666666;
}

