/*
 * print.css
 * Last Revision: August 11, 2010
 * 
 * Main CSS file for layout of site
 */

body
{
	background: #FFF;
	color: #000;
	font-size: 12pt;
	line-height: 1.5;
}

#ben-babcock
{
	font-size: 20pt;
	font-variant: small-caps;
	text-align: center;
}

#ben-babcock a
{
	border-bottom: 1pt solid #000;
	color: #000;
	text-decoration: none;
	width: 100%;
}

#ben-babcock img
{
	border: 1pt solid #000;
	vertical-align: text-top;
}

#copyright-text
{
	font-size: 10pt;
	text-align: center;
}

/*
 * Typography
 */

a
{
	color: #507786;
	text-decoration: underline;
}

a.block-link
{
	color: #000;
	text-decoration: none;
}

sup.link-ref
{
	color: #507786;
	font-size: x-small;
}

abbr
{
	border: 0;
}

abbr:after
{
	content: " (" attr(title) ") ";
	font-size: 10pt;
}

aside
{
	border: 1pt solid #808080;
	color: #808080;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	font-size: 10pt;
	line-height: 1.5;
	margin: 0.5em;
	padding: 0.3em;
	max-width: 35%;
}
 
h1, h2, h3, h4, h5, h6, #ben-babcock
{
 	font-family: Georgia, "Times New Roman", serif;
}

#header h1
{
	font-size: 30pt;
	text-align: center;
}

section h1
{
	font-size: 20pt;
}

h2, section section h1, section article h1, #link-hrefs h1
{
	font-size: 16pt;
}

h3, section section section h1, section article h1
{
	font-size: 14pt;
	font-weight: bold;
}

aside h1
{
	font-size: 12pt;
	margin: 0.2em;
}

figure.image, figure.single-image
{
	display: block;
	margin: 0.5em auto;
}

img { border: 0; }

img.inline
{
	border: 1pt solid #666;
	display: block;
	margin: 0.5em auto;
}

img.left, figure.left
{
	float: left;
	margin: 0.5em;
}

img.right, figure.right
{
	float: right;
	margin: 0.5em;
}

figure.single-image img
{
	display: block;
	margin: 0 auto;
}

figcaption
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0.1em 0 0 0;
	max-width: 30em;
	text-align: center;
}

span.cite, p.cite
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
}

/*
 * Lists
 */

dt
{
	font-style: italic;
}

ol
{
	line-height: 1.0;
}

.gallery li
{
	display: inline;
}

/* Front page */

dt.calendar-day
{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

dl.calendar-event dt
{
	font-style: normal;
}

.school
{
	color: #A62A2A;
}

.general
{
	color: #283A90;
}

.work
{
	color: #397D02;
}

/* Everything we hide */
#bottom-banners, #page-footer, #section-nav, 
nav.site-nav, nav.tocs, p.jumplink
{
	display: none;
}

