/*  CSS Document ********************************************
Logo Banner - Morning by Morning (header)

This style sheet formats the banner section containing the logo, 
prominent item links site search, and whatever else may be 
deemed noteworthy in the future.

partial color history:
#5A6A96 - blue gray
#A34F00 - bronze
#C76D00 - med. bronze
#F5D000 - harvest gold
#003399 - navy blue
#3333FF - blue
#999966 - silver 
#336633 - darkish green 
#CC9933 - bronze 2 
#EF8C29 - final dark gold
*************************************************************/
/* Prominent Item Links on Banner (header) */
.promitem {
	font: normal 11px/20px arial;
	font-weight: 600;
	color:#000066; 
	text-decoration: none;
}
table.promitem {
	padding: 0px;
	border: none;
	text-align: center;
	text-decoration: none;
}
table.promitem  td a:link {
	text-decoration:none;
	color: #003399;  
}
table.promitem  td a:hover {
	background-color: transparent;
	color: #EF8C29;
}
table.promitem  a:visited {
	text-decoration:none;
	color: #003399;
}
.searchable table td {
	font: normal 11px/14px sans-serif;
	font-weight: 600;
	color: #003399;
	margin-bottom: 0;
}
/* verse of the day (week, month) at center of banner */
table.promitem td#votd {
	font: normal bold 12px/16px sans-serif;
	color: #5A6A96; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/* 
chapter & verse reference for votd 
also used for feature title: memory verse of the month
*/
table.promitem td#votdref {
	font: normal bold 10px/16px sans-serif;
	color: #5A6A96; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
table.promitem td#mktgtext {
	font: normal bold 10px/12px sans-serif;
	color: #5A6A96; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/* current date supplied from script */
#date {
	font: normal bold 11px/14px sans-serif;
	color: #336699;
	color: #003399;
	margin: 0;
	padding: 3px;
	text-align : right;
}
