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

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

a:hover {
	color: #0078cd;
}


/* ----- Layout ----- */
div#doc {
	background: url("doc-bg.gif") repeat-x 0 0;
}


/* ----- Header ----- */
div#header {
	background: url("header-bg.gif") no-repeat 50% 0;
	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;
	background: rgba(0,0,0,0.3);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#300000000);
	margin-top: 10px;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul#utility-nav li {
	height: auto;
	margin: 0;
	padding: 8px 10px;
}

ul#utility-nav li:first-child {
	background: transparent;
	padding: 8px 10px;
}

ul#utility-nav li a {
	color: #fff;
	text-decoration: underline;
}

div#header-search {
	display: none;
}


/* ----- Navigation ----- */
div#nav {
	background: url("nav-bg.gif") repeat-x 0 50%;
}

div#nav ul {
	padding: 0 0 0 100px;
	width: 840px;
}

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

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

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

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

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#get-widget a {
	background: url("button-bg.gif") repeat-x 0 50%;
	border-color: #002a6d;
	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 input#update_submit {
	background: url("button-bg.gif") repeat-x 0 50%;
	border-color: #002a6d;
	text-shadow: none;
}


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

div#tweets div.tweet {
	background: #f3f3f4;
	border-color: #006bb7;
}

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


/* ----- Top/Trending Thingies ----- */
div#thingies div.primary div.hentry, div#thingies div.secondary div.hentry {
	background: #f3f3f4;
	border-color: #006bb7;
}


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


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


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


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

