h1 a {
	text-indent: -100em;
	overflow: hidden;
	background: no-repeat url(sarah.gif);
	height: 195px;
	margin: 0;
	display: block;
}

#wrap {
	width: 730px;
	margin: 0 auto;
	background-color: black;
	padding: 15px;
	padding-top: 0;
}
a {
	color: #ffc;
}
a:hover {
	color: #ff9;
}
#wrap input {
	background-color: #333;
	color: white;
	border: 2px solid #666;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f2f2f2;
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h2 {
	text-align: center;
	margin: 3px;
	border-top: 1px solid #333;
}

.photolog-albuminfo {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	text-align: center;
}

.photolog-albuminfo h3 {
	padding-bottom: 5px;
	border-bottom: 5px solid #ffffac;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.photolog-albuminfo img {
	background: white;
	border: 1px solid #999;
	margin: 5px 10px;
	padding: 6px;
}

.photolog-albuminfo img:hover {
	border: 1px solid #ffffac;
}

.photolog-albumthumb {
	margin-top: 10px;
	text-align: center;
	width: 33%;
	float: left;
}

.photolog-albumthumb img, .postthumbs img {
	background: #fff;
	border: 1px solid #cde44e;
	padding: 6px;
}

.photolog-albumthumb span {
	color: #ffe;
}
.caption {
	text-align: center;
}
.photolog-photo {
	margin-top: 10px;
	text-align: center;
}

.photolog-photo img {
	background: #fff;
	border: 1px solid #999;
	padding: 15px;
}

.photolog-photonav {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -12px;
	text-align: center;
}

.photolog-photonavnext {
	margin-top: -11px;
	text-align: right;
}

.photolog-photonavprev {
	margin-top: 5px;
	text-align: left;
}
.photolog-photonavprev a, .photolog-photonavnext a, .photolog-nav a {
	padding: 2px;
}
.photolog-photonavprev a:hover, .photolog-photonavnext a:hover, .photolog-nav a:hover {
	background: #ff6;
	padding: 2px;
	color: black;
}