
/* html {
	background: url(../images/baseline.gif) 0 -1px;
	}   
*/
/* Major IDs  */



#content, #sidebar, #subfooter, #product_info, #product_buy {
	color: #000;
	font: 13px/20px Courier,"Courier New", mono;
	}

#header {
	z-index: 10;
	margin-top: 10px;
	margin-bottom: 15px;
}

#list {
margin-top: 0px;	
}


#footer {
	margin-top:25px;
	margin-bottom: 10px;
	
}

#subfooter {
margin-bottom: 100px;
padding-bottom: 100px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Lists */

#product_info li
{list-style: square outside; margin-left: 18px;}


/* Form Button */

.NotAButton
{
background: transparent; border: 0; color: #000; 
border-bottom: 1px solid #000000;
cursor: pointer; 

}

.NotAButton:hover
{
background: transparent; border: 0; color: #0e97f5; 
border-bottom: 1px solid #0e97f5;
cursor: pointer; 
}


/* Headers & Rule */

h1 {
	color: #000;
	font: 15px/20px Courier,"Courier New", mono;
	text-transform: uppercase;
}

h2 {
	color: #000;
	font: normal 15px/20px Courier,"Courier New", mono;

}

.secondaryH1 {
	padding-top: 40px;
}

.middot {
	font: 18px/20px "Courier New", Courier, mono;
}

#news p + p {
	padding-top: 10px;
}


.indenter {
	margin-left: 80px;
}


/* Bump Center Column down a tad */

.middle_column {
	margin-top: 4px;
}

/* Generic Link Colors */

a {
	
	text-decoration: none;
	border-bottom: 1px solid #000000;
	color: #000;
}


a:hover {
	color: #0e97f5;
	border-bottom:1px solid #0e97f5;
}

a.clean {
	border: 0px;
}



/* Header Links */

#header a {
	text-decoration: none;
	border-bottom:0px;
	color: #000;
}

#header a:hover {
	text-decoration: none;
	color: #0e97f5;
}



/* Buy Links */

#buy {
    text-decoration: none;
	border-bottom: 0px;
}



/* Footer Links & Elements */

#footer a {
	text-decoration: none;
	border-bottom:0px;
	color: #000;
}

#footer a:hover {
	text-decoration: none;
	color: #0e97f5;
}


.logoPad {
	padding-right: 5px;
	
}



/* AUDIO PLAYER */

#CookiesAudio {
	
	z-index: 10;
	
}

#trackname {
	color: #0e97f5;
}

a.jp-pause, a.jp-play, a.jp-stop, a.jp-volume-min, a.jp-volume-max, a.jp-volume-50 {
	border-bottom: 0px;
	background-color: #0e97f5; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

a:hover.jp-pause, a:hover.jp-play, a:hover.jp-stop, a:hover.jp-volume-min, a:hover.jp-volume-max, a:hover.jp-volume-50 {
	border-bottom: 0px;
	background-color: #000; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	
}


#jplayer_playlist a {
	border-bottom: 0px;

}


.jplayer_playlist_current a { 
color: #0e97f5;
border-bottom: 0px;
text-decoration: none;
}


#jplayer_total_time, #jplayer_play_time {
	display: inline;
}

::selection {
	background: #0e97f5; /* Safari */
	}
::-moz-selection {
	background: #0e97f5; /* Firefox */
}

