/* --------------------------------------------------------------
	Default typography  
-------------------------------------------------------------- */
	/* Font size definition: the line-heights and vertical margins 
 are automatically calculated from this. 
 The percentage is of 16px (0.75 * 16px = 12px) */
body {
	font-size: 95%; 
	color : #000;
	background: #fff;
	font-family: 'Varela Round', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
}

html>body {
	font-size: 13px;
}

/* Headings -------------------------------------------------------------- */
h1,h2,h4 {
	font-weight: normal;
	color: #111;
	font-family: 'Varela', sans-serif;
}

h1 {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 0.1em;
}

h2 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 0.3em;
	font-family: 'Varela', sans-serif;
	font-weight: normal;
	color: #025D8C;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1em;
	font-style: italic;
}

/* Text elements -------------------------------------------------------------- */
p,object {
	margin: 0 0 1.5em;
}

div img {
	margin: 0 0 0 0;
	padding: 0;
}

p img,li img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

td ul {
	margin-bottom: 0;
}

img.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

img.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

img.center {
	display: block;
	margin: 0 auto 1.5em;
}

.tright {
	text-align: right;
}

.tleft {
	text-align: left;
}

.tcenter {
	text-align: center;
}

.inline {
	display: inline;
}

a:focus,a:hover {
	color: #293227;
	text-decoration: underline;
}

a:active {
	color: #224e78;
	text-decoration: underline;
}

a {
	color: #224e78;
	text-decoration: none;
}

blockquote {
  font-style: italic;
  color: #025D8C;
  margin-left:12px;
  font-family: 'Libre Baskerville', serif;
  padding-left: 30px;
  padding-bottom: 10px;
  background:url('/images/site/blockquote.png');
  background-repeat:no-repeat;
  min-height: 30px; 
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup,sub {
	line-height: 0;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	max-width: 100%;
	overflow: auto;
	padding: 8px;
	background: #efefef;
	border: 1px solid #ddd;
	margin: 1.5em 0;
	line-height: 1.5;
}

pre,code,tt,kbd {
	font-family: 'andale mono', 'lucida console', monospace;
}

pre code,* code {
	font-size: 100%;
}

kbd {
	color: #000;
	background-color: #ddd;
	outline: 1px solid #bbb;
	border: 1px solid #bbb;
	border-top-color: #fff;
	border-left-color: #fff;
	min-width: 1em;
}

li ul,li ol {
	margin: 0 1.5em;
}

ul,ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

cite {
	margin-bottom: 1em;
}

/* Tables -------------------------------------------------------------- */
table {
	margin-bottom: 1.4em;
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	background-color: #f0f0f0;
}

th,td {
	border: 1px solid #dddddd;
	padding: .33em .67em;
	vertical-align: top;
}

tr.even td {
	background-color: #f7f7f7;
}

tr.even th {
	background-color: #e8e8e8;
}

tfoot {
	font-style: italic;
}

caption {
	font-size: 1.2em;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .4em;
	padding: .5em;
	color: #333;
	text-align: center;
}