/* CSS Document */

*{
padding:0;
margin:0;
}
body{
	text-align:center;
	background: #000 url('images/bg_html.png') repeat-x 0 0;
	font: normal 75% Georgia, 'Times New Roman', serif;
	line-height:1.6em;
	color:#fff;
}

h1,h2,h3,h4,h5{
	text-transform:uppercase;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #919191;
	padding:5px 5px 10px 28px;
	margin:0 0 10px 0;
	color:#fff;
}
a:link,a:visited{
color:#fff;
text-decoration:underline;
}

#container{
	text-align:left;
	width: 972px;
	margin-left:auto;
	margin-right:auto;
}

#container-top{
	position: relative;
	height: 225px;
	background: transparent url('images/bg_header.png') no-repeat 0 0;
}
#container-bot{
	background: #000 url('images/bg_footer.png') no-repeat 0 0;
	height:110px;
}

#container-mid{
	background: #000 url('images/bg_container.png') repeat-y 0 0;
	min-height:500px !important;
	height:auto !important;
	height:500px;
	padding:0 10px 5px 10px;
}

#header{
 
}

#wrapper{
	padding:10px 0 10px 0;
}

#content{
	margin-right:230px;
	padding:5px 10px 10px 28px;
	margin-left:auto;
	color:#fff;
}
#right{
	width:205px;
	float:right;
	color:#038289;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; 
}

#single{
	padding:10px 28px 10px 28px;
	color:#fff;
}

ul.cats{
	padding:0;
	margin:0;
	list-style:none;
}
ul.cats li{
	color:#fff;
	padding:0 0 10px 0;
}
ul.cats li h3{
	color:#fff;
	font-weight:normal;
	font-size:14px;
	border:none;
	padding:3px 0 3px 20px;
	margin:0 0 5px 0;
	text-transform:none;
	background-color:#021414;
}
.search{
	text-align:right;
	padding:3px 15px 0 5px;
}
ul.cats li ul{
	padding:0;
	margin:0;
	list-style:none
}
ul.cats li ul li{
	padding:0 10px 3px 10px;
	list-style-type:none;
	color:#fff;
}
ul.cats li ul li a:link, ul.cats li ul li a:visited,ul.cats li ul li a:hover{
	color:#018385;
}
ul.cats li p{
padding:5px 5px 3px 10px;
}

ul.cats li ul.tags li{
	display:inline;
	padding:0 8px 3px 4px;
}
ul.cats li ul.tags{
	padding:0;
	margin:0 10px 0 10px;
}
.clear{
	clear:both;
}
/*-------------------------------------------    
    Header
-------------------------------------------*/
#container-top h1 {
	border: none;
}
h1 strong {  position: absolute; top: 56px; left: 42px; display: block; font-size: 1.4em; font-style: italic; font-weight: normal;  text-align: left; width: 438px; height: 48px; background: url('images/tbh_blog_title.png') no-repeat 0 0; }
h1 strong a { position: absolute; display: block; top: 18px; left: 0; text-indent: -9999px; width: 438px; height: 30px; background: url('images/tbh_blog_title.png') no-repeat 0 -18px; text-align: left; }
/*\*/ h1 strong a { overflow: hidden; } /**/
h1 strong a:hover, h1 strong a:focus { background-position: 0 -18px; background-color: transparent; }


/*-------------------------------------------    
    Navigation
-------------------------------------------*/
#nav {
	border-top:20px solid #021414;
	padding: 20px 0 20px 0;
	margin: 0;
	height: 33px;
}

#navlist {
	position: relative;
	top: 0;
	background: transparent url('images/nav_blog.png') no-repeat 0 0;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
}

#navlist li {
	position: absolute;
	list-style: none;
}

#navlist li, #navlist a {
	height: 33px;
	display: block;
}

#nav_1 { text-indent: -9999px; overflow: hidden; width: 54px; height: 33px; left: 21px; background: url('images/nav_blog.png') -21px 0 no-repeat; }
#nav_2 { text-indent: -9999px; overflow: hidden; width: 127px; height: 33px; left: 115px; background: url('images/nav_blog.png') -115px 0 no-repeat; }
#nav_3 { text-indent: -9999px; overflow: hidden; width: 153px; height: 33px; left: 282px; background: url('images/nav_blog.png') -282px 0 no-repeat; }
#nav_4 { text-indent: -9999px; overflow: hidden; width: 87px; height: 33px; left: 475px; background: url('images/nav_blog.png') -475px 0 no-repeat; }
#nav_5 { text-indent: -9999px; overflow: hidden; width: 153px; height: 33px; left: 602px; background: url('images/nav_blog.png') -602px 0 no-repeat; }
#nav_6 { text-indent: -9999px; overflow: hidden; width: 140px; height: 33px; left: 795px; background: url('images/nav_blog.png') -795px 0 no-repeat; }
	
#nav_1 a:hover, #nav_1.selected { height:33px; background: url('images/nav_blog.png') -21px -33px no-repeat; }
#nav_2 a:hover, #nav_2.selected { height:33px; background: url('images/nav_blog.png') -115px -33px no-repeat; }
#nav_3 a:hover, #nav_3.selected { height:33px; background: url('images/nav_blog.png') -282px -33px no-repeat; }
#nav_4 a:hover, #nav_4.selected { height:33px; background: url('images/nav_blog.png') -475px -33px no-repeat; }
#nav_5 a:hover, #nav_5.selected { height:33px; background: url('images/nav_blog.png') -602px -33px no-repeat; }
#nav_6 a:hover, #nav_6.selected { height:33px; background: url('images/nav_blog.png') -795px -33px no-repeat; }



/*-------------------------------------------    
    Posts
-------------------------------------------*/
.heading h1 { 
	font-size: 20px;
}

.post{
	padding:3px;
	margin-bottom:10px; 
}
.post h1,.post h2,.post h3{
	border-bottom:1px dashed #c9c9c9;
	text-transform: none; 
	font: normal 16px/1.2 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	color:#008389;
	padding:0 0 5px 0;
	margin:0 10px 5px auto;
}
.post h1 a:link,.post h2 a:link,.post h3 a:link,.post h1 a:visited,.post h2 a:visited,.post h3 a:visited{
	color:#018385;
	text-decoration:none
}
.entrymeta{
	color:#c9c9c9;
	margin:0 0 5px 0;
	font: 10px, 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}
.entrymeta a:link,.entrymeta a:visited{
color:#c9c9c9;
text-decoration:underline;
}
.entrymeta a:hover{
color:#fff;
text-decoration:underline;
}

.entry{
}

.rss{
	background:url('images/rss.gif') no-repeat center left;
	padding:0px 0 1px 20px;
	margin:5px 5px 5px 10px;
}

.pictures{
	text-align:center;
}

.pager{
	text-align:center;
	list-style:none;
	border-bottom:1px dashed #fff;
	margin:10px 0 10px 0;
	padding:5px 5px 10px 5px;
	font-size:14px;
}
.pager li{
	display:inline;
	padding-left:10px;
}
.pager li a:link,.pager li a:visited{
	color:#018385;
	text-decoration:none
}

.txtr{
width:300px;
}
.drk{
	color:#018385;
	font-style: italic;
	font-size: 10px;
}
.sbt{
width:100px;
margin:10px 0;
}
#form input,#form label,#form .txtarea{
display:block;
width:250px;
float:left;
margin-bottom:10px;
}

#form label{
text-align:right;
width:180px;
padding-right:28px;
padding-top:20px;
}
#form br{clear:both;}
#form #comment-btn{
text-align:center;
}
#form #comment-btn input{
width:100px;
}
.comments{
margin:10px;
}

h2.alert {
	padding:5px 5px 10px 0px;
	margin:0 0 10px 0;
}

.more a { color: #008389;; text-decoration: underline; }
.more a:hover, .more a:focus { color: #fff; text-decoration: undeline; }

.video {text-align:center;}

h1.filmtitle,h3.filmtitle{
border-bottom:0px;
border-top:1px dashed #fff
}


h1.videotitle,h3.videotitle{
border-bottom:0px;
border-top:1px dashed #fff
}

/*-------------------------------------------    
    Footer
-------------------------------------------*/
#copyright {
	float: left;
	text-align: left;
	margin: 33px 0 0 33px;
	font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

#hines {
	float: right;
	text-align: left;
	margin: 33px 33px 0 0;
	font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

#copyright a { color: #288f95; text-decoration: underline; }
#copyright a:hover, a:focus { color: #fff; text-decoration: underline;  }
