/* @override http://apartmentonesix.com/Freelance/tfht/wp-content/themes/tfht/style.css */

/* @override http://apartmentonesix.com/Freelance/tfht/wp-content/themes/default/style.css */

/*
Theme Name: TFHT Custom
Description: Custom theme for tfht.org
Version: 1.0
Author: Peter Butler
Author URI: http://apartmentonesix.com/
*/


*{
	font-family: 'Lucida Grande', Verdana, sans-serif;
}

html{
	background: #B1BB8C;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
ul{
padding-left: 20px;

}
ul li{
	list-style-type: disc;
	list-style-position: outside;
}
ol li{
	list-style-type: decimal;
	list-style-position: inside;
}
ol{
	padding: 10px 0;
}
/* @group Header */
#nav_level_1{
	background: #4C4C4C;
	height: 20px;
}
#search_block{
	float:left;
}
#search_block form{
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0;
	
}
#search_block .searchbox{
	background: white;
	padding: 0px;
	border: 0px solid rgb(255, 255, 255);
	font: 9px/18px Verdana, Arial, Helvetica, sans-serif;
}
#search_block .searchgo{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 0px;
background: rgb(76, 76, 76);
	color: #fff;
	line-height: 15px;
}
ul#languagebar li{
	float: right;
	font-size: 10px;
	line-height: 20px;
	display: block;
	padding:0px 15px;
	list-style-type: none;
}
ul#languagebar li a{
	color: #fff;
	text-decoration: none;
}
ul#languagebar li a:hover{
	color: #E07300;
}
#nav_level_2{
	height: 24px;
	background:  #E07300;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#nav_level_2 ul li{
	float: right;
	list-style-type: none;
}
#nav_level_2 ul li a{
	line-height: 24px;
	border-left: 1px solid #fff;
	text-align: center;
	width: 130px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#nav_level_2 ul li a:hover{
	background: #E99236;
}
#header #headerimg{
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
}

/* @end */
/* @group Content */
#menu{
	margin: auto;
	width: 700px;
	margin-top: 50px;
	position: relative;
	text-align: center;
}
#content{
	position: relative;
	margin-right: 50px;
	margin-top: 20px;
	margin-left: 200px;
	padding: 20px;
	background: #fff;
	border-top: 2px solid #4C4C4C;
	border-bottom: 10px solid #E07300;;
	font-size: 12px;
	line-height: 18px;
}
#content a{
	border-bottom: 1px dotted rgb(206, 206, 206);
	color: rgb(224, 115, 0);
	text-decoration: none;
}
#content a:hover{
	color: #E99236;
}

#content h2{
	color: #E07300;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.entry{
	margin: 20px 0;
}
.entry .excerpt{
	padding-left: 15px;
}

#content .post{
	margin-bottom: 50px;
}
#content .entry p{
	padding: 10px 0;
}


/* @end */

/* @group Sidebar */

#sidebar{
	width: 160px;

	padding: 20px;
	padding-top: 40px;
	float: left;
	color: #000;
	font-variant: small-caps;
}
#sidebar h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
#sidebar ul {
	padding-left: 0;
}
#sidebar ul li{
	margin: 15px 0;
}
#sidebar ul ul li{
	margin: 0px;
}
#sidebar ul ul ul{
	padding-left: 15px;
}
#sidebar a{
	text-decoration: none;
	padding: 2px;
	display: block;
	width: 156px;
	color: rgb(76, 76, 76);
	font: small-caps bold 12px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#sidebar a.currentpage{
	color: #fff;
}
#sidebar a:hover{
	color: #fff;
}
#sidebar li{
	list-style: none;
}
/* @end */

/* @group Footer */
#footer{
	margin-top: 20px;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
}
#footer a{
	border-bottom: 1px dotted #666;
	color: #666;
text-decoration: none;
}
a:hover{
	color: #fff;
}




/* @end */

/* @group Comments */
ol.commentlist li{
	list-style-type: none;
	margin: 20px 0;
}
.commentlist li.alt{
	background: #f1f1f1;
}
.comment-author{
	float: left;
	width: 80px;
	height: 70px;
	padding: 10px;
}
h3#comments, #respond h3{
	color: rgb(224, 115, 0);
	font-size: 16px;
	margin: 10px 0;
}
#content .commentmetadata a{
	font-size: 10px;
	color: #000;
}
.comment-content{
	padding: 10px;
	margin-left: 90px;
}
#commentform p{
	padding: 5px;
	font-size: 14px;
}
#commentform input, #commentform textarea{
	border: 1px solid #ccc;
	padding: 3px;
	color: #222;
	font-size: 12px;
}
textarea#comment{
	width: 95%;
}

#respond{
	clear: both;
}
/* @end */