﻿/* 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 {
  background:#fff;
  color:#333;
  padding: 5px;
}

.gallery .componentheading
{font-size: 1.5em;
margin-bottom: 20px;
margin-top: 10px;
font-family: Trebuchet MS, sans-serif;
color: #000; }

.jg_pathway {
  background-color:#f0f0f0;
  color:#000;
  border: #BBB solid 0px !important;
}

.jg_row sectiontableentry2,
.jg_element_cat,
.jg_category
{ background: #fff!important; }

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#c64934;
}
.jg_pathway a:hover {
  color:#900;
}
div.gallery .sectiontableheader {
  font-size:1em !important;
  font-weight:bold !important;
  text-align:center !important;
  background-color:#EEE !important;
  background-image:none !important;
  color:#333 !important;
  border: #BBB solid 1px !important;
  padding:0.3em !important;
}
div.gallery .sectiontableentry {
  background-color:#eee !important;
  background-image:none !important;
  color:#fff !important;
}
div.gallery .sectiontableentry1,
div.gallery .sectiontableentry2 {
  background-color:#FFF !important;
  background-image:none !important;
  margin: -10px 0 -10px 0;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 0px solid #999;  
}

.jg_details { margin-top: 0px; padding: 0px; height: 0px;}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  /* text-align:left;   */
}

.jg_catelem_photo
{ height: 100%!important;
width: 100%!important;
vertical-align: middle!important; 
background: #eee;
margin: 0 5px 0 5px;}


/* Category elements in gallery overview */
.jg_element_gal {
  /* text-align:center; */ 
}

/* Subcategory elements in category view */
.jg_element_cat {
height: 110px!important;
width: 120px!important;
text-align:center!important;
vertical-align: middle!important;
}

.jg_mygal,
.jg_no_access
{ display: hidden; color: #fff;}

.jg_dtl_photo
{ width: 98.5%; margin-top: 10px; }

#jg_dtl_photo img
{width: 100%;}

.jg_detailnavinext,
.jg_detailnaviprev,
.jg_iconbar,
.jg_detailnav,
.sectiontableheader
{ visibility: hidden; }


#jg_photo_description
{ position: relative; top: -4px; }

.jg_minis
{ margin-top: -30px;}

.jg_minipic
{ height: 40px; }

#motioncontainer
{width: 500px;}

/* Toplists picture elements */
.jg_top_element {
   /* text-align:left; */
   /* uncomment below to have elements ordered vertically 
      instead of horizontally */   
   /*  float:none; */
}
