html {
	background: #383838;
}

a {
	color: #6a97d7;
	text-decoration: none;
}
a.plain {
	color: #bbc7d9;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}

/* text list css */
li.timestamp {
	color: #86909e;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 0px 1px 0px #FFFFFF;

	color: #888888;
	text-shadow: 0px -1px 0px #222222;
}
li.result {
	font-family: Helvetica, Arial, Sans-Serif;
	list-style: none;
	margin: 0px;
	position: relative;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 20px;

	/*
	-webkit-animation-name: flash;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	*/
}
li.result a {
	color: #184486;
	text-decoration: underline;
}
li.result a.screenname {
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}
li.result a:hover {
	color: #FF3333;
	text-decoration: underline;
}
li.result div.avatar {
	background: #FFFFFF;
	height: 54px;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 54px;
	-moz-box-shadow: 0px 1px 3px #222222;
	-webkit-box-shadow: 0px 1px 3px #222222;
}
li.result div.avatar a {
	text-decoration: none;
}
li.result div.avatar img {
	border: 0px;
	height: 48px;
	padding: 3px;
	width: 48px;
}
li.result div.msg {
	background: rgb(235, 235, 235);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(250, 250, 250)), to(rgb(215, 215, 215)));
	color: #2c2c2c;
	color: #444444;
	font-size: 13px;
	line-height: 18px;
	margin-left: 68px;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	/* text-shadow: 0px 1px 0px #FFFFFF; */
	-moz-border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px #222222;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 3px #222222;
}
li.result div.msg span.text {

}
li.result div.msg div.leftarrow {
	background: url("images/DCTextBubbleLeftArrow.png");
	height: 15px;
	left: 80px;
	position: absolute;
	top: 20px;
	width: 8px;
}
@-webkit-keyframes flash {
	0% {
		background-color: yellow;
	}
	100% {
		background-color: #e3e7ee;
	}
}
li.result div.buttons {
	background: #FFFA00;
	display: none;
	min-width: 17px;
	padding: 2px;
	position: absolute;
	right: 15px;
	top: -5px;

	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 1px 3px #222222;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #222222;
}
li.result div.buttons a {
	background: #6F6F6F;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6F6F6F), to(#4A4A4A));
	color: #FFFA00;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	min-width: 8px;
	padding-left: 5px;
	padding-right: 4px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000000;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
li.result div.buttons a:hover {
	background: #E53709;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8F8F8F), to(#6A6A6A));
	text-shadow: none;
}
li.result div.buttons a:active {
	background: #9A190E;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4F4F4F), to(#2A2A2A));
	text-shadow: none;
}
li.result:hover div.buttons {
	display: block;
}
.clearleft {
	clear: left;
}

/* modifications for followees */
li.result.followee div.avatar {
	background: #EDED9C;
}
li.result.followee div.msg {
	/* blue
	background: #C9E3EA;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DAEBEF), to(#B6D6E2));
	*/
	background: #EDED9C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDED9C), to(#EDED7D));
}
li.result.followee div.msg div.leftarrow {
	background: url("images/DCTextBubbleLeftArrowYellow.png");
}

/* link results */
li.result.link div.msg {
	color: #444444;
	font-size: 12px;
	line-height: 1.4em;
	margin-left: 36px;
}
li.result.link div.msg a.headline {
	background: url("images/DCLinkLine.gif") 0px 95% repeat-x;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
li.result.link div.msg a.headline:visited {
	color: rgb(136, 162, 200);
}
li.result.link div.msg a.headline:hover {
	text-decoration: underline;
}
li.result.link div.msg span.domain {
	color: #666666;
	font-size: 11px;
}
li.result.link div.avatar {
	height: 22px;
	left: 20px;
	top: 15px;
	width: 22px;
}
li.result.link div.avatar a {
	text-decoration: none;
}
li.result.link div.avatar img {
	height: 16px;
	padding: 3px;
	width: 16px;
}
li.result.link div.msg div.leftarrow {
	left: 48px;
}
li.result.link div.count {
	background: #EEEEEE;
	color: #FFFFFF;
	height: 17px;
	min-width: 17px;
	padding: 2px;
	position: absolute;
	right: 15px;
	top: -5px;

	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 1px 3px #222222;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #222222;
}
li.result.link div.count span {
	background: #c30202;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 41, 41)), to(rgb(155, 0, 0)));
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	min-width: 8px;
	padding-left: 5px;
	padding-right: 4px;
	text-align: center;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.homeFavicon {
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
	width: 16px;
	height: 16px;
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;
}
a.homeLink {
	color: #c8d2d9;
	text-shadow: 0px -1px 0px #000000;
}
