﻿/* #########################################################################
   ##
   ##  Blogs Module - Post Page (Post.aspx)
   ##
   ######################################################################### */
 
body.Path__blogs__post {
}

#PageTitle {
}

#PublishInfo {
}

    #PublishInfo .date {
        font-size: 116.7%;
    }

    #PublishInfo .author {
        font-size: 116.7%;
    }

#BlogCategories {
    margin-bottom: 1em;
}

#CommentsInfo {
    margin-bottom: 1em;
}

	#CommentsInfo a {
		color: #ffffff;
	}

#MainContent {
    padding-top: 2em;
    padding-bottom: 1em;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
}

#Attachments {
}

#PostComments {
}

#PostCommentsInner {
}

    #PostComments h2 {
    }
    
    #PostComments .noComments {
        padding: 20px;
        margin-bottom: 1em;
        border: #f0f0f0 double;
    }

        #PostComments .noComments p {
            margin: 0;
        }

    #PostComments .postComment {
        padding: 20px;
        margin-bottom: 1em;
        border: #f0f0f0 double;
    }

    #PostComments .postCommentOdd {
        background: #f8f8f8;
    }

    #PostComments .postCommentEven {
        background: #ffffff;
    }

        #PostComments .postComment .title {
            margin-top: 0;
        }

        #PostComments .postComment .publishInfo {
        }

            #PostComments .postComment .publishInfo .date {
                display: inline-block;
            }

            #PostComments .postComment .publishInfo .author {
                display: inline-block;
            }

        #PostComments .postComment .text {
        }

#CommentFormPanel {
    width: 100%;
    margin: 0;
    padding: 0;
}

#CommentForm {
}

#CommentFormInner {
}

    #CommentForm fieldset#CommentDetails {
    }

