/*==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:#e4c569;
}
.blog-comment{
 background:#e4c569;
 width: 621px;
}
#live-blogs #nbcSideBar1 #barInfo{
	background-color:#660000;
}

.blog-sidebar-mod{
	background-color:#660000;
}


/* Color 3 */
html, body#live-blogs{
	background:#FFFFFF;
}
#live-blogs #main{
	background:#000;
}
.postedby{
	color:#fff;
	background:#99b2b1;
}
.postedby a:link, .postedby a:visited {
	color: #cc3333;
	text-decoration: none;
}
.postedby a:hover {
	text-decoration: underline;
}



/* Color 4 */
.blog-post1{
	background-color:#efe8c7;
	border:1px solid #000000;
	width: 597px;
	text-align: left;
}
.blog-post2{
	background-color:#e4c569;
	border:1px solid #000000;
	width: 597px;
	text-align: left;
}
#blog-main h4 {
	font-size: 110%;
	text-align: left;
}

#blog-promo-header {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d13d1a;
	background-color: transparent;
}

#blog-wrap {
	background-color: #ffffff;
	width: 100%;
}

/*==Comments==*/
#live-blogs #nbcSideBar1 #barInfo .blog-sidebar-mod a{
color:#FF9900;
}
.blog-comment a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/* Entry Area */
#blog-main {
	float: left;
	width: 626px;
	height: auto;
	margin-left: 0pt;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #000000;
	line-height: 1.4em;
	padding-bottom: 8px;
}


