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

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

a:hover {
	color: #009;
}


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


/* ----- Header ----- */
div#header {
	background: #fff;
	border-bottom: 2px solid #004d93;
	height: 50px;
}

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

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

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

ul#utility-nav li {
	padding-top: 20px;
}

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

ul#utility-nav li a {
	
}

div#header-search {
	display: none;
}


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

div#nav ul {
	padding: 0 0 0 240px;
	width: 700px;
}

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

div#nav ul li.current a {
	background: #023061;
	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 {
	background: #fff;
	border-top: 2px solid #023061;
	padding-top: 40px;
}

div#get-widget a {
	background: url("nav-bg.gif") repeat-x 0 50%;
	border-color: #00437f;
	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("nav-bg.gif") repeat-x 0 50%;
	border-color: #00437f;
	text-shadow: none;
}


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

div#tweets div.tweet {
	background: #fff url("tweet-bg.gif") repeat-x 0 0;
	border-color: #fff;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

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


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

div#thingies div.primary div.hentry, div#thingies div.secondary div.hentry {
	background: #fff url("tweet-bg.gif") repeat-x 0 0;
	border-color: #fff;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}


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


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


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


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