body {
	margin: 0 auto;
	width: 820px;
	background: #fff;
}

a, a:hover, a:visited {
	color: #22b;
}

#body-content {
	margin: 30px;
}

#pageContent {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	width: 820px;
	float: left;
}

#header {
	background: #ECE9EE url('../images/logo.png') no-repeat left center;
	color: #384075;
	font-family: Light Times, Times New Roman, serif;
	font-size: 1.7em;
	font-style: italic;
	padding-left: 250px;
	letter-spacing: .05em;
	height: 100px;
	line-height: 100px; /*centers text vertically as long the line-height matches the div height*/
	text-align: center;
	padding-right: 15px;
	cursor: pointer;
}

body, h3, h4 {
	font-family: Trebuchet MS, sans-serif;
	color: #293058;
}

.emphasis {
	font-weight: bold;
}

ul.navbar {
	background-color: #293058;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-right: 35px;
	font-family: Gill Sans, Corinthian, sans-serif;

}

.navbar li {
	display: inline;
}

ul.navbar a, ul.navbar a:hover, ul.navbar a:visited {
	color: #fff;
	font-family: Gill Sans, Corinthian, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 0 24px;
	text-decoration: none; 
	padding: 0 3px;
}

ul.navbar a:hover {
	background-color: #796288;
}


ul.navbar a.active {
	background-color: #796288;
}

h2 {
	font-family: Gill Sans, Corinthian, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 1em;
}

.search-form {
	float: left;
	width: 205px;
}

.search-form input {
	width: 205px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

.searchInput {
	border: 1px solid #aaa;
	vertical-align:middle;

}

.search-form input.submit {
	background-color: #796288;
	color: #fff;
	text-transform: uppercase;
	font-family: Gill Sans, Corinthian, sans-serif;
	font-size: 1em;
	border: 1px solid #796288;
	letter-spacing: .1em;
}

#player-placeholder {
	margin: 15px -15px 0 -20px;
}

#statement-of-purpose {
	text-align: justify;
	margin-left: 245px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.primary-content-block {
	margin-left: 245px;
	line-height: 1.5em;
	min-height: 350px;
	font-size: .9em;
}

#recording-list {
	clear: both;
}

#nifty-box {
	background-color: #ECE9EE;
	border: 1px solid #ccc;
	padding: 10px 10px 5px 10px; 
	margin: 10px 0;
}

.play-button {
	float: right;
	margin: -5px 15px 5px 5px;
	border: 0;
}


.results-list h2 {
	margin: 0;
	padding: 2px 15px;
}

.results-list h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 15px 0 0;
	font-size: .9em;
}

.results-list a, .results-list a:hover, .results-list a:visited {
	text-decoration: none;
	color: #293058;
}

ul.results-list {
	list-style: none;
	padding: 0;
}

.results-list li {
	border-top: 1px solid #ccc;
	padding: 15px;
	font-size: .9em;
}

h3 .date {
	text-transform: none;
	font-weight: bold;
	padding-left: 20px;
}

.results-list .play-button {
	margin-right: 0;
}

.results-list p {
	margin: 3px 0;
}

.content-list h2 {
	background-color: #796288;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 2px 15px;
}

.content-list h3 {
	text-transform: uppercase;
	display: inline;
	font-weight: normal;
	margin-right: 15px;
	font-size: .9em;
}

ul.content-list {
	list-style: none;
	padding: 20px 0 0;
}

.content-list li {
	background-color: #ECE9EE;
	border-top: 1px solid #ccc;
	padding: 15px;
	font-size: .9em;
}

.content-list p {
	margin: 5px 0;
}

.podcast-info {
	margin-left: 230px;
}

.d-full {
	display: none;
}

#footer {
	text-align: center;
	font-size: .6em;
	padding: 20px;
	clear: both; 
}

#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #000;
}

/* jplayer styles */
#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:100px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:274px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:346px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:292px;
	top:37px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}

