/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

#feature_box{
	background:none;
 
font-size:1.4em;
margin: 10px 0px 0px 0px;
padding: 10px 0px 15px 40px;

}

.custom li.search {
	float:right;
	margin-right:1em;
	position:relative;
}

.custom li.search input[type="text"],
    .custom li.search input[type="submit"] {
	width:170px;
	height: 12px;
      font-size:1.1em;
	line-height:1.273em;
	padding:0.636em 0.818em;
}


.headline_area h1 { width: 430px;}

.entry-title { width: 430px;}

/* COLOR UNSELECTED TABS */
/* sixth tab unselected background and font color */
.custom .menu .tab-5 a {
	background: red;
	color: yellow;
}