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


/* Color 1 */
#blog-promo-header{
	border-bottom:3px #33cccc solid;
}
#blog-col-header, .postedby a:link, .postedby a:visited{
	background:none;
}
#live-blogs #nbcSideBar1 #barHdr{
	background-color:#33cccc;
}
.blog-sidebar-mod img{
	border:1px #33cccc solid;
}
#nbcSideBar1 #barInfo a, #nbcSideBar1 #barInfo a:visited{
	color:#52BC72;
}
#nbcSideBar1 #barInfo a:hover, #nbcSideBar1 #barInfo a:active{
	color:#52BC72;
}

/* Color 2 */
.comm-count{
background-color:#011513;
}
.blog-comment{
 background:#011513;
}
#live-blogs #nbcSideBar1 #barCopy{
	background-color:#011513;
}
.blog-sidebar-mod{
	background-color:#011513;
}

/* Color 3 */
html, body#live-blogs{
	background:#0c3b3b;
}
#live-blogs #main{
	background:#0c3b3b;
}
.postedby{
	color:#0c3b3b;
}

/* Color 4 */
.blog-post1{
	background-color:#bcf2ec;
}
.blog-post2{
	background-color:#bcf2ec;
}

/*==Comments==*/

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



