/*==
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 #fff solid;
}
#blog-col-header, .postedby a:link, .postedby a:visited{
	background:#EE1F25;
}

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

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

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

/* Color 3 */
html, body#live-blogs{
	background:#EE1F25;
}
#live-blogs #main{
	background:#EE1F25;
}
.postedby{
	color:#06366F;
	background:transparent;
}

/* Color 4 */
.blog-post1{
	background-color:#D6CABC;
}
.blog-post-2{
	background-color:#C5BE90;
}

/*==Comments==*/

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



