html{min-width:814px;}
body{
	margin:0;
	background:url(images/bg-body.jpg) no-repeat 50% 0;
	font:14px Georgia, 'Times New Roman', Times, serif;
	color:#636363;
}
img{border-style:none;}
a{color:#f9512a;text-decoration:none;}
a:hover{color:#898989;}
a:visited{color:#f9512a;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#wrapper{
	width:814px;
	margin:0 auto;
}
#header{
	width:100%;
	overflow:hidden;
}
#header .logo{
	margin:0 0 0 7px;
	display:block;
}
#header .logo a{
	background:url(images/logo.gif) no-repeat;
	display:block;
	width:800px;
	height:133px;
	text-indent:-9999px;
	overflow:hidden;
}
#main{
	height:1%;
	overflow:hidden;
	background:url(images/bg-main.gif) no-repeat;
	padding:0 7px;
}
#nav{
	background:url(images/bg-nav.gif) repeat-x;
	width:100%;
	overflow:hidden;
}
.search-frm{
	float:right;
}
.search-frm .text{
	width:170px;
	height:16px;
	padding:2px 5px;
	border:1px solid #ccc;
	color:#f9512a;
	font-size:12px;
	margin:15px 47px 0 0;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 19px 0 15px;
	float:left;
	text-decoration:none;
	height:41px;
	text-transform:uppercase;
}
#nav ul li a:hover,
#nav ul li.active a{
	background:url(images/bg-nav-hover.gif) repeat-x;
}
#content{
	height:1%;
	overflow:hidden;
	padding:0 20px 40px 17px;
	margin:41px 0 0;
}
#content .content-headline{
	display:block;
	letter-spacing:1px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#555;
	text-transform:uppercase;
	padding:0 0 6px;
	border-bottom:4px solid #898989;
}
#content .post{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:0 0 29px;
}
#content .post h2{
	font-size:28px;
	font-weight:normal;
	width:100%;
	overflow:hidden;
	margin:19px 0 0;
}
.post .caption{
	float:right;
	width:207px;
	margin:0 0 0 25px;
	font:12px Arial, Helvetica, sans-serif;
}
.post .caption .date{
	display:block;
	font-size:22px;
	color:#252525;
	font-weight:normal;
	margin:17px 0 0;
}
.post .caption .author{
	display:block;
	margin:21px 0 0;
}
.post .caption .author a{font-weight:bold;}
.post .caption .under{
	display:block;
	margin:7px 0 0;
}
.post .caption .under a{font-weight:bold;}
.btn-comment{
	float:left;
	background:url(images/bg-btn-comment-r.gif) no-repeat 100% 0;
	height:22px;
	padding:0 3px 0 0;
	margin:20px 0 0;
	cursor:pointer;
}
.btn-comment span{
	float:left;
	height:19px;
	background:url(images/bg-btn-comment-l.gif) no-repeat;
	color:#fff;
	padding:3px 2px 0 5px;
}
.btn-comment:hover span{background-position:0 100%;}
.btn-comment:hover{background-position:100% 100%;}
.post .content{
	height:1%;
	overflow:hidden;
	line-height:18px;
}
.post .content p{
	margin:18px 0 0;
}
.colored-box{
	background:#ebebeb;
	height:1%;
	overflow:hidden;
	padding:11px 0 12px 18px;
	border-bottom:2px solid #fff;
}
.colored-box a{
	background:url(images/bg-quotes.gif) no-repeat 0 7px;
	padding:0 0 0 11px;
}
.colored-box a:hover,
.colored-box a:visited{background:url(images/bg-grey-quotes.gif) no-repeat 0 7px;}
#footer{
	border-top:5px solid #f9512a;
	width:100%;
	overflow:hidden;
	padding:7px 0 20px;
}
#footer .col{
	width:156px;
	float:left;
	display:inline;
}
#footer .col:first-child{margin-left:16px;}
#footer .col .heading{
	display:block;
	color:#555;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:23px 0 0;
	padding:0 0 1px;
}
#footer .col .heading span{float:left;}
#footer .col ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
#footer .col ul li{padding:3px 0 0;}
#footer .col ul a{
	font:12px Arial, Helvetica, sans-serif;
}
#footer .col .rss{
	float:left;
	width:17px;
	height:17px;
	margin-left:11px;
	background:url(images/ico-rss.gif) no-repeat 100% 0;
}
