/* @override http://72.29.5.128/cc/includes/themes/cc/css/typography.css */

/* Catholic Courier - typography.css */


/* @group General Text Elements
===================================== */

body {
	font-family: Verdana, "Lucida Grande", "Lucida Sans", Lucida, Helvetica, sans-serif !important;
	color: #444;
	}

p, ul, ol, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.5;
	}

p, li, dt, dd, table { font-size: 11px; }

p.intro { font-size: 16px; }

li *, dt *, dd *, td *, th * { font-size: 1em !important; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { color: green; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

p {
	margin: 0 0 1em;
	/*padding: 0 20px 18px 20px;*/
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	line-height: 1.36em;
	}

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 3.6em;
	}
h1 a {
	display: block;
	}
h1 img {
	display: none;  /* hide for screen. Show for printing in print.css */
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	/*padding: 0 20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	font-weight: normal;
	}

h2 {
	margin: 0;
	/*padding-top: 19px;
	padding-bottom: 5px;*/
	font-size: 2.8em;
	color: #202020;
	}

h2.pageTitle {
	padding: 0;
	margin-bottom: .5em;
	/*padding: 14px 0 0 10px;*/
	line-height: 1.072;
	}
/*.article h2.pageTitle {
	padding-left: 20px;
	}*/

h2 a {
	color: #202020;
	}

h3 {
	margin: 0 0 .5em;
	font-size: 2.2em;
	padding: 0;
	}
.sidebar h3 {
	font-size: 1.6em;
	}

h4 {
	margin: 0 0 .35em;
	font-size: 1.8em;
	}
.sidebar h4 {
	font-size: 1.6em;
	}

h5 {
	font-size: 1.6em;
	}
.sidebar h5 {
	font-size: 1.4em;
	}

h6 {
	font-size: 1.4em;
	}
.sidebar h6 {
	font-size: 1.2em;
	}

/* @end Headings (H1-H6)
-------------------------------- */


/* EOF */
