h1 img {
left:50px;
}
body
{ 
background-image: url(http://www.famteam.com/sahtv/sahtvbg.jpg);
background-repeat: repeat-y;
background-color: black;
background-attachment: fixed;
background-position: top center
}

/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */
a.player {	
position:relative;
top:75px;
	margin-top:40px;
	display:block;
	background:url("../flashbacks_old/flowplayer/splash_500x400.jpg") no-repeat;
	width:500px;
	height:400px;
	padding:0 0px 0px 0px;	
left:100px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border:solid;
border-color:black;
}


/* splash image */
a.player img {
left:0px;
top:0px;
border:none;
border-color:black;

}



#flow_container{
float:clear;
padding-top:0px;
width:880px;

margin: 0 auto;
}
h1 {
width:700px;
margin-left:auto;
margin-right:auto;
}
p {
width:770px;
margin-left:auto;
margin-right:auto;
font-weight:bold;

}


#playlist_container {
float:left;
width:190px;
}

/*{{{ general playlist settings, light gray */
img {
position:relative;
float:left;
margin-right:5px;
left:-5px;
top:-5px;
}
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:485px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:260px;	
}

div.clips a {
        font-family:Verdana;
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:196px;
	font-size:10px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:0px;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url("../flashbacks_old/flowplayer/light.png") no-repeat 0px -69px;
	padding-right:60px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url("../flashbacks_old/flowplayer/dark.png") no-repeat 0px -69px;
	border:0;
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:60px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url("../flashbacks_old/flowplayer/light_small.png");
	background-position:0 -85px;
}

div.clips.low a.paused {
	background-position:0 0;	
}

div img {
border-color:black;
}

/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url("../flashbacks_old/flowplayer/up.png") no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url("../flashbacks_old/flowplayer/down.png");	
}

div.petrol a.go {
	background-image:url("../flashbacks_old/flowplayer/up_dark.png");		
}

div.petrol a.go.down {
	background-image:url("../flashbacks_old/flowplayer/down_dark.png");		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/














