/* CSS file for Coin and Conscience Web Site */

body{
margin: 5px;
padding: 5px;
background:#FFFFFF;
font-size: 11pt;
}
/* = LINKS */
a{color: #333;}
/* tiles */
.tiles{float: left; color: #404033; margin: 0; padding: 0;}
.tiles dl{float: left; margin: 10px 0 0 0; padding: 0 0 0 10px;}
.tiles dt{font-weight: bold; margin: 10px 0 0 0; padding: 0;}
.tiles dt a{color: #961a3d;}
.tiles dl dd{width: 410px; float: left; margin: 0 0 0 0; padding: 10px;}
.tiles dl dd.img{width: 92px; margin: 0 0 0 0; padding: 10px 0 0 0;}
.tiles img{margin: 0; padding: 0; border: 1px solid #555;} 
.tiles .printInfo{margin: 0 0 8px 0;}
.tiles .callNumber{margin: 0 0 0 50px;}


/* =FOOTER */
#footer{font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10pt;}
#footer{float: left; width: 750px; margin: 5px; padding: 5px;}
#copyright{margin: 10px 0 10px 0;}
#footer{background: #eee; color: #aaa;} 
#footer a{color: #a18b79; display: block; float: left; text-transform: uppercase; margin: 0 0.2em 0 0.2em; padding: 0 0 0 5px; border-left: 1px solid #ccc;}
#footer a.first{padding: 0 0 0 1px; border-left: none;}

h1{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
color: #961a3d;
letter-spacing: 0.15em;
font-size: 100%;
font-variant: small-caps;
margin: 20px 0 0 0; padding: 0;
}

#content h2{
font-weight: bold;
color: #961a3d;
font-size: 110%;
}


/* PRINT ONLY OPTIONS */

.screenonly{display: none;}
.printversion{display: block;}

/* suppress display */
#navigation, #collectionnavigation, #tilesnavigation{display: none;} /* don't show the nav bars */
#shield, #series{display: none;} /* don't show the default banner */

.printthis{display: none;} /* don't show the print button */
/* undisplay the publishing edit buttons */
#edit_button_container, #edit_button, #validate{display: none;} 
