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

* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ffffff;
	background-image:url(../images/kram-standing_body-bg.jpg);
	background-position:85% bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

div#navigation {
	position:fixed;
	top:0;
	left:0;
	z-index:2;
	width:615px;
	height:330px;
	background-image:url(../images/navigation.jpg);
	background-color:#ffffff;
	background-position:top left;
	background-repeat:no-repeat;
}
div#navigation ul {
	position:relative;
}
div#navigation ul li a {
	position:absolute;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
div#navigation ul li.news a {
	top:20px;
	left:210px;
	width:70px;
	height:35px;
}
div#navigation ul li.tour a {
	top:65px;
	left:235px;
	width:70px;
	height:25px;
}
div#navigation ul li.multimedia a {
	top:105px;
	left:250px;
	width:125px;
	height:25px;
}
div#navigation ul li.mailing-list a {
	top:150px;
	left:260px;
	width:130px;
	height:25px;
}
div#navigation ul li.biography a {
	top:200px;
	left:250px;
	width:130px;
	height:35px;
}
div#navigation ul li.links a {
	top:240px;
	left:230px;
	width:60px;
	height:35px;
}

div#promo {
	position:fixed;
	top:0;
	left:45%;
	z-index:3;
	width:225px;
	height:186px;
}

div#audio {
	position:fixed;
	bottom:0;
	right:0;
	padding-right:15px;
	padding-bottom:15px;
}
div#audio p {
	font-weight:bold;
	font-size:11px;
	text-align:right;
}

div#wrapper {
	margin-top:330px; /** Height of navigation */
	margin-left:65px;
}

div#content {
	width:550px;
}
div#content .spacer {
	height:18px;
}
div#content p {
	font-size:11px;
	padding-bottom:18px;
}
div#content p.divider {
	margin-bottom:18px;
	background-image:url(../images/hr-dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
div#content h1 {
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	height:26px;
}
div#content h2 {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

table#tour td {
	font-size:11px;
	vertical-align:bottom;
	background-image:url(../images/hr-dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:2px;
}
table#tour td.date {
	text-transform:uppercase;
	font-weight:bold;
}
table#tour td.button {
	width:69px;
}
table#tour td.button a, table#tour td.button span {
	width:69px;
	height:11px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
}
table#tour td.button a.buy {
	background-image:url(../images/tour_buy-tickets.gif);
}
table#tour td.button span.sold-out {
	background-image:url(../images/tour_sold-out.gif);
}
table#tour td.button span.tba {
	background-image:url(../images/tour_tba.gif);
}
table#tour tr.first-row td {
	padding-top:0;
}

table.multimedia td {
	width:130px;
	height:130px;
}
table.multimedia td.gutter {
	width:10px;
	height:10px;
}

a img {
	border:0;
}

a {
	color:#dd1a00;
	text-decoration:underline;
	outline:0;
}
a:hover {
	text-decoration:none;
}

div#content h1.divider {
	margin-top:25px;
}
div#content h1.news {
	background-image:url(../images/h1_news.gif);
}
div#content h1.tour {
	background-image:url(../images/h1_tour.gif);
}
div#content h1.multimedia {
	background-image:url(../images/h1_multimedia.gif);
}
div#content h1.mailing-list {
	background-image:url(../images/h1_mailing-list.gif);
}
div#content h1.biography {
	background-image:url(../images/h1_biography.gif);
}


a.anchor {
	padding-top:330px;
	display:block;
}

div.gap {
	margin-bottom:-330px;
}
