﻿/* archive calendar */

div.mainContent div.newsArchive {
    }

div.mainContent div.newsArchive div.title {
    background: url(../images/main-content-bar.png) no-repeat;
    padding: 6px 10px 7px 10px;
    font-weight: bold;
    line-height: 11px; }

div.mainContent div.newsArchive div.archive {
    margin: 5px 10px; }

div.mainContent div.newsArchive div.archive table.years {
    width: 100%; }

div.mainContent div.newsArchive div.archive table.years td.year {
    text-align: center;
    vertical-align: top; }

div.mainContent div.newsArchive div.archive table.years td.year div.year {
    font-weight: bold }

div.mainContent div.newsArchive div.archive table.years td.year ul.months {
    margin: 0px;
    padding: 0px; }

div.mainContent div.newsArchive div.archive table.years td.year ul.months li {
    list-style: none;
    margin: 0px;
    padding: 0px; }

div.mainContent div.newsArchive div.archive table.years td.year ul.months li span.empty {
    color: #444; }


/* news list */

div.mainContent div.news {
    }

div.mainContent div.news div.day {
    clear: both;
    position: relative; }

div.mainContent div.news div.day div.calendar {
    background-image: url(../images/news-calendar.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float:left;
    overflow: hidden; }

div.mainContent div.news div.day div.calendar span.month {
    display: block;
    width: 40px;
    text-align: center;
    line-height: 100%;
    padding-top: 2px;
    padding-bottom: 2px; }

div.mainContent div.news div.day div.calendar span.dayOfMonth {
    color: #222;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 100%;
    padding-top: 3px;
    font-size: 18px;
    font-weight: bold; }

div.mainContent div.news div.day div.articles div.article {
    border-top: 1px dotted #666;
    margin-left: 60px; }
    
div.mainContent div.news div.day div.articles div.article div.headline {
    padding-top: 5px; }

div.mainContent div.news div.day div.articles div.article div.headline span.title {
    font-size: 14px;
    font-weight: bold; }

div.mainContent span.tag {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: White;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    
div.mainContent span.tag.tagNewCamerasAndLenses {
    background-color: #B30B0B; }
    
div.mainContent span.tag.tagOtherNews  {
    background-color: #F24607; }
    
div.mainContent span.tag.tagReviewsAndPreviews {
    background-color: #F28705; }
    
div.mainContent span.tag.tagSampleGalleries  {
    background-color: #DEA700; }
    
div.mainContent span.tag.tagFeaturesAndArticles {
    background-color: #195D78; }
    
div.mainContent span.tag.tagFirmwareAndSoftwareUpdates {
    background-color: #439141; }
    
div.mainContent span.tag.tagSiteNews {
    background-color: #439141; }

div.mainContent div.news div.day div.articles div.article div.bodytext {
    padding-top: 2px;
    padding-bottom: 15px;
    font-size:12px; }

div.mainContent div.news div.day div.articles div.article div.bodytext img {
    margin-left: 10px;
    margin-bottom: 15px; }

div.mainContent div.news div.day div.articles div.article div.bodytext span.timeOfPublication {
    color: #888; }
    

/* news detail */

h1.news {
    margin-bottom: 3px; }

div.mainContent div.newsHeader {
    padding-bottom: 3px;
    padding-top: 3px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
    
div.mainContent div.newsHeader span.posted {
    margin-top: 2px;
    color: #AAA; }
    
    
/* keyword list */

table.keywords {
    margin-left: auto;
    margin-right: auto; }
    
table.keywords td {
    text-align: center;
    width: 140px;
    padding: 5px 0px;
    background-color: #555; }
