html
{
	background: #eee;
}

body {
	background: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}

.container {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

footer {
	text-align: center;
}

a:focus {
	outline: none;
}

.center {
	text-align: center;
}

.tabs li a.icon {
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 31px;
}

blockquote.guestbook-entry p {
	margin-bottom: 9px;
}

blockquote.guestbook-entry img {
	vertical-align: middle;
}

#guestbook-website {
	display: none;
}

form div.error {
	margin-top: 0px;
}

#gallery-photos {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gallery-photos li {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 19px;
	background: transparent url('/img/thumb-loader.gif') no-repeat center;
}

#album-list div.col0 {
	clear: left;
}

#gallery-photos a {
	display: block;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.fancybox-title-over a {
	color: #fff;
	text-decoration: underline;
}

#fancybox-title-over {
	text-align: center;
	font-weight: bold;
}

ul.news {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.news li {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.news-image {
	text-align: center;
}

ul.news img {
	vertical-align: middle;
}

.news-date {
	font-weight: bold;
	float: left;
}

.news-more {
	font-weight: bold;
	float: right;
}

#random-photos a {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}