﻿/* Joomgallery local Style - wont be overwritten by updates etc.
 * Rename this file to "joom_local.css" to have it included in
 * Joomgallery.
 * You can override any Style Definition of Joomgallery
 * Be sure to place !important behind each definition that could be
 * defined elsewhere. 
 * 
 * A basic sample style is included below. Feel free to edit or 
 * comment to your liking.
 *
 * 
 * Diese Datei wird nicht von Updates o.ä. überschrieben.
 * Benennen Sie diese in "joom_local.css" um, damit sie von der Joomgallery 
 * erkannt und eingebunden wird.
 *
 * Sie können jede Style-Definition 'überschreiben', die von der Joomgallery
 * standardmäßig in den anderen CSS-Dateien vergeben wird.
 *
 * Bitte fügen Sie ein '!important' in jeder Definition ein, die schon an
 * anderer Stelle definiert ist.
 *
 * Ein grundlegendes Beispiel für geänderte Styles finden Sie untenstehend.
 * Sie können diese nach Ihren Vorstellungen ändern.
 * 
 */
 
 /* Main style / Background of whole gallery */
.gallery {
  padding: 5px;
}

/* Heading of the component */
.gallery .componentheading {
  text-align:center;
  padding:0.8em 0;
}

.jg_pathway {
  background-color: rgba(251, 225, 191, 0.35);
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#c64934;
}
.jg_pathway a:hover {
  color:#900;
}
div.gallery .jg-header {
  font-size:1.5em !important;
  color: #FFF;
  font-weight:bold !important;
  text-align:center !important;
  background-color: rgba(251, 225, 191, 0.35) !important;
  background-image:none !important;
  padding:0.3em !important;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 0;
}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  /* text-align:left;   */
}

/* Category elements in gallery overview */
.jg_element_gal {
   width: 33.3333%; 
}

/* Subcategory elements in category view */
.jg_element_cat {
   width: 33.3333%;
}

img.jg_photo, .jg_minis a img {
    border-color: #f6aa28;
    background-color: #372c24;
}

img.jg_photo {
  margin: 0;
}

a:hover img.jg_photo, .jg_minis a:hover img {
    border-color: #372c24;
}

.jg_catelem_txt ul li::before,
.jg_element_txt ul li::before,
.jg_minis ul li::before {
    content: none !important;
}

.jg_minis ul li {
    margin: 0 5px;
    padding-left: 0 !important;
}

.jg_catelem_txt ul {
    padding: 0;
}

.jg_catelem_txt ul li,
.jg_element_txt ul li {
    padding-left: 0 !important;
    text-align: center;
}