/**
 * Print stylesheet
 */
 
/**
 * @section layout
 */
nav, aside, footer, .post-edit-link,
#rotator, #latest_posts {
   display: none;
} 

#logo img {
	border: none !important;
}

/**
 * @section typography
 */ 
body {
	background: white;
	color: #000;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 12pt;
	line-height:1.5;
}

a {
	font-weight:bold;
	text-decoration:underline;
	color:#4183C4;
}

#main > section {
	background:transparent none;
	width: 100%;
	margin: 0;
	float: none;
}

#header h1,
#main > section h1, #main > section h2, #main > section h3,
#main > section h4, #main > section h5, #main > section h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#000;
} 

#header h1 { font-size:24pt; line-height: 1; margin-bottom: 0.5em; border-bottom:1px solid #777; }
#main > section h1 { font-size: 22pt; margin-bottom: 0.75em; }
#main > section h2 { font-size: 18pt; line-height: 1; margin-bottom: 1em; }
#main > section h3 { font-size: 16pt; line-height: 1.25; margin-bottom: 1.25em; }
#main > section h4 { font-size: 14pt; font-weight: bold; margin-bottom: 1.5em; }
#main > section h5 { font-size: 12pt; font-weight: bold; }
#main > section h6 { font-size: 12pt; }

/*
#main > section section a:link:after, 
#main > section section a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#main > section section a[href^="/"]:after {
   content: " (" attr(href) ") ";
}

*/


