@charset "UTF-8";
/* CSS Document */



body {
	background-color: #4a1b00;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0px 0px 60px 0px;
	padding:0;
	background-image:  url(images/background.png);
	background-position:top left;
	background-repeat:repeat;
}
body, td, th {
	color: #fff;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
#wrapper {
	width:710px;
	margin:0 auto;
}
#header {
	height:150px;
	background-repeat:no-repeat;
	z-index:98;
	padding:0;
	margin:0;
}
#logo {
	padding-top:50px;
	padding-left:30px;
}
#left {
	margin-right:13px;
	float:left;
	width:350px;
	font-size:13px;
}
.music {
	padding-left:0px;
}
.content {
	z-index:99;
	overflow:hidden;
	height:380px;
	background-color:#381702;
	padding:10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#blurb {
	float:left;
	width:305px;
	padding:0px 10px 13px 10px;
	line-height:20px;
	color:#fff;
	font-size:13px;
	border-left:1px dotted #6a2803;
}
#blurb a {
	color:#fff;
}
h2 {
	padding:0px 0px 0px 0px;
	margin:0 0 3px 0;
	font-size:15px;
	color:#d67c10;
}
h3 {
	padding:0px;
	margin:0;
	font-size:13px;
	color:#d67c10;
	font-weight:bold;
	border-bottom:1px dotted #d67c10;
	padding-bottom:3px;
}
p {
	margin:0;
	padding:20px 0px;
}
hr {
	border : 0;
	height : 10px;
	background : url(images/hr.jpg) 50% 0 no-repeat;
	margin:8px 0px 3px 0px;
}
.nooutline {
	outline-width:0;
	outline:0;
}
#footer {
	padding-top:20px;
	margin-bottom:50px;
	text-align:center;
	font-size:13px;
	clear:both;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Yahoo! Media Player: Playlist colors */
/* Default color for playlist entries */
#ymp-tray .ymp-tray-track {
	color:#EDC386 !important;
}
/* Highlighted track */
#ymp-tray .ymp-tray-track:hover {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
/* Currently playing track */
#ymp-tray .ymp-tray-track.playing, #ymp-tray .ymp-tray-track.playing:hover {
	color:#FFFFFF !important;
	background-color:#777777 !important;
}
.ymp-relevance {
	display:none !important;
}
#ymp-body #ymp-getplayer {
	display:none !important
}
#ymp-relevance {
	display:none !important
}
#ymp-meta-image {
	display:none !important;
}
#ymp-body #ymp-meta-top, #ymp-body #ymp-meta-bottom {
	left:8px !important;
	width:330px !important;
}
/* Hide 'close window' button */
#ymp-btn-close {
	display:none !important;
}
/* Hide 'pop-up window' button */



/* Yahoo! Media Player: Set background color */
#ymp-player .ymp-color-main, #ymp-tray .ymp-color-tray {
	background-color:#4d4d4d !important;
}
/* Yahoo! Media Player: Set text color */
#ymp-player .ymp-color-text-main {
	color:#4d4d4d !important;
}
/* Yahoo! Media Player: */
/* Remove block with relevant information */
#ymp-relevance {
	display:none !important;
}
.ymp-player-max #ymp-body {
	width:570px !important;
}
.ymp-player-max #ymp-body #ymp-body-strip {
	width:557px !important;
}
.ymp-player-max #ymp-body #ymp-body-base {
	width:560px !important;
}
#ymp-body #ymp-meta-album-title {
	display: none !important;
}
.ymp-skin {
	background-image: url(http://vagrant.com/johngold/music/images/yahoo.png) !important;
}
a.ymp-btn-page-play, a.ymp-btn-page-pause {
	position: relative !important;
	padding-left: 0px !important;
	outline: none !important;
}
#ymp-player, #ymp-tray, #ymp-error-bubble, #ymp-secret-bubble {
	display:none !important;
}
#streampadBottomBar {
	background:#381702 !important;
	border-top:1px solid #6a2803;
	width:100%;
}
.cats {
	border-top:1px Solid #381702;
	border-bottom:1px Solid #381702;
	margin: 0px;
	padding: 4px;
}
.scroll-pane {
	height:365px !important;
	padding-right:5px;
}
.jspDrag {
	background:#8d3605 !important;
}
.jspTrack {
	background:#6a2803 !important;
}

#streampadPlayerClickToPlay , #streampadAudioCaption{
	color:#fff !important;
}

.mainphoto {
	
	width:75px;
	height:75px;
	float:left;
	margin-right:9px;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
.mainphoto:hover {
	
	width:75px;
	height:75px;
	float:left;
	margin-right:9px;
	 filter:alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
		cursor:pointer;
		 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
