/*
 *
 *  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
 *
 */

/*  Elements  */
body { color:#333; background:#faf8e9 url('/assets/css/bg.jpg') left top repeat fixed; margin:0; padding:0; }
dl p { font-size:0.8em; width:85%; }
dt { font-style:italic; }
dd { padding-bottom:9px; }
h1, h3 { font-family:'Sorts Mill Goudy', Georgia, Times, serif; }
img { text-decoration:none; outline:none; border:none; }
	img.tn { width:153px; height:auto; background:#fff; border:1px solid #000; -moz-opacity:1; -webkit-opacity:1; opacity:1; -moz-transition:opacity 0.2s ease-in-out; -webkit-transition:opacity 0.2s ease-in-out; transition:opacity 0.2s ease-in-out; }
		img.tn:hover { -moz-opacity:0.7; -webkit-opacity:0.7; opacity:0.7; }
p { font-size:1.2em; line-height:1.6em; font-family:'Sorts Mill Goudy', Georgia, Times, serif; word-wrap:break-word; }
	
acronym { cursor:help; }
a { 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:link, a:visited { color:#900; text-decoration:none; }
	a:active, a:hover { color:#660; text-decoration:underline; }	
	
	
/*  BUGFIXES  */
* { zoom:1; outline:none; font-size:100.01%; }
a:hover { visibility:visible; } 
:focus { -moz-outline-style: none; }
input { overflow:visible; } 
object { outline:none; }


/*  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 a, .footer a { font-family:'Goudy Bookletter 1911', Georgia, Times, serif; }
.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;  }
	.sidebar a:hover { background-color:#900; color:#eec; text-decoration:none; }
.content{ display:block; position:absolute; top:8px; right:8px; bottom:8px; left:186px; margin:0; padding:12px; overflow:auto; }
	.caption { font:normal 8pt / 1.0em Arial, Helvetica, sans-serif; }
	.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; }

#biography p { text-indent:3em; font-size:1.2em; line-height:1.6em; font-family:'Sorts Mill Goudy', Georgia, Times, serif; word-wrap:break-word; text-align:justify; }
	#biography p.note { font:normal 8pt / 1.2em Helvetica, Arial, sans-serif; }
		#biography p.note:link { color:#000; text-decoration:none; }	
