/* TYPOGRAPHY */
body {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height:24px;
}

a:link { 
    color: #666;
    font-family: 'Source Sans Pro' , sans-serif;
    font-weight: bold; 
    text-decoration: none;
}

a:visited {
    color:#666;
    text-decoration: line-through;
}

a:hover {
}

h1, h2, h3, h4, dt {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
}

h1  {
	font-size: 64px;
	letter-spacing: .08em;
	font-weight: 300;
}

h2 {
	font-size: 64px;
	font-weight: 400;
}

h3 {
	font-size: 36px;
	font-weight: 400;
}

h4 {
	font-size: 20px;
}

p {
	padding-top: 8px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 1em;
}

em {
    font-weight: bold;
    font-weight:normal;
    font-style:normal;
}

strong em {
    font-weight:700;
    font-style:italic;
}

.note {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6em;
    color: #999;
}

.adlogo:hover {
    color: #fff;
}

.adlogo {
    font-weight: normal !important;
    font-size: 2em;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}

.white {
	color: white;
}

ol {
    color:#ff4444;
    font-weight: bold;
    margin: 1.6em;
    padding: 0;
}

li {
}

li.group {
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

.nav .group li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;
	color: #555;
}