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

/* ------------------------------------------------------------------------------- */
html {	
	font-size:12px;	/* Base font height - rest of site works of percentage of this */
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-color: #534c45;
	margin:0;
}

h1,h2,h3 {
	margin:0px;	
}

h1 {
	font-size:110%;
}

h2 {
	font-size:105%;
}

h3 {
	font-size:100%;
}

p {
	margin:0;	
}




#videoPlayer {
	background-color:#000; 
	background-image: url(graphics/sermon_video_background.gif);
	padding:30px;
	text-align:center;
	
}

#videoPlayerNavButtons {
	 background-image:url(graphics/miniNavBarBackground.jpg);
	background-repeat:no-repeat;
	
	
	padding:10px;
	text-align:center;
	font-weight:bold;
}

#videoPlayerNavButtons a:link, a:active, a:visited {
	color: #534c45;
	text-decoration: none;
}

#videoPlayerNavButtons a:hover {	
	color: #900;
	text-decoration: none;
}


#videoPlayerScroll {
	height: 220px;
	width: 300px;
	overflow: auto;
	/* border: 1px solid #666; */
	background-color: #fff;
	padding: 10px;
	text-align:left;
}

.ghostedText {
	color:#c8af87;
}

