/* TYPE */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #808184;
}
a:link, a:visited, a:active {
	color: #5697A5; 
	text-decoration: none;
}
a:hover {
	color: #5697A5; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b {
	font-weight:bold;
}

h1 {
	font-size: 32px;
	color: #5697A5;
	margin-top: 8px;
}
h2, h2 a:link {
	font-size: 14px;
	color: #494A4B;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 a:hover {
	color: #494A4B;
}
h3, h3 a:link {
	font-size: 13px;
	color: #F6921E;
}
h3 a:hover {
	color: #F6921E;
}
h4 {
	font-size: 13px;
	color: #595959;
}
h5 {
	font-size: 20px;
	color: #5B5C5E;
	letter-spacing: -.02em;
}
h6 {
	font-size: 20px;
	color: #5B5C5E;
	letter-spacing: -.02em;
}

/* MEDIA PLAYER */
#emailtofriend {
	clear:both;
}
#MediaCenterWrapper {
	width: 750px;
}
#LeftColumn {
	float: left;
	width: 400px;
	margin-right: 5px;
}
#RightColumn {
	float: left;
	width: 343px;
	overflow: auto;
	height: 500px;
	border: 1px solid #CCCCCC;
}
#RightColumn p {
	font-size: 9px;
	margin-left: 10px;
}
#TrackButtons {
	float: left;
	width: 400px;
	padding-bottom: 10px;
	height: 20px;
}
#TrackButtons input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TrackButtons img a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TrackButtons a {
	font-size: 10px;
	color: #5697A5;
	border: 1px solid #5697A5;
	padding: 2px;
	text-decoration: none;
}
#TrackButtons a:hover {
	font-size: 10px;
	color: #333;
	border: 1px solid #333;
	padding: 2px;
	text-decoration: none;
}
#TrackInfo {
	float: left;
	width: 400px;
	overflow: auto;
	height: 175px;
}
#HeaderFunctions {
	float: left;
	margin-right: 10px;	
}
#HeaderFunctions p {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#Header {
	float: left;
	width: 750;
	height: 95px;
	margin-bottom: 5px;
}
#navbar {
	width: 467px;
	top: 54px;
	position: relative;
	left: 272px;
}
#itemimage {
	float:left;
}
#MediaItemBlock {
	float: left;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	width: 308px;
}
#MediaItemBlock:hover{
	background-color: #eeeeee;
}
#MediaItemImage {
	float: left;
	width: 48px;
	padding-right: 10px;
}
#MediaItemDetails {
	float: left;
	width: 225px;
	margin-right: 5px;
	margin-left: 5px;
}
#MediaItemDetails a, #MediaItemDetails a:hover {
	font-weight: bold;
}
body {
	margin: 15px;
	vertical-align: top;
}
#podcast {
	float: right;
	margin-right: 10px;
}
#downloadlink {
	float: right;
}

