﻿/*
 * CSS Style for Gospel Light
 */
body
	{
	text-align: center;
	background-image: url("../images/bible-background.jpg");
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	}

.scroll-pane,
.scroll-pane-arrows
	{
		width: 100%;

		overflow: scroll
	}
	
.horizontal-only
	{
		max-height: 525px;
		text-align: left;
	}
.issueimg
	{
		height: 270px;
		width: 3950px;
		margin: 0;
		white-space: nowrap;
		background: rgba(0,0,0,0.2);
	}
.annivimg
	{
		height: 270px;
		width: 950px;
		margin: 0;
		white-space: nowrap;
		background: rgba(0,0,0,0.2);
	}
.Navigation
	{
		text-align: left;
		height:     42px;
		float: 		left;
		width: 		100%;
	}
	#Navbar ul
		{
			list-style-type: none;
			width: 100%;
			margin: 0;
			padding: 0;
			white-space: nowrap;
		}
	#Navbar li 	
		{
			float: left;
			white-space: nowrap;
		}
	#Navbar li a 
		{
			margin: 0 4px 0 4px;
			display: block;
			color: White;
			background-color: #1B1B1B;
			border: thin white outset;
			text-decoration: none;
			padding: 7px 12px;
			font-family: Verdana, Geneva, Tahoma, sans-serif;
			font-size: 14px;
			white-space: nowrap;
		}
	#Navbar a:hover 
		{
			color: #ffffff;
			text-decoration: underline;
			background-color: Black;
			white-space: nowrap;
		}

.counter-style 
	{
		float: right;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		display: table;
		vertical-align: middle;
		color: #FFFFFF;
		margin: 10px 0 0 0;
		text-align: right;
		font-weight: bold;
		white-space: nowrap;
		}
		
.banner-area
	{
		font-family: Arial, Helvetica, sans-serif;
		color: White;
		background-color: Maroon;
		display: block;
		width: 100%;
		vertical-align: middle;
		height: 24px;
		float: left;
	}

.BannertextEng
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 36pt;
		color: white;
		background: rgba(0,0,0,0.75);
		padding: 0px 0px 10px 15px;
		height: 60px;
		line-height: 64px;
		text-align: left
	}

.BannertextChi
	{
		font-family: "Microsoft JhengHei";
		font-size: 36pt;
		color: white;
		background: rgba(0,0,0,0.75);
		padding: 0px 0px 10px 15px;
		height: 60px;
		line-height: 64px;
		text-align: left
	}

.twocolumns
	{
		float: left;
		width: 49%;
		padding: 0 2px;
		background: rgba(0,0,0,0.1);
		min-height: 600px
	}

.bodytext
	{
		font-family: "Book Antiqua",Georgia,"Times New Roman", Times, serif;
		font-size: 14pt;
		text-align: justify;
		color: #FFFFFF;
		background: rgba(0,0,0,0.5);
		padding: 1px 12px 10px 12px;
		height: 520px
	}

.bodytextC
	{
		font-family: "Microsoft JhengHei";
		font-size: 16pt;
		text-align: justify;
		color: #FFFFFF;
		background: rgba(0,0,0,0.5);
		padding: 1px 12px 10px 12px;
		height: 520px;
	}

.bodytextIndex
	{
		font-family: "Book Antiqua",Georgia,"Times New Roman", Times, serif;
		font-size: 14pt;
		text-align: justify;
		color: #FFFFFF;
		background: rgba(0,0,0,0.5);
		padding: 10px 12px 10px 12px;
	}
	
.bodytextCIndex
	{
		font-family: "Microsoft JhengHei";
		font-size: 16pt;
		text-align: justify;
		color: #FFFFFF;
		background: rgba(0,0,0,0.5);
		padding: 10px 12px 10px 12px;
	}

		#bodytextE a
		{
			color: lime;
		}
	
		#bodytextE a:hover 
		{
			color: red;
			text-decoration: underline;
		}

		#bodytextC a
		{
			color: lime;
		}
	
		#bodytextC a:hover 
		{
			color: red;
			text-decoration: underline;
		}

.dropcap
	{
		float: left; 
		font-size: 90px; 
		line-height: 68px; 
		padding: 3px 8px;	
	}