﻿/* 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 {
  width:100%;
  padding: 0px;
}

/* Heading of the component */
.gallery .componentheading {
  font:16pt normal Georgia, Times;
  text-align:center;
  color:#333;
  padding:0.8em 0;
}

.jg_pathway {
  /*background-color:transparent*/
  /*background-color:#ECDAC5;*/
  /*background-image:none;*/
  background-image: url(../images/line.gif);
  background-repeat: repeat-x;
  color:#645033;
  border: #BBB solid 0px !important;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#645033;
}
.jg_pathway a:hover {
  color:#645033;
  text-decoration: underline;
}
div.gallery .sectiontableheader {
  font-size:16pt !important;
  font-weight:normal !important;
  text-align:center !important;
  /*background-color:#EEE !important;*/
  background-image:none !important;
  color:#645033 !important;
  border: #BBB solid 0px !important;
  padding:0.8em !important;
}
div.gallery .sectiontableentry {
  /* background-color:#c0c0c0 !important; */
  /* background-image:none !important; */
  /* color:#fff !important; */
}
div.gallery .sectiontableentry1 {
  /* background-color:#F2E6D8 !important; */
  /* background-color:transparent !important; */
  /* background-image:none !important;*/
}
div.gallery .sectiontableentry2 {
  background-color:#ECDACS !important;
  background-image:none !important;
}

/* box elements in detailed view */
/*
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 0px solid #999;  
}
*/

div.jg_details, div.jg_send2friend, div.jg_commentsarea{
  border: 0px solid #999;  
}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-top:0px;
  width:100%;
  /* text-align:left;   */
}

/* Category elements in gallery overview */
.jg_element_gal {
  margin-right: 0px;
  width:100%;
  /* text-align:center; */ 
}

.jg_element_gal_header {
  padding-left:40px;
  padding-right:40px;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
  font-weight:bold;
}

.componentheading_rasskazy {
  padding-left:40px;
  padding-right:40px;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
  font-weight:bold;
}

.contentheading_rasskazy {
  padding-left:40px;
  padding-right:40px;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
  font-weight:bold;
}

.sectiontableentry1_rasskazy  td, .sectiontableentry2_rasskazy td {
  padding-left:20px;
  padding-right:10px;
  font-weight:bold;
}

.sectiontableentry1_rasskazy  td a, .sectiontableentry2_rasskazy td a{
  padding-left:0px;
  padding-right:40px;
  font-weight:bold;
}

.jg_element_gal_text {
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  padding-bottom:10px;
  text-align:justify;
}

.jg_element_gal_photo {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	align:center;
}

/* Subcategory elements in category view 
.jg_element_cat {joom_local.css (
  padding-left:17px;
  width:192px;
}*/

/* Subcategory elements in category view */
.jg_element_cat {joom_local.css (
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-top:0px;
  width:100%;
}


/* Toplists picture elements */
.jg_top_element {
   /* text-align:left; */
   /* uncomment below to have elements ordered vertically 
      instead of horizontally */   
   /*  float:none; */
}
