/* exceptions to alibi-blog.css code */

div.blogpost {

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	background: none;
	padding: 15px 0px 0px 0px;
	
	
}

div.blogpost div.topblurb {

	background: #333333; 
	
}


div.blogpost div.bloglogo {

 	background: #ffffff url(../editorial/images/weblog-logo-repeater.gif) repeat-x;

}

div.bloglogo img {

	background: #666666;

}


div.blogpost div.commentslogo {

 	background: white url(../users/blog/images/comments-logo-repeater.gif) repeat-x;

}

div.commentslogo img {

	background: #ffcc22;

}


div.blogpost div.usernav {

	color: red;
	
}

	
div.usernav a:hover, div.usernav a:active {

	color: red;
}



div.blogpost div.post {

 	background: none; 
	padding: 10px 30px 10px 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-left: 12px solid white;
	border-right: 3px dotted #336699;
	clear: both;
	font-size: 12px;
/* 	margin-left: 40px; */
/* 	margin-right: 40px; */
/* 	border-top: 2px solid #CDA95F; */
/* 	border-bottom: 2px solid #CDA95F; */
	
	
}


	
div.blogpost font.byline  {

	color: #333333;
	
}



div.backnavdark a:hover, div.backnavdark a:active {

	color: red;
	
}

div.backnavdark a:link { 
	color: red;
}	

div.backnavdark a:visited { 
	color: red;
}



div.blogpost p.storybreak {

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background: none;

}



div.commenthead {

 	background: #5592C8; 

}





