/* mikeshepherd.css - Style sheet for mikeshepherd.net
	Dave Rodriguez (www.lwweb.com) for
	Ohio Media (www.ohiomedia.com)
	17 May 2004
	
	This style sheet was implemented "after-the-fact", so styles are applied
	so as not to interfere with older pages that are laid out using <FONT> tags
	*/

#content
{
	 text-align: left;
	 font: 10pt/12pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	 color: #fff;
}

#content p
{
	margin-top: 0;
}

#content h1
{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	color: #399;
	font-size: 1.8em;
	font-weight: bold;
}

#content h2, #footer h2
{
 	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
 	color: #696;
 	font-size: 1.3em;
 	font-weight: bold;
 	font-style: italic;
 	margin-bottom: 5px;
}

#content img.spot-graphic
{
	border: 1px solid #ccc;
}

.caption
{
	font-size: 0.9em;
	color: #9c9;
	margin: 8px 12px;
}

.caption a
{
	 font: 11px/14px Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	 color: #fff;
}

#footer
{
	font: 80%/130% Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#footer h2 { color: #696; letter-spacing: 3px; font-style: normal; }

#footer-text
{
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 30px;
}