/*
 *
 *  EdwardPenfield.com
 *  Master CSS Stylesheet
 *
 *  Site design by thrive | arts, a discipline of Thrive Mediarts Incorporated
 *  http://thrivearts.com
 *
 *  rev 20021116
 *  rev 20061007, upgraded css, added thickbox
 *  rev 20110328, upgraded to html5, css3
 *  rev 20110526, replaced thickbox with jQuery FancyBox popups
 *  rev 20150804, updated links to Google Fonts
 *  rev 20181126, modernized CSS
 *
 */

/*  Elements  */
* 					{ zoom:1; outline:none; font-size:100.01%; }
body 				{ color:#000; background:#f0ebe3; margin:0; padding:0; }
a 					{ color:#900; text-decoration:none; outline:none; border:none;cursor:pointer; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; }
a:active, 
a:hover 			{ color:#660; text-decoration:underline; }	
acronym 			{ cursor:help; }	
dl 					{ font-size:0.8em; width:85%; }
dt 					{ font-style:italic; }
dd 					{ padding-bottom:9px; }			
h1, h2, h3 			{ font-family:'OFL Sorts Mill Goudy TT', Georgia, Times, serif; }
img 				{ text-decoration:none; outline:none; border:none; -moz-opacity:1; -webkit-opacity:1; opacity:1; }
img.tn 				{ width:153px; border:1px solid #000; }
img.tn:hover 		{ -moz-opacity:0.7; -webkit-opacity:0.7; opacity:0.7; }
p 					{ font-size:1.0em; line-height:1.6em; font-family:'OFL Sorts Mill Goudy TT', Georgia, Times, serif; word-wrap:break-word; }
	
	
/*  HIGHLIGHTS  */
::selection  { background:#900; color:#fff; }
::-moz-selection { background:#900; color:#fff; }
::-webkit-selection { background:#900; color:#fff; }


/*  CSS page borders, with no iframes  */
#top, #rgt, #btm, #lft, #bar { background:#000; position:fixed; }
#lft, #bar, #rgt { top:0; bottom:0; width:8px; }
#lft { left:0; }
#bar { left:178px }
#rgt { right:0; }
#top, #btm { left:0; right:0; height:8px; }
#top { top:0; }
#btm { bottom:0; }


/*  Layout  */

.sidebar svg .st0 			{ fill-rule:evenodd; clip-rule:evenodd; fill:#005C31; }
.sidebar svg .st1 			{ fill:#005C31; }
.sidebar svg .st2 			{ fill:#F26522; }
.sidebar					{ display:block; position:absolute; top:8px; right:8px; bottom:8px; left:8px; margin:0; padding:12px; width:144px; text-align:center; overflow:hidden; }
.sidebar a 					{ display:block; color:#600; font-size:1.125em; line-height:1.2em; font-family:'Goudy Bookletter 1911', Georgia, Times, serif;  }
.sidebar a:hover 			{ color:#f60; text-decoration:none; }
.monogram					{ clear:both; width:32px !important; height:32px !important; margin:0 auto; padding:0; }
.monogram a:hover svg path 	{ fill:#600; }
.content					{ display:block; position:absolute; top:8px; right:8px; bottom:8px; left:186px; margin:0; padding:36px; overflow:auto; }

.content select 			{ font-size:9pt; }
.introduction figure		{ display:block; float:right; width:292px; padding-left:12px; }
.caption,
figcaption 					{ color:#333; font-size:8pt; font-style:normal; line-height:1.0em; font-family:Helvetica, Arial, sans-serif !important; text-indent:none; }

.biography p,
.catalogue p,
.introduction p 			{ text-indent:3em; }

.footer { display:block; color:#600; font-size:1.125em; line-height:1.2em;  }
.footer a { color:#600; }
.footer a:before, .footer a:after { content:"\00a0"; }
.footer a:hover { background-color:#900; color:#eec; text-decoration:none; }
	
	
/*  Typography  */
.hed,  h1 { color:#063; font-weight:bold; font-size:2.0em; }
.sub,  h3 { color:#063; font-weight:bold; font-size:1.6em; }
.sub2, h4 { color:#063; font-weight:normal; font-size:1.3em; }
.bib { font-size:10pt; }
.nav { font-weight:bold; font-size:10pt; }
.cat { color:#f60; }
.note { font:normal 8pt / 1.2em Helvetica, Arial, sans-serif; }
.note:link { color:#000; text-decoration:none; }	
.copyright { color:#660; font:normal 8pt / 1.0em Arial, Helvetica, sans-serif; }
	

/* FORMATTING  */
.the-complete-harpers-posters .row { display:table; clear:both; margin-bottom:30px; padding-bottom:30px; vertical-align:top;  }
.the-complete-harpers-posters .cat { display:table-cell; width:36px; height:inherit !important; vertical-align:top; }
.the-complete-harpers-posters .desc { display:table-cell; vertical-align:top; }
.the-complete-harpers-posters .poster { float:right; margin:0 0 20px 20px; }
.the-complete-harpers-posters img.tn { width:300px; height:auto; background:#fff; padding:10px; border:1px solid #faf8e9; -moz-opacity:1; -webkit-opacity:1; opacity:1; -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); -moz-transition:all 0.2s; -webkit-transition:all 0.2s; transition:all 0.2s; }
	.the-complete-harpers-posters img.tn:hover { -moz-opacity:0.7; -webkit-opacity:0.7; opacity:0.7; }

