/* 	= faw-screen-header.css
	
	@author:		Mister X
	
	@description:	Stylesheet for header for modern web browsers
	
	@media:			Screen	
	
	@browsers:		Mozilla Firefox, Apple Safari and similar
					Microsoft Internet Explorer 5 - 6 
					
	@hacks:			Star selector hack (ie 6, double margin bug)
					Voice-family hack (ie 5 - 5.5, wrong box model)
					@update: None, moved to Conditional Comments instead
					
------------------------------------------------------------------------ */

/* @group header */

#header {
	float: left;
	width: 910px;
	height: 122px;;
	padding: 0;
	background: transparent url(bg-header.gif) 0 0 repeat-x;
}

#header a span {
	display: none;
}

/* @end */

/* @group logo */

#logo {
	float: left;
	width: 910px;
	margin: 18px 0 0 0;
}

#logo p {
	margin: 0;
}

#logo a {
	float: left;
	width: 910px;
	height: 50px;
	background: transparent url(faw-header.gif) 0 0 no-repeat;
}

/* @end */

/* @group nav-main */

#nav-main {
	float: left;
	width: 910px;
	margin: 20px 0 0 0;
}

#nav-main ul, 
#nav-main li {
	float: left;
	width: auto;
	margin: 0 1px 0 0;
	padding: 0;
	list-style: none;
}

#nav-main ul {
	margin: 0px;
}

#nav-main a {
	float: left;
	width: auto;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav-main a:hover {
	background-position: 0 100%;
}

#nav-start,
#nav-start a {
	width: 62px;
	background-image: url(nav-start.gif);	
}

#nav-circle,
#nav-circle a {
	width: 69px;
	background-image: url(nav-circle.gif);	
}

#nav-weblog,
#nav-weblog a {
	width: 76px;
	background-image: url(nav-weblog.gif);	
}

#nav-shop,
#nav-shop a {
	width: 63px;
	background-image: url(nav-shop.gif);	
}

#nav-forum,
#nav-forum a {
	width: 78px;
	background-image: url(nav-forum.gif);	
}

#nav-support,
#nav-support a {
	width: 82px;
	background-image: url(nav-support.gif);	
}

#nav-artistslabels,
#nav-artistslabels a {
	width: 78px;
	background-image: url(nav-artists.gif);	
}


#nav-about,
#nav-about a {
	width: 66px;
	background-image: url(nav-about.gif);	
}

#nav-facebook { 
	line-height:2.0em 
}

/* @end */

/* @group highlights, selected menu items */

body#home #nav-start a {
	background-position: 0 100%;
}

body#circle #nav-circle a {
	background-position: 0 100%;
}

body.wordpress #nav-weblog a {
	background-position: 0 100%;
}

body#weblog #nav-weblog a {
	background-position: 0 100%;
}

body#store #nav-shop a {
	background-position: 0 100%;
}

body.forum #nav-forum a {
	background-position: 0 100%;
}

body#support #nav-support a {
	background-position: 0 100%;
}

body#artistslabels #nav-artistslabels a {
	background-position: 0 100%;
}


body#about #nav-about a {
	background-position: 0 100%;
}

/* @end */

