/* 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 or Joomla.
 * 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 {
	color: #333;
	padding: 0px;
	width:946px;
}

/* Heading of the component */
.gallery .componentheading {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 20px;
	text-align: left;
	color: #FFD700;
	padding: 5px 10px 4px;
	background-color: #2D2D2D;
	text-transform: uppercase;
	font-weight: bold;
}

.jg_pathway {
	color: #FFD700;
	padding-top: 15 px;
	padding-bottom: 8px;
	background-color: #2D2D2D;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
	color: #FFD700;
}
.jg_pathway a:hover {
	color: #FFD700;
}
div.gallery .sectiontableheader {
	font-size: 1em !important;
	font-weight: bold !important;
	text-align: left !important;
	background-image: none !important;
	color: #FFD700;
	padding-left: 10px;
	padding-bottom:5px;
	background-color: #2D2D2D;
}
div.gallery .sectiontableentry {
	background-image: none;
	color: #EAC800;
	padding: 20px 2px 10px 10px;
	background-color: #2D2D2D;
}
div.gallery .sectiontableentry1 {
	background-image: none !important;
	color: #EAC800;
	padding: 20px 2px 10px 10px;
	background-color: #2D2D2D;
}
div.gallery .sectiontableentry2 {
	background-color: #2D2D2D;
	background-image: none !important;
	color: #EAC800;
	padding: 20px 2px 10px 10px;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
	

	
}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  /* text-align:left;   */
   	
	   	background-image: url(bg-photo.jpg);
	padding-top: 3px;
	padding-left: 4px;
	margin-right: 5px;¨
	text-align:center;
}

/* Category elements in gallery overview */
.jg_element_gal {
  /* text-align:center; */ 
   	background-image: url(bg-photo.jpg);
	padding-top: 3px;
	padding-left: 4px;
	margin-right: 5px;¨
	text-align:center;
}

/* Subcategory elements in category view  unterste ebene*/
.jg_element_cat {
  /* text-align:left;   */
   	background-image: url(bg-photo.jpg);
	padding-top: 3px;
	padding-left: 4px;
	margin-right: 5px;¨
	text-align:center;

}





/* Toplists picture elements */
.jg_top_element {
   /* text-align:left; */
   /* uncomment below to have elements ordered vertically 
      instead of horizontally */   
   /*  float:none; */
}
/* Border for all images (thumbs, minis, full...) */
img.jg_photo, .jg_minis a img {
	border: 0px solid #8F8F8F;
	background-image: url(bg-photo.jpg);

}

.jg_txtrow, .jg_toplist, .jg_gallerystats, .jg_pagination, .jg_subcat_pagination {
	text-align: left;
	color: #A88F00;
	background-color: #2D2D2D;


}

/*oberste ebene*/
.jg_photo_container {

	
}

/*unterkategorie */
.jg_subcatelem_cat

{

   	background-image: url(bg-photo.jpg);
	padding-top: 3px;
	padding-left: 4px;
	margin-right: 5px;¨
	text-align:center;
	margin-bottom: 10px;

}



a:visited
{

color: #A88F00;

}


a:link
{

color: #A88F00;

}

.jg_subcatelem_txt {
	font: 10pt normal Tahoma, Verdana, Arial, Century Gothic;
	text-align: center;
}

.jg_subcatelem_txt li {
	padding: 0;
	margin: 0;
	list-style: none none;
	background-image: none;
	text-align: center;
}

.jg_subcatelem_txt ul {
	padding: 0;
	margin: 0;
	list-style: none none;
	background-image: none;
	text-align: center;
}


