body {

	font-size: 12pt;
	font-family: "Verdana";
	color: silver;
	background: black;
	
}

img {
	border: none
}

div.page {

	background-color: black;
	
}

div.menu {

	width: 150px;
	float: left;
	
}

div.body {

	margin-left: 160px;
	
}

div.header {

	text-align: center;
	
}

div.footer {

	text-align: center;
	
}

#main {
	border-style: groove;
	background-color: silver;
	border-color: gray;
	padding: 1em;
	color: black;
	text-align: left;
}

h1 {

    font-size: 22pt;
    font-family: "Verdana";
    font-weight: "bold";
}

h2 {

    font-size: 18pt;
    font-family: "Verdana";
    font-weight: "bold";
    
}

h3 {

    font-size: 14pt;
    font-family: "Verdana";
    font-weight: "bold";
    
}

h4 {

    font-size: 12pt;
    font-family: "Verdana";
    font-weight: "bold";
    
}

#gallerytitle h2 {
	font-size: 11pt;
}

#gallerytitle span {
	font-weight: normal;
	text-decoration: none;
}

#gallerytitle A:link,#gallerytitle A:visited {
	color: black;
    text-decoration: underline;
    border: none;
}

.imagethumb img,.image img {
	border: 0px;
	margin: 0px;
	padding: .25em;
}

.image {
	margin: 0px;
	padding: 0px;
	float: left;
}

.imgnav {
	margin-bottom: 4px;
	font-size: 15pt;
	font-weight: normal;
	color: #CCC;
	text-align: center;
}

.imgnav a {
	display: block;
	height: 1em;
	width: 46%;
	padding: 2%;
	color: #999 !important;
	background-color: #fbfbfb;
}

.imgnav a.prev {
	float: left;
}

.imgnav a.next {
	float: right;
}

.imgnav a:hover,.imagenav a:active {
	background-color: #eee;
	color: black !important;
	text-decoration: none !important;
}

#images {
	margin: 5px 0px 10px;
}


/*-----------------------*/
/* ALBUM PAGE FORMATTING */
/*-----------------------*/

#credit {
	text-align: center;
}

#albums {
	margin: 0px 0px 0px;
	padding: 0em;
}

.albumthumb img {
	padding: .25em;
	float: left;
}

div.album {
	background-color: silver;
	padding: 0em;
	color: black;
	width: 350px;
	height: 175px;
	float:left;
	font-size: 10pt;
    font-family: "Verdana";
    font-weight: "normal";
}

div.album:hover {
	background-color: grey;
	padding: 0em;
	color: black;
	width: 350px;
	float:left;
	font-size: 10pt;
    font-family: "Verdana";
    font-weight: "normal";
}

.pagenav {
	margin: 5px 0px 5px;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	clear: both;
	visibility: hidden;
}

.pagenav A:link,.pagenav A:visited {
	color: black;
	text-decoration: none;
	visibility: hidden;
}

.disabled_nav {
	visibility: hidden;
}

.disabledlink {
	color: black;
	cursor: default;
}

/*Additional Content Division Formatting*/

a {

    color: black;
    text-decoration: underline;
    border: none;

}

a:hover {

    color: white;
    text-decoration: underline;

}

a:visited {

    color: black;
    text-decoration: underline;

}

a:visited:hover {

    color: white;
    text-decoration: underline;

}

UL.pagelist {
	padding: 0px;
	margin: 5px 0px 5px;
	list-style-type: none;
	height: 2em;
}

UL.pagelist LI {
	display: inline;
	font-weight: bold;
}

UL.pagelist LI A,UL.pagelist LI span.disabledlink {
	display: block;
	float: left;
	padding: 2px 4px;
	background-color: grey;
	text-decoration: none;
	color: black;
}

UL.pagelist LI span.disabledlink {
	background-color: grey;
	color: black;
	cursor: default;
}

UL.pagelist LI A:hover {
	background-color: grey;
	color: black;
	border-style: outset;
    border-color: black;
    border-width: 2px;
}

UL.pagelist LI.current A {
	background-color: grey;
	color: silver;
	border-style: inset;
    border-color: black;
    border-width: 2px;
	cursor: default;
}

#comments {
	border: 1px solid #f0f0f0;
	padding: 15px 20px;
	margin: 15px 0px;
	width: 360px;
	display: block;
	clear: both;
	padding-top: 10px;
}

.comment {
	margin: 15px 0px;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
}

.commentcount {
	font-weight: normal;
	font-size: 11pt;
	margin-top: 10px;
}

.commentmeta {
	color: #999;
}

.commentauthor {
	font-weight: bold;
}

.commentbody {
	margin: 5px 0px;
	line-height: 1.3em;
}

.commentform INPUT {
	margin-top: 4px;
	border: none;
}

.commentform TEXTAREA {
	margin-top: 4px;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	border: 1px solid #eee;
}

.error {
	color: #C33;
	font-weight: bold;
}

#admin, #admin_data {
	position: fixed;
	right: 0;
	top: 0;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	background: #fff;
	width: 120px;
}

#admin, #admin_data ul {
	text-align:center;
	margin: 0;
	padding: 0;
}

#admin_data {
	top: 15px;
}

#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #E6E6DF;
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	text-align:left;
	margin-top: -15px;
}

#search #search_input {
	width: 75px;
}
#search a {
text-decoration: none;
}
#search ul {
border: 1px solid #ccc; position:absolute; text-align:left; list-style: none; 
height: 8em; width: 20em; overflow: auto;
color: black;
background:transparent;
}

.clear {
	clear: both;
	height: 10px;
}

#map {
	margin-top: 25px;
}

#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

#fullsize_download_link {
	font-size: 8pt;
	text-align: right;
	float: right;
}

#meta_link {
	font-size: 8pt;
	text-align: left;
	float: left;
}

#image_data {
	margin-bottom: 15px;
}

/* Archive View  */
#archive {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive .year {
	margin-top: 10px;
	text-align: center;
	color: black;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

ul.archive .month {
	font-size: 14px;
	list-style: none;
	border-top: 2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud */
#tag_cloud {
	text-align: center;
	background: silver;
	margin-bottom: 15px;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	color: black;
	padding: 10px 0;
	margin: 20px 0;
	background: silver;
	border-top: 3px solid grey;
	border-bottom: 3px solid grey;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* Tags */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(tag.png) no-repeat left center;
	list-style-type: none;
	line-height: 18px;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

.rating {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.5em;
 font-weight: 100;
}

#photo-part {
font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

/*Controls for the Little Flag Images*/

img.sprache:hover {

    border-style: inset;
    border-color: silver;
    border-width: 2px;

}

img.sprache {

    border-style: outset;
    border-color: silver;
    border-width: 2px;

}

img.sprache:active {

    border-style: inset;
    border-color: white;
    border-width: 2px;

}

img.sprache:visited {

    border-style: outset;
    border-color: silver;
    border-width: 2px;

}

/*Main Menu Appearance*/

ul.menu {

    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    line-height: 20pt;

}

ul.sub_menu {

    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    text-indent: 10px;
    text-decoration: none;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    line-height: 16pt;

}

a.menu {

    text-decoration: none;
    color: silver;

}

a.menu:hover {

    color: white;
    text-decoration: underline;

}

a.menu:active {

    color: white;
    text-decoration: underline;
    font-size: smaller;

}

a.menu:visited {

    color: silver;
    text-decoration: none;

}

a.menu:visited:hover {

    color: white;
    text-decoration: underline;

}

/*Additional Content Division Formatting*/

a {

    color: black;
    text-decoration: underline;
    border: none;

}

a:hover {

    color: white;
    text-decoration: underline;

}

a:visited {

    color: black;
    text-decoration: underline;

}

a:visited:hover {

    color: white;
    text-decoration: underline;

}

/*Additional Footer Division Formatting*/

a.footer {

    color: silver;
    text-decoration: underline;

}

a.footer:hover {

    color: white;
    text-decoration: underline;

}

a.footer:visited {

    color: gray;
    text-decoration: underline;

}

a.footer:visited:hover {

    color: white;
    text-decoration: underline;

}
