/* 
   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 {
  font-size:12px;
  font-family : Verdana,Arial,Geneva,sans-serif;
  color: #101818;
  background-color: #ffffff;
  }

td { 
  font-size:12px;
  font-family : Verdana,Arial,Geneva,sans-serif;
  }

div.main {
  float: left;
  display: inline;
  margin-left: 10%;
  margin-right: 10%;
  }

a { text-decoration: none }

a:link { color: #79b8c8 } 

a:visited { color: #79b8c8 }

a:active { color: #79b8c8 }

a:hover { 
  text-decoration: underline;
  color: #f5beb4;
  }

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 {
  text-align: left;
  width: 75%;
  }
#dirbarright {
  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-family : Verdana,Arial,Geneva,sans-serif;
  text-decoration: underline;
  }

/* used for .welcome and _comment file */
.welcome {
  color: #883333;
  margin: 5px;
  }

/* Lowres/Highres picture display area */
#displaypicture {
  text-align: center;
  }

#metadataicon {
  margin-left: 5px;
  }

/* Admin form to change picture's associated data */
.rotatebutton {
  background-color : transparent;
  border: 1px solid;
  color : #BDD77B;
}

#picupdateform {
  display: block;
  text-align: center;
  margin: 5px;
  }

#picupdatedesc {
  border: 1px;
  align: top;
}

/* exif metadata text */
.exifmetadata { 
  color: #646464;
  text-align: center;
  }

/* 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; }

/* icons properties */
.icon { border: none }

/* 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;
  }

/* USER MANAGEMENT */

/* USER MANAGEMENT LIST */
table.um { border-collapse: collapse; border: 2px solid #999; margin: .5em auto; }
table.um th { font-weight: bold; color: #333; padding: .5em; background-color: #eee; }
table.um td { border: 1px solid #ddd; padding: .5em; text-align: center; }
table.um caption { padding: .5em; font-weight: bold; background-color: #eee; border: 2px solid #999; margin: 0 auto; }

/* USER MANAGEMENT EDIT USER INFO */
#user_management { width: 30em; margin: 1em auto; }
#bottomForm { text-align: right; font-weight:bold; }
#bodyForm { background-color: #eee; }
#bodyForm legend { font-weight: bold; }
#bodyForm fieldset label { float: left; width: 40%; text-align: right;  padding: 0 .5em 0 0; line-height: 1.8; }
#bodyForm .legend { font-style: italic; color: #666; }
