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

/* ----- The Basics ----- */
body {
	background: url("body-bg.jpg") repeat-y 50% 0;
}

a, a:hover {
	color: #89081d;
}


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


/* ----- Header ----- */
div#header {
	background: transparent;
	border: 0;
	height: 50px;
}

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

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

ul#utility-nav {
	background: transparent;
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#300000000);
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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: url("nav-bg.gif") repeat-x 0 50%;
	border: solid #474747;
	border-width: 2px 0;
}

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

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: #fff;
	color: #89081d;
	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 {
	margin-top: 40px;
}

div#get-widget a {
	background: url("button-bg.gif") repeat-x 0 50%;
	border-color: #004812;
	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: #004812;
	text-shadow: 1px 1px 0 #000;
}


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

div#tweets div.tweet {
	background: #fff;
	border-color: #7b0a1c;
}

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


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

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

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


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


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


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


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