/* template styles */
#blogtemplate {
	margin-right:194px;
}
#blogheader {
	background:#859D29 url(../../img/template_topright.gif) no-repeat top right;
	padding:0;
}
#blogheader span {
	background:url(../../img/template_topleft.gif) no-repeat top left;
	padding:8px 20px 4px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	display:block;
	text-transform:uppercase;
}
#blogbody {
	border-left:solid 1px #859D29;
	border-right:solid 1px #859D29;
	padding:10px 20px;
}
#blogfooter {
	background:#859D29 url(../../img/template_bottomright.gif) no-repeat top right;
	padding:0;
}
#blogfooter span {
	background:url(../../img/template_bottomleft.gif) no-repeat top left;
	padding:8px 20px 7px;
	display:block;
}

#blogmodules {
	float:right;
	width:184px;
}
.blogmodule {
	background:#859D29 url(../../img/modules_bg.gif) repeat-y left;
}
.blogmodulesheader {
	background:url(../../img/modules_header.gif) no-repeat left top;
}
.blogmodulesbody {
	padding:0 12px;
	font-size:12px;
	color:white;
}
.blogmodulesfooter {
	background:url(../../img/modules_footer.gif) no-repeat left bottom;
}
.blogmodulesbody div {
	padding:10px;
}
.blogmodulesbody a {
	color:white;
	text-decoration:none;
}
.blogmodulesbody a:hover {
	color:#336666;
	text-decoration:none;
}

.blog_error {
	font-weight:bold;
	font-size:9pt;
	color:#CC3300;
}

h1.blogtitle {
	margin:0;
	font-size:17pt;
}
h1.blogtitle a {
	color:#003366;
	text-decoration:none;
}
h1.blogtitle a:hover {
	color:#0066CC;
	text-decoration:none;
}

.blogentry { 
	margin-bottom:30px;
}
.blogentrybody { 
	font-size:10pt;
}
.blogentrybody a {
	color:#003366;
}
.blogentrybody a:hover {
	color:#0066CC;
}

.blogdate {
	font-size:8pt;
	color:#7F7F7F;
	margin-bottom:8px;
}
.blogposted {
	font-size:8pt;
	color:#7F7F7F;
	margin-top:10px;
}
.blogposted a {
	color:#003366;
	text-decoration:none;
}
.blogposted a:hover {
	color:#0066CC;
	text-decoration:none;
}

#blogcomments {
	
}

.blogcomment1 {
	border:solid 1px #3B5A6F;
	background:#deebf3;
	padding:8px;
	font-size:9pt;
	margin-bottom:5px;
}
.blogcomment0 {
	border:solid 1px #859D29;
	background:#f0f6d7;
	padding:8px;
	font-size:9pt;
	margin-bottom:5px;
}

.blogpaging {
	margin:5px 0 15px 0;
	font-size:8pt;
	color:#999;
	text-align:right;
}
.blogpaging a {
	color:#999;
	text-decoration:none;
}
.pageon a {
	color:#003366 !important;
}