﻿.blog-box
{
	/*opacity: 0.8;
	background-attachment: fixed;
	background-color: #441300;
	background-image: url("../images/blog/map-background.png");
	background-position: 0 36%;
	background-repeat: no-repeat;*/
	display: none;
	font-family: Arial,​Tahoma,​Helvetica,​FreeSans,​sans-serif;
	font-size: 115%;
	line-height: 1.5;
	/*margin-left: 10%;
	width: 80%;*/
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.rss-box
{
}
.rss-title
{
}
.rss-items
{
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.rss-item
{
	/*width: 65%;*/
	width: 100%;
	background-color: rgba(17,0,0,0.8);
	color: #FFFFFF;
	/*margin: 1em auto;*/
	padding: 2em;
	box-sizing: border-box;
	border-radius: 6px;
}
.rss-item a
{
	/*color: #FFCA77;*/
	color: #ffffff;
	font-family: Georgia,Utopia,'Palatino Linotype',Palatino,serif;
	font-size: 200%;
	text-decoration: none;
	padding: 0;
	background: transparent;
}
.rss-item a:hover
{
}
.rss-item-auth
{
}
.rss-date
{
	/*color: #FF8566;*/
	color: #ffffff;
	font-family: Puritan;
	display: inline-block;
	margin-bottom: 0.5em;
}

.links:hover
{
	text-decoration: underline;
}

.previous-blogs
{
	margin: 2em auto;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}
.blog-item
{
	/*background-attachment: fixed;
	background-color: #441300;
	background-image: url("../images/blog/map-background.png");
	background-position: 0 36%;
	background-repeat: no-repeat;*/
	background-color: #110000;
	color: #FFFFFF;
	margin: 1px 0 0;
	border: 2px solid #330e01;
	border-radius: 3px;
	/*padding: 0.15em 0 0.15em 0.2em;*/
	cursor: pointer;
	opacity: 0.85;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.blog-item:hover
{
	background-color: #822200;
	border: 2px solid #441300;
}
.blog-date
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.blog-title
{
	display: inline-block;
	margin-left: 1em;
	width: 32%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.blog-desc
{
	display: inline-block;
	margin-left: 1em;
	width: 52%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
