/*__________________________________________________________________________ # ARTICLES ALL .newsitem
*/
#content .newsitem {
  margin: 0 0 14px 0;
  padding: 5px 10px;
}

#content .newsitem .title a {
  color:blue;
  text-decoration: underline;
  font-size: 17px;
  font-family: Arial;
  padding: 1px 0;
}

#content .newsitem .title a:hover {
  color: #c00;
  background-color: #eee;
}

#content .newsitem.lightgray .title a:hover {
  color: #c00;
  background-color: #fff;
}

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

#content .newsitem p {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  line-height: 18px;
}

#content .newsitem p a {
  color: #960;
}

#content .newsitem p a:hover {
  color: #999;
}

#content .newsitem.lightgray {
  background-color: #E6E6E6;
  border-bottom: 7px solid #F4F4F4;
  border-top: 7px solid #F4F4F4;
}


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

#content .all_months a {
  font-size: 11px;
  padding: 0 3px;
  font-weight: normal;
}

/*__________________________________________________________________________ # ARTICLES ONE .one_article
*/

#content .one_article .title {
  border-bottom: 2px solid #DAD3C3;
  color: #c00;
}

#content .one_article .published_time {
  font-size: 10px;
  font-weight: bold;
  color: #222;
  padding: 4px 0;
}

#content .one_article .content {
  padding: 5px 0;
}

#content .one_article .content img {
  padding: 5px;
  margin: 12px 5px 5px 5px;
  border: #ddd 1px solid;
}

#content .one_article .content img[align='left'] {
  margin-left: 0px;
}

#content .one_article .content img[align='right'] {
  margin-right: 0px;
}

#content .one_article .content p {
  line-height: 18px;
  margin-bottom: 10px;
  color: #000;
  font-family: verdana;
  font-size: 12px;
}

#content .one_article .content p strong {
  font-weight: bold;
  color: #222;
}

#content .one_article .content p em {
  font-style: italic;
  font-family: georgia;
  font-size: 15px;
  color: #222;
}