/* CSS styles for Patricia Maguire's website, by Peter Raulerson peter@raulerson.net, July 2020 */

body {center; margin: 0; padding: 1em; width: 900px; background: #FFFFFF; font-family: Arial, sans-serif;}
.pat-headshot-text table {border: 10px; border-color: black; center; padding: 0; margin: 0;} 

/* .nav means "navigation". All .nav elements style the horizontal navigation bar below "pat-headshot-text" elements at the top of all webpages on Pat Maguire's website. */

.nav ul {list-style: none; align: left; padding: 0px 0px 8px 0px; margin: 0;}
.nav li {height: 3em; line-height: 3em; border: 2px solid #FFFFFF; display: inline-block; margin-right: -4px; margin-bottom: 3px;}
.nav a {position: relative; color: #FFFFFF; display: block; text-decoration: underline; background-color: #00CDCD; font-size: 1.2em; display: block; padding: 2px 11px 2px 11px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 12px; margin: 2px auto; width: auto; text-align: center;}
.nav a:hover {color: #0000FF; background-color: #00CDCD;}
.nav a:active {background-color: #00FF00; color: #444444; cursor: default;}
.nav a[target] {background-color: #CC6600;}
.intro-text p {}

/* .iload means "individually download" any item or follow any link in an .iload table, row, column or cell. */
.iload table {padding:0px; font-size:1.2em; margin: 0; width: 885px; border-spacing: 0px;}
.iload td {border: 8px solid #D0D0D0; outline: #FFFFFF solid 2px; border-spacing: 0px 0px 0px 0px; text-align: left; width: 885px;}

/* .dload means "download". All .dload elements are intended to help visitors select and download files (normally PDFs) from Pat Maguire's website. */
/* .dload table {padding:0px; font-size:1.1em; center; margin: 0; width: 885px; border-spacing: 0px 5px;} /* CHANGED width: 900px to 885px */
.dload table {padding:0px; font-size:1.1em; center; margin: 0; width: 885px; border-spacing: 0px;} /* CHANGED width: 900px to 885px */
.dload td {border: 8px solid #D0D0D0; outline: #FFFFFF solid 2px; border-spacing: 0px 0px 0px 0px;} /* REMOVED padding: 12px; */
.dload tr:nth-child(even){background-color: #D1EFD3;}
.dload tr:hover {color: #0000FF; background-color: #00CDCD;}
.dload button {border: 0px; outline: 0px; padding: 0px;}

/* .nolines All .nolines elements have NO visible border lines nor outlines. */

.nolines td {border: 0px; outline: none; padding: 4px;}

.block {width: 100%; border: none; background-color: #D1EFD3; color: black; font-size:1.1em; cursor: pointer; text-align: left;}
.block:hover {color: #0000FF; background-color: #00CDCD;}
