body {
	color: #666767;
	font-family: Gentona-Light, Helvetica, Sans-Serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.25em
}

a {
	color: #506B95;
	font-weight: 400;
	text-decoration: none;
}
.single-post a {
	font-weight: bold;
}

/* Heading Tags */

h2, h3, h4, h5, h6 {
	font-family: "athelas", serif;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
}

#banner h1,
#content h1 {
	font-family: "athelas", serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: .2em;
	margin-bottom: 25px;
}

#content h1 {

	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0em;
}

h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px ;
}

	h3.entry-title {
		font-size: 22px;
	}

		h3.entry-title a{
			font-weight: 400;
		}
h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


.page-title {

}

.section-title {
	font-family: "athelas", serif;
	font-size: 16px;
	letter-spacing: .2em;
}

/* Cursor Selection */
::selection {
	background: #506B95; /* Safari */
	color: white;
	}
::-moz-selection {
	background: #506B95; /* Firefox */
	color: white;
}


/* Banner Area Typography */
#banner,
#banner a{
	font-weight: normal;
}

#banner a{
	letter-spacing: .05em;
}

#banner .entry-title,
#banner .header-copy-big {
	font-family: "athelas", serif;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5em;
	margin-bottom: 23px;
	padding-bottom: 10px;
	position: relative;
}

#banner .entry-title {
	font-size: 18px;
}

#banner .header-copy-big,
#banner .post-title {
	font-size: 24px;
}

.gold-bottom {
	padding-bottom: 7px;
	position: relative;
}

	#banner *.entry-title:after,
	.gold-bottom:after {

		content:'';
		border: transparent;
		border-bottom: 2px solid #1B3764;

		position: absolute;
		left: 0px;
		bottom: 0px;

		width:60px;

	}

/* Selector */
address {
	font-family: Gentona-Light, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .05em;
	font-style: normal;
}

blockquote {
	font-family: Gentona-Book, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight:500;
	margin-bottom: 30px;
	padding: 0 0 15px 30px;
	position: relative;
}

	blockquote p {
		margin-bottom: 0;
	}

		blockquote:after {
			content:'';
			border: transparent;
			border-bottom: 3px solid #506B95;

	    	position: absolute;
	    	left: 30px;
	    	bottom: 0px;

			width:15%;
		}

p {
	margin-bottom: 22px;
	letter-spacing: .05em;
}

/* Tables */
table {
	display: table;
	margin-bottom: 40px;
	max-width: 100%;
	width: 100%;
}
table thead {

	display: table-header-group;
}

table tbody {
	display: table-row-group;
}

table tr {
	display: table-row;
}

table tbody > tr:nth-child(odd) > td {
	background: white;
}

table tbody > tr:nth-child(odd) > td {
	background: #f0f0f0;
}

table th {
	background: #1B3764;
	color: white;
}

table td,
table th  {
	display: table-cell;
	padding: 10px 5px;
	text-align: left;
}
s

/* Lists */

ul, ol{
	padding-left: 20px ;
}

	ul li,
	ol li{
		margin-bottom:25px;
		margin-left: 19px;
		padding-left: 16px;
	}

	ul li {
		list-style-position: outside;
		list-style-image: url(../../images/bullet.png);
	}

	ul li:first-child li {
		padding-top: 30px;
	}

ol {
	list-style-type: decimal;
}

dl {}

	dl dt{
		font-weight: bold;
	}

	dl dd{
		margin-bottom: 20px;
		padding-left: 40px;
	}

/* Classes */

.strong {
	font-weight: bold;
}

.uppercased {
	text-transform: uppercase;
}

/* Footer Typography */
