/*
 * CSS for onAirNow. - http://cinnamonthoughts.org/wordpress/onairnow/
 * To customize: copy this file to your theme's directory
 * and modify it there. onAirNow will find and use it.
*/


#onAirNowWrapper {
	/* you can leave this empty when using the default WordPress theme */
}

#onAirNowTrackInfo {
	/* margin: .5em 1em auto 1em; */
	/* text-align: right; */
	border: 1px solid #CCCCCC;
	background-color: #666666;
}


#onAirNowImage {
	display: block; /* make the span behave like a div */
	text-align: center;
	margin: .75em auto;
}
#onAirNowImage img {
	/* width: 80%;
	height: 80%; */
	max-width: 100%;
	max-height: 100%;
}


#onAirNowTitle {
	display: block; /* make the span behave like a div */
	text-align: left;
	color: #FFFF00;
	font-style: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
       
#onAirNowArtist {
	/* display: block; /* make the span behave like a div */
	padding: .2em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#onAirNowAlbum {
	display: block; /* make the span behave like a div */
	padding: .2em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#onAirNowYear {
}

#onAirNowTracknumber {
}


#onAirNowNothingPlaying {
	border: 1px solid #CCCCCC;
	background-color: #666666;
	text-align: left;
	padding: 0.2em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
