/* www.ronanmccrea.com | print styles */

/* ========================================== */
/* basics */
/* ========================================== */

* {margin: 0; padding: 0;}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 10pt;
	line-height: 15pt;
}

/* ========================================== */
/* hide stuff */
/* ========================================== */

#top ul, hr, div#search, #archive-nav, #footer 
{display: none !important;}

/* ========================================== */
/* typography */
/* ========================================== */

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
}

div#about h2 {padding: 0 0 10pt 0;}

h3 {font-size: 11pt; padding: 10pt 0 10pt 0;}

a, a:link {color: #175da5;}

/* ========================================== */
/* top */
/* ========================================== */

#top {
	border-bottom: 1pt solid #808080;
	border-top: 1pt solid #808080;
	margin: 0 0 10pt 0;
}

#top h1 {padding: 10pt 0 10pt 0;}

#top h1 a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15pt;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

/* ========================================== */
/* aside */
/* ========================================== */

#aside {
	padding: 10pt;
	border: 1pt solid #808080;
	margin: 0 0 10pt 0;
}

#aside dl dt {padding-top: 10pt;}

/* ========================================== */
/* main */
/* ========================================== */

#main div#excerpts div.excerpt {
	padding: 0 10pt 10pt 0;
	border-bottom: 1pt solid #808080;
}

#main div#excerpts div.excerpt a img {
	float: right;
	vertical-align: bottom;
	border: 1pt solid #175da5;
	margin: 4pt 0 5pt 10pt;
}

#main div#about {
	padding: 10pt 0 0 0;
}

/* ========================================== */
/* external link url display */
/* ========================================== */

a.external:after {
	content: " (" attr(href) ") ";
	font-size: 7pt;
	font-family: Arial, Helvetica, Sans-Serif;
}