/* $Id: header.css,v 1.4 2009/05/13 11:14:06 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo.net / gazwal.com  */
/* first region => div#header-region  */
#header-region {
	margin: .7em;
}

/*  secondary links => div#top-bar 
****************************************************/
#top-bar {
	border-bottom: 0px solid #bdbdbd;
	background: transparent;
	height: 22px;
}

#top-bar ul.secondary-links {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

        padding-top: 0px;
        line-height: 1.6em;
        position: right absolute ;
        padding-right: 20px;
	margin-top: 0px;
}

#top-bar ul.secondary-links li {
	float: left;
}

#top-bar ul.secondary-links li a, #top-bar ul.secondary-links li a:link,
#top-bar ul.secondary-links li a:visited {
	float: left;
	display: block;
	color: #454545;
}


/*  styles for all #top-mid-bar  */
#header top-mid-bar-left .region-content, #top-mid-bar-right .region-content{
        margin: 0 auto;
        width: 480px;
}



/*     header
****************************************/
#header {
	background-color: transparent;
	height: 113px; /* adjust your own height, depends on your personnal logo.png height and div#top-bar height  */
}

#header h1 {
	padding-top: 9px;
	line-height: 1.6em;
	position: absolute;
	padding-left: 9px;
}

/*  if site name is displayed  */
#header h1 span.site-name {
	font-size: 1.3em;
	color: #00008B;
}

/*  if site slogan is displayed  */
#header h1 span.site-slogan {
	font-style: italic;
	font-size: .9em;
}

/*  ticker spot
**************************************************/

#header .tickerbar {
	float: right;
        padding-top: 20px;
        line-height: 1.6em;
        position: right;
        padding-right: 20px;
}






/*  primary links => div#top-primary  
**************************************************/
#top-primary ul.primary-links {
	float: right;
        margin-left: auto; margin-right: auto; width: 45%;
	margin-top: 45px; /* define your own position from the top, also depends on #header height */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#top-primary ul.primary-links li {
	float: left;


}

#top-primary ul.primary-links li a, #top-primary ul.primary-links li a:link,
#top-primary ul.primary-links li a:visited {
	float: left;
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 55px;
	height: 34px;
}

