/* Emmanuel Baptist Church */
/* Screen styles by Nathan and Curtis Dunn */

/* church burgundy = #903 */
/* church yellow = #f90 */
/* academy green = #060 */
/* academy gray = #dcdcdc */
/* seminary dark blue = #006 */
/* seminary light blue = #9cf */


@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.5em;
	background: #333;
	}
	
a img {
	border: none;
	text-decoration: none;
	}
	
#container {
	width: 995px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding; 0;
	}
	
#top {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
	background: #333;
	text-align: center;
	}
	
#cal {
	background: #fff;
	margin: 0px 5% 0px 25%;
	padding: 10px;
	text-align: left;
	}
	
#content {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	overflow: auto;
	background: #fff;
	}
	
/* ----- LEFT ----- */
	
#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	color: #009;
	text-align: left;
	}
	
/* ----- SIDE NAV ----- */

ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 120%;
	border-right: 1px solid #ccc;
	}
		
ul#mainnav li {
	display: block;
	line-height: 2em;
	text-indent: 10px;
	border-bottom: 1px solid #dcdcdc;
	}

ul#mainnav li a {
	display: block;
	margin: 0;
	font-weight: bold;	
	color: black;
	text-decoration: none;
	}

ul#mainnav li a:hover {
	color: #333;
	background-color: #dcdcdc;
	}
	
ul#mainnav ul.subnav {
	margin: 0;
	padding: 0;
	border-width: 0;
	list-style: none;
	font-size: 75%;
	}

ul#mainnav ul.subnav li {
	line-height: 2em;
	}

ul#mainnav ul.subnav li a {
	padding: 0;
	margin: 0px;
	border-left: 2em solid #dcdcdc;
	color: black;
	}

ul#mainnav ul.subnav li a:hover {
	color: #333;
	background-color: #dcdcdc;
	}
	
ul#mainnav ul.subnav ul.tripnav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul#mainnav ul.subnav ul.tripnav li a {
	margin: 0;
	border-left: 3em solid #dcdcdc;
	font-style: italic;
	color: #333;
	}

ul#mainnav ul.subnav ul.tripnav li a:hover {
	color: #333;
	background-color: #dcdcdc;
	}
	
/* ----- CENTER ----- */

#center {
	margin-left: 220px;
	margin-right: 260px;
	padding: 10px;
	text-align: left;
	}
	
#center p {
	text-align: justify;
	}
	
#center h1 {
	font-weight: bold;
	font-size: 175%;
	color: black;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	}
	
#center h2 { 
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 3px;
	border-bottom: 1px solid #333;
	}
	
#center h3 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 3px;
	font-style: italic;
	}
	
#center h4 {
	font-weight: bold;
	font-size: 110;
	margin-bottom: 3px;
	text-align: left;
	}
	
#center h6 {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin: 0;
	}
	
#center li {
	margin-top: 1em;
	line-height: 1.5em;
	text-align: justify;
	}
	
#center li li {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	}
	
#center img {
	float: left;
	margin: 0 15px 0 0;
	}
	
#center img.right {
	float: right;
	margin: 0 0 0 15px;
	}
	
#center img.left {
	float: left;
	}
	
#center ul {
	list-style-type: disc;
	}

#center ul ul {
	list-style-type: circle;
	}
	
#center ul ul ul {
	list-style-type: square;
	}
	
#center ml {
	margin-left: 15px;
	}
	
	
/* ----- RIGHT ----- */
	
#right {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 20px 15px 0 15px;
	text-align: left;
	border: 1px dashed #333;
	}
	
#right h5 {
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#right p {
	margin-top: 0;
	}
	
#photoright {
	float: right;
	width: 250px;
	margin-top: 20px;
	text-align: center;
	}
	
#photoright p {
	text-align: left;
	}
	
#photoright .text {
	text-align: left;
	border: 1px dashed #333;
	margin: 10px;
	padding: 5px;
	}
	
#photoright h5 {
	font-size: 125%;
	margin-top: 20px;
	margin-bottom: 0;
	}
	
#photoright table {
	border: 0;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0 5px 0 5px;
	}
	
/* ----- FOOTER ----- */
	
#footer {
	margin: 0;
	padding: 0;
	clear: both;
	background: #333;
	font-size: 90%;
	text-align: center;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #dcdcdc;
	}
	
#footer a:link {
	color: #dcdcdc;
	}
	
#footer a:visited {
	color: #dcdcdc;
	}
	
#footer a:active {
	color: #fff;
	background: #333;
	}
	
#footer a:hover {
	color: #fff;
	background: #333;
	}
	
address {
	font-style: italic;
	margin-bottom: 15px;
	}
	
blockquote {
	color: #666;
	text-align: justify;
	line-height: 1.5em;
	}

p.scripture {
	padding-left: 2em;
	font-style: italic;
	color: #00C;
	}
	
p.popup {
	padding: 2em 2em 0 2em;
	font-family: Times, serif;
	color: white;
	font-size: 1.1em;
	text-align: left;
	}
	
sup {
	color: gray;
	font-size: 0.7em
	}

.caption {
	text-align: center;
	}
	
.christ {
	color: red;
	}
	
.distance li {
	list-style-image: url(globe.gif);
	}
	
.greek {
	font-family: Times, serif;
	font-size: 145%;
	color: #333;
	}
	
p.cal {
	text-align: left;
	}
	
ul.menu li.doc {
	list-style-image: url(images/doc.png);
	}
	
ul.menu li.pdf {
	list-style-image: url(images/pdf.png);
	}
	
ul.menu li.xls {
	list-style-image: url(images/xls.png);
	}
	
span.scripture {
	color: #00C;
	font-style: italic;
	}
	
td.rightcol {
	background: #eee;
	padding: 0 7px;
	border: 1px solid #999;
	}
	
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
	}
	
dfn {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
	}
	
#content a:link {
	color: #333;
	}
	
#content a:visited {
	color: #333;
	}
	
#content a:active {
	color: #333;
	background: #dcdcdc;
	}
	
#content a:hover {
	color: #333;
	background: #dcdcdc;
	}
	
#footnote {
	margin: 0px 25%;
	padding: 10px;
	font-size: 95%;
	font-family: arial, sans-serif;
	}
	
#footnote sup {
	font-size: 0.9em;
	}

/* ----- "Church" Table Formatting ----- */

table.church {
	background: white;
	border: 1px solid #903;
	}
	
table.church th {
	background: #903;
	color: white;
	text-align: center;
	font-weight: bold;
	}
	
table.church td {
	border: 1px solid #903;
	}
	
table.church td.time {
	text-align: right;
	}
	
/* ----- "Seminary" Table Formatting ----- */

table.seminary {
	background: white;
	border: 1px solid #006;
	margin-top: 20px;
	width: 485px;
	}
	
table.seminary th {
	background: #006;
	color: white;
	text-align: center;
	font-weight: bold;
	}
	
table.seminary td {
	border: 1px solid #006;
	line-height: 1em;
	}
	
table.seminary td.time {
	text-align: right;
	}
	
table.seminary tr.even {
	background: white;
	}
	
table.seminary tr.odd {
	background: #eee;
	}
	
/* ----- "Academy" Table Formatting ----- */

table.academy {
	background: white;
	border: 1px solid #060;
	}
	
table.academy th {
	background: #060;
	color: white;
	text-align: center;
	font-weight: bold;
	}
	
table.academy td {
	border: 1px solid #060;
	}
	
table.academy td.time {
	text-align: right;
	}
	

/* ----- Sermons Table Formatting ----- */
	
table.sermons {
	background: white;
	border: 1px solid #903;
	font-size: 95%;
	}
	
table.sermons th {
	background: #903;
	color: white;
	text-align: center;
	font-size: 0.9em;
	vertical-align: bottom;
	}
	
table.sermons td {
	border: 1px solid #903;
	}
	
table.sermons td.right {
	text-align: right;
	background: inherit;
	}
	
table.sermons td.center {
	text-align: center;
	background: inherit;
	}
	
table.sermons tr.even {
	background: white;
	}
	
table.sermons tr.odd {
	background: #dcdcdc;
	}