/* @override https://www.reaching.com/css/core.css */
/* REACHING INTERNATIONAL STYLE SHEET
	Mike Folsom
	Nissi Creative Services
	mike@nissicreative.com
==================== */

@import url("reset.css");
/* UNIVERSAL SELECTORS
==================== */
body {
	background: #f0e9d2 url("/images/bg-body.jpg") center top;
	color: #603913;
}
body, p, div, th, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.33;
	font-size: 16px;
}
html, body {
	height: 100%;
}
p {
	margin: 0 0 1em;
}
sup {
	font-size: xx-small;
	vertical-align: top;
}
/* LINKS
==================== */
a, a:link, a:visited {
	color: #1187aa;
	text-decoration: none;
}
a:hover {
	color: #003;
}
a:active {
	color: #b6822d;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
a.external-link {
	background: url("/images/icons/external.png") right no-repeat;
	padding-right: 16px;
}
a.pdf-link {
	background: url("/images/icons/page_white_acrobat.png") right no-repeat;
	padding-right: 20px;
}
a.document-link {
	background: url("/images/icons/word-doc.png") right no-repeat;
	padding-right: 18px;
}
a.print-link {
	background: url(/"images/icons/printer.png") right no-repeat;
	padding-right: 18px;
	text-decoration: none;
}
button, a.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: outset;
	color: white;
	text-transform: uppercase;
	background-color: #1186ac;
	padding: .5em;
	font-size: large;
	border-color: #1186ac;
}
button:hover, a.button:hover {
	background: #3ea6c8;
}
button:active, a.button:active {
	border-style: inset;
}

/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1em 0;
}
h1 {
	font-size: 200%;
	margin: 0 0 .75em;
	color: #b48129;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
	margin-bottom: 0;
}
h5 {
	font-size: 100%;
}
.subhead {
	font-style: italic;
}
.callout h2 {
	margin: 0;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.png) no-repeat top left;
}
blockquote p {
	line-height: normal;
	padding: 8px 0;
	margin-bottom: 0;
	text-indent: 30px;
}
.cite {
	background: transparent url(/images/close-quote.png) no-repeat top right;
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
#nav ul {
	margin: 0;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* LIBRARY CLASSES
==================== */
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft, span.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright, span.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.clearing {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.hidden {
	display: none;
}
.sr {
	position: absolute;
	top: -9999em;
	left: -9999em;
	height: 0;
	width: 0;
	overflow: hidden;
}
.panel {
	margin-bottom: 15px;
}
.divider {
	margin-top: 15px;
	border-top: 1px solid #cacac3;
	padding-top: 15px;
}
.callout {
	border: 1px solid #cacac3;
	border-width: 1px 0;
	padding: 1em;
	margin: 15px;
	background-color: #eae9e2;
}
.note {
	font-style: italic;
	font-size: 80%;
}
.notice, .warning {
	position: relative;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	border: 1px solid;
	padding: 16px 16px 16px 35px;
	margin: 15px 0;
	color: black;
	font: normal medium/1 Geneva, Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.notice {
	background-color: #fff7d9;
	background-image: url("/images/icons/information.png");
	border-color: #ffe100;
}
.warning {
	background-color: #ffefef;
	background-image: url("/images/icons/exclamation.png");
	border-color: #f00;
}
a.dismiss {
	position: absolute;
	top: 2px;
	right: 2px;
}
/* TYPOGRAPHY
==================== */
.callout div {
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}
.feature {
	border: 1px solid #cacac3;
	border-width: 1px 0;
	padding: 1em;
	background-color: #f8f6ee;
}
