
/*===========================================================================*/
/* Stylesheet modifications to global-style.css stylesheet                   */
/* for use with Photo Gallery                                                */
/*===========================================================================*/

                  /* default for a gallery page */
 body.gallery   { min-width: 800px; max-width: 1080px;
                  background-image: url(/global/bkgd-23.jpg) }

				  /* default for a photo page */
 body.photo     { margin: 40px auto; min-width: 620px; max-width: 960px;
                  background-image: url(/global/bkgd-23.jpg) }

 .botcorners,
 .photobg1      { background-image: linear-gradient(-90deg,#ff9933,#ffff88) }
 .photobg2      { background: #577; -border-radius: 20px }
 .photobg3      { background: #ffc0ff }

 .outlined      { border: 1px solid black }
 .rounded3      { border-radius: 14px }
 
 .phototitle    { color: #fff; font: bold italic 1.0em arial,helvetica,sans-serif }

 .photosubtitle { color: #fff; font: normal 0.8em arial,helvetica,sans-serif }

 .photocaption  { color: #fff; padding: 0 9px 0 9px;
                  font: normal 0.8em arial,helvetica,sans-serif }
  
 .photocredit   { color: #fff; padding: 0 9px 0 9px;
                  font: italic 0.8em "times new roman",georgia,serif }

				  /* for right-side credits and captions */
 .dropped       { padding: 30px 9px 9px 9px }

 .thumbnail     { height: 64px; width: 64px; border-radius: 0 }

