/* Living Hope Lutheran Church */
/* CSS Template for print output */
/* Jul 2007 */

body {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
	padding:0;
	overflow:auto;
	overflow:visible;
	}

/* Layout Regions START */
	
	#container {
		position:static;
		width:612px;
		left:0;
		top:0;
		/*margin-left:auto;
		margin-right:auto;
		background-image:url(../../images/art_bkgrndcolor.gif);
		background-repeat:repeat-y;
		background-position:center;*/
		}
	
	#headerlogo {
		position:absolute;
		width:289px;
		height:113px;
		left:0;
		top:11px;
		z-index:20;
		}
	
	#headerverse {
		position:absolute;
		width:300px;
		height:84px;
		left:347px;
		top:12px;
		}
	
	#headernav {
		display:none;
		}
	
	#headernavcontent {
		display:none;
		}
	
	#sidebar {
		display:none;
		}
	
	#sidebarbox {
		display:none;
		}
	
	#sidebarboxcontent {
		display:none;
		}
	
	#maincontent {
		position:static;
		width:auto;
		top:132px;
		}
	
	#contenttext {
		position:static;
		width:auto;
		margin-top:169px;
		left:169px;
		color:#5c5858;
		}
	
	#ELCAfeed {
		display:none;
		}
		
	#ELCAfeed1 {
		display:none;
		}
		
	#ELCAfeed2 {
		display:none;
		}
	
	#footer {
		position:static;
		width:591px;
		margin-top:20px;
		clear:both;
		}
	
	#footerlinks {
		position:static;
		width:591px;
		height:18px;
		padding-top:5px;
		}
	
	#footerinfo {
		position:static;
		width:591px;
		padding-top:5px;
		}
	
	#popupcontainer {
		position:relative;
		width:600px;
		left:0;
		top:0;
		margin-left:auto;
		margin-right:auto;
		}
	
	#popupheadernav {
		position:absolute;
		width:600px;
		height:32px;
		left:0;
		top:100px;
		background-color:#846394;
		}
	
	#popupcontent {
		position:absolute;
		width:360px;
		top:132px;
		}
	
	#popuptext {
		position:absolute;
		width:580px;
		left:0;
		color:#5c5858;
		background-color:#eee6f4;
		padding-left:20px;
		padding-bottom:20px;
		}
		
	#closewindow {
		z-index:100;
		}
		
	/* Layout Regions END */
		
		
	/* Hyperlink Styles START */

	a {
		color:#757090;
		text-decoration:none;
		}
	
	a:visited {
		color:#757090;
		text-decoration:none;
		}
	
	a:hover {
		color:#757090;
		text-decoration:underline;
		}
	
	a:active {
		color:#757090;
		text-decoration:none;
		border:none;
		}
		
	li a {
		color:#ffffff;
		text-decoration:none;
		}
		
	li a:visited {
		color:#ffffff;
		text-decoration:none;
		}
	li a:hover {
		color:#ffffff;
		text-decoration:underline;
		}
	
	li a:active {
		color:#ffffff;
		text-decoration:none;
		}
		
	/* Hyperlink Styles END */
	
	
	/* Text Styles START */
	
	.elcafeeddata {
		text-align:left
		}
	
	.elcafeeddata td  {
		text-align:left;
		padding-bottom:5px;
		}
		
	.elcafeeddata a  {
		text-align:left;
		padding-bottom:5px;
		}
	
	h1 {
		font-size:18px;
		font-weight:bold;
		color:#757090;
		padding-top:20px;
		padding-left:10px;
		padding-right:10px;
		}
		
	h2 {
		font-size:14px;
		font-weight:bold;
		color:#757090;
		padding-top:20px;
		padding-left:10px;
		padding-right:10px;
		}
	
	h3 {
		font-size:11px;
		font-weight:bold;
		color:#757090;
		padding-left:10px;
		}
		
	.bodycopy {
		font-size:12px;
		padding-left:10px;
		padding-right:30px;
		line-height:20px;
		color:#000000;
		}
		
	.bodycopybluehead {
		font-size:12px;
		padding-left:10px;
		padding-right:30px;
		line-height:20px;
		color:#757090;
		}
		
	.bodycopylinkhead {
		display:none;
		}
		
	.bodycopylinks {
		font-size:12px;
		padding-left:10px;
		padding-right:30px;
		line-height:20px;
		font-weight:bold;
		color:#757090;
		}
	
	.sidebarlinks {
		font-size:11px;
		color:#5c5858;
		}
		
	.footertext {
		font-size:11px;
		text-align:center;
		line-height:14px;
		color:#000000;
		bottom:10px;
		}
		
	.footertextlinks {
		display:none;
		}
		
	/* Text Styles END */
	
/*Sperling CSS Drop Down Menu Start*/
#menuh-container
	{
	display:none;
	}

#menuh
	{
	/*font-size: small;
	font-family: arial, helvetica, sans-serif;*/
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid #555;
	white-space:wrap;
	margin:0;
	padding: 0.2em;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #ffffff;
	background-color: #846394;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	background-color: #cec4e2;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	border:none;
	background-color: #846394;
	padding-bottom:10px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image:url(../../images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:146px;	/* width of all menu boxes (was 9em)*/
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	width:146px;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End Sperling CSS Drop Down Menu */
	
