/* HTML CUSTOMIZATIONS */
 html {height: 100%;}

 a {
	color: #060;
	text-decoration: none;
}

 a:hover { text-decoration: underline; }

 body {
	background-color: #f5f5dc;
	color: Black;
	margin: 0;
	padding: 0;
	height: 100%;
}

 fieldset {
	border: 0;
}

 dt { font-weight: bold; }
 ul { margin-top: 3px; }

 #header dt { padding-top: 7px; }

 .quick-links {background-color: #ffe4b5; margin: 3px; padding: 5px 5px 5px 25px;}

 .rtcol {
	float: right;
	padding: 5px;
	width: 260px;
}

 .rtcolwd {
	float: right;
	padding: 5px;
	width: 300px;
}

 .lftcolwd {
	display: inline-block;
	padding: 5px;
	width: 480px;
}

 .container {
	overflow:auto;
	padding-bottom: 2.2em;
}

 .wedding {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

 .wedding h3 {
	color: #f00;
}

 .wedding h4 {
	color: #00f;
	background-color: transparent;
	border-bottom: solid 0px #630;
}
 
 .lftcolwd  img{float:left; margin: 7px;}

 img.border {
	border: solid 1px Black;
	margin: 4px;
}

 h4 {
	background-color: #c93;
	border-bottom: solid 1px #630;
	padding: 5px;
	clear: both;
}

 .eventpic {
    z-index:2 ;
    display:inline;
    float:right;
    margin-left:20px;
    margin-right:0;
    width:320px;
    height:262px;
    /* background-color:White; */
    border:0px solid Black;
    text-align:center;
    font-size:12pt;
}

 .lftcolwd h4 {
	background-color: #c93;
	border-bottom: solid 1px #333;
	padding: 5px;
	clear: both;
}

 .ministry h4 {
	background-color: #c93;
	border-bottom: solid 1px #333;
	padding: 5px;
	clear: both;
}

 h5 {
	padding: 0px;
	clear: both;
	margin-bottom:0;
    text-align:left;
}

 p.photo { text-align: center; border: solid 0px #030; }

 p a { text-decoration: underline; }

 table.decorative { border: solid 1px #030; }

 table.decorative th { background-color: #ffe4b5; }

 div.date_menu { display: none; }

 table tr.contact-odd { background-color: #ffe4b5; }

 table.register { background-color: yellow; }

 table.register td { padding: 3px; }

 table tr.register-normal {
	background-color: #0f0;
	padding: 3px;
}

 table tr.register-contrast {
	background-color: White;
	padding: 3px;
}

/* PAGE DIVISIONS */
 .lent {
	background-color: #cc00cc;
	text-align:center;
	border: solid 3px Black;
}

 .lent a {
	color: White;
	text-decoration: underline;
}

 .lent a:visited {
	color: #ccc;
	text-decoration: underline;
}

 .wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

 #body {
	margin: 10px auto;
	width: 800px;
}

 .nav { text-align: center; }

 .history { font-size: 15pt; }

 .Prayer {
	margin-left:25px;
	margin-right:25px;
 }
 
 #header {
	background-color: #060;
	border-bottom: solid #030 1px;
	color: Black;
	height: 117px;
	width: 100%;
	text-align: center;
}

 #footer {
	color: Black;
	background-color: #060;
	border-top: solid #030 1px;
	clear: both;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0;
	text-align: center;
	width: 100%;
}

/* DROP-DOWN MENU */
 #menu {
	font-size: 11pt;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	padding: 0;
	width: 800px;
	list-style: none;
}

 #menu li:hover ul { display: block; }
 #menu li a:hover { background-color: #C93; }

 #menu ul {
	list-style: none;
	padding: 0px;
}

 #menu a {
	color: White;
	display: block;
	text-align: center;
	text-decoration: none; 
}

 #menu a:visited {
	color: White;
	text-decoration: none;
}

 #menu li {
	background-color: #630;
	color: White;
	float: left;
	letter-spacing: 1px;
	line-height: 1.5em;
	width: 133px;
}

 #menu li ul {
	display: none;
	margin: 0;
	position: absolute;
	width: 140px;
}

 #menu li ul li {
	background-color: #630;
	background-image: none;
	letter-spacing: normal;
	width: 170px;
}

 #menu li ul li a {
	text-align: left;
	padding-left: 6px;
	margin-left: 0;
}

/* CALENDAR */

table.calendar {
  border-collapse: collapse;
	margin: 10px auto;
}

/* month and year header */
table.calendar caption {
	font-size: 20pt;
	margin-left: auto;
	margin-right: auto;
}

/* top row cells which hold day names */
table.calendar th {
	background-color: #060;
	border: solid Black 1px;
	color: White;
	font-size: 10pt;
	width: 90px;
}

/* day cells */
table.calendar td {
	background-color: transparent;
	border: solid Black 1px;
	height: 80px;
	width: 90px;
	text-align: left;
	vertical-align: top;

}

/* day cells with events */
table.calendar td.event {
	background-color: #ffe4b5;
	color: Black;
}

/* day cell for today */
table.calendar td.today {
	background-color: #060;
	color: Black;
}

