﻿.homeIsUp {display:inline}
.homeIsDown {display:none}

body {
	color: gold; 
	background-color: Black;
}
a:link {color: Silver;}
a:hover {color: Chocolate;}
a:active {color: Orange;}
a:visited {color: SlateGrey;}

h1 {color: Purple; text-align: center;}
h2 {color: Purple; text-align: left;}

footer {
	bottom: 2%;
    font-size: x-small;
	text-align: center;
}

p {
	text-align: center; 
	max-width: 80%; 
	padding: 25px; 
	margin: auto;
}


#homeLink- {
	position: fixed;
	Left: 0;
	Right: 0;
	top: 40%;
}



#selectBar, select {
	border: none; 
	color: gold; 
	background-color: black;
	padding-left: 1px;
	font-family: "Lucida Handwriting", cursive;
	font-size: 20px;
}


#title {text-align: center;}

img.albart {
	float: left;
	max-width: 500px;
}

div.albums {
	padding: 50px;
	font-family: Georgia;
	font-size: 150%;
}
div.songs {
	padding: 50px;
	font-family: Georgia;
	font-size: 150%;
}
div.television {
	padding: 50px;
	font-family: Georgia;
	font-size: 150%;
}
div.movies {
	padding: 20px;
	margin: 20px;
	list-style-type: none;
	font-family: Georgia;
	font-size: 120%;
}

div.reduce {max-width: 50%;}

div.pictures {max-width: 100%;}

img.thumbs {padding: 5px 5px 5px 5px;
				max-width: 150px;
				max-height: 150px;
}

img.random {width: 50%;}




#albdirs {float: right;}


