/* ----- NBA: Cleveland Cavaliers styles ----- */

/* ----- The Basics ----- */
a {
	color: #b71f38;
}

a:hover {
	color: #9c202a;
}


/* ----- Layout ----- */
div#doc {
	background: transparent;
}


/* ----- Header ----- */
div#header {
	display: none;
}


/* ----- Navigation ----- */
div#nav {
	background: url("nav-bg.gif") repeat-x 0 50%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

div#nav ul {
	padding: 0 0 0 10px;
	width: 930px;
}

div#nav ul li {
	padding: 4px 0;
	text-shadow: none;
}

div#nav ul li.current {
	background: transparent;
	text-shadow: none;
}

div#nav ul li#twitter-signin {
	padding-top: 5px;
}

div#nav ul li a {
	color: #b71f38;
}

div#nav ul li.current a {
	background: #b71f38;
	color: #fff;
}

div#nav ul li#twitter-signin {
	margin-right: 10px;
}

div#nav ul li#twitter-signin {
	float: right;
	margin: 0;
	display:none;
}

/* ----- Content ----- */

div.hentry p.meta a.details { display: none; }


div#content {
	padding-top: 60px;
	width: 930px;
}

div#get-widget a {
	background: url("search-submit-bg.gif") repeat-x 0 50%;
	border-color: #00275d;
	text-shadow: none;
}


/* ----- Pagelets ----- */

	/* ----- Insiders pagelet ----- */
	
	/* ----- Retweeter pagelet ----- */
	
	/* ----- RSS pagelet ----- */
	div.pagelet.rss ul li a {
		border: 0;
		text-decoration: underline;
	}
	
	/* ----- Twitter pagelet ----- */
	

/* ----- Update Status form ----- */
form#update-status-form {
	background: #f6ede4;
}

form#update-status-form input#update_submit {
	background: url("search-submit-bg.gif") repeat-x 0 50%;
	border-color: #00275d;
	text-shadow: none;
}


/* ----- Tweets and Thingies ----- */
div#tweets div.clear {
	background: transparent;
}

div#tweets div.tweet {
	background: #f7fdff url("tweet-bg.gif") repeat-x 0 0;
	border-color: #e6d1a2;
}

div#tweets div.tweet div.stub {
	display: none;
}


/* ----- Top/Trending Thingies ----- */
div#thingies div.primary div.hentry, div#thingies div.secondary div.hentry  {
	background: #f7fdff url("tweet-bg.gif") repeat-x 0 0;
	border-color: #e6d1a2;
	width: 422px;
}

div#thingies div.tertiary div.hentry {
	width: 430px;
}

div#thingies div.hentry {
	border-color: #e6d1a2;
}


/* ----- Channel Chatter ----- */
body#page_channel_chatter div#primary-content {
	margin-right: 20px;
}


/* ----- Channel Insiders ----- */
body#page_channel_insiders div#primary-content {
	margin-right: 20px;
}


/* ----- Channel Insiders List ----- */


/* ----- Footer ----- */
div#footer {
	display: none;
}
