/**
 * Joomgallery CSS Style 
 *
 * - Common (used at all views)
 *
 * Please adjust the CSS to your needs in the file joom_local.css 
 * in this directory. You can either create it yourself, or 
 * rename joom_local.css.README.
 *
 * - allgemeine Einstellungen (wird von allen Ansichten benutzt)
 * 
 * Bitte nehmen Sie Änderungen in der Datei joom_local.css in diesem 
 * Verzeichnis vor. Sie können diese Datei erstellen oder die 
 * joom_local.css.README umbenennen
 **/

.gallery .sectiontableheader{  
  padding:5px;
  text-align:center;
}

.jg_rm, .jg_sm {
  font-size:0.6em;
  padding-left:5px;
}

.jg_rm {
  color:#999;
}

.jg_sm {
  color:#999;
}

.jg_back{
  padding-left:5px;  
}

img.jg_photo {
  vertical-align:bottom;
  padding:3px;
  margin:0 0.3em 0.3em;
}

/* Border for all images (thumbs, minis, full...) */
img.jg_photo, .jg_minis a img {
  border:1px solid #c0c0c0;
  background-color:#fff;
  background-image:none;
}

a:hover img.jg_photo, .jg_minis a:hover img {
  border:1px solid #999;  
}

.jg_pathway{
  padding: 2px;  
}

.jg_pathway a img{
  vertical-align:middle;  
}

.jg_mygal{
  text-align:left;
  font-weight:bold;
  padding-left:5px;
}

.jg_txtrow, .jg_toplist, .jg_gallerystats, .jg_pagination, .jg_subcat_pagination {
  text-align:center;
  padding:0.5em 0;
}

.jg_hidden {
  visibility:hidden;
  text-align:center;
}

.jg_overflowhidden {
  padding:0.8em 0;
  overflow:hidden !important;
  overflow:hidden;
}

.jg_floatleft {
  float:left;
}

/* div around searchbox */
div.jg_search {
  text-align:right; /* align searchbox right */
  margin:2px;
  padding: 0.2em 0;
}

/* searchbox */
div.jg_search .inputbox {
  margin: 0 0 0 5px;
  background-image: url("../images/search_icon.gif");
  background-position: 5px center;
  background-repeat:  no-repeat;
  padding: 2px 5px 2px 20px;
}

.jg_poweredby {
  border:#666 solid 1px;
  padding:0.2em;
}

.jg_newpic {
  border:0 none;
  margin:0 0 0 0.6em;
  padding:0;
  vertical-align:bottom;
}

img.jg_icon{
  width:16px;
  height:16px;
  border:0px;
  vertical-align:bottom;  
}
