body {
	padding-top: 2em;
}

.center {
	text-align: center;
	vertical-align: middle;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

h1 {
	position: relative;
	overflow: hidden;
	height: 73px;
	width: 460px;
}

h1 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	height: 73px;
	width: 460px;
	background: transparent url('/gfx/fotoblog.png') no-repeat top left;
}

a {
	color: #0090DF;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #00669F;
}

ul {
	margin-bottom: 1em;
}

li {
	margin: 0 0.5em 0 0;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 4px 6px;
}

#menu li a.selected,
#menu li a:hover {
	background: #0090DF;
	color: white;
	text-decoration: none;
	-moz-border-radius: 3px;
}

#menu li a.selected {
	background-color : #00669F;
}

sup {
	font-size: xx-small;
	vertical-align: super;
}

#menu {
	padding-top: 0.7em;
}

.bottommargin {
	margin-bottom: 1em;
}

.pagination {
	text-align: center;
}

.thumbnail {
	border: 1px solid gray;
	padding: 2px;
	margin:	5px;
	vertical-align: middle;
}

#footer {
	margin-bottom: 3em;
	margin-top: 2em;
}

h2, h3, h4 {
	font-weight: normal;
}

form table {
	width: 100%;
}

th, td {
	padding: 2px 1em;
}

th {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}

td {
	text-align: left;
}

#photooverlay {
	position: relative;
	margin: 0 auto;
}

.required {
	font-weight: bold;
}

.required:after {
	content: " *";
}

.comment-author {
	font-size: 140%;
}

.comment-author span {
	font-size: 80%;
	color: #666;
}

.exif th {
	text-align: right;
}

.noleftmargin {
	margin-left: 0;
}

.norightmargin {
	margin-right: 0;
}

.nomargin {
	margin: 0;
}

.bottompadding {
	padding-bottom: 3em;
}

.photolink {
	position: absolute;
	text-indent: -4000px;
	top: 0;
	height: 100%;
	width: 200px;
}

.photolink:hover {
	/*background: #EEE;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);*/
}

.previous.photolink:hover {
	background: url('/gfx/previous.png') no-repeat 50% 50%;
}

.next.photolink:hover {
	background: url('/gfx/next.png') no-repeat 50% 50%;
}

.info.photolink:hover {
	background: url('/gfx/info.png') no-repeat 50% 50%;
}

fieldset {
	border: 1px solid silver;
	margin: 0 1em;
}

legend {
	margin: 0 0.5em;
	padding: 0 0.5em;
}

fieldset table {
	width: 100%;
}

fieldset table th {
	width: 33%;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
