/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* Modified for AAD by KH
font-family:'Avenir Next LT W02 Demi';
font-family:'AvenirNextLTW02-Regular';
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 18px/22px 'Avenir LT W01 55 Roman', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333333;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
 
img.print-logo{display: none; }

/* #Typography
================================================== */
	h1 {
		color: #333333;
		font-family: 'Avenir LT W01 95 Black', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h2, h3, h4, h5, h6 {
		color: #333333;
		font-family: 'Avenir LT W01 55 Roman', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 32px; margin-bottom: 32px; }
	h2 { font-size: 28px; line-height: 32px; margin-bottom: 32px; }
	h3 { font-size: 28px; line-height: 32px; margin-bottom: 32px; }
	h4 { font-size: 28px; line-height: 32px; margin-bottom: 32px; }
	h5 { font-size: 28px; line-height: 32px; }
	h6 { font-size: 28px; line-height: 32px; }
	
	h1 em{font-family: 'AvenirLTW01-95BlackObli', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal;}
	h2 em, h3 em, h4 em, h5 em, h6 em { font-family: 'AvenirLTW01-55Oblique', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; }

	.subheader { color: #777; }

	p { margin: 0 0 22px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	span.upper{text-transform: uppercase;}
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

	hr { border: solid rgba(100, 100, 100, 0.5); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	::selection { background: #eaeaea; color: white; /* Safari */ }
	::-moz-selection { background: #eaeaea;  color: white; /* Firefox */ }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }
	.underline { text-decoration: underline; }
	
	a img{opacity: 1;}
	a:hover img{opacity: 0.8;}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }




