/* CSS Document */

.Blog_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Blog_miniPost {
	height: 150px;
	
}
#Blog_miniPostHeader {
	border-bottom: 1px solid #006699;
	height: 20px;
	width: 505px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #006699;
}
#Blog_miniPostHeader a:link,
#Blog_miniPostHeader a:visited {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#Blog_miniPostHeader a:hover {
	color: #FF9900;
}
#Blog_miniPostFooter {
	border-top: 1px solid #006600;
	height: 20px;
	width: 505px;
	margin-top: 10px;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}
#Blog_miniPostFooter a:link,
#Blog_miniPostFooter a:visited {
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
#Blog_miniPostFooter a:hover {
	color: #00CC00;
}

.Blog_dashPostMeta {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
.Blog_dashPostMeta h3 {
	color: #FF6600;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#Blog_blogPosts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}
#Blog_blogPosts h1 {
	font-size: 30px;
	background-image: url(../_images/scissors.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.Blog_postTopics {
	color: #3366CC;
	margin-bottom: 25px;
	text-align: right;
}
.Blog_postTopics a:link,
.Blog_postTopics a:visited {
	text-decoration: none;
	color: #3366CC;
	font-size: 18px;
	font-weight: bold;
}
.Blog_postTopics a:hover {
	text-decoration: underline;
}
.Blog_postText {
	padding: 5px;
}
.Blog_postText img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 10px;
}
.Blog_blogPost {
	margin-bottom: 50px;
}
.Blog_postMeta {
	border: 1px solid  #CCCCCC;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.Blog_socialBookmarks {
	margin-top: 10px;
}
.Blog_socialBookmarks a:link,
.Blog_socialBookmarks a:visited {
	margin-right: 5px;
}
#Blog_comments {
	border: 1px solid #CCCCCC;
	padding: 15px;
}
#Blog_commentForm {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-top: 20px;
}
.Blog_comment {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px;
}
.Blog_commentText {
	font-size: 16px;
}
.Blog_commentMeta {
	margin-top: 10px;
	font-size: 14px;
	clear: both;
}
.Blog_commentsEditing {
	font-size: 12px;
	float: right;
}
.Blog_comment img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #EDEDED;
}
.Blog_dashPostControls {
	float: right;
	border: 0px solid #000000;
	margin-top: -4px;
}
.Blog_dashPostControls a:link,
.Blog_dashPostControls a:visited {
	border: 1px solid #CCCCCC;
	text-decoration: none;
	padding: 5px; 
	width: 55px;
	display: block;
	float:right;
	text-align: center;
	margin-left: 10px;
}
.Blog_dashPostControls a:hover {
	background-color: #FFCC66;
}
.Blog_dashMetaOptions {
	margin-top: 20px;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
}

#Blog_LMTools {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 500px;
	background-color: #EDEDED;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Blog_imageUploader {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 500px;
	background-color: #EDEDED;
	display: none;
}
#Blog_editorImagePreview {
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
.Blog_postArchiveMeta h1 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.Blog_postArchiveMeta {
	border: 1px solid  #CCCCCC;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
}
.Blog_postArchiveMetaAuthorAvatar {
	float: right;
}
.Blog_postArchiveMetaAuthorAvatar img {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#Blog_archiveMonthLinks a:link,
#Blog_archiveMonthLinks a:visited {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Blog_blogerFeeds {
	display: none;
}
.Blog_replyToComment {
	display: none;
	clear: both;
	margin-top: 10px;
}
.Blog_commentReply {
	margin: 15px;
	padding: 10px;
	border: 1px solid #DEDEDE; 
	clear: both;
}