/* ----- NBA: New Jersey Nets styles ----- */

/* ----- The Basics ----- */
html, body {
	background: #666;
}

a, a:hover {
	color: #b3190f;
}


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


/* ----- Header ----- */
div#header {
	background: #fff;
	border: 0;
	height: 50px;
	margin: 0 auto;
	width: 960px;
}

div#header > div:first-child {
	background: transparent;
	height: 50px;
}

div#logo {
	left: 10px;
	padding: 0;
	position: absolute;
	top: 15px;
	width: auto;
	z-index: 10;
}

ul#utility-nav {
	background: transparent;
	margin-top: 10px;
}

ul#utility-nav li {
	padding: 10px 0 4px 0;
}

ul#utility-nav li:first-child {
	background: transparent;
}

div#header-search {
	display: none;
}


/* ----- Navigation ----- */
div#nav {
	background: #000;
	border: solid #fff;
	border-width: 2px 0;
}

div#nav ul {
	padding: 0 0 0 140px;
	width: 800px;
}

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

div#nav ul li.current {
	background: transparent;
}

div#nav ul li.current a {
	background: url("nav-hover-bg.gif") repeat-x 0 50%;
	color: #fff;
	text-shadow: none;
}

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

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

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

div#content {
	background: #fff;
	padding-top: 40px;
}

div#get-widget a {
	background: url("button-bg.gif") repeat-x 0 50%;
	border-color: #929a99;
	text-shadow: 1px 1px 0 #000;
}


/* ----- 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 input#update_submit {
	background: url("button-bg.gif") repeat-x 0 50%;
	border-color: #929a99;
	text-shadow: 1px 1px 0 #000;
}


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

div#tweets div.tweet {
	background: #fff;
	border-color: #012a60;
}

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


/* ----- Top/Trending Thingies ----- */
div#thingies div.hentry {
	border-color: #012a60;
}

div#thingies div.primary div.hentry, div#thingies div.secondary div.hentry {
	background: #fff;
	border-color: #012a60;
}

div.hentry a.thumbnail img {
	background: #fff;
}


/* ----- Channel Chatter ----- */


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


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


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