/* Theme Name:James Lind Library Print Stylesheet */

/* Font sizes 

H1 - 16pt / 22px / 1.4em
H2 - 12pt / 16px / 1em
H3 - 8pt / 11px / 0.7em
Copy - 10pt / 13px / 0.8em 

*/
@page { margin-top: 60px; }
#category_header {
	background: white;
	clear: both;
	padding: 20px 40px 0 40px;
	border-radius: 10px;
	margin: 20px 4px 0 8px;
}

#category_description {
	display: inline-block;
	width: 580px;	
}

#category_description h1 {
	margin-bottom: 0;
	font-size: 1.4em;
}

#category_description h2 {
	font-family: 'PT Serif', serif;
	line-height: 1.2em;
	font-style:italic;
	font-size: 1em;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #c1282d;
}

#category_description a {
    font-weight: bolder;
    text-decoration: none;
 }

#category_description a[href^=http]:after {
    content:"\00000a [" attr(href) "]";
 }

.cat-head{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	border: 4px solid #4d4d4d;
	float: left;
	margin-right: 40px;
}

.record a {
	page-break-before: avoid;
}

.record a {
    font-weight: bolder;
    text-decoration: none;
 }

.record a[href^=http]:after {
    content:" full record at:\00000a" attr(href);
 }
 
body, body.custom-background {
    background-color: #fff !important;
}

.noprint { display: none; }

#navigation, #selectMenu, #crumbs, hr.title, #sidepanel, a.post-edit-link, h1#theTagline img {
    display: none;
}

h1#theTagline {  
    font-family: P22Underground, sans-serif;
    color: #C8464D;
    border-bottom: 2px solid #C8464D;
    text-align: center;
    padding-bottom: 10px;
    font-size: 0.7em;
    line-height: 1em;
    font-weight: normal;  
}

h1#theTagline .print-logo {
    font-size: 3em !important;
    line-height: 1.4em;
}

h2.posttitle {
    font-size: 1.6em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2 small {
    font-size: 0.7em;
    line-height: 1.8em;
    text-transform: none;
    font-weight: normal;  
}

h3 {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 1.5em;
	font-family: P22Underground, sans-serif;
}
h4 {
	margin: 10px 0;
}

#content {
    font-size: 0.8em;
    padding: 0px 30px;
    line-height: 1.6em;
    font-family: 'PT Serif', serif;
}

#content h2 {
    font-family: P22Underground, sans-serif;
    font-weight: normal;  
}

p {
	margin: 0;
}

p+p {
	margin-top: 10px;
}

#content img {
    max-width: 340px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-break	{ display: block; page-break-before: always; }