﻿
/************************NAVIGATION***********************/	
#nav {
	position : relative;
	padding-top: 170px;
	float: right;
	clear: both;
}
		#nav ul {
			margin : 0px;
			display:inline;
			list-style-type: none;
		}
		#nav li {
			display: block;
			float:left;
			margin: 0;
		}
		#nav a {
			height: 33px;
			width: 358px;
			display: block;
		}
		#nav li.home a {
			background: transparent url(images/home.jpg) no-repeat;
			padding: 0px;
			overflow: hidden;
			width: 48px;
			text-indent : -9999px;
		}
		#nav li.about a	{
			background: transparent url(images/about.jpg) no-repeat;
			padding: 0px;
			overflow: hidden;
			width: 58px;
			text-indent : -9999px;
		}
		#nav li.interviews a {
			background: transparent url(images/interviews.jpg) no-repeat;
			padding: 0px;
			overflow: hidden;
			width: 96px;
			text-indent : -9999px;
		}
		#nav li.podcast a {
			background: transparent url(images/podcast.jpg) no-repeat;
			padding: 0px;
			overflow: hidden;
			width: 85px;
			text-indent : -9999px;
		}
		#nav li.contact a {
			background: transparent url(images/contact.jpg) no-repeat;
			padding: 0px;
			overflow: hidden;
			width: 71px;
			text-indent : -9999px;
		}
		#nav li.home a:hover, #nav li.about a:hover, #nav li.interviews a:hover, #nav li.podcast a:hover, #nav li.contact a:hover { 
			background-position: 0% -33px;
		}

	/*Search Form*/
		#search {
			position: relative;
			float: right; 
			width:300px;
		}
		#searchform {
			float : right;
			margin-top:15px;
		}
		#searchform input {
			background:#383435;
			color : #fafeff;
			padding : 3px 4px 3px 4px;
			margin-left : 3px;
			border:0px;
			cursor: pointer;
		}
		#searchform #s {
			width : 180px;
			background :#fff url('images/search.jpg') no-repeat left;
			padding :4px 4px 4px 22px;
			color : #363435;
		}
