/*
File:			custom.css
Description:	Custom styles for Thesis
*/

/* Forms Styling */
.custom #content input, textarea {font-family: Geneva, Arial, Helvetica, sans-serif;border: thin solid #999999;width: auto;	margin: 5px;height: auto;}

/* This made the entire background of my menu bar a particular color*/
.custom .menu { background-color: #EFEFEF;
width:75.5%;
 }

.custom .searchs{
	background-color: #EFEFEF;
	width:24.5%;
	float:right;
	margin-top:-3em;
	height:24px;
	text-align: center;
	padding-top: 6px;
}