/* reset formatting */

	html, body { width: 100%; height: 100%; }
	html, body, table, img {	border:0;	margin:0;	padding:0;}
	p, h1, h2, h3, h4, h5, h6 {	margin:0;	padding:0;	font-weight:normal; font-size: 100%; line-height: 130%;}
	form {	margin:0;	padding:0;	display:inline;}
	a {text-decoration:none;}
	td { padding: 0; vertical-align: top;}
	ul,ol {margin:0; padding:0; position:relative;}
	li {margin:0; padding:0; position: relative;}
	fieldset {border: none;}


/* common formatting shortcuts */
 
	small {	font-size:0.85em;}
	sup {	position:relative;	bottom:0.3em;	vertical-align:baseline;}
	sub {	position:relative;	bottom:-0.2em;	vertical-align:baseline;}
	acronym, abbr {	cursor:help;	letter-spacing:1px;	border-bottom:1px dashed;} 
	.clear, .clear-hidden         { clear:both; }
	.clear-hidden	{ font-size: 0em; height: 0px; overflow: hidden;}
	.clear-after:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.float-left    { float:left; }
	.float-right   { float:right; }
	.text-left     { text-align:left; }
	.text-right    { text-align:right; }
	.text-center   { text-align:center; }
	.text-justify  { text-align:justify; }
	.bold          { font-weight:bold; }
	.italic        { font-style:italic; }
	.underline     { border-bottom:1px solid; }
	.highlight     { background:#ffc; } 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	.hidden		   { display: none;}

	
/*
 *   typography   *****************************************************************
 */
 
 	html,
	body,
	input,
	select,
	textarea
	{
		font-family: "trebuchet ms", sans-serif;
		/*
		"lucida console", "courier new", courier
		arial, "arial black", "arial narrow", helvetica, sans-serif
		verdana, tahoma, "trebuchet ms", "lucida sans", "century gothic"
		georgia, "bookman old style", "book antiqua", "times new roman", times, serif
		*/
		font-size: 90%;	
		line-height: 130%;
	}


/* default styles */

	/* links */
 
	a,
	a:link, /* not yet visited */
	a:visited
	{
		text-decoration: underline;
		color: #a00;		
	} 
	a:focus /* received cursor focus */
	{}
	a:hover
	{
		text-decoration: none;
	}
	a:active /* user activates link */
	{}
	 
	/* unordered list */
	ul
	{
		margin: 1em 0 1em 1em;
		list-style: disc;
		padding-left: 0;
	}
	/* order list */
	ol
	{
		margin: 1em 0 1em 1em;
		padding-left: 0;
		list-style: decimal;
	}
	/* list items */
	li
	{
		margin: 0 0 .5em 0;
		padding: 0;
	}
	  
/* 
 *   page blocks    ******************************************************
 */


	body
	{
		background-color: #000;
		margin: 0 0 20px 0;
		color: #ff0;
	}
	
/* page wrapper */
	
	.page
	{
		width: 802px;
		position: relative;
		margin: 10px auto 20px auto;
		background-color: #fff;
	}	

/* branding */

	.branding
	{
		position: relative;
		height: 108px;
		margin: 0;
		background-image: url(images/branding.png);
		background-position: top left;
		background-repeat: no-repeat;
	}
	.branding h2
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}
	.branding a
	{
		width: 100%;
		height: 100%;
		display: block;
		font-size: 0px;
		text-indent: -9999px;
	}
		

/* main nav */

	.nav
	{
		background: #a00;
		position: relative;
		left: 0px;
		margin: 4px 4px 0 4px;
		height: 30px;
		overflow:hidden;
		width: 793px;
	}
	
	/* hide heading */
	.nav h2
	{
		position: absolute;
		left: -9999px;
		display: none;
	}
	.nav ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		height: 100%;
		width: 125%;
		white-space:nowrap;
		overflow: hidden;
	}
	.nav li
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		height: 100%;
		font-size: 120%;
		font-weight: bold;
	}
	.nav a,
	.nav a:visited
	{
		text-decoration: none;
		color: #000;
		padding: 6px 17px 0;
		padding: 20px 17px 20px 18px;
		line-height: 29px;
		border-right: solid 4px #fff;
	}
	/* last link no border */
	.nav #nav-last a
	{
		padding-right: 100px;
	}
	
	/* link hover */
	.nav a:hover
	{
		color: #fff;
	}

	/* selected link */
	.nav li.active
	{
	}
	.nav li.active a,
	.nav li.active a:visited,
	.nav li.active a:hover
	{
		background: #000;
		color: #fff;
	}

/*
** content area
*/

	.content
	{
		background-image: none;
		background-position: top left;
		background-repeat: repeat-x;
		padding: 20px;
		font-size: 110%;
		color: #000;
	}
	.content h1
	{
		margin: 0 0 .25em 0;
		font-weight: normal;
		font-style: normal;
		font-size: 200%;
		letter-spacing: -1px;
		line-height: 110%;
		color: #000;
	}
	.content h2
	{
		margin: .5em 0 .25em 0;
		font-weight: normal;
		font-size: 140%;
		line-height: 120%;
		color: #a00;
	}
	.content h3
	{
		margin: .5em 0 .5em 0;
		font-weight: normal;
		font-size: 120%;
		line-height: 120%;
	}
	.content p
	{
		margin: 0 0 .75em 0;
		line-height: 135%;
	}
	
	/* indented elements */
	.content blockquote
	{
		margin: 20px;
		background: none;
		padding: 15px;
	}
	.content ul li,
	.content p
	{
		margin-left: 15px;
	}
	
	/* other styles	 */
	.content .fine-print
	{
		font-size: 85%;
		font-style: italic;
		color: #999;
		margin-left: 0px;
	}
	
	/* messages and errors */
	.content .message
	{
		padding: 20px;
		margin: 20px 0;
		background: #ccc;
		font-weight: bold;
	}
	.content .error
	{
		background: #a00;
		color: white;
	}
	
	/* inline content */
	
	.content .inline-left
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	.content .inline-right
	{
		float: right;
		margin: 0 0 10px 10px;
	}
	
	/* lists */
	.content ul li
	{
		background-image: url(images/bullet-arrow.png);
		background-repeat: no-repeat;
		background-position: -2px 2px;
		padding-left: 20px;
		list-style-type: none;
	}
	
/* special content */

	/* home page */
	.rotator
	{
		margin-bottom: 20px;
		display: block;
		clear: both;
		height: 333px;
	}
	.page-home .content p
	{
		margin-left: 0;
	}
	
	/* sponsor images */
	.sponsors
	{
		margin: 30px 0;
	}
	.sponsors img
	{
		margin: 0px 30px;
	}

	/* photo gallery */

	ul.album-list
	{
		margin: 0 0 25px 0;
		padding: 0;
		list-style: none;
	}
	ul.album-list li
	{
		padding: 0 5px 0 0;
		margin: 0;
		list-style-type: none;
		display: inline;
		background: none;
	}
	ul.album-list a.active
	{
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
	
	ul.images
	{
		margin: 25px -35px 0 30px;
		padding: 0;
		list-style: none;
		height: 500px;
		overflow: visible;
	}
	ul.images li
	{
		list-style-type: none;
		margin: 0 35px 20px 0;
		padding: 0;
		float: left;
		position: relative;
		height: 158px;
		width: 208px;
		text-align: center;
		background: none;
	}
	.images a
	{
	}
	.images img
	{
		padding: 3px;
		border: solid 1px #ccc;
	}
	.images a:hover img
	{
		border: solid 1px #a00;
	}

	/* news page */
	.page-news .content h1
	{
		margin-bottom: -15px;
	}
	.page-news .content h2
	{
		border-top: solid 1px #ccc;
		margin: 30px 0 0 0;
		padding-top: 5px;
	}
	.page-news .content .dateline
	{
		font-weight: bold;
		color: #666;
		margin-left: 0;
	}
		
	/* membership page */
	.page-membership fieldset
	{
		margin: 10px 0 10px 15px;
	}
	.page-membership label
	{
		width: 100px;
		float: left;
		font-weight: bold;
	}
	.page-membership .text-input
	{
		padding: 3px;
		border: solid 1px #999;
		width: 300px;	
	}
	.page-membership .address textarea
	{
		height: 60px;
	}
	.page-membership .race-times textarea
	{
		width: 625px;
		height: 60px;
	}
	.page-membership .submit
	{
		text-align: center;
	}
	
	/* events page */
	
	.event
	{
		margin-bottom: 20px;
		border-top: dotted 2px #ccc;
		padding-top: 5px;
		clear: both;
	}
	.event .event-logo
	{
		margin-left: 15px;
	}
	.event h2
	{
		clear: left;
		margin-top: 0;
		margin-bottom: .5em;
	}
		
/*
** footer
*/

	.site-info
	{
		clear: both;
		display: block;
		position: relative;
		height: 61px;
		color: #fff;
		background-image: url(images/footer.png);
		background-position: top left;
		background-repeat: no-repeat;
	}
	.site-info p
	{
		position:absolute;
		left: 20px;
		top: 20px;
	}
	.site-info a,
	.site-info a:visited
	{
		text-decoration: underline;
		color: #fff;
	}
	.site-info a:hover
	{
		text-decoration: none;
	}
	.site-info h2
	{
		display: none;
	}
	
	/* Phil Sandifur */	
	.site-info #phil
	{
		position: absolute;
		top: 11px;
		right: 9px;
		width: 160px;
		height: 40px;
	}
	.site-info #phil a
	{
		display: block;
		height: 100%;
		width: 100%;
		background: url(images/phil-sandifur.png) top left no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
	
/* NOTES */

	/* IE6 double horizontal margins on floated elements
	 * set display: inline;
	 */
	
	/* disappearing background images in IE6 for heading and lists, links don't work
	 *  li, h2 { position: relative; }
	 */

	/* transparency
	 *  FF, Safari: opacity: .5;
	 *  IE6: filter: alpha(opacity = 5);
	 */

	/* clearing
	 *  element:after { content: " "; clear: both; }
	 */
	
	/* import stylesheets
	 *  @import url(filename.css) screen,print,all;
	 *  imported stylesheets are processed before other stylesheets
	 *  IE6 doesn't like it if you set a media type
	 */
	
	/* horizontal nav menus
	 * 	li { position: relative; float: left; height: 30px;}
	 *  li a { position: relative; height: 100%; padding: 5px 10px; }
	 */
	
	/* link pseudo-classes in proper order:
	 *  :link, :visited, :hover, :active
	 */
	
	/* use % or em for base font-size instead of fixed pt or px
	 *  use relative sizes when need to grow/shrink with font size
	 */
	
	/* don't use quotes around url()s */

	/* clearing parent container of floated items:
	 *    overflow: auto;
	 *  (IE6 still needs clearing <div> sometimes
	 */

	/* hide symantic headings
	*  use display: none;
	
	*  IE6 bug on links that follow element
	*    use position: absolute; left: -9999px; 
	*/

	/* fix centered background images off by 1 pixel: make image an odd width */
	
	/* disabled form elements
	 * html: disabled="disabled"
	 * css: input[disabled='disabled']{}
	 */

