/*------------------------------------------------------------------
[Custom CSS Stylesheet]

Project:    	CAPTURE ONE - CUSTOM CSS FOR WEB CONTACT SHEET
Version:    	v1.0
Last change:  122322 [rev]
Assigned to:  Bob Wendt
-------------------------------------------------------------------*/

/* IMPORTANT 
Add the following line of code to main HTML index:
<link rel="stylesheet" type="text/css" media="screen, print" href="theme/contactsheet_custom-css.css">
*/
/* THEN ADD THIS FILE AS "contactsheet_custom-css.css" TO "THEME" FOLDER */

/*------------------------------------------------------------------
[Table of contents]
1. COLOR AND LAYOUT STYLING REVISIONS
-------------------------------------------------------------------*/

/* ==== page text ==== */
/*body {
}
/* ==== main title text ==== */
h1 {
	font-size: x-large; 
	color: silver;
}
/* ==== description text ==== */
DIV#info-box P {
	font-size: large;
	line-height: 1.3;
	color: silver;
}
/* ==== main title & description bkg ==== */
DIV#info-box {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.120);
	margin-top: 5%;
	padding-right: 10px !important;
	margin-left: 14px;
}
/* ==== thumbnail text ==== */
ol#wcs-list {
	font-size: small !important;
}
/* ==== thumbnail border ==== */
ol#wcs-list li img {
	border-width: 1px !important;
	border-color: #b8b8b8 !important;
}