/***************************************
       Kick Axe BLACK Styles
***************************************/

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
    background: Black;	
}

a {
    color: #FFFF00;
	font-size: 12px;
}


.header {
	position: absolute;
	left: 110px;
	height: 287px;
	width: 640px;
    background: url('/images/header3.jpg') Black top center no-repeat;	
}

/* Homepage class*/
.homepage{
	white-space: nowrap;
}

.homepage span{
	height: 48px;
	width: 90px;
	position: absolute;
	z-index:100;
	cursor: pointer;
    
}


.homepage.large span{
	width: 98px;
}


/* News*/
.homepage.news span{
    background: url('/images/homepage_news.jpg') 0 0 no-repeat;
    background-color:Black;
	left: 10px;
	top: 40px;
    
}

.homepage.news span:hover {
	background-position: -90px;
}


/* Songs*/
.homepage.songs span{
    background: url('/images/homepage_songs.jpg') 0 0 no-repeat;
	left: 30px;
	top: 100px;
    
}

.homepage.songs span:hover {
	background-position: -90px;
}

/* Albums*/
.homepage.albums span{
    background: url('/images/homepage_albums.jpg') 0 0 no-repeat;
	left: 50px;
	top: 160px;
    
}

.homepage.albums span:hover {
	background-position: -98px;
}

/* Videos*/
.homepage.videos span{
    background: url('/images/homepage_videos.jpg') 0 0 no-repeat;
	left: 70px;
	top: 220px;
    
}

.homepage.videos span:hover {
	background-position: -98px;
}

/* Band*/
.homepage.band span{
    background: url('/images/homepage_band.jpg') 0 0 no-repeat;
	left: 770px;
	top: 220px;
    
}

.homepage.band span:hover {
	background-position: -90px;
}

/* links*/
.homepage.links span{
    background: url('/images/homepage_links.jpg') 0 0 no-repeat;
	left: 790px;
	top: 160px;
    
}

.homepage.links span:hover {
	background-position: -90px;
}

/* contact*/
.homepage.contact span{
    background: url('/images/homepage_contact.jpg') 0 0 no-repeat;
	left: 810px;
	top: 100px;
    
}

.homepage.contact span:hover {
	background-position: -98px;
}

/* guests*/
.homepage.guests span{
    background: url('/images/homepage_guests.jpg') 0 0 no-repeat;
	left: 830px;
	top: 40px;
    
}

.homepage.guests span:hover {
	background-position: -98px;
}

.content-top {
    background: url('/images/top-edge.jpg')   0 0;
    background-repeat:repeat-x;
	position: absolute;
	left: 10px;
	top: 300px;
	width: 940px;
	height: 11px;
}



#content-top-left {
    background: url('/images/top-left.jpg') 0 0 no-repeat;
	float:left;
	width: 30px;
	height: 30px;
}


#content-top-right {
    background: url('/images/top-right.jpg') 0 0 no-repeat;
	float:right;
	width: 60px;
	height: 30px;
	position:relative;
	top: 0px;
	left: 30px;
}

#content-left {
    background: url('/images/left-edge.jpg') 0 0 no-repeat;
    background-repeat:repeat-y;
	float:left;
	width: 11px;
	height: 100%;
	position:relative;
	top: 20px;
	left: 10px;
}

#content-right {
    background: url('/images/right-edge.jpg') 0 0 no-repeat;
    background-repeat:repeat-y;
	float:right;
	width: 11px;
	height: 100%;
	position:relative;
	top: 20px;
	left: 24px;
}

.content {
	position: absolute;
	left: 0px;
	top: 310px;
	width: 940px;
	height: 100%;
	font-size: 24px;
    font-family: "Arial", "Helvetica", sans-serif;
}


#vice-head {
	position: absolute;
	left: 360px;
	top: 50px;
}


#vice-body {
	position: absolute;
	left: 360px;
	top: 200px;
}

#kickaxe-store-ad {
	position: absolute;
	left: 60px;
	top: 70px;
}

#kickaxe-tour-ad {
	position: absolute;
	left: 630px;
	top: 82px;
	color:Orange;
}

.normal-font-size {
	font-size: 12px;
}
