﻿/* 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.
 */
 
 
/* Main style / Background of whole gallery */
.gallery {
  background:#000;
  color:#fff;
  padding: 5px;
/*border:1px solid red;*/
}

/* Heading of the component */
.gallery .componentheading {
  font:12pt normal Tahoma, Verdana, Arial, Century Gothic;
  text-align:center;
  background-color:#FFF;
  color:#333;
  padding:0.8em 0;
}

.jg_pathway {
color:#fcfcfc;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:red;
font-weight:bold;
}
.jg_pathway a:hover {
  color:#900;
}
div.gallery .jg-header {
  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;
}

/* 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;   */
}
.jg-catdescr{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;   */
}

.jg-icon-arrow,.jg-icon-home{display:none;}
.jg_subcatelem_cat a{font-weight:bold;}
.jg_catelem_txt{color:#fcfcfc;}
.jg_subcatelem_txt a{color:#f90; font-size:1.25em;}
/* hide sort by field */
/*.jg_category{display:none;}*/
.jg_catorderlist{display:none; }
.jg_catdescr{;color:#fff;}
/*main.content{margin-top:-2.427em; padding-top:0;}*/
img.jg_photo, .jg_minis a img{border-width:0;}
img.jg_icon{vertical-align:middle;}
img.jg_photo{padding:1px; border-width:1px; margin:0;}

/* select button-link */
.selecti{color:red; border:1px solid red; padding:0 5px; margin-left:1em;}
/* classic art positioning thumbs */
/* .itemid-104 .jg_subcatelem_cat:nth-child(3){clear:left} */
.itemid-104 .jg_subcatelem_cat{width:50%;}
.jg_subcatelem_txt li:nth-child(2){display:none;}
.jg_row{ background-image:url('/ronenart/images/graphics/devider.gif'); background-repeat:no-repeat; background-position:bottom center;}
/*
.itemid-104 .jg_subcatelem_cat{width:49%;}
.itemid-104 .jg_clearboth{display:none;}
*/