/*==switchable styles =*/
@import url("nbc_liveblog.css");


/* Color 1 */
#blog-promo-header{
	border-bottom:2px #D13D1A solid;
}
#blog-col-header{
	background:#FF9900;
}
.postedby a:link, .postedby a:visited{
	color:#FF9900;
}
#live-blogs #nbcSideBar1 #barHdr{
	background-color:#FF9900;
}
.blog-sidebar-mod img{
	border:1px #FF9900 solid;
}



/* Color 2 */
.comm-count{
background-color:#D13D1A;
}
.blog-comment{
 background:#D13D1A;
}
#live-blogs #nbcSideBar1 #barInfo{
	background-color:#660000;
}

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


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


/* Color 4 */
.blog-post1{
	background-color:#D1D1D1;
	border:1px solid #000000;
}
.blog-post2{
	background-color:#B3B3B3;
	border:1px solid #000000;
}

/*==Comments==*/
#live-blogs #nbcSideBar1 #barInfo .blog-sidebar-mod a{
color:#FF9900;
}
.blog-comment a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}



