﻿/* 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 {
  background:#E4D1AF;
  color:#422F16;
  padding: 5px;
}

/* Heading of the component */
.gallery .componentheading {
  font:12pt normal Verdana, Arial, Century Gothic;
  text-align:center;
 /* background-color:#FFF; */
  color:#422F16;
  padding:0.8em 0;
}

.jg_pathway {
  background-color:#CE9D63;
  color:#422F16;
  border: #422F16 solid 1px !important;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#767B7F;
}
.jg_pathway a:hover {
  color:#8C8C8C;
}
div.gallery .sectiontableheader {                           /* Tabellenzeilen Hintergrundfarbe etc. */
  font-size:1em !important;
  font-weight:bold !important;
  text-align:center !important;
  background-color:#CE9D63 !important;
  background-image:none !important;
  color:#422F16 !important;
  border: #422F16 solid 1px !important;
  padding:0.3em !important;
}
div.gallery .sectiontableentry {
  background-color:#CE9D63 !important;
  background-image:none !important;
  color:#422F16 !important;
}
div.gallery .sectiontableentry1 {
  background-color:#D9BC9C !important;
  background-image:none !important;
}
div.gallery .sectiontableentry2 {
  background-color:#DBB58D !important;
  background-image:none !important;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 1px solid #422F16;  
}

/* 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 {
  /* text-align:center; */ 
}

/* Subcategory elements in category view */
.jg_element_cat {
  /* text-align:left;   */
}

/* Toplists picture elements */
.jg_top_element {
   /* text-align:left; */
   /* uncomment below to have elements ordered vertically 
      instead of horizontally */   
   /*  float:none; */
}

li:hover {
background-image : no-image !important;
}

.jg_element_txt li,.jg_element_txt_r li,.jg_element_txt_l li,.jg_element_txt_c li,
.jg_element_txt_subs li,.jg_element_txt_subs_r li,
.jg_subcatelem_txt_r,.jg_subcatelem_txt_l,.jg_subcatelem_txt_c li{
  background-image:none !important;
  list-style-type:none;
  list-style-image:none;
  margin:0 !important;
  padding:0 !important;
  line-height:115% !important;
}
