div#container
{
   width: 320px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Blog1
{
   box-sizing: border-box;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 1.2;
   display: flex;
   align-content: flex-start;
   flex-wrap: wrap;
   gap: 6px;
}
#Blog1 .blogitem
{
   background-color: #F4A460;
   flex: 1 1 calc(100% - 6px);
   box-sizing: border-box;
   margin-bottom: 11px;
   padding: 0px;
   text-align: center;
}
#Blog1 .blogdate
{
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 11px;
   color: #000000;
   font-style: normal;
   text-decoration: none;
}
#Blog1 .blogsubject
{
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 13px;
   color: #666666;
   font-style: normal;
   text-decoration: none;
}
#Blog1 .blogcomments
{
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 11px;
   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
{
   display: block;
   padding: 0px;
   border-radius: 4px;
   border: 1px solid #286090;
   box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
#Blog1 .blogthumb img
{
   border-width: 0;
   display: table;
   height: auto;
   width: 120px;
   margin: 0px auto 0px auto;
}
#Blog1 .bloginfo
{
   padding: 10px;
}
#Blog1 .bloginfo > p 
{
   margin-top: 0;
}
#Blog1 .bloginfo > a 
{
   text-decoration: none;
   display: inline-block;
   padding: .375em .75em;
   margin-bottom: 0px;
   font-family: Comic Sans MS;
   font-size: 11px;
   line-height: 1.4285;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid #286090;
   background-color: #FFFFFF;
   border-radius: 2px;
   color: #286090;
   transition: all 0.5s ease 0s;
}
#Blog1 .blogsubject
{
   margin: 0;
   display: block;
   text-transform: uppercase;
   box-sizing: border-box;
   width: 100%;
   padding: 14px 10px;
   background-color: #F4A460;
   color: #666666;
   border-bottom: 1px solid #286090;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}#Blog1 .pager
{
   margin: 2px 2px 2px 2px;
   width: 100%;
}
#Blog1 .page-number
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   color: #000000;
   text-decoration: none;
   padding: 1px 1px 1px 1px;
   cursor: pointer;
   border: 1px #EEEEEE solid;
   margin-right: 2px;
}
#Blog1 .active 
{
   background-color: #EEEEEE;
}
#Blog1
{
   overflow: auto;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 320px;
   height: 1500px;
   z-index: 0;
}
@media only screen and (min-width: 768px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: transparent;
   background-image: none;
}
#Blog1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 3600px;
   visibility: visible;
   display: flex;
}
#Blog1
{
   font-size: 16px;
}
#Blog1 .blogdate
{
   font-size: 11px;
}
#Blog1 .blogsubject
{
   font-size: 13px;
}
#Blog1 .blogcomments
{
   font-size: 11px;
}
#Blog1 .bloginfo > a
{
   font-size: 11px;
}
#Blog1 .page-number
{
   font-size: 13px;
}
#Blog1 .blogitem
{
   flex: 1 1 calc(100% - 6px);
}
}
@media only screen and (max-width: 767px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: transparent;
}
#Blog1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 1500px;
   visibility: visible;
   display: flex;
}
#Blog1 .blogitem
{
   flex: 1 1 calc(100% - 6px);
}
}
