/* Print Style Sheet */
/* by Matthew Reidsma */
/* matthewreidsma.com */

#menu, #page_details, p.meta { display: none; } /* Hide menu, text about me, and "click" text from printer */

body { font-family: "Trajan Pro", Georgia, Times, Futura, serif; background-color: #ffffff; margin: auto; color: #000000; }
h1, h2, h3 { text-transform: uppercase; }
#banner h1 { font-size: 20pt; letter-spacing: .1em; }
#banner h2 { font-size: 14pt; text-transform: none; }
#wrapper { font-size: 12pt; line-height: 18pt; }
img { border: 1px solid #000000; }
a { color: #660000; }

#page_items ul { list-style-type: none; padding: 0; margin: 0; }
#page_items ul li { display: inline; width: 152px; margin: 1px; }
#page_items img { width: 150px; height: 200px; }

#footer { clear: left; font-size: 10pt; }

