/*__________________________________________________________________________ # ARTICLES
*/
#Content .newsitem {
  margin: 0 0 14px 0;
  padding: 9px 10px;
}

#Content .newsitem .title a {
  color: #27f;
  text-decoration: underline;
  font-size: 16px;
  padding: 1px 0;
}

#Content .newsitem .title a:hover {
  text-decoration: none;
  color: #777;
}

#Content .newsitem .published_time {
  font-size: 12px;
  font-weight: bold;
  color: #222;
  padding: 4px 0;
}

#Content .newsitem p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
}

#Content .newsitem p a {
  color: #2277FF;
}

#Content .newsitem p a:hover {
  color: #777;
}

#Content .newsitem.lightgray {
  background-color: #F4F4F4;
}

#Content .all_months {
  padding: 4px 0;
  font-size: 11px;
  color: #aaa;
  margin-left: -3px;
  font-weight: bold;
}

#Content .all_months a {
  font-size: 13px;
  font-family: 'Trebuchet MS';
  padding: 0 3px;
  font-weight: normal;
}

#Content img {
  padding: 5px;
  border: #ccc 1px solid;
  margin: 5px;
  margin-top: 5px;
}

#Content img[align=left] { margin-left: 0px; }
#Content img[align=right] { margin-right: 0px; }

#Content .all_months a {
  color: #2277FF;
  text-decoration: underline;
}

#Content p a:hover, #Content .all_months a:hover {
  color: #777;
  text-decoration: none;
}

/*__________________________________________________________________________ # pagination
*/
.pagination {
  font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 13px;
  padding: 15px 2px 10px 2px;
  margin: 12px 5px;
  border-top: #ddd 1px solid;
}

.pagination a {
  margin: 2px;
  padding: 6px;
  background-color: indianred;
  text-decoration: none; /* no underline */
  color: #fff;
}

.pagination a:hover, .pagination a:active {
  background-color: #de1818;
  color: #fff;
}

.pagination span.current {
  padding: 6px;
  margin: 2px;
  background-color: #f6efcc;
  color: #6d643c;
}

.pagination span.disabled {
  display:none;
}
