@charset "UTF-8";
/* CSS Document */
p {
	margin: 1px;
	padding: 1px;
}
/* article = regular body text, apply this class to the BODY tag. Also apply to all P tags to address iframe css bug. */
.article {
	font-size:12px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
}
/* header = main header text for the title of the page, use only one per page */
.header {
	font-size:24px;
	line-height:20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-bottom: 6px;
}
/* section = sub header text, use as sub headings for sections */
.section {
	font-size:16px;
	line-height:16px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-bottom: 6px;
}
/* aside = Text for small captions */
.aside {
	font-style: italic;
	font-size:12px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
}
/* nav = text for navigation links */
.nav {
	font-size:12px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* footer = text at bottom of page */
.footer {
	font-size:10px;
	line-height:12px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
/* preformatted = typewriter text for coding examples */
.preformatted {
	font-size:11px;
	line-height:10px;
	color: #999999;
	font-family: "Andale Mono", Courier, "Courier New", monospace;
}
/* currentsong = text used for the song that is now playing */
.nowplaying {
	font-size:18px;
	line-height:20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: capitalize;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* nextsong = text used for upcoming songs that are in the queue */
.nextsong {
	font-size:14px;
	line-height:14px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: capitalize;
}
/* previoussong = text used for list of songs played in the past */
.previoussong {
	font-size:12px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
/* songdate = text used the time and date past songs were heard */
.songdate {
	font-size:10px;
	line-height:12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
