p.error_msg	{
			color:#E9967A;
			font-size:16px;
			}
#posts	{font-family:verdana; font-size:12px; text-align:left;}
h3 
	{
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004C87;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 7px;
	}
h3 a:link, h3 a:visited 
	{
	font-weight: normal;
	color: #004C87;
	text-decoration: none;
	}
h3 a:hover 
	{
	text-decoration: underline;
	}
/* Content box with light blue background */

.article 
	{
	margin: 0 15px 25px 15px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #004C87;
	text-align:left;
	}
p.continue 
	{
	text-align: right;
	margin-right: 25px;
	}
p.continue a, p.continue a:visited 
	{
	text-decoration: underline;
	color: #1D5800;
	font-style: italic;
	padding: 0 2px;
	}
p.continue a:hover 
	{
	text-decoration: none;
	background-color: #1D5800;
	color: #EBF7FF;
	}
/* Info about article in green field under the name of article */
.info {
	background-color: #EBFFC0;
	border: 1px solid #B1CF28;
	width: 410px;
	font-size: 0.9em;
	margin-bottom: 7px;
	}
.info-in 
	{
	margin: 4px 7px;
	}
.info-in p 
	{
	margin: 0;
	line-height: 1;
	}
.info-in p a, .info-in p a:visited 
	{
	font-weight: normal;
	padding: 0 2px;
	color: #214F73;
	}
.info-in p a:hover 
	{
	color: #DEEBF6;
	background-color: #214F73;
	}
/* The article date */
.date 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	float: right;
	width: 48px;
	min-height: 40px;
	border: 1px solid #78bee2;
	background-color: #FFFFFF;
	margin: 3px 0 7px 0;
	font-style: italic;
	}
.date p 
	{
	font-size: 0.9em;
	margin: 0;
	line-height: 1;
	}
.date p.day 
	{
	font-size: 1.2em;
	margin-bottom: 1px;
	line-height: 1.6;
	font-weight: bold;
	}