﻿/* -----------------------------------------
file: main.css
www.ecbcmedia.com
Author: RJE
--------------------------------------------*/ 
   
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: black url('images/bg_stripe_shadow.jpg') repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

p {
	font-size: 11pt;
}

#wrap {
	width: 873px;
	height: 600px;
	margin: 0 auto;
	background-color: black;
	text-align: left;
}

#header {
	margin: 20px auto 20px auto;
	text-align: center;
}

#topcross {
	width: 840px;
	margin:0 16px 5px 16px;
	padding: 0;
}

#topcross p {
	padding: 0 15px;
}

/* main click icons */

#conline {
	position: relative;
}

#sermon-audio {
	position: absolute;
	left: 30px;
	top: 10px;
	width: 250px;
	height: 160px;
}

#sermon-audio a {
	display: block;
	width: 250px;
	height: 160px;
	background: black url('images/mic1.jpg') no-repeat;
}

#sermon-audio a:hover {
	background: black url('images/mic1WFLR-HOV.jpg') no-repeat;
}

#sermon-audio-reflect {
	position: absolute;
	left: 30px;
	top: 177px;
	width: 250px;
	height: 120px;
}

#sermon-video {
	position: absolute;
	left: 310px;
	top: 10px;
	width: 250px;
	height: 160px;
}

#sermon-video a {
	display: block;
	width: 250px;
	height: 160px;
	background: black url('images/vid1.jpg') no-repeat;
}

#sermon-video a:hover {
	background: black url('images/vid1WFLR-HOV.jpg') no-repeat;
}

#sermon-video-reflect {
	position: absolute;
	left: 310px;
	top: 177px;
	width: 250px;
	height: 120px;
}

#training {
	position: absolute;
	left: 590px;
	top: 10px;
	width: 250px;
	height: 160px;
}

#training a {
	display: block;
	width: 250px;
	height: 160px;
	background: black url('images/train1.jpg') no-repeat;
}

#training a:hover {
	background: black url('images/train1WFLR-HOV.jpg') no-repeat;
}

#training-reflect {
	position: absolute;
	left: 590px;
	top: 177px;
	width: 250px;
	height: 120px;
}

/* text link lines & footer */

#linkline {
	position: absolute;
	left: 30px;
	top: 320px;
	width: 810px;
	height: 250px;
}

#footer {
	position: absolute;
	left: 30px;
	top: 430px;
	width: 810px;
	height: 150px;
}

#genlinkline {
	
}

#genfooter {

}

#counter {
	position: absolute;
	left: 370px;
	top: 490px;
	width: 120px;
	margin: 15px auto 35px auto;
	text-align: center;
}

/* general styles */

.heading1 {
	color: #000099;
	padding: 0 15px;
}

.description {
	color: #999999;
	letter-spacing: 1px;
	font-size: 10pt;
	text-align: justify;
}

#main {
	margin-bottom: 15px;
}

table {
	width: 100%;
	text-align: center;
}

.audio a {
	display: block;
	width: 250px;
	height: 327px;
	background: black url('images/microphone.jpg') no-repeat;
}

.audio a:hover {
	background: black url('images/microphone_hover.jpg') no-repeat;
}

.video a {
	display: block;
	width: 250px;
	height: 327px;
	background: black url('images/video.jpg') no-repeat;
}

.video a:hover {
	background: black url('images/video_hover.jpg') no-repeat;
}

#vid_block {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

.training a {
	display: block;
	width: 250px;
	height: 327px;
	background: black url('images/training.jpg') no-repeat;
}

.training a:hover {
	background: black url('images/training_hover.jpg') no-repeat;
}

#linkline p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
}

#linkline a {
	color: #666666;
	text-decoration: none;
}

#linkline a:hover {
	text-decoration: underline;
	color: #666666;
}

#footer {
	margin-bottom: 40px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-size: 9pt;
	text-align: center;
}

#genlinkline p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
}

#genlinkline a {
	color: #666666;
	text-decoration: none;
}

#genlinkline a:hover {
	text-decoration: underline;
	color: #666666;
}

#genfooter {
	margin-bottom: 40px;
}

#genfooter p {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-size: 9pt;
	text-align: center;
}

.copyright_symbol {
	font-family: Arial;
}

#sermonaudiodata {
	width: 849px;
	margin:0 12px 20px 12px;
	padding: 10px;
}

#sermonaudiodata ul {
	list-style-type: square; 
	padding-bottom: 10px;
	font-size: 11pt;
}

#sermonaudiodata ul li {
	line-height: 200%	
}

#sermonaudiodata li a {
	color: #0099FF;
}

#sermonaudiodata a {
	color: #CCC;
}
