/*                                                                      */
/* 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.    */
/*                                                                      */


/*  ****     GENERAL SETTINGS SHARED BETWEEN DISPLAYS      ****  */

/* Color of the box surrounding the gallery display */
/* Browser default is usually black. We prefer white. */
iframe#gallery , object#gallery {
	border: 0px;
	border-color: #FFFFFF;
}

/* Background colors/images for the gallery display */
body.gallery {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

/* TITLE of a page display */
.gallery_title {
	font-size: 16pt;
	font-weight: bold;
	margin: 15px;
	color:#006600;
}

/* Colors for any links within the gallery. */
/* All have a cursoer of the Fleur de Lyse Logo. No underlines. */
/* Scouting Purple on visited and current links */
a:visited {
	color:#880088;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#FFCC00;
	cursor:hand;
}
/* Scouting Dark Green on unvisited and currently going */
a:active {
	color:#006600;
	text-decoration:none;
}
a:link {
	text-decoration:none;
	color:#006600;
	cursor:hand;
}

/* Gallery inline menu links. */
.gallery_imenu_link {
	font-size: 12pt;
	font-weight: bold;
}
/* the box these links are inside */
div.gallery_imenu_link {
}
/* the links themselves */
a.gallery_imenu_link {
}


/*  ****     SETTINGS FOR THE SECTION GALLERY DISPLAY      ****  */

/* Specific Color and Size of the main Sections Gallery index text. */
.gallery_section_link {
	font-size: 24pt;
	font-weight: bold;
}
/* the box those links are in */
div.gallery_section_link {
	margin: 25px;
}
/* the link itself */
a.gallery_section_link {
}


/*  ****     SETTINGS FOR PER-SECTION EVENTS DISPLAY      ****  */

/* Colors of the gallery grouping subtitle */
/* this is usually the year number */
div.gallery_event_group_title {
	font-size: 24pt;
	font-weight: bold;
	color: #006600;
	margin: 10px;
}
/* a box the events this grouping are inside */
div.gallery_event_group_list {
	font-size: 24pt;
	font-weight: bold;
	color: #006600;
	margin: 10px;
	margin-left: 25px;
}

/* Text for the name of an event in the Events display */
.gallery_event_link {
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
}
/* the link text itself */
a.gallery_event_link {
}
/* a box the link is inside */
div.gallery_event_link {
	margin-left: 25;
}

/*  ****     SETTINGS FOR THUMBNAIL DISPLAY PAGE     ****  */

/* the link from a thumbnail */
a.gallery_thumbnail_link {
	font-size: 10pt;
	font-weight: bold;
}
/* the thumbnail image */
a.gallery_thumbnail_link img {
	border: 0px;
	width: 100px;
	height: 120px;
}


/*  ****     SETTINGS FOR DISPLAY OF LARGE IMAGES      ****  */

/* Location - Date */
.gallery_location_date {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}

/* Photographer Credit */
.gallery_photographer {
	vertical-align: bottom;
	text-align: right;
	color: #006600;
}

/* Image Blurb / Description */
.gallery_blurb {
	vertical-align: top;
	text-align: left;
	color: #006600;
}

/* The row each image is displayed on */
tr.gallery_image_row {
}

/* the box the image is displayed in */
td.gallery_image {
	border: 0px;
	text-align: left;
}

/* the box the text is displayed in */
td.gallery_blurb {
	border: 0px;
}
