/* WEBLOG DOCUMENT LIST */
.webloglistbox
{
	color: #222222;
	background-color: #dfeaf6;
	margin-top: 20px;
}
.webloglistbox a:link,.webloglistbox a:visited,.webloglistbox a:active
{
	color: #b55000;
	background-color: inherit;
	text-decoration: none;
}
.webloglistbox a:hover
{
	color: #b55000;
	background-color: inherit;
	text-decoration: underline;
}
.webloglistitem
{
	width: 476px;
	padding: 12px 12px 12px 12px;
	border-bottom: solid 1px #ffffff;
}
.weblogimageboxright
{
	width: 123px;
	float: right;
	display: inline;
	margin: 0px 0px 10px 20px;
}
.webloglistimage
{
	display: block;
	float: right;
	border: solid 1px #0071bc;
	margin: 0px 0px 0px 0px;
}
.webloglistheader
{
	color: #b55000;
	background-color: inherit;
	font-weight: bold;
}
.webloglistdate
{
	font-size: 92%;
	color: #56585f;
	background-color: inherit;
	margin-left: 14px;
	margin-top: 4px;
}
.webloglistauthor
{
	font-weight: bold;
}
.webloglistsummary
{
	margin-left: 14px;
	margin-top: 4px;
}
.webloglistcommentcount
{
	margin-bottom: 0px !important;
	font-size: 92%;
	position: relative;
}
.webloglistmore
{
	color: #b55000;
	background-color: inherit;
	font-weight: bold;
	font-size: 92%;
	padding: 12px 12px 12px 12px;
}

.weblogarchiveheader
{
	font-weight: bold;
	padding-bottom: 6px;
}
.weblogarchivemonths
{
	padding-bottom: 10px;
}
.weblogarchivemonth
{
	text-transform: capitalize;
	font-weight: bold;
	color: #b55000;
	background-color: inherit;
	margin-top: 4px;
	font-size: 92%;
}
.weblogarchivemonth a:link,.weblogarchivemonth a:active,.weblogarchivemonth a:visited
{
	color: #b55000;
	background-color: inherit;
	text-decoration: none;
}
.weblogarchivemonth a:hover
{
	color: #b55000;
	background-color: inherit;
	text-decoration: underline;
}
.weblogarchivemonthon
{
	text-transform: capitalize;
	font-weight: bold;
	color: #222222;
	background-color: inherit;
	margin-top: 4px;
	font-size: 92%;
}
.weblogarchivemonthcount
{
	font-weight: normal;
}

/* WEBLOG DOCUMENT COMMENTS */
.weblogcomments
{
	padding-bottom: 10px;
	border-bottom: solid 1px #dfe1e3;
	font-size: 92%;
}
.weblogcomment
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #dfe1e3;
	font-size: 92%;
	line-height: 150%;
}
.weblogcommentheader
{
	margin-bottom: 2px;
}
.weblogcommentname
{
	font-weight: bold;
}
.weblogcommentdate
{
	margin-bottom: 6px;
	font-weight: bold;
	color: #575f66;
	background-color: inherit;
}
.weblogcommenthomepage
{
}
.webcommenttitle
{
	font-weight: bold;
	font-size: 112%;
}

/* WEBLOG FORM */
.weblogformouter
{
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	color: #222222;
	background-color: #bfd6ee;
	width: 460px;
}
.weblogfieldlabel
{
	padding-top: 7px;
	width: 460px;
}
.weblogfields_validationsummaryouter
{
	width: 460px;
	margin-top: 6px;
	color: #004271;
	background-color: inherit;
	font-size: 92%;
	font-weight: bold;
}
.weblogfieldlabel label
{
	font-weight: bold;
	font-size: 92%;
	margin-bottom: 2px;
}
.weblogfieldinput input
{
	width: 400px;
}
#weblogfieldcheckinput input
{
	width: 80px;
}
.weblogfieldinput textarea
{
	width: 400px;
	height: 100px;
}
.weblogbuttons
{
	margin-top: 10px;
}
#weblogfieldemailregvalidator
{
	position: absolute;
}
#weblogfieldcheckregvalidator
{
	position: absolute;
}
.webloglabelcomment
{
	font-weight: normal;
}
