/*
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: #000000;
width:75.5%;
 }

.custom .searchs{
	background-color: #000000;
	width:24.5%;
	float:right;
	margin-top:-3em;
	height:24px;
	text-align: center;
	padding-top: 6px;
}

.custom #header{
	border-bottom:none;
	height:75px;
	padding-top:0;
	padding-bottom:0;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
 }

#supertopnav {
background:none repeat scroll 0 0 #000000;
height:35px;
padding-top:10px;
position:fixed;
text-align:center;
top:0;
width:100%;
z-index:9999;
}