/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
.BlogInfo {
}
.SearchOptions {
}
.CreateFrom {
	color: #003366;
}
.blog_body {
}
.blog_Description_Heavy {
	font-weight: bold;
}
.blog_Description {
}
.blog_published {
	display: block;
	text-align: center;
	float:left;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background:url(images/clip-bottom.png) right top no-repeat;
	width:2.5em;
	margin-right: 5px;
}
.blog_pub-month {
	display:block;
	font-weight: bold;
	color: #ffffff;
	margin:0;
	padding:0;
	padding-top:1px;
	background:url(images/clip-top.png) center top repeat-x;
	text-transform:uppercase;
}
.blog_pub-date {
	display:block;
	margin:0;
	padding:0;
}
.blog_pub-year {
	display:block;
	margin:0;
	padding:0;
}
.blog_comments {
	background-image: url(images/blog_comments.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	cursor: pointer;
	font-weight: bold;
}
.blog_comments_normal {
	background-image: url(images/blog_comments.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	cursor: pointer;
}
.blog_topics {
	background-image: url(images/blog_topic.png);
}
.blog_more_link {
	padding-left: 10px;
	font-weight: bold;
}
.blog_tags {
	display: none;
	visibility: hidden;
	background-image: url(images/blog_tag_blue.png);
}
.blog_trackback {
	background-image: url(images/blog_trackback.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.blog_permalink {
	background-image: url(images/blog_permalink.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.blog_print {
	background-image: url(images/blog_print.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 8px;
}
.blog_edit_link {
	background-image: url(images/blog_edit_link.png);
	margin-left: 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
/*.blog_tags,*/ .blog_topics, .blog_permalink {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	clear: both;
	float: none;
}
.blog_date {
	color: #666666;
}
h2.blog_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.blog_subhead.blog_author {
/*background-repeat: no-repeat;
	background-image: url(images/guest_m.gif);
	background-x-position: 0pt;
	background-y-position: 2px;*/
}
.blog_subhead.blog_author-1 {
/*background-image: url(images/1_m.gif);*/
}
h1, .horizontalline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blog_subhead {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 42px;
	position: relative;
}
.blog_subhead .blog_comments {
	position: absolute;
	top: 0pt;
	right: 0pt;
}
.blog_footer_right {
	float:right;
	display: inline;
	position: relative;
}
.blog_footer_left {
	float:left;
	display: inline;
}
.blog_footer {
	width: 100%;
	display: block;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.clear {
	clear: both;
}
.blog_copyright {
	font-size: .7em;
}
.blog_entry_description {
	font-style:italic;
}
/* Normal Bubble */
div.blog_bubble {
	width: auto;
	margin-bottom: 24px;
}
div.blog_bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}
div.blog_bubble blockquote p {
	margin: 10px;
	padding: 0px;
}
div.blog_bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/blog_comment_tip.gif) no-repeat 20px 0;
	font-style: normal;
}
/* Calendar Styles */
.Blog_Archive_DayHeader {
	background-color: #ccddff;
}
.Blog_Archive_Day {
	background-color: #fff;
}
.Blog_Archive_NextPrev {
}
.Blog_Archive_OtherMonth {
	background-color: #f4f4f4;
}
.Blog_Archive_SelectedDay {
	border: 1px solid #cccccc;
	background-color: #FFCC00;
}
.Blog_Archive_Selector {
}
.Blog_Archive_Title {
	font-weight: bold;
}
.Blog_Archive_TodayDay {
	border: 1px solid #cccccc;
	background-color: #FFCC00;
	font-weight: bold;
}
.Blog_Archive_WeekendDay {
	background-color: #fffff0;
}
