/*                                                                      */
/* Settings for the display of the Scouting Gallery System              */
/* Developed by Amos Jeffries of Treehouse Networks Ltd.                */
/*                                                                      */
/* see http://scouting.org.nz/gallery_help.php for help and details.    */
/*                                                                      */

/*
	Modified to use hillcrest group Colors for links and text.
	This stylesheet does NOT include all settings.

	CHANGES additional to default gallery stylesheet:
		Link color to blue. Yellow Clicked.
		Text color to Dark Yellow.
		Some Box Borders to Blue.
*/

/*  ****     GENERAL SETTINGS SHARED BETWEEN DISPLAYS      ****  */

/* TITLE of a page display */
/* Hillcrest Yellow for all text. */
.gallery_title {
	color:#FFCC00;
}

/* Colors for any links within the gallery */
/* Hillcrest Yellow for all text, including links. */
a:visited {
	color:#FFCC00;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#FFCC00;
}
a:active {
	color:#FFCC00;
	text-decoration:none;
}
a:link {
	text-decoration:none;
	color:#FFCC00;
}


/*  ****     SETTINGS FOR THE SECTION GALLERY DISPLAY      ****  */


/*  ****     SETTINGS FOR PER-SECTION EVENTS DISPLAY      ****  */

/* Colors of the gallery grouping subtitle */
/* this is usually the year number */
div.gallery_event_group_title {
	color:#FFCC00;
}
/* a box the events this grouping are inside */
div.gallery_event_group_list {
	color:#FFCC00;
}


/*  ****     SETTINGS FOR THUMBNAIL DISPLAY PAGE     ****  */



/*  ****     SETTINGS FOR DISPLAY OF LARGE IMAGES      ****  */

/* Location - Date */
.gallery_location_date {
	color: #FFCC00;
}

/* Photographer Credit */
.gallery_photographer {
	color: #FFCC00;
}

/* Image Blurb / Description */
.gallery_blurb {
	color: #FFCC00;
}

/* The row each image is displayed on */
tr.gallery_image_row {
	border-color: #FFCC00;
}
