
body {
    background:    ;    color: #555;
}


::selection,
::-moz-selection,
::-webkit-selection { background: #822D35; }


a,
.picture-news-pic,
.picture-news-ullist li,
.entry_image,
.author-image,
.flickr_badge_image img,
.news-slider2-pagination li {
    transition: background-color .2s linear,color .2s linear;
    -moz-transition: background-color .2s linear,color .2s linear;
    -webkit-transition: background-color .2s linear,color .2s linear;    
    -ms-transition: background-color .2s linear,color .2s linear;
    -o-transition: background-color .2s linear,color .2s linear;
}


a,
.comment-content .comment-author a:hover { color: #2B3C3A; }


/* #header-body { background-color: #7E82BE; } */


a { border-color: #2B3C3A; }


.bypostauthor .comment-meta .avatar { border-color: #2B3C3A; }


a:hover,
.picture-news-pic:hover,
.picture-news-ullist li:hover,
.picture-news-ullist li.active-newspicture,
.entry_image:hover,
span.entry_format,
span.entry_sticky,
.flickr-widget .flickr_badge_image img:hover,
#content .tagcloud a:hover,
.poll-result-wrap .poll-bar,
.news-slider2-pagination li:hover,
.news-slider2-pagination li.slide2active { background-color: #2B3C3A; }




