/*
 * 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.
*/
#onAirNowTitle {
 position: relative;
 float: left;
 width: 225px;
 margin: 0 0 0 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 text-align: left; /* IE hack Part 2 */
 display: inline;
}

#onAirNowWrapper {
	/* you can leave this empty when using the default WordPress theme */
}

#onAirNowTrackInfo {
	margin: .2em .2em auto .2em;
	text-align: right;
}


#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%;
}

#onAirNowArtist {
	/* display: block; /* make the span behave like a div */
	padding: .2em;
    font-style: italic;
	font-size: .9em;
}

#onAirNowAlbum {
	display: block; /* make the span behave like a div */
	padding: .2em;
    font-style: italic;
	font-size: .9em;
}

#onAirNowYear {
}

#onAirNowTracknumber {
}


#onAirNowNothingPlaying {
	text-align: right;
	padding: .2em;
    font-style: italic;
	font-size: .9em;
}
