body { font-size: 18px;	font-family: 'Roboto Condensed', sans serif;}
a {	color: #FFFFFF;}

.now-playing-holder {	height: 127px;	width: 300px;}
.now-playing-title {	height: 49px;	background: #081426 url(images/nowplaying.png) no-repeat 12px 3px;	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;	border-top-left-radius: 12px;}
.shows-title {	height: 49px;	background: #ca0017 url(images/shows.png) no-repeat 12px 3px;	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;	border-top-left-radius: 12px;}
.info-title {	height: 49px;	background: #ca0017 url(images/info.png) no-repeat 12px 3px;	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;	border-top-left-radius: 12px;}
.info-title, .shows-title, .now-playing-title,.messages-title span {	line-height: 49px;	display: block;	text-align: center;	color: #FFFFFF;	font-size: 24px;
	font-weight: 400;     text-decoration: none;}
.now-playing-content {	text-align: center;	background: #122849;	height: 72px;	margin-bottom: 5px;}
.now-playing-content span {	display: -webkit-box;	display: -moz-box;	display: -ms-flexbox;	display: -webkit-flex;	display: flex;	-webkit-box-align: center;
	-moz-box-align: center;	-ms-flex-align: center;	-webkit-align-items: center;	align-items: center;	-webkit-box-pack: center;	-moz-box-pack: center;
	-ms-flex-pack: center;	-webkit-justify-content: center;	justify-content: center;	font-size: 14px;	font-weight: 700;	color: #FFF;
	height: 78px;}

.messages-holder {	height: 246px;	width: 310px;}
.messages-title {	height: 49px;	background: #e2001a url(images/messages.png) no-repeat 9px 3px;	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;	border-top-right-radius: 12px;}
.messages-title span {	line-height: 49px; display: block; text-align: center; color: #FFFFFF;	font-size: 24px; font-weight: 400;}
.messages-content {	height: 197px;	background: #ff3939;}
.messages-content #message-list {	margin: 0 5px 5px;	height: 93px;	overflow: auto;	color: #FFF;	font-size: 14px;}
.messages-content .now-onair {
	display: block;
	height: 25px;
	background: #e2001a url(images/icon-microphone.png?2) no-repeat 4px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	text-align: center;
	width: 448px;
	margin: 0px auto;
	}
.messages-content textarea {
	background: #f2faff;
	border: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #BFBFD7;
	margin: 5px;
	width: 366px;
	height: 60px;
	float: left;
	font-family: 'Roboto Condensed', sans serif;
	color: #666666;
	font-size: 14px;
	padding: 2px 4px;
	overflow: hidden;
	}
.messages-content input {	background: #e2001a url(images/icon-arrow.png) no-repeat center center;	height: 64px;	width: 70px;	border: 0;
	-webkit-border-radius: 6px;	-moz-border-radius: 6px;	border-radius: 6px;	float: left;	margin-top: 5px;}

#player {width: 461px;background-color: #ff3939;position: relative;height: 100px;font-size: 12px;color: #FFFFFF;}
#player p {	font-size: 15px;	color: #FFFFFF;	text-align: center;	display: block;	background: none;}

#shows_placeholder {display: block; background-color: #e2001a; 	color: white;}
#left {	width: 228px;}
#right {margin-left: 2px;}
#nowLabel {float: left;	margin-left: 25px;	font-size: 10pt;	line-height: 25PX;}
#currentShow {float: left;	line-height: 25PX;	font-size: 8pt;	margin-left: 5px;}
#kisssocialbar {margin: 5px 0px;	height: 20px;}
.addthis_button_tweet {	width: 55px;}
#recommendation {font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;	float: left;}
#songSocialbar {float: right; overflow: hidden; height: 21px; width: 160px; position: absolute; margin: 48px 0 0 139px;}
#songThumb {float: left; width: 50px; margin: 10px;}
#videos {float: left;}
#songTitle {float: left; margin: 10px 0px 0px 0px;	justify-content: center;	font-size: 14px;	font-weight: 700;
	color: #FFF; width: 300px; }
#tweetTitle {float: right; width: 55px; overflow: hidden; margin-left: 4px;}
#fbTitle{float: right; overflow: hidden; margin-top: -41px;}
