/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #d3cfc4;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #80c3d4; 
	text-decoration: none; 
	}
	
a:hover {
	color: #30c0e5; 
	text-decoration: underline; 
	}
	
a img {
	border-width: 0; 
	border-style: none;
	}

a:hover img.borders {
	border-color: #5b4e48;
	}

.main-bg {
	background-image: url(img/header-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #534640;
	padding: 15px;
}

.copyright {
	background-image: url(img/bottom-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 55px;
	font-family: "Times New Roman", Times, serif;
	color: #786a64;
	font-size: 9px;
	padding-left: 15px;
}

.copyright a:link {
	text-decoration: none;
	color: #786a64;
}

.copyright a:visited {
	text-decoration: none;
	color: #786a64;
}

.copyright a:hover {
	text-decoration: underline;
	color: #786a64;
}

.heading {
	color: #479ebf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.time {
	color: #1e1b1a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	background-color: #d3cfc4;
	padding: 0.3em;
}

.normal {
	color: #d3cfc4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.normal a:link {
	color: #d3cfc4;
	text-decoration: none;
	font-weight: bold;
}

.normal a:visited {
	color: #d3cfc4;
	text-decoration: none;
	font-weight: bold;
}

.normal a:hover {
	color: #d3cfc4;
	text-decoration: underline;
	font-weight: bold;
}

.block {
	display: block;
	float: right;
	width: 150px;
	background-color: #2e2927;
	border: dashed 1px;
	padding: 5px;
	border-color:#2e2927;
}

.borders {
	border: 5px solid #3a312d;
}

#right {
	float: right;
	padding: 10px;
}

table#gigs {
	font-family: Georgia, "Times New Roman", Times, serif;
}

table th {
	padding: 6px 6px 6px 0; 
	font-weight: bold; 
	font-size: 9px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #d3cfc4;
	}
	
table#pastgigs {
	color: #2a2623;
	}

table#pastgigs th {
	color: #2a2623;
	}

#pastgigs .time {
	background-color: #2a2623;
	color: #534640;
}

#pastgigs tr .peruttu {
	text-decoration: line-through;
	color: #ab2625; 
	}

tr .peruttu {
	text-decoration: line-through;
	color: #ab2625; 
	}
	
tr.peruttu .time {
	background-color: #ab2625; 
	text-decoration: line-through;
	color: #EEEEEE;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 12px;
	line-height: 19px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px; 
	margin-right: 5px; 
	color: #d3cfc4; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.7em; 
}

#numbers {
	list-style: inside decimal; 
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
#numebers li {
	line-height: 1.7em;
	}

#downloads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
#downloads li {	
    padding-left: 20px;
	padding-bottom: 10px;
    background-image: url(img/music.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    }
	
#downloads li.video {	
    background-image: url(img/video.gif);
    }

#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
#links li {	
    padding-left: 20px;
	padding-bottom: 10px;
    background-image: url(img/link.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    }

.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

.line {
	color: #3A312D;
}

#gallery img {
	border: 3px solid #3a312d;
	margin: 3px;
}