/*
    typography.css
    Theme: Klamath
*/



/* @group General Text Elements
===================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	}

p, ul, ol, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.5;
	}

p, li, dt, dd, th, td {
	font-size: 1.1em;
	}

p.intro {
	font-size: 1.3em;
	line-height: 1.385;
	}


.sidebar p {
	line-height: 1;
	padding: 0 15px;
	margin-bottom: 0;
}

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> */

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: #ddd; }
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; }

a {
	text-decoration: none;
	color: #26add6;
	}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #135d74;
	}

hr {
	height: 1px;
	overflow: hidden;
	margin: 20px 0 !important;
	margin: -2px 0 13px;
	padding: 0;
	border: none;
	color: #dddfe1;
	background-color: #dddfe1;
	}
*:first-child+html hr {
	margin: -2px 0 13px !important;
	}

/* @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 5px;
	line-height: 1.1;
	font-weight: normal;
	color: #363636;
	}

h2 {
	margin: 0 0 .2em;
	font-size: 3.6em;
	line-height: 1;
		letter-spacing: -.025em;
	}

h3 {
	margin: 0 0 .35em;
	font-size: 2.2em;
	}
.sidebar h3 {
	margin: 0 0 11px;
	padding: 12px 15px !important;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background: #e4e4e4;
	}
.svCatSummary h3 {
	margin-bottom: 0 !important;
}
.sidebar #login h3 {
	padding: 0 !important;
	background: transparent !important;
	}

h4 {
	margin: 0 0 .35em;
	font-size: 1.8em;
	}
.sidebar h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.4em;
		margin-bottom: .5em;
	}
.sidebar h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1.2em;
		font-weight: ;
	}
.sidebar h6 {
	font-size: 1.1em;
	}

/* @end Headings (H1-H6)
-------------------------------- */


/* EOF */