/*------------------------------------------------------------------------------
Style Sheet for the Lockport UCC website

version:		1.0
date:			February 15, 2008
author:			Jim Stephenson
email:			kineticjim@stephensonmusic.com
			jim@kineticjim.com
			sstephenson_lock@hotmail.com
websites:		kineticjim.com
			lockportucc.org
			nanasbooksforkids.com
			stephensonmusic.com
			
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, blockquote, address, th, td {
margin : 0;
padding : 0;
}

h2, h3, h4, h5, h6 {
font-size : 100%;
font-weight : normal;
}

ol, ul {
list-style-type : none;
}

table {
border-collapse : collapse;
border-spacing : 0;
}

caption, th {
text-align : left;
}

fieldset, img {
border : 0;
}

dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
font-style : normal;
font-weight : normal;
}

q:before, q:after {
content : '';
}

#jan, #feb, #mar {
display:	none;
}

/* Horizontal navigation --------------------------------------------------------------*/

#hoz		{
		position:		relative;
		z-index:		1000;
		}

#hoz .hz1 	{
		position:		relative;
		margin:			0;
		background:		#ccbb77;		/* Non-hover background color */
		height:			24px;			/* Height of top horizontal bar */
		}		
		
#hoz .hz1 li 	{
		position:		relative;
		display:		inline;			/* Causes list to be displayed horizontally */
		line-height:		24px;			/* Same as height above */
		padding:		5px 2.70em;		/* Adjust horiz. & vert. padding to fit */
		background:		#ccbb77;		/* Non-hover background color */
		color:			#000000;		/* Non-hover font color */
		font-family: 		arial, sans-serif;
		font-size: 		75%;
		font-weight:		900;
		}
		
#hoz .hz1 li a	{
		background:		#ccbb77;
		color:			#000000;
		font-family: 		arial, sans-serif;
		font-weight:		900;
		}
		
#hoz .hz1 li:hover	{
		cursor:			pointer;
		background:		#ccbb77;		/* Hover background color */
		color:			#ffffff;		/* Hover font color */
		}
		
#hoz .hz1 li:hover a.nodd	{
		color:			#ffffff;		/* Hover font color */
		background:		#ccbb77;		/* Hover background color */
		text-decoration:	none;
		}
		
.bag		{
		position: 		absolute; 
		left: 			80px; 
		top: 			-3px;
		z-index:		2;
 		}
		
/* drop-down list -------------------------------------------- */

ul.wall		{
		margin:			0;
		}

div.dd		{
		display:		none;
		z-index:		auto;
		}
					
#hoz .hz1 li:hover .dd {
		position: 		absolute;
		border:			#000000 solid 1px;
		padding:		4px 0px 6px 0px;
		margin:			0px;
		border-top:		none;
/*		width:			180px;			 Width; remove if defined individually */
		top:			25px;			/* Same as height above */
/*		left:			0px;			 Left position; remove if defined indiv. */
		display:		block;	
		cursor:			pointer;
		background:		#ffeeaa;		/* Background color */
		}

#hoz .hz1 li:hover .dd li {
		text-align:		left;			/* "Left" is the default setting */
		width:			100%;			/* Causes pointer active region to extend to full width */
		padding:		0px;			/* Zero row padding */
		margin:			0px;			/* Zero row margins */
		display:		block;			/* Important for IE compatibility */
		line-height:		24px;			/* Line height */
		background:		#ffffff;		/* Background color */
		}

#hoz .hz1 li:hover .dd li a	{
		text-decoration:	none;			/* Removes underlining */
		display:		block;			/* Causes list hover width to be all the way across */
		width:			100%;	
		padding:		0px;			/* Text indent */
		margin:			0px;
		color:			#000000;		/* Font color */
		font-size:		11px;
		font-weight:		900;
		line-height:		16px;
		background:		#ffeeaa;
		}
		
#hoz .hz1 li:hover .dd li a:hover	{
		background:		#1a7b30;		/* Hover background color */
		color:			#ffffff;		/* Hover font color */
		}
		
.idnt1		{
		padding:		0 0 0 8px;
		}

/* Drop=down parameters if individualized --- to use, remove equivalent "dd" class parameter */

#dd1		{
		}

#dd2		{
		left:			-6px;
		width:			155px;
		}

#dd3		{
		left:			-15px;
		width:			170px;		
		}

#dd4		{
		}

#dd5		{
		left:			0;
		width:			122px;		
		}

#dd6		{
		}
/* Link formatting ----------------------------------------------------------*/

.dd a:link, .dd a:visited	{
	text-decoration: 	none;
	color: 			#ffffff;
/*	width:			100%;	*/
	background-color:	transparent;
	font-weight: 		500;
	font-size:		12px;
	}

.dd a:hover, .dd a:active	{
	text-decoration: 	underline;
	color:			#ffffff;
/*	width:			100%;	*/
	background-color:	transparent;
	font-weight: 		500;
	font-size:		12px;
	}

/* Added from nana-index-style */



