body {
	/*old background color: #4096EE*/
	font-size: 11px;
	font-weight:400;
	font: normal normal normal 0.75em/normal 'Lucida Grande', sans-serif;
	background-attachment:fixed;
	background-color: #C0DEED;
	background-image: url('http://static.twitter.com/images/themes/theme1/bg.png');
	background-repeat: no-repeat;
	color: #333333;
}
a {
	color: rgb(0, 153, 185);
}
img {
	border:0px;
}
p {
	font-size: 11px;
	font-weight:400;
}
h1 {
	font-size:25px;
	font-weight:bold;
}
h2 {
	font-size:20px;
	font-weight:normal;
	line-height: 1.1;
	letter-spacing: -1px;
	color: rgb(51, 51, 51);
}
#sidebar {
	width:200px;
	float:right;
	height:100%;
}
#events {
	width:500px;
	float:left;
}
#events ul {
	padding:0px;
}
#events li {
	display: inline;
}
#wrapper {
	width: 750px;
	background: #fff;
	min-height:800px;
	margin:0 auto;
	border: 5px solid #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
}
#contentWrapper {
	width:520px;
}
#status {
	border: 1px solid rgb(170, 170, 170);
	width: 500px;
	resize: none;
	overflow: auto auto;
	padding: 4px 2px;
	height: 50px;
	focus: 0;
}
#charsLeft {
	color:green;
	font-weight:bold;
}
.statusOk {
	color:green !important;
	font-weight:bold;
}
.statusError {
	color:#FF0000 !important;
	font-weight:bold;
}
.updates{
	border-bottom: 1px dashed rgb(204, 204, 204);
	padding:10px;
}

h2 a {
	text-decoration:none;
	color:#000;
}
h2 a:before { content: "@"; }

.timelineImage {
	width:48px;
	height:48px;
	float:left;
	margin-right:10px;
}
.updateInfo, .updateInfo a {
	color:rgb(61, 148, 56);
}
#activeUsers img {
	padding:1px;
	margin:0px;
}
#breakingNews {
	position:fixed;
	top:0px;
	left:0px;
	height:40px;
	width:100%;
	background-color:rgb(188, 0, 17);
	z-index:10;
	color:#fff;
	text-align:center;
}
.clear {
	clear:both;
}
#footer {
	text-align:center;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:30px;
	width:780px;
	margin:0 auto;
}
#footer p {
	padding:8px;
}
#ads {
	width:200px;
	background-color: rgb(247, 247, 247);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#ads p a,#ads p {
	color: #000;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
#ads p {
	padding: 0px 10px 10px 10px;
}
#ads h4 {
	margin:0px;
	padding: 5px 10px;
}
.pagesList a {
	text-decoration:none;
}
.pagination li {
	display:inline;
	padding:1px;
	list-style-type: none;
}
#mainNav {
	width:750px;
	margin:0 auto;
	text-align: left;
}
#mainNav a {
	color:#000;
	text-decoration: none;
	padding:10px;
	width:70px;
	display:block;
}
#mainNav ul {
	float:right;
	position:relative;
	top:30px;
	width:400px;
	padding-right:0px;
}
#mainNav li {
	float:right;
	background:#fff;
	list-style-type: none;
	margin-left:2px;
	text-align:center;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
}