/* ----- NBA: Atlanta Hawks styles ----- */

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

a {
	color: #294769;
}

a:hover {
	color: #cd0004;
}


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


/* ----- Header ----- */
div#header {
	background: #fff;
	height: 50px;
}

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

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

ul#utility-nav {
	background: transparent;
	padding: 12px 0 0 0;
}

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

div#header-search {
	display: none;
}


/* ----- Navigation ----- */
div#nav {
	background: url("tweet-bg.jpg") repeat-x 0 0;
	border-bottom: 1px solid #fff;
}

div#nav ul {
	padding: 0 0 0 200px;
	width: 740px;
}

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: #002a5c;
}

div#nav ul li a:hover {
	color: #d12028;
}

div#nav ul li.current a {
	background: #fff;
	color: #d12028;
}
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: 40px;
}

div#content h1 {
	color: #fff;
}

div#updates-available {
	margin-bottom: 30px;
}

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

div#widget-curtain, div#media-curtain {
	background: #000;
}


/* ----- Pagelets ----- */
div.pagelet h3 {
	color: #fff;
}

div.pagelet a {
	color: #fff;
}

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

/* ----- Update Status form ----- */


/* ----- Tweets and Thingies ----- */
div#tweets {
	margin-top: -10px;
}

div#tweets div.clear {
	background: url("tweet-bg.jpg") repeat-x 0 0;
	border: 0;
	border-radius: 6px;
	margin-top: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#tweets div.clear div.clear {
	margin-top: 0;
}

div#tweets div.tweet {
	background: #f7fdff;
	border-color: #d12028;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

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


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

div#thingies div.primary div.hentry, div#thingies div.secondary div.hentry {
	background: #f7fdff;
	border-color: #d12028;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


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


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


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


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