﻿
/* -- Containers -- */
fieldset { padding: 5px; }
#Blog_Header {}
#Blog_Container { width: 98%; border: solid 0px black; padding: 6px 6px 6px 6px; position: relative; }
#Blog_Profile { position: relative; }
#Blog_Links { position: relative; padding-top: 10px; }
html>body #Blog_Links { margin-top: 10px; }
#Blog_Archive { position: relative; padding-top: 10px; }
#Blog_RecentPosts {	position: relative; padding-top: 10px; }

/* -- Header -- */
#Blog_Description {	margin-top: 7px; width: 98%; border: dashed 1px black; padding: 4px; }
#Blog_LastUpdated {	position: absolute;	top: -4px; right: 20px; float:right; }
#Blog_Title { color:#002E23; font-family:Tahoma,Arial Black,Arial,Helvetica; font-size:19px; font-weight:bold; line-height:22px; }
#Blog_SummaryInfo { float: right; width: 23%; border: solid 0px black; padding-right: 5px; }

/* -- Profile -- */
#Blog_ProfileLink { text-align:center; width: 100%; padding-top: 8px; }

/* -- Misc Classes -- */
.Blog_Link {}
.Blog_AddPostButton { background-image: url(./images/icon-scroll.png); width: 16px; height: 13px; border: solid 0px black; }
.Blog_QuoteButton {background-image: url(./images/icon-Bubble.png); width: 14px; height: 14px; margin-right: 4px; border: solid 0px black;}

/* Admin Links */
#Blog_BlogAdminLinks { position: absolute;	top: 10px; right: 20px; float:right; }
#Blog_EditProfileButton { position: absolute;	top: -9px; right: 5px; }
#Blog_AddLinkButton { position: absolute;	top: 12px; right: 5px; }
html > body #Blog_AddLinkButton { top: 2px; }

/* -- Comments Panel -- */
#Blog_Comments {}
#Blog_CommentsHeader {}
#Blog_CommentsList {float:left; width: 48%; position: relative; border: solid 0px red;}
#Blog_CommentsCommentForm {width: 49%; float: right; border: solid 0px red;}
.Blog_CommentsList_Text { padding-bottom: 3px; }
#Blog_Comments_OriginalPost {margin-top: 7px; width: 95%; border: dashed 1px black; padding: 4px;}
.Blog_Comments_SummaryPanel { padding: 5px; margin-bottom: 20px; text-align: right; width: 95%; border: dashed 1px #333333; background-color: #e0e0e0; }

/* -- Blog Posts & Repeater Classes -- */
#Blog_Posts { float: left; width: 75%; padding-top: 10px; border: solid 0px black; position: relative; }
.BlogPost { position:relative; }
.BlogPost_PostDate {  }
.BlogPost_Title { color:#002E23; font-family:Tahoma,Arial Black,Arial,Helvetica; font-size:15px; font-weight:bold; line-height:19px; }
.BlogPost_SummaryPanel { padding: 5px; margin-top: 10px; text-align: right; width: 95%; border: dashed 1px #333333; background-color: #e0e0e0; }
.BlogPost_Text { padding-top: 10px; }

/* -- Blog Directory -- */
.BlogDirectory_Title { color:#829ABF; font-family:Trebuchet MS,Arial,Verdana,Geneva,Helvetica,sans-serif; font-size:11pt; font-weight:bold; }
.BlogDirectory_Username {  }
.BlogDirectory_Link { padding-top: 5px }

#Blog_RssButton { background-image:url(../../images/rss.gif); width: 36px; height: 14px; position: absolute; right: 2px; top: 10px; border: solid 0px black }


.Blogs_FeaturedBlogger {}
.Blogs_FeaturedBlogger_Item {}
.Blogs_FeaturedBlogger_Username { font-size: 14px; font-weight: bold }
.Blogs_FeaturedBlogger_Description {}
.Blogs_FeaturedBlogger_BlogLink {}
.Blogs_BlogConsole_SignOffLink { font-style:italic }

/* --------------- For experimental inline editor --------------------- */

.firstname {
    padding:7px;
    display:block;
}

.lastname {
    padding:7px;
    display:block;
}

.ieb {
    padding:7px;
}

.hover {
    padding:4px;
    border:3px dashed darkblue;
    background:lightblue;
}

.textbox {
}
