h1, h2, h3 {
	font-family: "Georgia", serif;
	font-weight: normal;
	color: rgb(200,200,200);
}
h1 {
	font-size: 24pt;
}
h1 span#date, h1 span#location {
	color: rgb(100,100,100);
}
body {
	background: black;
}
p {
	color: white;
}
a {
	color: rgb(200,200,200);
	font-family: "Georgia", serif;
	text-decoration: none;
}
a.albumlink {
	font-size: 18pt;
}
a.albumlinkdate {
	font-size: 18pt;
	color: rgb(128,128,128);
}
a.albumlinklocation {
	font-size: 18pt;
	color: rgb(128,128,128);
}
a img {
	border: 0px;
}
img.showlarge {
	border: solid 15px rgb(0,0,0);
	z-index: 5;
}
div#puff {
	padding: 12px;
	overflow: hidden;
}
div#sidebar, div#banner, div#bannercont, div#rightside {
	float: right;
}
span#facebook {
	float: right;
}
.ui-widget {
	font-family: Georgia, serif;
	font-size: 1em;
}
.ui-widget-header {
	background: black;
	font-weight: normal;
	border: 0px;
}
.ui-corner-all {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ui-dialog .ui-dialog-content, .ui-widget-content {
	background: #000;
}
.ui-widget-content {
	border: 0px;
}
.ui-widget-overlay {
	background: black;
	opacity: 0.9;
}
.ui-dialog-title {
	color: #202020;
	font-size: 15pt;
	margin: 0 0 0 0 !important;
}

