/*#############################################################
Name: NBA
Developed By: Alex Wyett
#############################################################*/

* { margin: 0; padding: 0; font-family: Verdana; }
a { color: #36C; text-decoration: none; }
body, html { margin: 0px; padding: 0px; color: #000; background: url(/img/bg.png) repeat-y top center #EEE; }
h1, h2, h3, h4, h5 { color: #367EA6; padding-top: 6px; margin-bottom: 4px; }
h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
p { margin: 0 0 1em 0; padding: 0; font-size: 12px; line-height: 20px; }
* html #footer { /* IE6 Footer hack */ height:1px; }

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header {
	padding: 10px;
	background-image: url(/img/nba-logo.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #FFF;
	height: 140px;
}

#main {
	float: right;
	width: 570px;
	padding: 10px 0px;
	background: #FFF;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

.poststamp {
	font-size: 12px;
	margin-bottom: 1em;
}

#main ul.newslist, #main ul.minirsslist {
	list-style: square;
	padding: 0px 18px;
}

#main ul.newslist li a, #main ul.minirsslist li a {
	font-size: 12px;
}

#main ul li span.add, #main ul li span.remove{
	position: relative;
	left: 20px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	margin: 2px;
	padding: 4px;
	background: #367EA6;
	cursor: pointer;
}

.item {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #EEEEEE;
	margin-bottom:8px;
	padding:6px 12px;
	clear: both;
}

.item_left {
	width: 46%;
	border: 1px solid #EEEEEE;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	padding:6px 12px;
	zoom: 1;
	*display: inline;
}

.item_right {
	width: 45%;
	border: 1px solid #EEEEEE;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	padding: 6px 6px;
	zoom: 1;
	float: right;
	*display: inline;
	*float: none;
}

.item_right p.right {
	padding: 2px;
	text-align: right !important;
	margin: 0px !important;
}


#main ul, #main ol  {
	padding: 5px 20px;
}

#main ul li, #main ol li {
	line-height: 20px;
	font-size: 12px;
}

#main p {
	text-align: justify;
}

#main p.center {
	text-align: center;
}

#sidebar {
	float: left;
	width: 220px;
	padding: 10px 0px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

#sidebar h2 {
	color: #666;
	font-size: 12px;
	border: 1px solid #CCC;
	margin: 0px;
	border-width: 1px 1px 1px 1px;
	padding: 18px 8px 8px 8px;
	background: #EEE;
}

#sidebar ul {
	margin-bottom: 10px;
}
#sidebar li {
	border: 1px solid #CCC;
	background: #EEE;
	border-top: none;
	list-style: none;
	margin: 0;
}
#sidebar li a {
	color: #777;
	display: block;
	font-size: 11px;
	padding: 6px;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #FFF;
}
#sidebar li a.feedico {
	background: url(/img/icons/feed.png) no-repeat 192px 7px;
}
#sidebar li a.feedico:hover {
	background: url(/img/icons/feed.png) no-repeat 192px 7px #DDD;
}
#sidebar li a.youtube {
	background: url(/img/icons/youtube.png) no-repeat 192px 7px;
}
#sidebar li a.youtube:hover {
	background: url(/img/icons/youtube.png) no-repeat 192px 7px #DDD;
}
.addthis_default_style {
	border: 1px solid #FFF !important;
}
.addthis_default_style a {
	border-width: 0px !important;
}

#sidebar li a:hover {
	color: #111;
	background: #DDD;
}

#footer {
	clear: both;
}

#footer div.footercontent {
	padding: 10px;
	/*background: url("/img/footer-logo.gif") no-repeat scroll 0 50% #204A88;*/
	background: none no-repeat scroll 0 50% #204A88;
	color: #FFF;
	font-size: 11px;
	text-align: right;
}

#footer div a {
	color: #FFF;
}

.coaches tbody td, .coaches thead th { font-size: 11px; padding: 2px; }