@charset "utf-8";
/* CSS Document */

/* NAV MAIN */

#nav {
	width: 206px;
	height: auto;
	margin: 22px auto 22px auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	float: none;
}

#nav li a {
	font-family: "futura_bdcn_btbold", "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
}

/* NAV MAIN */

#nav2 {
	width: auto;
	height: auto;
}

#nav2 ul {
	margin: 0;
	padding: 0;
}

#nav2 li {
	list-style-type: none;
	float: none;
}

#nav2 li a {
	font-family: "FuturaCondensedNormalRegular", "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
}

#navbar_icons {
	width: auto;
	height: 16px;
	margin-top: 3px;
	float: right;
	position:inline
}

/* NAV Current State */

#newsState a.news,
#albumsState a.albums,
#lyricsState a.lyrics,
#photosState a.photos,
#watchState a.watch {
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
	color: #000;
	text-decoration: none;

}