body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin:0pt;
	padding:0pt;
}
body {
	background-color:#333;
	color:#fff;
	font-family:'Lucida Grande',sans-serif;	
	margin: 1em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
h1  {
	margin-bottom: 25px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	text-shadow: rgba(10, 10, 10, .3) 1px 1px 1px; 
}
#container {
	min-width: 900px;
	max-width: 1000px;
	font-size: 85%;
}
#trend {
	width: 190px;
	float: left;
}
#trend ul {
	width: 100%;
	padding: 0;
	background: #333;
}
#trend li  {
	width: 100%;
	list-style: none; 
}
#trend a {
	padding: .3em .3em .3em 1em;
	display: block;
	color: #fff;
	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
#trend a:hover {
	background: orange;
}
#trend a.selected {
	background: #ccc;
	color: #111;
}
#trend a.progress {
    background: #ccc url(../images/loader.gif) no-repeat 95% center;
}

#news, #bingSearch, #tweets {
	width: 300px;
	min-height: 400px;
	float: left;
	padding: 15px;
	background: #ccc;
	color: #333;
	margin-bottom: 1.5em;
	line-height: 1.3em;
	position: relative;
	top: -15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#news a, #tweets a, #bingSearch a{
	text-decoration: underline;
}
#news .bossNewsItem {
	padding: 1em 0;
	border-bottom: 1px solid #666;
}
#news .newsTitle a, #bingSearch .bingSearchItem a {
	color: #f30;
	font-size: 110%;
}
#news .newsAbstract {
}
#news .newsTime, #bingSearch .bingSearchItemUrl {
	color: green;
	font-size: 93%;
}
#news .noResult {
	color: #666;
}
#news #bossImage {
	margin-top: 1em;
}
#news #bossImage img{
	vertical-align: middle;
}

#tweets {
	width: 250px;
	min-height: 120px;
	margin-left: .8em;
	margin-bottom: 1em;
	padding: 10px 15px;
	background: #aaa;
	color: #111;
	position: relative;
	top: -15px;
	font-size: 93%;
	overflow: hidden;
}
#tweets a {
	color: #f30;
}
#tweets .tweet {
	padding: .5em 0;
}
#tweets .tweet .tweetDate {
	color: #666;
	font-size: 85%
}
#tweets .tweetAvatar {
	float: left;
}
#tweets .tweetContent {
	padding-left: 53px;
}
/* animation */
@-webkit-keyframes slide{
   	from {left: 220px;}
	to 	{left: 15px;}
}
@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
#tweets .tweet {
	width: 220px;
	position: absolute;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
}
#twitterBird {
	float: left;
}

#bingSearch {
	min-height: 285px;
	margin-left: .8em;
	padding: 1em;
}
#bingSearch div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#bingSearch .bingSearchItemUrl {	
	white-space: nowrap;
}

#bingSearch .bingSearchItem {
	padding: .5em 0;
}

