
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Luxi Sans', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: white;
	color: black;
}

h1, h2, h3, h4 {
	margin-top: 1.8em;
}

h1 {
	text-align: center;
}

h2.power, h2.powerNow {
	background-color: inherit;
	color: black;
	text-align: center;
}

h2.powerNow {
	color: red;
}

.major {
	text-align: center;
}

.minor {
	text-align: justify;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.logoContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

strong.truly {
	font-size: 2.0em;
	font-style: italic;
	background-color: inherit;
	color: #900;
}

a {
	background-color: inherit;
	color: #0000ff;
}

a:visited {
	background-color: inherit;
	color: #4444ff;
}

p.intro {
	font-style: italic;
	font-size: 0.8em;
}

p.codeBox {
	padding: 1.0em;
	text-align: left;
	border: 1px dashed black;
	background-color: silver;
	color: black;
	font-family: 'Andale Mono', 'Lucida Typewriter', 'Courier New', Courier, monospace;
}

p.programIntro {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

ul.programListeningOptions, ul.programOtherOptions {
	text-align: center;
	margin: 1.5em;
	padding: 0;
}

ul.programListeningOptions li, ul.programOtherOptions li {
	display: inline;
	font-size: 0.9em;
}

ul.programListeningOptions.iTunes li {
	display: block;
	margin: 2em 0;
}

ul.programListeningOptions li a, ul.programOtherOptions li a, a.hotOption {
	text-decoration: none;
	font-weight: bold;
	border: 4px solid;
	padding: 0.3em;
	margin: 0.3em;
}


ul.programListeningOptions li a {
	border-top-color: #55f;
	border-left-color: #55f;
	border-bottom-color: #559;
	border-right-color: #559;

	background-color: #55c;
	color: black;
}

ul.programListeningOptions li a:visited {
	background-color: #55c;
	color: black;
}

ul.programListeningOptions li a:hover {
	background-color: #ccc;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	text-decoration: underline;
	color: red;
}

ul.programOtherOptions li a {
	border-top-color: #ddd;
	border-left-color: #ddd;
	border-bottom-color: #bbb;
	border-right-color: #bbb;

	background-color: #ccc;
	color: black;
}

ul.programOtherOptions li a:visited {
	background-color: #ccc;
	color: black;
}

ul.programOtherOptions li a:hover {
	background-color: #ccc;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	text-decoration: underline;
	color: red;
}

ul.programListeningOptions li a.hotOption {
	border-top-color: #f55;
	border-left-color: #f55;
	border-bottom-color: #955;
	border-right-color: #955;

	background-color: #c55;
	color: black;
}

ul.programListeningOptions li a.hotOption:visited {
	background-color: #c55;
	color: black;
}

ul.programListeningOptions li a.hotOption:hover {
	background-color: #ccc;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	text-decoration: underline;
	color: red;
}

.showPromoOuter {
	text-align: center;
}

.showPromo {
	text-align: left;
	width: 48.0em;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid black;
}

div.showLogo {
	float: left;
	margin-right: 10px;
}

.showDescription h1, .showDescription h2 {
	margin: 0.2em 0em;
	text-align: left;
}

.showDescription h1 {
	font-size: 3.0em;
	border-bottom: 3px solid black;
}

.showDescription h2 {
	font-size: 1.3em;
}

.listen {
	border: 3px solid red;
}

.listen h3 {
	font-size: 1.8em;
	text-align: center;
	background-color: inherit;
	color: red;
	margin-top: 0.5em;
}

.listen p {
	font-size: 1.5em;
	text-align: center;
	background-color: inherit;
	color: red;
}

div.break {
	clear: both;
	height: 1px;
}

div.break hr {
	display: none;
}

.doesNotWork {
	text-decoration: underline;
}

.promoPlayer {
	text-align: center;
}

.playerFrame {
	margin-left: auto;
	margin-right: auto;
	border: none;
	width: 320px;
	height: 130px;
}

.statusMessage {
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	padding-left: 20%;
	padding-right: 20%;
}

.basicInformation {
	text-align: center;
}
