@import "reset.css";

/**** ALASKA v4.0 SIB ***/

/**** MASTER TYPES ****/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: white;
	color: black;
}

h1 {
	float: left;
	width: 98px;
	height: 41px;
	margin-right: 8px;
	background: transparent url(../img/header/alaska.png) bottom left no-repeat;
}
h1 span { display: none; }

h3, h4 {
	margin-bottom: 3px;
	font-size: 13px;
	text-transform: uppercase;
}
h4 { color: #778; }

pre { font: inherit; line-height: 16px; }
ol { list-style-position: inside; }

h1, a, img, div { behavior: url(iepngfix.htc) }

/**** COMMONLY USED CLASSES ***/
.legend { font-size: 10px; text-transform: uppercase;}
.right { text-align: right }
.last { margin-right: 0 }
.mail { font-family: Courier, monospace; font-weight: bold; }

#container {
	width:650px;
	margin: 100px auto;
	position: relative;
}

/**** PLAYR AND EXTERNL CONTAINER ***/
#orangeflag {
	position: relative;
	width: 775px;
	height: 84px;
	background: #d37724 url(../img/header/_bg-ani1.gif) top center repeat-x;
	border-bottom: 3px double white;
}
#flashplayer {
	position:absolute;
	left: 140px;
	top: 30px;
}
#newalbum {
	position:absolute;
	left: 160px;
	top: 6px;
}

/**** FLICKR AND MYSPACE LINKS ***/
#extern {
	position: absolute;
	right: 20px;
	bottom: 70px;
	width: 400px;
}
#extern span { display: none }
#myspace {
	display: block;
	float: right; margin-left: 15px;
	width: 70px;
	height: 12px;
	background: url(../img/header/myspace-hi.png) top left no-repeat;
}
#myspace:hover { background-image: url(../img/header/myspace.png) }
#flickr {
	display: block;
	float: right; 
	width: 117px;
	height: 12px;
	background: url(../img/header/flickr-hi.png) top left no-repeat;
}
#flickr:hover { background-image: url(../img/header/flickr.png) }
#facebook {
	display: block;
	float: right; margin-left: 15px;
	width: 80px;
	height: 12px;
	background: url(../img/header/facebook.png) top left no-repeat;
}
#facebook:hover { background-image: url(../img/header/facebook-hi.png) }
#mx3 {
	display: block;
	float: right; margin-left: 15px;
	width: 31px;
	height: 12px;
	background: url(../img/header/mx3.png) top left no-repeat;
}
#mx3:hover { background-image: url(../img/header/mx3-hi.png) }

/**** SITE HEADER AND NAVIGATION ***/
#herald {
	position: absolute;
	top:-75px;
	left:-84px;
	z-index:50;
}
#header {
	position: relative;
	margin: 12px 0 9px;
}

/*** NAVIGATION ***/
#navigation {
	list-style: none;
}
#navigation li {
	float: left;
	margin: 0 7px;
	padding: 0;
}

#navigation a {
	display: block;
	height: 41px;
	padding-bottom: 3px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation a span { display: none }

#news  { width: 73px; background-image: url(../img/header/news.png);  }
#news:hover, #news.current { background-image: url(../img/header/news-hi.png) }
#gigs  { width: 58px; background-image: url(../img/header/gigs.png) }
#gigs:hover, #gigs.current { background-image: url(../img/header/gigs-hi.png) }
#disco { width: 75px;  background-image: url(../img/header/disco.png) }
#disco:hover, #disco.current { background-image: url(../img/header/disco-hi.png) }
#bio   { width: 41px; background-image: url(../img/header/bio.png);  }
#bio:hover, #bio.current { background-image: url(../img/header/bio-hi.png) }

#gbook { width: 148px; background-image: url(../img/header/guestbook.png) }
#gbook:hover, #gbook.current { background-image: url(../img/header/guestbook-hi.png) }
#shop  { width: 67px; background-image: url(../img/header/shop.png) }
#shop:hover, #shop.current { background-image: url(../img/header/shop-hi.png) }
#contact { width: 115px; background-image: url(../img/header/contact.png) }
#contact:hover, #contact.current { background-image: url(../img/header/contact-hi.png) }


/**** CONTENT BOXES ***/
.content {
	text-align: center;
	font-weight: bold;
	background: #eee url(../img/bg-content.png) top left repeat-x;
	padding: 20px 25px 5px 25px;
	width: 590px;
	clear: both;
	border-top: 3px double white;
	border-bottom: 1px solid #ccc;
}

.content p {
	margin: 0 0 16px;
	line-height: 16px;
}

.content a, .content a:link {
	color: #2255aa;
	border-bottom: 1px solid #bbb;
}
.content a:visited {
	color: #2255aa;
	border-bottom: 1px dotted #bbb;
}
.content a:hover {
	color: #3366bb;
	border-bottom-color: #4477cc;
}
.content a:active { color: red; }

a.imglink, a.imglink:link, a.imglink:hover { border-bottom: 0; }

/**** NEWS BOXES ***/
#upcominggigs {
	position: relative;
	float:left;
	width:400px;
	height: 110px;
}
#latestphotos {
	position: relative; 
	height: 120px;
	margin-left: 400px;
	margin-bottom: 15px;
}
#upgigstable {
	width: 95%;
	border-collapse: collapse;
	border-top: 1px solid #bbb;
}
#upgigstable td { padding: 4px 2px 5px; border-bottom: 1px solid #bbb; }
#upgigstable td.date { width: 0.8em; text-align: right }
td.month { }
td.town { font-weight: bold; text-transform: uppercase }

/**** GIGS *****/
.allshows {
	width: 100%;
	margin-bottom: 17px;
	border-collapse: collapse;
	border-top: 1px solid #bbb;
}
.allshows td { padding: 4px 2px 5px; border-bottom: 1px solid #bbb; }
.allshows td.date { width: 5em; }


/**** BIOGRAPHY ***/
#biofoto {
	float: right;
	width: 450px;
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid #bbb;
	text-align: right;
}

/**** DISCOGRAPHY ***/
.cdcover {
	float: left;
	width: 200px;
	height: 185px;
	padding: 1px;
	border: 1px solid #bbb;
}
.cdtext {
	margin-left: 222px;
	margin-bottom: 36px;
}
.cdtext pre {
	margin: 10px 0;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 13px;
}


/**** FOOTER ***/
#footer {
	
	padding: 17px 10px 24px 0;
	color: gray;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
#logos {
	text-align:center;
}