/* ++++++++++ ORIGIN THEME +++++++ */

/* Fix for inconsistent thumbnails */

.grid-item .post-img a {
  display: block;
  overflow: hidden;
}

@media(min-width: 1171px)
{
  .search .grid-item .post-img a,
  .archive .grid-item .post-img a
  {
     height: 255px;
  }
}
@media(min-width: 961px) and (max-width: 1170px)
{
  .search .grid-item .post-img a,
  .archive .grid-item .post-img a
  {
      height: 220px;
  }
}
@media(min-width: 771px) and (max-width: 960px)
{
  .search .grid-item .post-img a,
  .archive .grid-item .post-img a
  {
      height: 170px;
  }
}
@media(max-width: 479px)
{
  .search .grid-item .post-img a,
  .archive .grid-item .post-img a
  {
      height: 170px;
  }
}



/*  Kebo Tweet Hide ###################################################################################### */
.kebo-tweets .ktweet .kdate, .kaccount
{
visibility: hidden;
display: none;
}

.kebo-tweets .ktweet .ktext
{
margin: -1px 0 2px 0;
}

.kmeta
{
display: none;
height: 1px;
}

/* End of Kebo Tweet Hide ###################################################################################### */



/* Table on pages ######################################################################################  */

tbody th {
background:none;
padding:8px 2px 8px 10px;
text-align:left;
}

tbody td {
padding:8px 2px 8px 10px;
vertical-align: top
}

/* End of Table on pages ######################################################################################  */


.post-entry h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.02em;
}


.post-entry h2 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.post-entry h3 {
    font-size: 18px !important; 
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
}

.post-entry h6 {
    font-style: italic;
}

a img.alignnone {
    margin: 0px 0px 0px 0;
}

.post-entry ul, .post-entry ol {
    padding-left: 45px;
    margin-bottom: 20px;
    line-height: 24px;
}
