@import 'reset.css';

html{
}

body{
	background:#919191;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 16px;
}

a {	color: #333; text-decoration: none; }
a:hover { color: black; }

#header {
	background: #919191;
	margin: 0px auto;
	position: relative;
	width: 1000px;
	height: 56px;
}

#container {
	background:#ffffff;
	margin: 0px auto;
	width: 1000px;
}

.floatLeft {
	float: left;
	padding: 40px;
	width: 150px;
	height: 220px;
}

#logo {
	position: absolute;
	top: 5px;
}

#albums, 
#pictures 
{
	padding: 40px;
}

#imageWrapper {
	padding: 40px;
	margin: 0 auto;
	text-align: center;
}

li.albumCover {
	display:inline-block;
	padding:40px;
	text-align:center;
	vertical-align: top;
	height: 180px;
	width: 150px;
}

li.imageThumb {
	display:inline-block;
	padding:40px;
	text-align:center;
	vertical-align: top;
	height: 220px;
	width: 150px;
}

.albumTitle
{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.albumNotes {
	color: #555;
	text-align: center;
}

.spacer {
	clear:both;
}

.albumPageTitle 
{
	/* font-family: "HelveticaNeueLT Std", Arial, Helvetica, sans-serif; */
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.albumPageNotes {
	font-size: 16px;
	color: #555;
	line-height: 22px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.imageLinks {
	text-align: center;
	color: black;
	padding: 10px 0px 0px 0px;
}

.theImage {
	padding: 40px;
}


