/** NLCF CSS Document
*
*  Created by Joshua L. Bjerke
*
*  Needs:
*  1.  
*/

/* Color Pallette
Light Red:		#C5231F
Dark Red:		#9D2521
Tan:			#E8B75B
Light Tan:		#E8CA92

*/

/* Special Formatting Tags */
lrc
	{
	color:#C5231F;
	}
	
drc	
	{
	color:#9D2521;
	}
	
ttc
	{
	color:#E8B75B;
	}
	
ltc
	{
	color:#E8CA92;
	}

	
/* Links */
a:active
	{
	/*background-color:#FFFFFF;*/
	color: #9D2521;
	text-decoration:none;
	}
a:link
	{
	/*background-color:#FFFFFF;*/
	color: #9D2521;
	text-decoration:none;
	}
a:hover
	{
	/*background-color:#FFFFFF;*/
	color: #9D2521;
	text-decoration:blink;
	}
a:visited
	{
	/*background-color:#FFFFFF;*/
	color: #9D2521;
	text-decoration:none;
	}

	
/* Main body Tag */
body
	{
	margin:50px auto;
	background-color:#FFFFFF;
	background-image:url('../bground/blend_99FF66_FFFFFF.jpg');
	background-repeat:repeat-x;
	/*background-repeat:repeat-y*/
	/*background-repeat:no-repeat*/
	/*background-attachment: */
	/*background-position: */
	color:black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
	width:1000px;
	}


/* Division Tags */
div.banner
	{
	width:100%;
	}
	
div.content
	{
	/*border-style: solid;*/
	/*margin: 10px 75px 10px 75px;*/
	}

div.googframe
	{
	margin: auto;
	text-align: center;
	}

div.highlight
	{
	border-style: inset;
	border-color: #99FF66;
	border-width: 4px;
	background-color: #D6FFC2;
	padding: 2px;
	margin:auto;
	width:500px;
	text-align: center;
	}	
	
div.menubar
	{
	height:50px;
	margin:auto;
	width:1248px;  /* Need 208px per menu bar list item */
	}
	
div.scripture
	{
	border-style: inset;
	border-color: #C5231F;
	border-width: 5px;
	background-color: #E8CA92;
	padding: 10px;
	margin:auto;
	width:1000px;
	text-align: center;
	}
	
div.smallgroup
	{
	border-style: inset;
	border-color: #C5231F;
	border-width: 4px;
	background-color: #E8CA92;
	padding: 2px;
	margin:auto;
	/*width:800px;*/
	width:100%;
	text-align: center;
	}

div.subsgshow
	{
	border-style: groove;
	border-color: #C5231F;
	border-width: 8px;
	background-color: #E8CA92;
	display:block;
	padding: 4px;
	/*margin:auto;*/
	/*width:800px;*/
	width:25%;
	/*text-align: center;*/
	}
	
div.subsg
	{
	border-style: groove;
	border-color: #C5231F;
	border-width: 8px;
	background-color: #E8CA92;
	display:none;
	padding: 4px;
	/*margin:auto;*/
	/*width:800px;*/
	width:85%;
	/*text-align: center;*/
	}

	
/* Heading Tags */
h1
	{
	font-size:225%;
	font-weight:bolder;
	text-align:left;
	}

h1.banner
	{
	color:black;
	font-size:225%;
	font-weight:bolder;
	text-align:center;
	}
	
h1.redbanner
	{
	color:#C5231F;
	font-size:225%;
	font-weight:bolder;
	text-align:center;
	}
	
h2
	{
	font-size:175%;
	font-weight:bolder;
	}

h2.banner
	{
	font-size:175%;
	font-weight:bolder;
	text-align:center;
	}
	
h3.redleft
	{
	font-size:125%;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#C5231F;
	}

/* Horizontal Lines */
hr.small
	{
	color: #99FF66;
	background-color: #99FF66;
	height: 2px;
	width: 100%;
	}

hr.med
	{
	color: #99FF66;
	background-color: #99FF66;
	height: 5px;
	width: 100%;
	}

hr.med50
	{
	color: #99FF66;
	background-color: #99FF66;
	height: 5px;
	width: 50%;
	}	
	
hr.large
	{
	color: #99FF66;
	background-color: #99FF66;
	height: 10px;
	width: 100%;
	}

/* Inline frame info */
iframe
	{
	margin: auto;
	}
	
/* Input */
input
	{
	background-color:#E8B75B;
	}
	
input:focus
	{
	background-color:yellow;
	}
	
input[type="submit"]
	{
	width:80px;
	display:inline;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#C5231F;
	text-align:center;
	padding:4px;
	/*padding-left:4px;*/
	/*padding-right:4px;*/
	text-decoration:none;
	text-transform:uppercase;
	}
	
/* Horizontal Navigation Bar Tags */
ul.horiznav
	{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
li.horiznav
	{
	align:center;
	display:inline;
	float:left;
	}
a.horiznav:link,a.horiznav:visited
	{
	display:block;
	width:200px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#C5231F;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}
a.horiznav:hover,a.horiznav:active
	{
	display:block;
	width:200px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#9D2521;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}


/* Vertical Navigation Bar Tags */
ul.vertnav
	{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
li.vertnav
	{
	border-width:thick;
	border-style:groove;
	border-color:blue;
	padding:5;
	}
a.vertnav
	{
	display:block;
	/*border-style:solid;*/
	/*border-width:thin;*/
	/*border-color:blue;*/
	margin:2px 0px 2px 0px;  /* Margin settings for top right bottom left */
	width:200px;
	/*background-color:#dddddd;*/
	}
a.vertnav:link,a.vertnav:visited
	{
	display:block;
	width:200px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#C5231F;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}
a.vertnav:hover,a.vertnav:active
	{
	background-color:#9D2521;
	}
	
/* Paragraph Tags */
p.ctext
	{
	color: black;
	/*color: #C5231F;*/
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	}

p.head
	{
	color: black;
	/*color: #C5231F;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 150%;
	}
	
p.note
	{
	color: black;
	/*color: #C5231F;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	}
	
p.scripture
	{
	color: black;
	/*color: #C5231F;*/
	font-style: italic;
	font-size: 150%;
	}

p.rtext
	{
	color: black;
	/*color: #C5231F;*/
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	font-size: 130%;
	/*font-weight: bold;*/
	}
	
p.text
	{
	color: black;
	/*color: #C5231F;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 130%;
	}
	
p.textblock
	{
	color: black;
	/*color: #C5231F;*/
	display:block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 130%;
	width:100%;
	}

/* Text Positioning Class Selectors */
.center {text-align:center;}
.just {text-align:justify;}
.left {text-align:left;}
.right {text-align:right;}

/* Span Section */
span.indent
	{
	margin-left: 110px;
	}

span.bttn
	{
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding-left:5px;
	padding-right:5px;
	}
	
	
/* TABLE CSS */
th
	{
	background-color:#ADD8E6;
	}

td.checkme
	{
	color:#C5231F;
	display:none;
	}


/*  */
ul 
	{
	list-style:circle;
	}
	
ol 
	{
	list-style:upper-roman;
	}


/** General Rules for CSS Formatting

  1. Do not start an ID name or class name with a number. Won't play nice with Mozilla/Firefox

  2. The id selector only works on a single object specified by the "id=" tag
  Example using id selector.  This applies to the html tag with id="para1"
  #para1
		{
		text-align:center;
		color:red;
		} 

  3. Insert an external Style Sheet
  <head>
  <link rel="stylesheet" type="text/css" href="mystyle.css" />
  </head>
  
  4. Do not leave space between the property value and the units!
    Use "margin-left:20px" instead of "margin-left:20 px"
	
  5. 

*/
