/* COLORS
 * 
 * blue #00a6ad
 * page bg gray #2e232c 
 * darker gray #120e12 
 * darkest gray #0c090b
 * med gray #4d444b 
 * med gray #696168
 * light gray #c4c4c4
 * very light gray #e3dae1
 * purple #9c178b
 * 
 */

/* reset formatting */

	body * {position: relative;}
	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;}
	
	.fine-print	{
		font-size: 85%;
		color: #696168;
	}
	
	
/*
 *   typography   *****************************************************************
 */
 
 	html,
	body,
	input,
	select,
	textarea
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 90%;	
		line-height: 130%;
	}


/* default styles */

	/* links */
 
	a,
	a:link, /* not yet visited */
	a:visited
	{
		text-decoration: underline;
		color: #00a6ad;		
	} 
	a:focus /* received cursor focus */
	{}
	a:hover
	{
		text-decoration: none;
		color: #fff;
	}
	a:active /* user activates link */
	{}
	 
	/* unordered list */
	ul
	{
		margin: 1em 0 1em 1em;
		list-style: disc;
		padding-left: 1em;
	}
	/* order list */
	ol
	{
		margin: 1em 0 1em 1em;
		padding-left: 1em;
		list-style: decimal;
	}
	/* list items */
	li
	{
		margin: 0 0 .5em 1em;
		padding: 0;
	}

	/* fancy buttons */
	.button-fancy
	{
		cursor:hand;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-color: transparent;
		height: 26px;
		width: 56px;
		border: none;
		font-size: 0px;
		text-indent: -9999px;
		position:relative;
		top: -4px;

	}
	.button-fancy:hover
	{
	}
	.button-fancy:active
	{
		background-position: 0px -40px;
	}


	  
/* 
 *   page blocks    ******************************************************
 */


	body
	{
		background-color: #000;
		background-image: url(images/bg-window.png);
		background-position: top left;
		background-repeat: repeat;
		/*background-attachment: fixed;*/
		color: #ff0;
		margin: 0;
	}
	
/* page wrapper */
	
	.page
	{
		width: 964px;
		position: relative;
		margin: 0px auto 0px auto;
		color: #ffc;
	}	

/* branding */

	.branding
	{
		height: 140px;
		width: 360px;
		position: relative;
	}
	.branding h2
	{
		font-size: 200%;
		display: block;
	}
	.branding a
	{
		display: block;
		width: 355px;
		height: 172px;
		position: absolute;
		top: -15px;
		left: -6px;
		background-image: url(images/branding-indexed.png);
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
		

/* main nav */

	.nav
	{
		position: absolute;
		right: 0px;
		top: 95px;
		height: 30px;
		width: 590px;
	}
	
	/* hide heading */
	.nav h2
	{
		display: none;
	}
	.nav ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		height: 30px;
	}
	.nav li
	{
		display: block;
		position: relative;
		float: left;
		height: 100%;
		overflow: hidden;
		text-align: center;
		margin: 0;
		text-transform: uppercase;
	}
	.nav a,
	.nav a:visited
	{
		text-decoration: none;
		height: 100%;
		color: #b3b3b3;
		padding-top: 7px;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		float: left;
		position: relative;
	}
	
	/* link hover */
	.nav a:hover
	{
		color: #fff;
	}

	/* selected link */
	.nav li.active
	{
		background-image: url(images/nav-active-right.png); /* sliding doors right background */
		background-position: right top;
		background-repeat: no-repeat;
		padding-right: 5px;
	}
	.nav li.active a,
	.nav li.active a:visited,
	.nav li.active a:hover
	{
		color: #fff;
		background-image: url(images/nav-active-left.png); /* sliding doors left edge */
		background-position: left top;
		background-repeat: no-repeat;
		padding-right: 10px; /* compensate for sliding doors right padding */
	}

/* user actions
 * 
 */

	.userbar
	{
		position: absolute;
		top: 13px;
		right: 2px;
		width: 309px;
		height: 50px;
		padding: 10px 8px 5px;
		background-image: url(images/userbar-bg-guest.png);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.userbar h2
	{
		font-weight: normal;
		font-size: 150%;
		line-height: 120%;
		color: #fff;
		text-transform:uppercase;
		margin: 0px 0 3px 0;
	}
	.userbar h2
	{
		display: none;
	}
	.userbar p
	{
		font-size: 90%;
		color: #999398;
	}
	/* status username */
	.userbar p.username
	{
		font-weight: bold;
		color: #fff;
		font-size: 120%;
		margin: 0 0 5px 0;
	}
	/* login form */
	.userbar form
	{
		display: block;
		height: 28px;
		margin-bottom: 3px;
		position: relative;
	}
	.userbar label /* hide fieldset labels */
	{
		display: none;
	}
	.userbar fieldset
	{
		display: inline;
		border: none;
		clear: none;
		margin:0;
		padding:0;
	}
	/* all text inputs */
	.userbar .username input,
	.userbar .password input
	{
		border: none;
		background: none;
		background-image: url(images/userbar-bg-fields.png);
		background-repeat: no-repeat;
		height: 15px;
		color: #767676;
		margin: 0
	}
	/* username box */
	.userbar .username input
	{
		width: 128px;
		background-position: 0px 0px;
		padding: 5px;
	}
	/* password box */
	.userbar .password input
	{
		background-position: -143px 0px;
		padding: 5px;
		width: 95px;
	}
	/* remember me checkbox */
	.userbar .rememberme
	{
		display: none;
	}
	/* submit button */
	.userbar .submit
	{
		position: absolute;
		top: 0px;
		left: 252px;
		height: 26px;
		width: 56px;
		background-image: url(images/button-login.png);
		padding: 0;
		margin: 0;
		line-height: 0px;
	}
	
/*
** content area
*/

	.content-wrapper /* rounded corners top */
	{
		background-image: url(images/bg-content-top.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 12px;		
	}
	.content
	{
		background-color: #2e232c;
		background-image: url(images/bg-content-repeat.png);
		background-position: top left;
		background-repeat: repeat;
		padding: 0px 12px 10px;
		color: #e3dae1;
		position: relative;
	}
	.content h1
	{
		margin: 0 0 .25em 0;
		font-weight: normal;
		font-style: normal;
		font-size: 250%;
		letter-spacing: -1px;
		line-height: 110%;
		color: #00a6ad;
	}
	.content h2
	{
		margin: .75em 0 .25em 0;
		font-weight: normal;
		font-size: 150%;
		line-height: 120%;
		color: #fff;
		text-transform:uppercase;
	}
	.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: 140%;
	}
	
	/* indented elements */
	.content blockquote,
	.content dd
	{
		margin-left: 20px;
	}
	
	/* blockquotes */
	blockquote
	{
		padding: 20px 20px 10px 20px;
	}
	
	/* lists */
	.content ul li
	{
		background-image: url(images/icon-bullet1-blue.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		list-style-type: none;
		padding-left: 25px;
		margin: 0 0 1em 0;
	}
	
	/* forms */
	
	form.standard
	{
		display: block;
		margin: 20px 0;
	}
	form.standard fieldset.field
	{
		border: none;
		padding: 0 0 10px 0;
	}
	/* labels */
	form.standard fieldset.field label
	{
		width: 125px;
		float: left;
	}
	/* select boxes */
	form.standard fieldset.field select
	{
		padding: 3px;
	}
	/* text input boxes */
	form.standard fieldset.field .text-input
	{
		padding: 3px;
		width: 200px;
	}
	form.standard fieldset.field .narrow
	{
		width: 100px;
		float: left;
	}
	form.standard fieldset.field .normal
	{
		width: 200px;
		float: left;
	}
	form.standard fieldset.field .wide
	{
		width: 400px;
	}
	form.standard fieldset.field textarea
	{
		height: 60px;
		padding: 3px;
	}
	
	/* submit button */
	form.standard fieldset.submit
	{
		margin-top: 20px;
	}
	form.standard fieldset.submit.center
	{
		text-align: center;
	}
	
	/* fancy buttons */
	.button-save
	{
		background-image: url(images/button-save.png);
	}
	.button-search
	{
		width: 69px;
		background-image: url(images/button-search.png);
	}
	
	
	/* inline content */
	
	.content .inline-left
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	.content .inline-right
	{
		float: right;
		margin: 0 0 10px 10px;
	}

	/* messages */
	.message
	{
		background: #4d444b;
		padding: 20px;
		font-weight: bold;
		margin: 20px 0;
		color: white;
		display: none; /* jQuery will show from js-global.js */
	}
	.error
	{
		background: #a8212d;
	}
	
	/* recordset controls */
	.recordset-controls
	{
		padding: 10px;
		background: #120e12;
		margin: 10px 0;
		height: 20px;
	}
	.recordset-controls .group
	{
		padding-right: 15px;
		float: left;
	}
	.recordset-controls form .button-fancy
	{
	}
	.recordset-controls form .text-input
	{
		padding: 3px;
		margin-top: -3px;
	}
	.recordset-controls .paging img
	{
		margin-bottom: -3px;
	}
	
	/* admin menu */
	.admin-menu
	{
		background:#120e12;
		padding: 5px;
	}
	
	/* tables */
	table.normal
	{
		border-collapse: collapse;
		padding: 0;
	}
	table.full-width
	{
		width: 100%;
	}
	table.normal td,
	table.normal th
	{
		border: solid 1px #120e12;
		padding: 5px;
	}
	table.normal th
	{
		background: #120e12;
		color: #696168;
	}
	
	/* tabs */
	.tab h2
	{
		background-position: bottom left;
		background-repeat: no-repeat;
		margin: 0;
		height: 30px;
		text-indent: -9999px;
		font-size: 0px;
	}
	.tab .inner
	{
		background: #0c090b;
		padding: 10px;
	}
	
	/* debug */
	.debug
	{
		font-size: 90%;
		border-top: solid 1px #666;
		clear: both;
		padding: 20px;
		background: #120e12;
		color: #fff;
	}
	.debug h2
	{
		font-weight: bold;
		font-size: 125%;
		color: #ff9;
	}	
	.debug h3
	{
		font-weight: bold;
		margin-top: 5px;
		color: #999;
	}	
	.debug p,
	.debug pre
	{
		margin-left: 20px;
	}
	


/* banner ads */

	.bottom-banner
	{
		margin: 20px 0 0;
	}
	.page-home .bottom-banner
	{
		margin-top: 10px;
	}
	.bottom-banner h2
	{
		background-image: url(images/tab-sponsors.png);
	}
	.bottom-banner .inner
	{
	}
	
	
/*
** nav strip
*/

	.nav-strip
	{
		clear: both;
		background-image: url(images/bg-footer.png);
		background-position: left top;
		background-repeat: no-repeat;
		text-transform: uppercase;
		height: 42px;
		font-size: 85%;
		color: #2e232c;
		color: #555;
	}
	.nav-strip p
	{
		position: relative;
		top: 12px;
		left: 10px;
	}
	.nav-strip a,
	.nav-strip a:visited
	{
		color: #c4c1c3;
		text-decoration: none;
		margin: 0 8px;
	}
	.nav-strip a:hover
	{
		color: #fff;
	}
	.nav-strip .active a,
	.nav-strip .active a:visited,
	.nav-strip .active a:hover
	{
		text-decoration:none;
		color: #fff;
		font-weight: bold;
	}


/*
** footer
*/

	.site-info
	{
		clear: both;
		display: block;
		position: relative;
		height: 75px;
	}
	.site-info h2
	{
		display: none;
	}
	.site-info .legal
	{
		color: #7f7f7f;
		font-size: 85%;
		position: relative;
		top: 9px;
		left: 10px;		
	}
	.site-info p
	{
	}
	.site-info a,
	.site-info a:visited
	{
		text-decoration: none;
	}
	.site-info a:hover
	{
		color: #fff;
	}
	.site-info .divider
	{
		color: #444;
	}
	
	/* Phil Sandifur */	
	.site-info #phil
	{
		position: absolute;
		top: 1px;
		right: 7px;
		width: 160px;
		height: 40px;
	}
	.site-info #phil a
	{
		display: block;
		height: 100%;
		width: 100%;
		background: url(images/PhilSandifur.png) 0px 0px no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
	.site-info #phil a:hover
	{
		background-position: 0px -40px;		
	}	
	
	
/* 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']{}
	 */

