﻿/* 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: 0px 5px 5px 5px;
}

/* Heading of the component */
.gallery .componentheading {
}

.jg_pathway {
  color:#000;
  border: #BBB solid 1px !important;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#b90235;
}

.jg_pathway a:hover {
  color:#555555;
}

div.jg_back a,.jg_back a:visited, .jg_back a:link {
  text-align: left;
  color: #b90235;
}

div.jg_back a:hover {
  text-align: left;
  color: #555555;
}

div.jg_mygal {
  text-align: right;
}

div.jg_my_favourites {
  text-align: right;
  margin-bottom: 10px;
}

.jg_subcatelem_txt a, .jg_subcatelem_txt a:visited, .jg_subcatelem_txt a:link {
  color: #555555;
  font-weight: bold;
} 

.jg_subcatelem_txt a:hover {
  color: #b90235;
  font-weight: bold;
} 

div.gallery .sectiontableheader {
  font-size:1em !important;
  font-weight:bold !important;
  text-align:center !important;
  background: none;
  background-image:none !important;
  color:#555555 !important;
  border-bottom: #d5d5d5 solid 1px !important;
  padding:0.3em !important;
}
div.gallery .sectiontableentry {
  background-color:none;
  background-image:none !important;
  color:#555555 !important;
}
div.gallery .sectiontableentry1 {
  background-color:none;
  background-image:none !important;
  color: #555555;
  padding-left: 14px;
}
div.gallery .sectiontableentry2 {
  background-color:none;
  background-image:none !important;
  color: #555555;
  margin: 0px;
  padding-left: 14px;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 0px solid #7a7d84;  
}

/* 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; */ 
}

.jg_element_gal a {
 color: #b90235;
 }
 
.jg_element_gal a:hover {
 color: #555555;
 }

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

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