body {
	background-color: #181818;
}

p {
	
}

strong, .strong {
	color: #afafaf;
	font-weight: bold;
	
}

.section-break {
	margin-top: 35px;
}

.center-align {
	text-align: center;
}

#logo{
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	
}

.nav.twelve.columns {
	float: right;
}

.nav ul {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0;
	margin: 100px 0 0 0;
}

.nav ul li {
	display: inline;
	padding-right: 30px; 
}

.nav ul li.last {
	padding-right: 0;
}

.nav ul li a.active {
	color: #fff;
}

.nav a {
	color: #aaaaaa;
	text-decoration: none;
}

.nav a:hover {
	color: #efefef;
	text-decoration: none;
}

#header-divider {
	display: block;
	height: 9px;
	background-image: url(../img/header_divider_bg.png);
	background-repeat: repeat-x;
}


.tagline, .event-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.event-date {
	text-align: right;
	color: #5dbda3;
}

.event-time {
	color: #447c6d;
	padding-left: 15px;

}

#image-carousel {
	margin-top: 25px;
}

#content {
	margin-top: 30px;
}

ul.supporters {
	margin-top: 15px;
}

ul.supporters li {
	margin-left: 20px;
}

ul.engage li, ul.selection li {
	list-style: circle;
	margin-left: 20px;
}

ul.calendar-list {
	font-weight: bold;
}

.calendar-list dt, dd {
	display: block;
	float: left;
}

.calendar-list dt {
	font-weight: bold;
	width: 25%;
	clear: both;
	margin-right: 10px;
}

.calendar-list dd {
	width: 70%;
}

.paypal.button {
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}

.lantern-pdfs {
	margin-left: 20px;
}

.lantern-pdfs li{
	margin-bottom: 3px;
}

.sites a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.sites a img {
	margin-right: 10px;
	margin-bottom: 25px;
	border: 1px solid #666;
	padding: 0;
	float: left;
}

.image-credit {
	font-size: 11px;
	text-align: right;
	color: #666;
	margin-bottom: 25px;
}

.year-menu ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.year-menu li {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.year-menu li a {
	text-decoration: none;
	padding-bottom: 4px;
	color: #447c6d;
}

.year-menu li.active a {
	color: #5dbda3;
	border-bottom: 4px solid #5dbda3;
}


#footer-wrapper {
	border-top: 1px solid #222222;
}

#footer {
	text-align: center;
	padding-top: 15px;
	color: #5b5b5b;
	font-size: 12px;
	margin-bottom: 200px;
}

#footer a {
	text-decoration: none;
	color: #5b5b5b;
	font-weight: bold;
}

#footer a:hover {
	color: #447c6d;
}

