/* Faith Lutheran Church */
/* 11-11-08 */
/* Layout Stylesheet */ 

/* DEFINES PAGE BACKGROUND COLOR AND TEXT COLOR */

 body{
 /*font-family: connecticut, arial, sans-serif; */
 margin: 0;
 padding:0; 
 background:#d0d0d0;
 color: #000000;
 /*position: fixed;*/
 
 } 

/* DEVELOPS LEFT SIDE COLUMN IF NO TABLE */
	 
 /* #lh-col{
 position:fixed;
 top:110px;
 left:30px;
 width:140px;
 z-index:0;
 color: #ffff00;
 font-size: normal;
 
 
 } */

/* DEVELOPS RIGHT SIDE COLUMN IF NO TABLE */

 #rh-col{
 position:absolute;
 top:25%;
 /*right:60px; */
 width:13%;
 z-index:2;
 color: #000000;
 padding-left: 10px;
 text-align: center;
 margin-left:80%;

 
  } 

  /* USED TO POSITION OBJECT IN UPPER LEFT CORNER */

/* #lh-corner{
 position:fixed;
 top:5px;
 left:30px;
 width:20%;
 z-index:0;
 color: #ffff00;
 font-size: normal;

 } */

/* USED TO POSITION OBJECT IN TOP CENTER */

/* #c-col{
 margin:0 0 0 0;
 position:fixed;
 background:#ffffff;
 color: #333333;
 z-index:0;
 border: solid #000000;
 border-width:0 0px;
 text-align: center;
 font-size: small;
 height: 150px;
 border-bottom:1px solid #000000;
 left: 20%;
 width: 62%;
 top:5px;
 
 } */

/* USED TO POSITION OBJECT IN UPPER RIGHT CORNER */

/* #rh-corner{
 position:fixed;
 top:5px;
 right:0px;
 width:17%;
 z-index:0;
 color: #ffff00;
 font-size: normal;
 padding-left: 10px;
 } */

 /* USED TO CENTER OBJECTS AND TEXT IF NO TABLE */

/* #c-block {
 width:60%;
 z-index:0;
 background:#ffffff;
 color: #333333;
 top: 155px;
 left: 20%;
 text-align: center;
 position: fixed;
 border-left: 1px solid #000000;
 border-right:1px solid #000000;
 font-family: connecticut, arial, sans-serif;
 padding: 10px;
 overflow: auto;

 } */

 /* USED TO CREATE HEADER AREA */

/* #hdr{
 height:200px; 
 width:80%;
 border-left: 200px solid #ffffff;
 background:#f9f9f9;
 color: #333333; 
 margin:0;
 padding:0;
 text-align: center;
 font-size: xx-large;
 right:200px;

    } */

/* USED TO CREATE FOOTER AREA */

/* #ftr {
 width:90%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#d0d0d0;
 color: #333333;
 margin:0;
 font-size: 8pt;
 left: 50px;
 position: fixed;
  } */

/* USED TO DEFINE TEXT SIZE */

/* #ftr-p {
 font-size:125%;
  } */

/* USED TO DEFINE TEXT CHARACTERISTICS */

/* #bold {
font-size: 125%;
font-weight: bold;
 } */

/* USED TO CREATE CURVED BORDER */

/* #curve {
float: left;
display: block;
height: 16px;
clear: left;
} */

/* USED TO DEFINE LINK CHARACTERISTICS */

#linklist {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	LEFT: 0px; 
    PADDING-BOTTOM: 10px;
	/*WIDTH: 190px; */		/* 12-8-08 */
	width: 17%;
	PADDING-TOP: 10px;
	FONT-FAMILY: serif; 
	/*TOP: 200px;*/
	top: 20%;				/* 12-8-08 */
	POSITION: absolute;
	margin: 35px; 
		
}
#linklist A {
	COLOR: blue; TEXT-DECORATION: none
}

#linklist A:hover {
	COLOR: red; TEXT-DECORATION: none
}

/* USED TO DEFINE FOOTER LINK CHARACTERISTICS */

/* #lnklstfoot {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 4pt;
	LEFT: 150px; 
    PADDING-BOTTOM: 10px;
	WIDTH: 190px; 
    PADDING-TOP: 10px;
	FONT-FAMILY: serif; 
	TOP: 500px; 
    border-left: 1px solid #000000;
	border-right:1px solid #000000;
	text-align: center;
	width:90%;
	height:35px;
	 border: solid #000000; 
	 border-width:1px 0;
	 background:#d0d0d0;
	 color: #333333;
	 margin:0;
	 font-size: 8pt;
	 left: 50px;
	 position: fixed;
     } */

/* USED FOR THE CALENDAR PAGE */

#c-block-cal {
 width:90%;
 z-index:0;
 background:#ffffff;
 color: #333333;
 top: 0px;
 left: 50px; 
 text-align: center;
 position: relative;
 border-left: 1px solid #000000;
 border-right:1px solid #000000;
 font-family: connecticut, arial, sans-serif;
 padding: 10px; 
 }

/* USED FOR THE WORSHIP PAGE, TOP LOCATE */

 #anchor {
 top:0px;
 left:0px;
 }

/* USED TO DEFINE THE PAGE */ 

div.container
{
/*width:100%; */
margin:35px; 
/*border:1px solid gray; */
line-height:150%;
/*overflow: auto; */
height: auto;
width: auto; 
}

/* USED TO DEFINE THE HEADER AND FOOTER CHARACTERISTICS */

div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
text-align:center;

}

/* USED TO DEFINE TEXT SIZE IN THE HEADER */

/* h1.header
{
padding:0;
margin:0;

} */

/* USED TO DEFINE THE LEFT COLUMN */

/* div.left
{
float:left;
width:160px; 
margin:35px;
padding:1em;

} */ 

/* USED TO DEFINE THE BODY OF THE PAGE */

div.content
{
margin-left:17%; 
border-left:1px solid gray;
padding:1em; 
width: 59%; 
border-right: 1px solid gray;
text-align: center;
background: #ffffff;
top:18%;



}

/* USED TO DEFINE THE RIGHT COLUMN */

/* div.right
{
float:right;
width:20%;
margin-right:200px;
padding:1em;

} */

div.pdf {

background:url(pdflogo.gif) no-repeat 0 0;

}

