/* CSS common for all pages */

body { 
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}
a { text-decoration: none; border-bottom: 1px dashed #555555 } 

a:link { 	color: #000000;  }     /* unvisited link */
a:visited {	color: #000000 }  /* visited link */
/* a:hover background color is set individually per page */
a:active { 	color: #333333 }   /* selected link */
/* ul { margin-left: 20px; list-style-image: url('../images/star.png') } */
input.submit  { background: #ffa7a5; border: 2px outset #9a809c; }
h3 { font-family: Verdana, Arial, sans-serif }
a.nodec { text-decoration: none; border: 0px }

#logga {
	position: absolute;
	left: 26px;
	top: 10px
}
#logga_img {
	border: 0px;
}
#container {
/*	background: #00ff00; */
	position: absolute;
	left: 16px;
	top: 90px;
	margin: 0px;
	padding: 0px;
}
#rightcolumn {
	position: absolute;
	left: 530px;
	top: 0px;
	width: 240px;
	/* margin-left: 0px; */
}
#maincolumn {
	/* background: #00ff00; */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 509px;
}
#maincol1 {
	width: 240px;
}
#maincol2 {
	width: 240px;
	float: right
}

.section {
	/* The background color is set in css for individual pages */
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
}
#centerimage {
	position: relative;
	top: 0px; 
	margin: 0px;
	padding: 0px;
}

/* Music player(s) */

.mp3 { float: right; }
.mp3 a { font-family: sans-serif; font-size: 80%; text-decoration: none }
.mp3 a:link { color: #000000;  }     /* unvisited link */
.mp3 a:visited {color: #11111 }  /* visited link */
/* .mp3 a:hover background color is set in css for each individual page */

.songname { font-size: 80%; }

.mp3 a:active { color: #333333 }   /* selected link */

/* Albums */
.album { height: 80px; }
a .albuminfo { height: 70px; border: 0px } 
/* a:hover .albuminfo background color is set in css for each individual page */
a:hover .albuminfo { height: 70px; border: 0px }

.albumlink { border: 0px }

.album { margin-top: 10px; }
/* This value needs to be set to 80px for Mozilla and 10px for IE. :( */
.albuminfo { padding-left: 10px; }

.albumname { font-family: arial, sans-serif; margin-bottom: 0px; margin-top: 0px; }
.albumyear { font-family: Arial, Helvetica, sans-serif; color: #956c71; font-size: 70% }
.albumimage { border: 0px; } 

/* This is used in the album pages */
.omslagsbild { 
	margin-left: 9px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}

.lyrics_index { font-size: 80%; }

.smaller { font-size: 80%; }

#metainfo {
	color: #dddddd;
	font-size: x-small;
}

#metainfo a { font-size: 60%; }
#metainfo a:link { color: #dddddd; border: 0px }
#metainfo a:visited { color: #dddddd; }
#metainfo a:hover { background: #fff0f0; color: black; }
#metainfo a:active { color: #ffeeee; }
