/*
 * 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 {
	background-color: #CD244C;
	text-align: center;
	width: 180px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #DE456A;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #DE456A;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #F3CBD3;
}

#onAirNowTrackInfo {
	text-align: center;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: auto;
	margin-left: 1em;

}


#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: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	font-weight: bold;
}
       
#onAirNowArtist {
	/* display: block; /* make the span behave like a div */
	padding: .2em;
	font-style: italic;
	font-size: .9em;
	text-align: center;
}

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

#onAirNowYear {
}

#onAirNowTracknumber {
}


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