/* CSS Document Albums Page
(c) 2004 Jeff Black
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */

body {
	background-color: #000000;
	margin: 25px;
	font-size: 101%;
}

#navbar {
	text-align: center;
}

.photo {
	border: solid 1px #777777;
	}

#miningbox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 305px;
	}
	
#sleepybox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 550px;
	}
	
#tinbox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 795px;
	}
	
#bsidebox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 1040px;
	}
	
#honeybox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 1285px;
	}
	
#birminghambox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 1530px;
	}
	
.title {
	font-style: italic;
	font-weight: bold;
	}
	
#storebackground {
	background-color: #252525;
	height: 825px;
	width: 750px;
	position: absolute;
	left: 125px;
	top: 250px;
	z-index:5;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: left;
	position: absolute;
	left: 270px;
	top: 875px;
	z-index: 15;
	}

#credit a:link {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:visited {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}
	
.albumname {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
		
.homename {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	}
		
.albumcontents {
	background-color: transparent;
	color: #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
	
.albumbuy {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	}
	
.plaintext {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	}
	
.albumbuy a:link {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}
	
.albumbuy a:visited {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}
	
.albumbuy a:hover {
	background-color: #000;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}
		
.albumfoots {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	}
	
.albumfoots a:link {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}

.albumfoots a:hover {
	background-color: #000;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}
	
.albumfoots a:visited {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}

	

