/* 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;
	}

#tinbox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 305px;
	}
	
#bsidebox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 570px;
	}
	
#honeybox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 40px;
	top: 300px;
	}
	
#birminghambox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 690px;
	left: 80px;
	top: 1100px;
	}
	
.title {
	font-style: italic;
	font-weight: bold;
	}
	
#albumsbackground {
	background-color: #252525;
	height: 1175px;
	width: 600px;
	position: absolute;
	left: 85px;
	top: 275px;
	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: 210px;
	top: 1310px;
	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: #E6E7E8;
	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: #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	}
	
.plaintext2 {
	background-color: transparent;
	color: #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	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;
	}

	
