body{
	font: normal 12px Arial, sans-serif;
}

h1{
	font-size: 32px;
}

a, a:visited, a:active{
	text-decoration: none;
	color: #000;
}

#home #nav{
	padding-top: 30px;
}

#home h2{
	text-align: left;
}

canvas{
	display: none;
}

.collapsomatic{
	display: block !important;
}

#nav, #tertiary-nav, #meta a{
	display: none;
}

#meta ul{
	list-style-type: none;
}

#meta ul li{
	display: inline;
}

/* ============== */
/* = ACTIVITIES = */
/* ============== */

#activities #content{
	padding: 0;
	margin: 0;
	width: 100%;
}
#list{
	display: none;
	width: 100%;
	height: 100%;
}

#list #inner{
	overflow: visible;
	height: 600px;
}

#list .event{
	border-bottom: 1px solid #000;
}

#list .day-of-month{
	padding-top: 0;
}

#calendar{
	width: 100%;
}

#calendar .time, #calendar .location, #calendar .description{
	display: block !important;
}