/* CSS Document */

/* ---- sermons lists---- */

.border {
	color: #565656;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	border-color: #89302c;
	width: 600px;
	text-align:justify;
	padding:0;
	margin: 10px 10px 0px 90px;
	}

.g	{
	padding: 2px 5px 2px 10px;
	margin: 0;
	background-color: #cccccc;
	}
.c	{
	padding: 2px 5px 2px 10px;
	margin: 0;
	background-color: inherent;
	}
	

/* ----page settings---- */
body {
	color: #565656;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
	background-image: url(../images/canvas.jpg);
	margin: 0;
	padding: 0;
	}

.topbanner	{
	background-image:url(../images/ebcbanner.jpg);
	background-repeat:no-repeat;
	height: 160px;
	margin: 0;
	padding: 0;
	}

table {
	border-width: 2px;
	border-style: solid;
	border-color: #565656;
	background-image: url(../images/BdgrndGradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	}
/* ----navegation---- */

.nav {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #89302c;
	background-color: #89302c;
	background-position: center;
}

.button {
	font-size: 12px;
	color: #ddd3ba;
	background-color: #565656;
	text-decoration: none;
	margin: 0px;
	width: 98px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height:normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd3ba;
			}
.home {
	font-size: 12px;
	color: #ddd3ba;
	background-color: #565656;
	text-decoration: none;
	margin: 0px;
	width: 98px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height:normal;
	border-left-color: #565656;
	border-right-color: #565656;
}


/* hover buttons */
.button:hover  {
	color: #ddd3ba;
	background-color: #89302c;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 98px;
	font-weight: normal;
				}
.home:hover {
	color: #ddd3ba;
	background-color: #89302c;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 98px;
	font-weight: normal;
}


/* selected button */
.selected {
	color: #000000;
	background-color: #999999;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	width: 98px;
	font-weight: normal;
	text-align: center;
	line-height:normal;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd3ba;
				}
.selectedhome {
	color: #000000;
	background-color: #999999;
	background-position: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	width: 98px;
	font-weight: normal;
	text-align: center;
	line-height:normal;
	font-size: 12px;
}
				
/* on page links */
.u {	
	font-size: 12px;
	color: #565656;
	text-decoration: underline;
	}

/* hearders */
h1 {
	font-size: 14px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 350px;
	padding: 0;
	margin: 15px 0px 10px 40px;
	}

h2 {
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 150px;
	padding: 0;
	margin: 20px 0px 10px -30px;
	}
	
h3 {
	font-size: 13px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 150px;
	margin: 20px 0px 10px 50px;
	padding: 0;
	}
	
/* padding */
.pad-left {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.6em;
	padding: 0;
	width: 700px;
	margin: 20px 0px 10px 40px;
	}
.pad-right {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.8em;
	padding: 0;
	width: 350px;
	margin: 50px 0px 10px 40px;
	}
		

.footer	{
	background-image:url(../images/bottomBanner.png);
	background-repeat:no-repeat;
	height: 55px;
	margin: 0;
	padding: 0;
	}
	



