@charset "UTF-8";
/* CSS Document */

.sidebar-title {
	background-color: #0a416a;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px 0;
}
div.sidebar-block {
	padding: 0 20px 20px 20px;
}
#archive-update, #books-ad {
	text-align: center;
}
#archive-update img, #books-ad img {
	width: 100%;
	max-width: 340px;
}
div.newsfeed-story {
	padding: 0 0 10px 0;
}
p.feed-date {
    margin-bottom: 0px;
}
p.feed-preview {
    font-weight: normal !important;
    margin-top: 0px;
}
div.newsfeed-story hr {
    height: 2px;
    background-color: #ccc;
}


@media only screen and (max-width: 864px) {

div.sidebar-block {
    padding: 20px 40px 20px 40px;
	}
.left {
	text-align: left;
	}
}

