/* 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 {
  align: center;
  background:#fff;
  color:#333;
  padding: 5px;
}

/* Heading of the component */
.gallery .componentheading {
  font:12pt normal Tahoma, Verdana, Arial, Century Gothic;
  text-align:left;
  background-color:#FFF;
  color:#333;
  padding:0.8em 0;
}

.jg_pathway {
  background-color:#F0F0F0;
  color:#000;
  border: #BBB solid 1px !important;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#333333;
}
.jg_pathway a:hover {
  color:#333333;
}
div.gallery .jg-header {
  font-size:1em !important;
  font-weight:bold !important;
  text-align:left;
  background-color:#EEE !important;
  background-image:none !important;
  color:#333333 !important;
  border: #BBB solid 1px !important;
  padding:0.3em !important;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 1px solid #999;  
}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  text-align:left;
  margin-left: 0px;
}

/* Category elements in gallery overview */
.jg_element_gal {
   text-align:left;
  margin-left: 0px;
}

/* Subcategory elements in category view */
.jg_element_cat {
   text-align:left;
  margin-left: 0px;
}

.jg_element_txt {
  text-align:center !important;
  margin-left: 0px;
}

.jg_element_txt b {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  color: #2C3A49;
}

img.jg_photo, .jg_minis a img {
  border:1px solid #777777;
  background-color:transparent;
  background-image:none;
}

a:hover img.jg_photo, .jg_minis a:hover img {
  border:1px solid #777777;
}

.jg-quick-edit-row{
  display: none;
}

.jg-icon-arrow {
  display: none;
}

.jg_subcatelem_txt {
    clear: both;
    text-align: left !important;
}
.jg_element_txt_r, .jg_subcatelem_txt_r {
  text-align:center;
}
.jg_element_txt_l {
  text-align:center;
}
.art-postcontent ul > li::before, .art-post ul > li::before, .art-textblock ul > li::before {
    content: url('../images/postbullets.png');
    margin-right: 10px;
    bottom: 2px;
    position: relative;
    display: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
.jg_element_txt {
    text-align: center !important;
    margin-left: 0px;
}
.jg_catelem_txt {
    clear: both;
    margin-left: -12px;
    margin-right: 0.3em;
    margin-top: -15px;
}
b {
    font-weight: normal;
}