
/************ Blog styling *************/

/* the comments styling comes from the Journal comments area */


.blog_entry {background-color: #f2f2f2; padding: 10px;
margin: 0; 
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
width: 540px;
overflow: hidden;
}

.blog_entry hr { color: #be0104; background-color:#be0104; height:1px; border:none; margin-bottom: 20px; }

.blog_entry h1 { color: #be0104; font-size: 16px;
	font-weight: bold;
}

.blog_entry h1 a {
	text-decoration: none; color: #be0104;
	}
.blog_entry h1 a:hover {
	text-decoration: underline; color: #900003; /* darker red */
	}

#blogSection #PublicCommentsBar { margin: 0 0 30px 0; border-top: 1px solid #ddd;
	background: #fff url(page_interface/comment_rounded_bottom.gif) no-repeat center bottom;
	background-color: #f9f9f3;
	padding: 1px 10px 1px 10px;
}


#blogSection #PublicComments h2,
#blogSection #PublicCommentsBar h2 {
	color: #333; font-size: 14px; font-weight: bold;
}


#blogSection #PublicComments .commentNew {
	padding-left: 25px;
}


.BlogCommentBar {
	font-family: Arial, sans-serif !important;
	font-size: 10px !important;
	line-height: 120% !important;
	color: #444;
	padding-left: 20px;
}
.BlogCommentBar b { font-size: 12px !important; }




.blog_entry .smallScriptItalic {
	font-weight: bold;
}


.blog_toolbar a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	padding: 2px 4px 1px 4px;
	margin: 0;
	font: bold 10px/120% Arial, sans-serif;
	text-decoration: none;
}

.blog_toolbar a:hover {
	background-color: #660033;
	color: #fff;
	text-decoration: underline;
}
.blog_toolbar a:active {
	background-color: #490024;
	color: #fff;
	text-decoration: underline;
}

#blog_highlights {
	border: 0;
	margin: 0; padding: 0;
	width: 561px;
}


#blog_highlights img {
	border: 0;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
}


#blog_highlights td {
	padding: 20px 5px 15px 5px;
	color: #000;
	border-top: 1px solid #fdeece !important;
	font-family: Arial, sans-serif;
	line-height: 130%;
	font-size: 11px;
}	

#blog_highlights td b {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	color: #be0104;
	background-color: #fdeece;
}

#blog_highlights td a {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 100%;
}


#blog_highlights .wineDetails {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	color: #666;
	padding: 20px 0 0 25px; /* to open space for bottle icon on left */
	background-image: url(/page_interface/wine_bottle_bkgrnd.alpha.png);
	background-position: left 23px;
	background-repeat: no-repeat;
	width: 130px;
	float: none !important;
}

.blogCommentCount {
	padding-left: 20px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #666;
}
