/* 
   phpGraphy' stylesheet, please customise it as much as you want !
   and if you got a very nice theme that you want to share, then submit it,
   perhaps it'll be in the next release

   To change the default size font, modify the font-size element for both body and td,
   everything else is relative to them.
*/

body         { padding: 0; margin: 0; font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 10pt }
li           { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 10pt }
h1           { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 24pt; color: #C0C0C0; background-color:white; font-weight:normal }
p            { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 10pt }
.klein       { font-size : 7pt;}
.kleinweiss  { font-size : 7pt; color:white; background-color:#C0C0C0}
td           { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 10pt }
tr           { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 10pt }
a            { text-decoration: none }
a:link       { text-decoration: none }
a:visited    { text-decoration: none }
a:active     { text-decoration: underline }


a.menu:hover { text-decoration: none }

a.lbmenu:hover { text-decoration: none }

a.lbmenu { text-decoration: none }



small, .small { 
  font-size: 75%;
  font-family : Verdana,Arial,Geneva,sans-serif;
  }

.small:link {
  font-size: 75%;
  font-family : Verdana,Arial,Geneva,sans-serif;
  color: #000000;
  }

.small:visited {
  font-size: 75%;
  font-family : Verdana,Arial,Geneva,sans-serif;
  color: #000000;
  }

.medium {
    font-size: 88%
	}

.big { font-size: 150%; }

.txt { 
  font-family : Courier New,sans-serif;
  }

.errormsg {
  font-family : Verdana,Arial,Geneva,sans-serif;
  font-size: 90%;
  color: #ff0000;
  }

/* Default phpGraphy banner */
#banner {
  border: none;
  margin-bottom: 3px;
  }

/* Directory information bar (current directory) */
/* Replacing this html tag <table width="100%"  border="0" cellspacing="0" cellpadding="0"> */
#dirbar {
  width: 100%;
  border: none;
  }
/* Replacing <td align="left" width="80%" */
#dirbarleft {
  font-size : 7pt;
  text-align: left;
  width: 80%;
  text-transform: lowercase;
  }
#dirbarright {
  font-size : 7pt;
  text-align: right;
  }

/* display the directory content (thumbs) */
#dirlist {
  }

/* display the directory content (thumbs) */
#dircontent {
  width: 100%;
  }
#dircontentleft {
  float: left;
  display: inline;
  width: 50%;
  border: none;
  }
#dircontentright {
  float: right;
  display: inline;
  width: 50%;
  border: none;
  }

/* picture title (displayed when browsing lowres/highres pictures) */
.title {
  font-size : 10pt;
  text-decoration: underline;
  }

/* used for .welcome and _comment file */
.welcome {
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
  }

/* Lowres/Highres picture display area */
#displaypicture {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  }

#metadataicon {
  margin-left: 5px;
  }

/* Admin form to change picture's associated data */
#picupdateform {
  display: block;
  text-align: center;
  margin: 5px;
  }

/* exif metadata text */
.exifmetadata { 
  color: #646464;
  text-align: left;
  }

/* iptc metadata text */
.iptcmetadata {
  color: #a0a0a0;
  text-align: center;
  }

/* currently only used for the metadata table (hidden by default) */
.metadatatable { 
  background-color: #f5beb4;
  border: 1px solid;
  border-spacing: 0px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 8px;
  }
.rowbgcolor1 { background-color: #f5beb4; }
.rowbgcolor2 { background-color: #ffe5e0; }

.txtcomments {
  text-decoration: underline;
  }

/* thumbnails properties */
.thumbnail { border: 1px solid #000000; }

/* lowres/highres picture properties */
.picture { 
  border: 1px solid #000000;
  }

/* Page naviguation (Previous/Next, Page number) */
.pagenav { 
  text-align: center; }

.popup {
  position: fixed;
  left: 10px;
  top: 10px;
  }

#footer {
  text-align: center;
  display: block;
  margin: 4px;
  }