/* -------------------------------------------------------------- 
   typography.css
   * Sets up some sensible default typography.
-------------------------------------------------------------- */

/* @group General Text Elements
===================================== */

body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #626262;
	background: #fff;
	line-height: 1.5;
}
a:focus, a:hover { color: #666; }
a {
	color: #DD651A;
	text-decoration: none;
	outline: none;
}
p, li, table, blockquote { margin-bottom: 1em; }
p, li, dt, dd, table { font-size: 1em; }
li *, dt *, dd *, td *, th * { font-size: 1em; }
blockquote, q {
	padding: 0 1.5em;
	margin: .5em 1.5em 2em 1.5em;
	font-size:.9em;
	border-left: 5px solid #c2c2c2;
	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 { text-decoration: none; }
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 img.left {
	float: left;
	margin: .5em 1.5em .5em 0;
	padding: 0;
  border: 1px solid #111;
}
p img.right {
	float: right;
	margin: 0 0 .5em 1.5em;
	border: 1px solid #000;
}
/* @end General Text Elements
-------------------------------- */

/* @group Headings (H1-H6)
===================================== */

h1 { font-size: 3em; }
h1 a { display: block; }
h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.2;
	font-weight: bold;
  clear: both;
}
h2 {
	font-size:1.8em;
	margin-bottom:.5em;
	border-bottom: 1px solid #399B2E;
	padding-bottom:5px;
	color: #399b2e;
}
.threeColumn h2.pageTitle { font-size: 1.5em; }
h3 {
	font-size: 1.4em;
	border-bottom:1px solid;
	padding-bottom:5px;
}
.sidebar #login h3 {
	margin:1.4em 0 .5em 0;
	border-bottom:1px solid;
	padding-bottom:5px;
}
h4 {
	margin: 0 0 .35em;
	font-size: 1.3em;
}
.sidebar h4 { font-size: 1.4em; }
h5 { font-size: 1.4em; }
.sidebar h5 { font-size: 1.2em; }
h6 {
	font-size: 1.1em;
	margin: 1.5em 0 .25em 0;
}
.sidebar h6 { font-size: 1.1em; }
/* @end Headings (H1-H6)
-------------------------------- */

/* Lists
-------------------------------------------------------------- */
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul {
	list-style-type: square;
	color: #999;
}
ol { list-style-type: lower-alpha; }
/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom: 1.4em;
	width:100%;
}
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
#svEditProfile span.small { margin: 0 0 1.875em 34%; }
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide { display: none; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added {
	background:#060
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
#favoriteList li, #svPageTools li, #navSession li { font-size:13px; }

