/*==
Version: 20 September 2006
Author: wu.thomas@gmail.com =*/
@import url("nbc_liveblog.css");

#nbcSideBar1 #barInfo a, #nbcSideBar1 #barInfo a:visited{
	color:#F9C742;
}
#nbcSideBar1 #barInfo a:hover, #nbcSideBar1 #barInfo a:active{
	color:#F9C742;
}

/* Color 1 */
#blog-promo-header{
	border-bottom:3px #9C2529 solid;
}
#blog-col-header{
	background:#fff;
}

#live-blogs #nbcSideBar1 #barHdr{
	background-color:#9D242B;
}
.blog-sidebar-mod img{
	border:1px #fff solid;
}

/* Color 2 */
.comm-count{
background-color:#39414C;
}
.blog-comment{
 background:#39414C;
}
#live-blogs #nbcSideBar1 #barInfo{
	background:#39414C;
}
#live-blogs #nbcSideBar1 #barCopy{
	background-color:#39414C;
	margin-right:3px;
	padding:10px;
}

.blog-sidebar-mod{
	background-color:#39414C;
}

/* Color 3 */
html, body#live-blogs{
	background:#122232;
}
#live-blogs #main{
	background:#122232;
}
.postedby{
	color:#FDC702;
	background:transparent;
}
.postedby a:link{color:#FDC702;}
/* Color 4 */
.blog-post1{
	background-color:#D9D9D9;
}
.blog-post-2{
	background-color:#C5BE90;
}

/*==Comments==*/

.blog-comment a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
