body {
	font: 14px/1.35em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom: 18px;
}

em {
	font-style:italic;
}
table, tr, td {
	border: 1px solid #ddd;
}

ul li {
	list-style: disc;
}
ol li {
}

/* ------------------------------
HEADER ELEMENTS
-------------------------------- */
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	display:block;
}

h1 {
	display: block;
	font: 48px/1em 'adelle', georgia, times, serif;
	color: #fff;
	margin: 30px auto 15px;
	width: 100%;
	max-width: 960px;
	text-shadow: 0 2px 0 #000;
}

h2 {
	font: 32px/1em 'adelle', georgia, times, serif;	
}
h3 {
	font: 26px/1.25em 'meta', georgia, times, serif;
	word-spacing: -4px;
	color: #224177;
}


/* ------------------------------
GLOBAL LINKS
-------------------------------- */
a, a:link, a:visited {
}

a:hover {
}

a:focus {
}

a:active {
}

/* ------------------------------
LINK ELEMENTS
-------------------------------- */
.blog a,
.item-page a,
.blog a[href^="http"],
.item-page a[href^="http"],
.blog a[href$=".pdf"],
.item-page a[href$=".pdf"],
.blog a[href$=".doc"],
.item-page a[href$=".doc"],
.blog a[href$=".docx"],
.item-page a[href$=".docx"],
.blog a[href*="mailto"],
.item-page a[href*="mailto"] {
	background: #f4efdc;
	color: #234376;
	text-decoration: none;
	border-bottom: 1px solid #ab0d0c;
}
.blog a:hover,
.item-page a:hover,
.blog a[href^="http"]:hover,
.item-page a[href^="http"]:hover,
.blog a[href$=".pdf"]:hover,
.item-page a[href$=".pdf"]:hover,
.blog a[href$=".doc"]:hover,
.item-page a[href$=".doc"]:hover,
.blog a[href$=".docx"]:hover,
.item-page a[href$=".docx"]:hover,
.blog a[href^="mailto"]:hover,
.item-page a[href^="mailto"]:hover {
	background: none;
	border-bottom: 1px dashed #999;
	color: #333;
}

/* ------------------------------
LISTS
-------------------------------- */
.blog ul,
.blog ol,
.blog dl,
.item-page ul,
.item-page ol,
.item-page dl {
	padding: 12px 36px;
	margin: 0px;
}

.blog ul li,
.blog ol li,
.item-page ul li,
.item-page ol li {
	padding: 0;
	margin: 0 0 12px;
}

/* ------------------------------
FONT STYLING
-------------------------------- */

@font-face {
    font-family: 'adelle';
    src: url('/templates/fonts/Adelle_light.eot');
    src: url('/templates/fonts/Adelle_light.eot?#iefix') format('embedded-opentype'),
         url('/templates/fonts/Adelle_light.woff') format('woff'),
         url('/templates/fonts/Adelle_light.ttf') format('truetype'),
         url('/templates/fonts/Adelle_light.svg#Adelle_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'meta';
    src: url('/templates/fonts/Meta-Bold-Regular.eot');
    src: url('/templates/fonts/Meta-Bold-Regular.eot?#iefix') format('embedded-opentype'),
         url('/templates/fonts/Meta-Bold-Regular.woff') format('woff'),
         url('/templates/fonts/Meta-Bold-Regular.ttf') format('truetype'),
         url('/templates/fonts/Meta-Bold-Regular.svg#Meta-Bold-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}








