/*----------------------------------------
	 cascading style sheet for the header
	created by benjam welker:  2005-07-14
				last updated:  2007-05-23
  ----------------------------------------*/


/************** HEADER STUFFS **************/

#headerwrapper { /* 0.1.0.0 */
	background-position: left 66px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/images/solar/sm_o.jpg);
	font-family: "Trebuchet MS",Verdana,sans-serif;
	position: relative;
	z-index: 0;
	width: 750px;
	height: 138px;
	padding: 0.5em 0 0 0;
	margin: 0 auto -10px;
	}

h1 { /* 0.0.0.1 */
	font-size: 28px; /* to preserve size across pages */
	font-style: italic;
	text-align: right;
	color: #BBB;
	background-color: transparent;
	margin: 0.5em 1.5em;
	}

#hlinks { /* 0.1.0.0 */
	font-size: 14px; /* to preserve size across pages */
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 13px;
	left: auto;
	}

#hlogo { /* 0.1.0.0 */
	background: transparent url(/images/i_helix_sm.png) center center no-repeat;
	position: absolute;
	z-index: 10;
	width: 301px;
	height: 88px;
	top: auto;
	bottom: 10px;
	left: 10px;
	}

#hlinks a { /* 0.1.0.1 */
	font-weight: normal;
	text-decoration: none;
	color: #888;
	background-color: transparent;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 2px solid #333;
	float: left;
	padding: 0 1ex;
	margin: 0 1px;
	}

#hlinks a:hover { /* 0.1.1.1 */
	color: #000;
	background: #888;
	border: 2px solid #CCC;
	}

a { /* 0.0.0.1 */
	outline: none;
	}


/*****  IE ONLY  *****/

* html #ie_only { /* 0.1.0.2 */
	text-align: center;
	}

* html #hlogo { /* 0.1.0.2 */
	/* use a static jpg,
	because IE = no png support */
	background: transparent url(/images/iohelix_sm.jpg) left 2px no-repeat;
	}

* html #headerwrapper { /* 0.1.0.2 */
	background-image: none !important;
	}


/*** for the forum ***/

#page-header .headerbar {
	background-color: #000;
	background-image: none;
}

