/*
Theme Name: WordPress DFTF 
Theme URI:
Description: The theme for DFTF.
Version: 1.0
Author:
Author URI:
Tags: dftf
*/
html, body {height: 100%;}

body {
	margin: 0;
	color: #635b43;
	background: #4f4129 url("images/bg-body.jpg") repeat-x;
	font: 14px helvetica, arial, sans-serif;
	min-width:989px;

}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {text-decoration: underline;;}
/* structure */
.page{
	background:url(images/bg-page.jpg) no-repeat 50% 460px;
	overflow:hidden;
}
#wrapper{
	margin:0 auto;
	width:989px;
}
#header{
	position:relative;
	height:463px;
	background:url(images/bg-header.png) no-repeat;
	overflow:hidden;
	z-index:1;
}
#main{
	margin:0;
	overflow:hidden;
	height:1%;
}
#content{
	float:left;
	width:685px;
	background: url(images/bg-content-repeat.png) repeat-y;
}
#sidebar{
	width:291px;
	float:right;
	margin:7px 0 0;
	overflow:hidden;
}
#footer{
	height:100px;
	margin:25px 0 0;
	background:#231d0c;
}
/* header */
.logo{
	margin:0;
	position:absolute;
	right:99px;
	top:170px;
}
.logo a{
	position:relative;
	z-index:100;
}
.logo span{
	text-indent: -9999px;
	width:346px;
	background:url(images/logo.png) no-repeat;
	height:197px;
	display:block;	
}
.header_box{
	position:relative;
}
.dispatches{
	top:30px;
	position:absolute;
	right:7px;
}
.dispatches a{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:583px;
	height:35px;	
	background:url(images/header-link.jpg) no-repeat;
}
/* main-nav */
.main-nav{
	margin:0 -35px 0 0;
	padding:18px 0 18px;
	list-style:none;
	text-align:center;	
}
.main-nav li{
	display:inline;
	padding:0 35px 0 0;
}
.main-nav a{
	color:#fffedd;
	font-size:19px;
	font-weight:bold;
	padding:0 0 8px;
}
.main-nav .current_page_parent a,
.main-nav .current_page_item a,
.main-nav .active a,
.main-nav a:hover{
	color:#d87500;
	text-decoration:none;
	background:url(images/bg-mainnav-a.gif) repeat-x 0 100%;
}
.wrap-nav{width:100%;}
/* content */
#content .content-box{
	overflow:hidden;
	padding:0 40px 30px 45px;
	min-height:897px;
	background:url(images/bg-content.jpg) no-repeat;	
}
* html #content .content-box {
	height:897px;
	overflow: visible;
}
.content-box h1,
.content-box h2{
	color:#d87500;
	margin:44px 0 0;
	font-size:30px;
}
.content-box p{
	line-height:22px;
	margin:10px 0 0;
}
.bg-content{
	background:url(images/bg-content-bottom.jpg) no-repeat 1px 0;
	height:7px;
	overflow:hidden;
}

.post h1 a, .post h2 a {
	color:#D87500;
}

#commentform p textarea {
	width:100%;
}

.navigation {
	margin:22px 0 0;
}

.content-box ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* sidebar */
.order{
	width:291px;
	height:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(images/bg-button.jpg) no-repeat;
}
.episode2{
	width:291px;
	height:86px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(images/episode2.png) no-repeat;		
}
.items{
	margin:0;
	padding:37px 0 0;
	list-style:none;
	overflow:hidden;	

}
.items li{
	width:100%;
	overflow:hidden;
}
.items p{
	color:#fff;
	text-align:right;
	margin:0 0 0;
	padding:0 0 16px;
	font:bold 20px helvetica, arial, sans-serif;
}
.items p a{
	color:#d87500;
}
/* footer */
.footer-box{
	margin:0 auto;
	width:989px;
}
.copyright{
	width:100%;
	text-align:right;
	font-size:12px;
	color:#d87500;
	padding:9px 0 0;
	margin:0;
}
.copyright-rollover{
	width:100%;
	text-align:right;
	font-size:12px;
	color:#ed9a2e;
	padding:9px 0 0;
	margin:0;
}
