/* BLACK
----------------------------------------------------------------------------------------------------*/
.rmtwrapper.black {
	background: #2f2f2f;
}

.rmtwrapper.black .rmtlogo {

}
.rmtwrapper.black .rmtfadeleft {

}
.rmtwrapper.black .rmtfaderight {

}
.rmtwrapper.black .rmtname a {
	color: #eee;
}
.rmtwrapper.black .rmtdate {
	color: #5cd6fc;
}
.rmtwrapper.black .rmtmessage {
	color: #fff;
}
.rmtwrapper.black .rmtmessage a {
	color: #98C1C9;
	font-weight:bold;
}

/* WHITE
----------------------------------------------------------------------------------------------------*/
.rmtwrapper.white {
	
}
.rmtwrapper.white .rmtlogo {

}
.rmtwrapper.white .rmtfadeleft {

}
.rmtwrapper.white .rmtfaderight {

}
.rmtwrapper.white .rmtname a {
	color: #333;
}
.rmtwrapper.white .rmtdate {
	color: #339cd5;
}
.rmtwrapper.white .rmtmessage {
	color: #666;
}
.rmtwrapper.white .rmtmessage a {
	color: #444;
	font-weight:bold;
}

/* BLUE
----------------------------------------------------------------------------------------------------*/
.rmtwrapper.blue {
	background: #98C1C9;
}
.rmtwrapper.blue .rmtlogo {

}
.rmtwrapper.blue .rmtfadeleft {

}
.rmtwrapper.blue .rmtfaderight {

}
.rmtwrapper.blue .rmtname a {
	color: #fff;
}
.rmtwrapper.blue .rmtdate {
	color: #339cd5;
}
.rmtwrapper.blue .rmtmessage {
	color: #00496D;
}
.rmtwrapper.blue .rmtmessage a {
	color: #fff;
	font-weight:normal;
}


/* ELEMENTS
----------------------------------------------------------------------------------------------------*/
.rmtwrapper {
	font-family: Arial;
	font-size: 12px;
	height: 40px;
	
	/* CSS 3 ROUNDED CORNERS
	--------------------------*/
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.rmtwrapper .rmtlogo {
	float: left;
	width: 45px;
	height: 40px;
	background: url(twitter-logo.png) no-repeat;
}

.rmtwrapper .rmtstage {
	position: relative;
	overflow: hidden;
	float: left;
	width: calc(100% - 45px);
	height: 40px;
}
.rmtwrapper .rmtfadeleft {
	position: absolute;
	z-index: 5;
	width: 85px;
	height: 60px;
}
.rmtwrapper .rmtfaderight {
	position: absolute;
	z-index: 5;
	margin: 0 0 0 535px;
	width: 85px;
	height: 60px;
	
	/* CSS 3 ROUNDED CORNERS
	--------------------------*/
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rmtwrapper .rmtscroller {
	width: 999999px;
	height: 60px;
	position: absolute;
}
.rmtwrapper .rmttweet {
	float: left;
	height: 60px;
}
.rmtwrapper .rmtavatar {
	float: left;
	padding: 3px 5px 0 0;
}
.rmtwrapper .rmtavatar img {
	width: 35px;
	height: 35px;
	border: 0;
	/* CSS 3 ROUNDED CORNERS
	--------------------------*/
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.rmtwrapper .rmtinfo {
	float: left;
	padding: 5px 0 0 0;
}

.rmtwrapper .rmttop {
	height: 18px;
}
.rmtwrapper .rmtname {
	float: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding-right: 7px;
}
.rmtwrapper .rmtname a {
	text-decoration: none;
}
.rmtwrapper .rmtname a:hover {
	text-decoration: underline;
}
.rmtwrapper .rmtdate {
	float: left;
	font-weight: normal;
	font-size: 10px;
	padding: 3px 15px 4px 0;
}
.rmtwrapper .rmtmessage {
	padding: 0 9px 0 0;
	clear: both;
}

.rmtwrapper .rmtmessage:after {
	content:  "|";
	padding: 0 0 0 9px;
	font-size: 1.4em;
	color: #262626;
}

.rmtwrapper .rmtscroller .rmttweet .rmtmessage a {
	text-decoration: none;
}
.rmtwrapper .rmtscroller .rmttweet .rmtmessage a:hover {
	text-decoration: none; border-bottom:1px solid;
}
