/* Stylesheet for www.imbalance.info
 * (c) 2004 Imbalance
 */

body {
/*	width: 700px; */
   background-color: black;
   font-family: Helvetica, sans-serif;
	font-size: 10pt;
   text-align: justify;
   color: darkgray;
}

h1 {
   font-family: Helvetica, sans-serif;
	font-size: 12pt;
   color: white;
}

h2 {
   font-family: Helvetica, sans-serif;
	font-size: 10pt;
   color: white;
}

h3 {
   font-family: Helvetica, sans-serif;
	font-size: 10pt;
   color: #6688cc;
	background-color: #444444;
}

div.frontpage_summary {
	border: 1px solid darkgrey;
/*	position: relative;
	right: 300px;
	width: 500px; */
}

div.albumplug {
	float: right;
	width: 260px;
	margin-right: 5px;
	margin-left: 5px;
}

div.intro {
   font-family: courier, monospaced;
   text-align: center;
}

div.track_listing {
   text-align: left;
   margin-left: 15px;
   float: left;
/*   border: 1px dashed white; */
   width: 500px;
}

p.track_listing:first-line {
   font-size: 130%;
   font-style: bold;
   color: #7360d0;
}

div.album_credits {
   text-align: left;
   border-top: 1px solid white ;
   width: 100%;
}

#container {
	margin: 10px;
	padding: 10px;
   border: 1px solid pink;
	background-image: url('./img/background.jpg');
	/*background-repeat: repeat-y;*/
}

.navigator {
   text-align: right;
	font-size: 16pt;
   margin-right: 15px;
   float: left;
	padding-right: 5mm;
	height: 100%;
}

.menu {
	list-style-type: none;
}

.itemtable {
	vertical-align: top;
	text-align: left;
}

.content {
	width: 500px; 
	float: left;
}

.footer {
/*	clear: both; */
/* 	float: left; */
	text-align: center;
/*	width: 500px; */
	color: #555555;
	border-top: 1px solid #555555;
}


img.front_cover {
   float: none;
}

img.float_left {
   float: right;
}

a:link {
   color: #ecac00;
}

a:visited {
   color: #ae7f00;
}

a:hover {
   color: #f9ea00;
	width: 6em;
}

ul.itemlist {
   list-style-type: none;
   padding-left: 0;
}

em {
   font-weight: bold;
}