
#blog_entries
{
	display: block;
	background: none;
	width: 100%;
	height: auto;
}

#blog_entries .entry
{
	display: block;
	background: none;
	margin-top: 10px;
}

#blog_entries .entry .time
{
	display: block;
	background: none;
	width: 100%;
	text-align: right;
	font-size: 75%;
	font-style: italic;
}

#blog_entries .entry .title
{
	display: block;
	background: none;
	width: 100%;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #333333;
}

#blog_entries .entry .shorttext
{
	display: block;
	background: none;
	width: 100%;
	font-size: 100%;
}

#blog_entries .entry .readmore
{
	display: block;
	background: none;
	width: 100%;
	text-align: right;
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #333333;
}

#blog_entries .entry .comments
{
	display: block;
	background: none;
	width: 100%;
	text-align: right;
	font-size: 75%;
}

#blog_breadcrumb
{
	display: block;
	background: none;
	width: 100%;
	font-size: 75%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #333333;
}

#blog_entry
{
	display: block;
	background: none;
	width: 100%;
	height: auto;
}

#blog_entry .time
{
	display: block;
	background: none;
	width: 100%;
	text-align: right;
	font-size: 85%;
	font-style: italic;
}

#blog_entry .title
{
	display: block;
	background: none;
	width: 100%;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #333333;
}

#blog_entry .text
{
	display: block;
	background: none;
	width: 100%;
	font-size: 100%;
	margin-top: 5px;
}

#blog_entry .goback
{
	display: block;
	background: none;
	width: 100%;
	text-align: right;
	font-size: 75%;
	padding-top: 5px;
}

#blog_comments
{
	display: block;
	background: none;
	width: auto;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
}

#blog_comments .nocomments
{
	display: block;
	background: none;
	width: 100%;
	font-size: 75%;
	text-align: center;
	font-style: italic;
}

#blog_comments .comments_title
{
	display: block;
	background: none;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 10px;
}

#blog_comments .title
{
	display: block;
	background: none;
	width: 100%;
	font-size: 85%;
	font-style: italic;
	margin-bottom: 5px;
	padding-top: 10px;
	border-top: 1px dashed #999999;
}

#blog_comments .text
{
	display: block;
	background: none;
	width: 100%;
	font-size: 100%;
	margin-top: 5px;
	padding-bottom: 10px;
}

#blog_commentform
{
	display: block;
	background: none;
	width: 100%;
	height: auto;
}

#blog_commentform .title
{
	display: block;
	background: none;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 10px;
}

#blog_commentform .line
{
	display: block;
	background: none;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#blog_commentform .line .label
{
	display: block;
	background: none;
	width: 94px;
	height: auto;
	font-size: 75%;
	float: left;
	padding: 3px;
	text-align: right;
}

#blog_commentform .line .input
{
	display: block;
	background: none;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	width: 300px;
	height: auto;
	font-size: 75%;
	margin-left: 105px;
	padding: 3px;
}

#blog_commentform .line .submit
{
	display: block;
	background: none;
	background-color: #84aff4;
	border: 1px solid #000000;
	width: 150px;
	height: auto;
	font-size: 75%;
	margin-left: 105px;
	padding: 5px;
	font-weight: bold;
}