	/*  this individual style sheet takes precedence over common.css file eg., background color here over rules background color there. */
	
body {
	color: #111111; /* KEY-text color on index and slide pages */
	background-color: #eee; /* background color for index and slide pages-does not affect index page thumb border */
}

.sh-comments {
	font-family: Comic Sans MS, cursive, sans-serif; /* the caption-comment appearing below the THUMB */
	color: #000;
	font-size: 18px;
	text-align : center;
}

.thumbnav img {
	border: 0px solid #111111; /* 1px border optionally selected on GUI-this handles optional thumbnail navigation on slide pages */
	padding: 2px; /* spacing around image, originally 1px, then tested at 3px */
}

.slideimage img {
	border: 0px solid #111111; /* 1px border optionally selected on GUI-this provides border for image on slide page */
	padding: 3px; /* how far the border is away from the image. I personally like 1px, others like 5px */
}

.slidecomment {
	font-size: 14px; /* caption-comment appearing directly under SLIDE image, see seperate DIV for thumbnail (sh-comments) */
}


	/* adding video capability for slide pages (or trying to) */

video {
	padding: 0px;
	margin: 8px 0px;
	outline: 0;
}

video {
	border: 0px solid #111111;
}


