/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
/*VIEW POST*/
/*Post detail*/
.post-detail {
  margin-bottom: 20px;
  /*.title*/
  /*.summary*/
  /*.content*/
}
.post-detail .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  margin-bottom: 10px;
}
.post-detail .summary {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.post-detail .content {
  line-height: 22px;
  color: #303030;
  text-align: justify;
  /*>p:first-child*/
}
.post-detail .content > p:first-child {
  margin-top: 0px;
}
/*.post-detail*/
/*#VIEW POST*/
/*MORE POSTS LIST*/
.more-posts {
  margin-bottom: 20px;
  /*.heading*/
  /*.item*/
}
.more-posts .heading {
  font-family: Tahoma, Geneva, sans-serif;
  display: block;
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.more-posts .item {
  line-height: 18px;
  font-size: 13px;
  font-weight: 700;
  /*img*/
  /*.title*/
  /*.summary*/
  /*:before*/
  /*:after*/
  /*:hover*/
}
.more-posts .item img {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
  outline: solid 1px #fff;
  border: solid 2px #fff;
  -webkit-transition: outline-color 0.12s ease;
  -moz-transition: outline-color 0.12s ease;
  -ms-transition: outline-color 0.12s ease;
  -o-transition: outline-color 0.12s ease;
}
.more-posts .item .title {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*:after*/
}
.more-posts .item .title:after {
  content: " ";
  font-size: 1px;
  display: block;
}
.more-posts .item .summary {
  display: inline-block;
  padding-top: 7px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.more-posts .item:before {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
  height: 10px;
}
.more-posts .item:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
  height: 10px;
}
.more-posts .item:hover {
  text-decoration: none;
  /*.title*/
  /*img*/
}
.more-posts .item:hover .title {
  border-bottom: dotted 1px;
}
.more-posts .item:hover img {
  outline-color: #ddd;
}
/*.more-posts*/
/*#MORE POSTS LIST*/
