/* CSS Document */

html, body {height: 100%; }

body {
	background: url('../images/styles/OSLC_top_background.png') top left fixed repeat-x; 
	font-family: arial, FreeSans, sans-serif;
	width: 100%; 
	text-align: center; 
}
p { 
	line-height: 1.4em;
}
a {color: #0000CC; text-decoration: underline; }
a:hover {text-decoration: underline; }
a:visited {color: #6600FF; text-decoration: underline; }
a:active {text-decoration: underline; }

#linkTable {
	font-size: 0.85em; 
	text-align: center; 
	padding: 0px; 
	font-weight: bold; 
	font-variant: small-caps; }
#linkTable table {width: 100%; }
#linkTable td {
	border: 1px solid #000000; 
	padding: 1px; }
#linkTable a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: url('../images/styles/link_normal_bg.png') top left repeat;
}	
#linkTable a:hover{
	display: block;
	background: url('../images/styles/link_hover_bg.png') top left repeat;
	font-weight: bold;
	color: #ffffff;
}

#titleLine {
	margin: 0 auto;	
	color: #eee;	
	width: 754px; 
	letter-spacing: 5px; 
	font-variant: small-caps; 
}
#mainBody {
	position: relative; /* MUST be relative for pop-up image gallery's absolute positioning. */
	width: 754px; 
	margin: 0 auto;	
	background-image: url('../images/styles/mainBody_BG.png'); 
	padding: 0 15px;
	text-align: justify; 
}
#indexDetail {
	width: 45%;
}
#indexMainBody {
	width: 55%; 
	font-size: 0.85em; 
	padding-left: 5px; 
}
#worshipSchedule {
	font-size: 0.85em;
	margin: 1px;
	border: 1px solid #000000;
	background-color: #ccddff;
	text-align: left; 
	padding: 2px; 
}
#worshipSchedule th {
	width: 35%; 
}

/* Styling for pop-up image gallery. */

.full {display: none; position: fixed; top: 220px; padding-left:20px;}

a:hover .one {display: inline; }
a:hover .two {display: inline; }
a:hover .three {display: inline; }
a:hover .four {display: inline; }
a:hover .five {display: inline; }
a:hover .six {display: inline; }
a:hover .seven{display: inline; }
a:hover .eight {display: inline; }
a:hover .nine {display: inline; }
a:hover .ten {display: inline; }
a:hover .eleven {display: inline; }
a:hover .twelve {display: inline; }

#pictureTable {font-size: 0.85em; font-variant: small-caps; }
#pictureTable table {width: 100%; }
#pictureTable td {
	border: 1px solid #000000; 
	padding: 1px; }
#pictureTable a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
	background: url('../images/styles/link_normal_bg.png') top left repeat;
}	
#pictureTable a:hover{
	display: block;
	background: url('../images/styles/link_hover_bg.png') top left repeat;
	color: #ffffff;
}

.imgThumb {
	float: left; 
	padding-right: 5px; }


