/****** University of Dayton ******/

/*** Reset / General Styles ***/
* { margin: 0; padding: 0; outline: none; }

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
li, dl, dt, dd, form, fieldset, textarea, th, td  { border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { color: #555; font: normal 12px/1.5 Helvetica, Arial, sans-serif; margin: 0; padding: 0; }

p { margin: 0 0 15px 0; }
a:link { color: #004b8d; text-decoration: none; }
a:visited { color: #004b8d; text-decoration: none; }
a:hover { color: #004b8d; text-decoration: underline; }
a:active { color: #004b8d; text-decoration: none; }
ul li { list-style: none; }
ol li { list-style: none; }

.clear-fix { clear: both; }
.hide { display: none; }

/*** Gallery Overlay ***/
#gallery-overlay{ background: url(../../img/main/top-border.jpg) repeat-x; position: relative; }
#gallery-overlay h2 { color: #96277a; font: normal 14px/1.4 "Geometric415BT-BlackA", Times New Roman, serif; padding: 20px 0 10px 0; text-transform: uppercase; }
#gallery-overlay #prev { float: left; }
#gallery-overlay #next { margin-left: 80px; }
#gallery-overlay #prev, #gallery-overlay #next { background: url(../../img/main/purple-btn.jpg) repeat-x; color: #fff; display: block; font: normal 12px/1.8 Georgia, serif; height: 21px; text-align: center; width: 75px; }
#gallery-overlay #prev:hover, #gallery-overlay #next:hover { background-position: -21px; text-decoration: none; }
#gallery-overlay #prev:active, #gallery-overlay #next:active { background-position: bottom; box-shadow: none; }
#gallery-overlay #image-counter { display: block; font-size: 11px; margin-top: 5px; text-align: right; }
#gallery-overlay .copy-column { width: 400px; }
#gallery-overlay .links-column { position: absolute; right: 0; top: 20px; }
#gallery-overlay img { line-height: 0; }