/*
 * colors winter:
 * pink:		#C03573
 * birght lila:	#B3B7C8
 * dark lila:	#7F84A1
 * border:		#C1C0B5
 * 
 * colors summer:
 * orange:		#E69100
 * birght green:#B0CA62
 * dark green:	#829B35
 * border:		#C1D685
 */
a {
	color:#B0CA62;
}

a:hover {
	color:#E69100;
}

#gsThumbMatrix a{
	color: #829B35;
}

#gsThumbMatrix a:hover{
	color: #E69100;
}

.gbBlock {
border-color: #829B35;
}

td.giAlbumCell, td.giItemCell {
	background-color:#B0CA62;
}

#gsImageView {
	background-color:#829B35;
}

#gsNavBar {
background:transparent url(../img/pole_gallery_summer.png) right repeat-y;
}

.gcBackground1 {
	background-color:#829B35;
}

#gallery input:focus, #gallery textarea:focus {
background-color: #B0CA62;
}

#gsNavBar div.gbBreadCrumb {
background-image:url(../img/pole_gallery_summer.png);
}

