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

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

#cinemabackground {
	background-color: #101010;
	height: 500px;
	width: 550px;
	position: absolute;
	left: 100px;
	top: 300px;
	z-index:5;
	}

#moviebox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 500px;
	heighth: 500px;
	left: 120px;
	top: 350px;
	}
	

#infotext {
	background-color: transparent;
	text-size: .75em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 500px;
	left: 130px;
	top: 820px;
	font-size: .75em;
	line-height:1.3em;
	}
	

	
#archivebox {
	background-color: transparent;
	text-size: .75em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 500px;
	left: 130px;
	top: 925px;
	font-size: .75em;
	line-height:1.3em;
	}
	
#sharebox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 660px;
	left: 130px;
	top: 1050px;
	}
	
#honeybox2 {
	background-color: transparent;
	z-index: 10;
	position: center;
	width: 690px;
	left: 685px;
	top: 678px;
	}
	
#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: 400px;
	width: 500px;
	position: absolute;
	left: 130px;
	top: 270px;
	z-index:5;
	}
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: left;
	top: 1150px;
	left: 225px;
	position: absolute;
	}

#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: #7B7966;
	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: .85em;
	text-align: left;
	}
	
.plaintext {
	background-color: transparent;
	color: #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: left;
	}
	
.plaintext2 {
	background-color: transparent;
	color: #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: left;
	}
	
.albumbuy a:link {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .85em;
	text-decoration: none;
	}
	
.albumbuy a:visited {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .85em;
	text-decoration: none;
	}
	
.albumbuy a:hover {
	background-color: #000;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .85em;
	text-decoration: none;
	}
		
.albumfoots {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .85em;
	}
	
.albumfoots a:link {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .85em;
	text-decoration: none;
	}

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

	

