		body {
			font-family:"Merriweather Sans", sans-serif;
			background-color: #FFF;
		}
		#container {
		max-width: 760px;
		margin: 0 auto;
		}
		nav {
			background-color: #000;
			padding: 20px;
			overflow: auto;
		}
		.navLinks {
			float: right;
			display: block;
			margin-top: 30px;
		}
		nav a {
			display: inline-block;
			text-decoration: none;
			color: #FFF;
			font-size: 13px;
			padding: 0 1em;
			border-right: 2px solid #FFF;
		}
		nav a:last-child {
			border-right: none;
		}
		.courseType {
			text-transform: uppercase;
			text-align: center;
			letter-spacing: 5px;
			font-size: 14px;
			margin: 40px 0 20px;
		}
		h1 {
			font-size: 38px;
			text-align: center;
		}
		p {
			font-weight: 300;
			line-height: 1.3;
		}
		.audioPlayer {
			background-color: #F0F0F0;
		}
		.bio {
			background-color: #FFF4D8;
			padding: 20px;
			overflow: auto;
		}
		.resourceCategory {
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 3px;
			text-transform: uppercase;
			text-align: center;
		}
		.courseTile {
			background-color: #F0F0F0;
			padding: 20px;
			min-height: 300px;
		}
		.courseTitle {
			padding-bottom: 10px; border-bottom: dotted 1px #D87900;
			overflow: auto
		}
		.courseTitle h3, .resourceTile h3, .courseTitle {
			font-weight: 700;
			color: #305390;
			text-align: center
		}
		.courseTile p {
			font-size: 13px;
			margin: 1em 0;
		}
		.courseDescription a, .resourceTile a {
			display: block; 
			text-align: center;
			color: #305390;
		}
		.resourceTile {
			background-color: #F0F0F0;
			padding: 20px;
			margin-bottom: 20px;
		}
		footer {
			background-color: #000;
			padding: 20px;
		}
		footer a {
			color: white;
			text-decoration: none;
			text-align: center;
			display: block;
		}
		footer.mobile {
			display: none;
		}
		.audioPlayer {
			margin-bottom: 5px;
			padding: 10px 60px;
		}
		.able {
			box-shadow: none;
			}
		.able-player {
			background-color: #EFEFEF;
			}
		.able-controller {
			background-color: #EFEFEF;
			border: none;
			}
		.able-controller button {
			outline: none;
			padding: 20px;
			background-color: #DDD;
			border-radius: 5%;
			}
		button.able-button-handler-volume {
			padding: 5px;
			margin-left: 20px;
			margin-top: -10px;
			float: right;
		}
		button.able-button-handler-preferences {
			display: none;
		}
		button.able-button-handler-slower, button.able-button-handler-faster {
			display: none;
		}

		div.able-left-controls {
			margin-bottom: 40px;
			width: 100%;
		}
		div.able-right-controls {
			width: 100%;
		}
		.able-status-bar {
			color: #333;
		}
		span.able-speed {
			display: none;
		}
		.able-volume-slider {
			top: 0px;
		}
		
		.able-seekbar-wrapper {
			float: left;
			display: block;
			clear: both;
			width: 100%
		}
/* MEDIA QUERIES */
		
@media only screen and (min-width: 600px) {
     .rightColumn {
        float: right;
        width: 48%;
    }
    .leftColumn {
	    float: left;
	    width: 48%;
    }
}
@media only screen and (max-width: 599px) {
	nav {
	background-color: #000;
	padding: 10px;
	}
	nav a {
		display: block;
		width: 60%;
		float: right;
		color: #FFF;
		font-size: 13px;
		padding: 0;
		border-right: none;
		margin: 10px 0;
		text-align: right;
	}
	.navLinks {
		margin-top: 0;
		
	}
	h1 {
		font-size: 24px;
	}
	p {
		font-size: 14px;
		line-height: 1.5;
	}
	.audioPlayer {
		padding: 0 10px;
	}
	.rightColumn {
		float: left;
		width: 100%
	}
	.leftColumn {
		float: left;
		width: 100%;
	}
	.courseTile {
		min-height: inherit;
		margin-bottom: 20px;
	}
footer.desktop {
	display: none;
}
footer.mobile {
	display: block;
}
}