/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.custom li.search {
	float:right;
	margin-right:2em;
	position:relative;
	background:#E6E6E6;
}

.custom li.search input[type="text"],
    .custom li.search input[type="submit"] {
	width:100%;
	font-size:1.1em;
	line-height:1.273em;
	padding:0.636em 0.818em;
}
.custom .menu { font-weight: bold; }
.custom #header { padding-top: 0; }
.custom #footer { padding-bottom: 0; }
.custom a:hover { background: #F7FFE0; } 
.custom img {
	-moz-box-shadow: 3px 3px 4px #B0B0B0;
	-webkit-box-shadow: 3px 3px 4px #B0B0B0;
	box-shadow: 3px 3px 4px #B0B0B0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B0B0B0')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B0B0B0');
}