/*
 * 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: left;
}


#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;
	/* font-family: 'Georgia', Times;
	font-size: 1.4em;
	line-height: 1.3em; */
}
       
#onAirNowArtist {
	/* display: block; /* make the span behave like a div */
	padding: .2em;
	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;
}
