body {
	margin:0;
	color:#939ba1;
	min-width:803px;
	font:13px/16px Helvetica,Verdana,Tahoma, sans-serif;
	background:url(images/bg-header.jpg) no-repeat 50% 0;
}
html,body {
	height:100%;
	margin:0;
}
a {
   outline: none;
}
.footer-bot {
	min-height:100%;
}
* html .footer-bot {
	height:100%;
}

img {border:none;}
form,fieldset{
	margin:0;
	padding:0;
}
fieldset {border-style:none;}
.page-width {
	width:803px;
	margin:0 auto;
}
/* header */
.header-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.header {
	position:relative;
	width:803px;
	height:125px;
	margin:0 auto;
	background:url(images/bg-circle.gif) no-repeat 0 35px;
}
.header strong a {
	position:absolute;
	left:20px;
	top:16px;
	width:72px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.gif) no-repeat;
}

/*sidebar*/
.linkcat {
        list-style: none;
}


/*columns holder*/
.columns-holder{
	margin:0 auto 20px;
	width:803px;
	padding:125px 0 120px;
	overflow:hidden;
}
.columns-holder .nav-bar a.logo {
	float:left;
	width:261px;
	height:140px;
	margin:0 0 115px;
}
/*navigation*/
.nav {
    float:left;
    width:200px;
	overflow:hidden;
}
.nav-bar {
	float:left;
	width:261px;
	overflow:hidden;
}

.nav-bar ul {
	margin:0;
	padding:0 0 35px;
	list-style:none;
}
.nav-bar ul li {
	padding:0 0 0 8px;
	background:url(images/bg-point.gif) no-repeat 0 60%;
    text-transform: lowercase;
}
.nav-bar h2 {
	margin:0;
	padding:4px 0 0;
	font-size:20px;
	background:url(images/bg-title.gif) repeat-x;
}
.nav-bar ul a {
	color:#939ba1;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
.nav-bar ul a:hover {
	text-decoration:underline;
}
/* posts */
.content {
	float:right;
	width:445px;
	overflow:hidden;
}
.posts {
	padding:0 0 50px;
	overflow:hidden;
	height:1%;
}
/* date*/
.posts .date {
	float:left;
	width:48px;
	height:46px;
	padding:6px 0 0 4px;
	text-align:center;
	background:url(images/bg-date.gif) no-repeat;
}
.posts .date p {
	margin:0;
	margin-left:-5px;
	color:#8b0f04;
	font-size:27px;
	line-height:24px;
}
.posts .date em {
	margin:0;
	margin-left:-5px;
	font-size:16px;
	color:#939ba1;
	font-style:normal;
}
.posts .text {
	float:right;
	width:380px;
	font-size:12px;
	line-height:20px;
}
.posts h3 {
	margin:0;
	/*padding:10px 0 0;*/
	padding:0;
	color:#8b0f04;
	background:url(images/bg-dotted.gif) repeat-x;
    text-transform: uppercase;
}
.posts span {
	padding:10px 0 0;
}
.posts span.posted-in {
    padding:0;
    line-height:0;
}
.posts a {
	margin:0 37px 0 0;
	color:#8b0f04;
	text-decoration:none;
}
.posts a:hover {
	text-decoration:underline;
}
.posts .text a.comment {
	padding:0 0 0 13px;
	color:#939ba1;
	text-decoration:none;
	background:url(images/bg-comments.gif) no-repeat;
}
.posts .text a.comment:hover {
	text-decoration:underline;
}
.posts .text img {
	border-top:8px solid #8b0f04;
}
/* nav older & never*/
.content .btn-nav {
	float:right;
	width:380px;
	margin:25px 0 0;
	overflow:hidden;
}
.content .btn-nav a.newer {
	float:left;
	width:78px;
	height:29px;
}
.content .btn-nav a.older {
	float:right;
}
/*footer*/
.footer-bg {
	position:relative;
	width:100%;
	margin-top:-120px;
	height:120px;
	background:url(images/bg-footer.gif) repeat-x;
}
.footer {
	width:815px;
	margin:0 auto;
}
.footer a.logo {
    float:left;
    display:block;
	width:178px;
	height:120px;
	background:url(images/bg-circle-footer.jpg) no-repeat;
}
.footer a {
	text-decoration:none;
}
.footer a.rss {
    float:right;
    display:block;
	width: 85px;
	height: 120px;
	background:url(images/bg-rss.jpg) no-repeat;
}
.footer a:hover {
	text-decoration:underline;
}
/* input */
.search {
	float:left;
	display:inline;
	margin:45px 0 0 250px;
	width:210px;
}
.search .inp-bg {
	float:left;
	width:162px;
	height:28px;
	padding:0 4px 0 30px;
	background:url(images/bg-input.gif) no-repeat;
}
.search input {
	float:left;
	padding:0;
}
.search input.field {
	padding:4px 4px;
	width:162px;
	color:#939BA1;
	font:16px/24px Arial,sans-serif;
	border-style:none;
	background:none;
}
.search input.butt {
	margin:8px 0 0 -187px;
	width:14px;
	height:14px;
}
/*============================================================================*/
.date em{
    text-transform: uppercase;
}
.commentlist a, #commentform a{
    margin: 0;
}
.posts h4 {
    font-size: 11px;
	margin:0;
	padding:15px 0 0;
	color:#8b0f04;
	background:url(images/bg-dotted.gif) repeat-x;
}
*html .posts h4{
    font-size: 11px;
}

