/* jhf.css
	CSS file for Jewish Home Family
	Created by Dan Grabon, www.handspunweb.com
	2008 */
	

/* Basic structure selectors, including sidebar and content areas */

body
{
	background: white;
	background-image: url(i/sidebar-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	color: #4b4833;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

div#sidebar
{
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
} 

div#main
{
	position: absolute;
	left: 265px;
	margin: 0;
	padding: 0;
}

div#banner
{
	background-image: url(i/banner-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 102px;
	margin: 0 0 10px 0;
	padding: 0;
}

div#content
{
	margin: 10px 25px 50px 0px;
}

div#photos
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


div#footer
{
	margin: 100px 25px 20px 0px;
}


/* Banner selectors */

#banner img#jhflogo
{
	float: left;
}

#banner #tagline
{
	float: right;
	margin: 0 1em 2px 0;
}

#banner ul
{
	list-style: none;
	float: right;
	vertical-align: top;
	margin: 0 1em 0 0;
}

#banner li
{
	float: left;
}

#banner li a
{
	display: block;
	margin-left: 2em;
}



/* Sidebar selectors */

#sidebar h1, h2
{
	font-size: 125%;
	color: #005a53;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
}

#sidebar ul
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar ul ul
{
	font-weight: normal;
}

#sidebar li
{
	list-style-type: none;
	list-style-position: none;
	margin-left: 0;
	display: block;
}

#sidebar li a, #sidebar li .nolink
{
	padding: 0.75em 45px 3px 15px;
	text-indent: -5px;
	display: block;
}

#sidebar ul ul li
{
	padding-left: 0;
	text-indent: 0px;
}

#sidebar ul ul li a
{
	padding: 0.75em 45px 3px 25px;
	text-indent: -5px;
}

#sidebar a
{
	text-decoration: none;
	color: #4b4833;
	display: block;
}

#sidebar li.jhf a:hover, #sidebar li.jhf a:focus, #sidebar li.jhf a:active
{
	color: #005a53;
}

#sidebar li.jhal a:hover, #sidebar li.jhal a:focus, #sidebar li.jhal a:active
{
	color: #262C63;
}

#sidebar li.jhr a:hover, #sidebar li.jhr a:focus, #sidebar li.jhr a:active
{
	color: #764000;
}

li.jhal, li.jhf, li.jhr
{
	background-image: url(i/list-off.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

li.jhal:hover
{
	background-image: url(i/list-jhal.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

li.jhf:hover
{
	background-image: url(i/list-jhf.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

li.jhr:hover
{
	background-image: url(i/list-jhr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Main selectors */

#main a
{
	color: #54958b;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover, #main a:focus, #main a:active
{
	text-decoration: underline;
}

/* Content selectors */

#content { line-height: 1.5em; }

#content p
{
	margin-top: 2.5em;
}

#content h1
{
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2em;
}

#content em
{
	font-style: italic;
}


#content strong
{
	font-weight: bold;
	font-style: normal;
}

/* Footer selectors */

table#logos
{
	text-align: center;
	width: 100%;
}

table#logos td
{
	padding-left: 10px;
	padding-right: 10px;
}

/* Global special formatting selectors */

