/*------------------------- -------- -----
  Single item for ya
                -- -------------------------*/
#content .news-single-item {
  width: 840px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content .news-single-item h2 {
  font-size: 2.0em;
  padding: 10px;
  color: #345fad;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: -0.05em;
}

div.news-frame p {
  padding: 0px 10px 0px 10px;
}                                                                                                                                            
                                                                                                                                             
div.news-frame {                                                                                                                       
  padding: 20px;
  background: url(img/frame-bg.gif);                                                                                                         
  border-bottom: 1px solid #888;                                                                                                             
}

#content .news-single-item .news-content, #content .news-single-item .news-single-additional-info, #content .news-single-item .news-single-backlink {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


/*------------------------- -------- -----
  List container
                -- -------------------------*/
.news-list-container {
  width: 500px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;  
}

.news-list-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.news-list-item p {
  padding-top: 5px;
}

.news-list-date {
  font-size: 0.8em;
}

/*------------------------- -------- -----
  Quick search container
                -- -------------------------*/
.news-search-list-container .news-search-header {
  font-size: 0.5em;
}
.news-search-list-date {
  font-size: 0.8em;
}

/*------------------------- -------- -----
  Latest container
                -- -------------------------*/

.news-latest-container {
  width: 290px;
  background: url(img/news-latest-bg.gif) top center no-repeat;
  text-align: left;
}

.news-latest-container h1 {
  padding: 10px 0px 5px 10px;
  color: #345fad;
  font-weight: bold;
  text-transform: lowercase;
}

.news-latest-rss {
  float: right;
  width: 16px;
  height: 16px;
  padding-right: 10px;
  padding-top: 10px;
}

.news-latest-item {
  padding: 5px;
}

.news-latest-item h3 {
  display: inline;
  font-size: 12px;
  font-weight: normal;
}

.news-latest-date {
  font-size: 10px;
  color: #888;
}

.news-latest-item img {
  width: 10px;
  height: 11px;
  float: left;
  padding: 5px 8px 20px 5px;
}

div.hr hr {
  display: none;
}

div.hr {
  height: 1px;
  margin: 5px auto 5px auto;
  width: 95%;
  background: #999;
}

.news-latest-gotoarchive {
  width: 290px;
  background: url(img/news-latest-bg-bottom.gif) bottom center no-repeat;
  text-align: left;
  font-size: 10px;
  height: 25px;
  margin-bottom: 10px;
}

.news-latest-gotoarchive span {
  padding: 5px 0px 10px 10px;
}

.news-catmenu-header {
  padding-top: 10px;
}