/*   	
		stylesheet for joelwardseminars.com   
		/css/inside2.css
		
		used for 2 column-layout: location and links

*/


/*  pad bottom of links page  */
p.links { padding-bottom: 350px; }


/*
3-column layout
---------------
*/


#block_1wide		/*  wide content  */
{
	float: left;
	width: 710px;
	margin-left: 23%;
	margin-right: 30px;
	margin-bottom: 40px;
	font-size: 125%;
	line-height: 1.5em;

}

* html #block_1wide
{
	display: inline;
}

#block_1wide a:link { color: #A9253C; text-decoration: none; }
#block_1wide a:visited { color: #A9253C; text-decoration: none; }
#block_1wide a:hover { color: #000000; text-decoration: underline; }
#block_1wide a:active { color: #A9253C; text-decoration: none; }


#block_2wide       /* left-side navigation */
{
	float: left;
	width: 200px;
	margin-left: -100%;
	font: bold 1.5em Times, "Times New Roman", serif;
	color: #450F19;

}

#block_2wide li
{
	list-style: none;
	padding-bottom: 15px;
	margin-left: -30px;
}

#block_2wide a
{
	display: block;
	padding-left: 15px;
	color: #450F19;
	text-decoration: none;
}

#block_2wide a:hover
{
	color: #450F19;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat left top;
	background-position: 0 1px;
}

#block_2wide a.on
{
	color: #450F19;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat left top;
	background-position: 0 1px;
}


/*  images  */

img.location_map
{
	width: 174px;
	height: 300px;
	border: 1px solid #000000;
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px;
	background: #ffffff;
}

img.village_map
{
	width: 520;
	height: 335;
	border: 1px solid #000000;
	margin: 10px 0;
	padding: 10px;
	background: #ffffff;
}



/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes makes the width of wrapper too small the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case */
	float/**/: none;
	}
	
/* easy clearing */
#wrapper:after
	{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */


#footer
{
	clear: both;
	width: 880px;
	margin: 30px;
	border-top: 1px solid #FDB826;
}

#footer p
{
	line-height: 1.25em;
	color: #000000;
}

#footer a:link { color: #A9253C; text-decoration: none; }
#footer a:visited { color: #A9253C; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }
#footer a:active { color: #A9253C; text-decoration: none; }


