body
{
	text-align: center;
	background: url(../images/bg-site.gif);
}

.wrapper
{
	border: 1px solid #a6a4a3;
	margin: 25px auto;
	width: 958px;
}

.header
{
	background: #fff url(../images/bg-header.gif) no-repeat right top;
	border-bottom: 1px solid #7f7d7e;
	height: 76px;
}

.header h1
{
	float: left;
	margin-left: 27px;
	width: 145px;
}

.header h1 a
{
	background: url(../images/logo.gif);
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header form
{
	float: right;
	margin: 25px 30px 0 0;
}

.header form input
{
	border: 1px solid #fac8b4;
}

.header form input.btn-go
{
	background: url(../images/btn-go.gif);
	border: none;
	color: #fff;
	height: 22px;
	width: 53px;
}

.container
{
	background: #dcddde url(../images/bg-container.gif) no-repeat right bottom;
	padding: 25px 25px 45px;
}

.leftcolumn
{
	float: left;
	width: 612px;
}

.hdr-blogpost
{
	background: url(../images/hdr-blogposts.gif) no-repeat;
	height: 27px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

.pagination
{
	padding: 0 0 3px;
}

.pagination li
{
	border-bottom: 1px solid #ccc;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	padding-right: 2px;
}

.pagination li a
{
	color: #333;
}

.breadcrumbs
{
	margin: 0 0 15px;
}

.breadcrumbs li
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	padding-right: 2px;
}

.breadcrumbs li a
{
	color: #333;
}

.post-container
{
	border-bottom: 1px solid #afb1b4;
	margin: 15px 0;
}

.posts
{
	border-top: 1px solid #afb1b4;
	padding: 15px 0 0;
}

.posts h3
{
	color: #e91e25;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

.posts h3 a
{
	color: #e91e25;
	font-size: 10px;
	text-decoration: underline;
}

.posts p
{
	color: #333;
	margin: 15px 0;
	font-size: 12px;
	line-height: 16px;
}

.posts p a
{
	color: #666;
}

.posts p strong
{
	font-weight: bold;
}

.posts p.actions
{
	font-size: 13px;
	font-weight: bold;
}

.posts p.actions a
{
	font-weight: bold;
	margin-right: 10px;
	text-decoration: underline;
}

.posts p.actions strong
{
	color: #666;
}

.blog-post
{
}

.blog-post h1
{
	border-bottom: 1px solid #bbb;
	color: #e91e25;
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 10px;
}

.blog-post p
{
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0;
}
.blog-post p.date
{
	margin-top: 5px;
}

.blog-post p strong
{
	font-weight: bold;
}
.blog-post p a
{
	color: #333;
}

.p-image
{
	float: left;
	margin: 0 15px 15px 0;
}

.blog-post p.actions
{
	border-bottom: 1px solid #aaa;
	padding: 0 0 0px;
}

.blog-post p.actions a
{
	color: #666;
	text-decoration: underline;
}

.btn-addcomment
{
	background: url(../images/btn-addcomment.gif);
	display: block;
	height: 25px;
	margin: 25px 0 0;
	width: 147px;
}

.comments
{
	width: 450px;
}

.comments li
{
	padding: 5px 0;
}

.comments li span
{
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.comments li p
{
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 10px;
}

.rightcolumn
{
	background: #333;
	float: right;
	width: 229px;
}

.t-curve, .b-curve
{
	display: block;
	height: 9px;
}

.t-curve
{
	background: url(../images/curve-right.gif);
	margin-bottom: 10px;
}
.b-curve
{
	background: url(../images/curve-right.gif) 0 bottom;
	margin-top: 10px;
}

.right-cont
{
	padding: 0 20px;
}

.hdr-category
{
	background: url(../images/hdr-category.gif) no-repeat;
	height: 18px;
}

.hdr-lastpost
{
	background: url(../images/hdr-lastpost.gif) no-repeat;
	height: 14px;
}

.right-cont ul
{
	margin: 10px 0;
}

.right-cont ul li
{
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-size: 12px;
	line-height: 16px;
	padding: 1px 0 1px 13px;
}

.right-cont ul li a
{
	color: #fff;
}

.allposts
{
	background: url(../images/txt-allposts.gif);
	border-bottom: 1px solid #6a544c;
	display: block;
	height: 17px;
	width: 92px;
}


.footer
{
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 7px;
}

.footer a
{
	color: #fff;
}

#LoginWrapper {font-family:Tahoma; font-size:12px;}
#LoginWrapper a { color:#000; }
#LoginWrapper a:hover { color:#23bbe3; }
#LoginWrapper .ContentText{ font-weight:bold; font-size:11px; }
#LoginWrapper td.label{ font-weight:bold; }
#LoginWrapper td input { width:150px; }

#LoginWrapper .errorbox{
    background-color: #fff;
    border: none;
    font-size:11px;
    font-weight:bold;
}
