/**
 * LAYOUT
 */
#Sidebar {
}
#BlogContent {
    float: left;
}
.BlogError {
	text-align: center;
}
/* IE cuts the bottom of the tags off */
* html #Sidebar p.tagcloud {
	padding-bottom: 10px;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogEntry_Form_BlogEntryForm #ContentLabel{
	display:inline;
}

#BlogEntry_Form_BlogEntryForm .CompositeField {
	position: relative;
	width: 100%;
}

.blogSummary {
	border-bottom: 1px solid #ddd;
    overflow: hidden;
    }
	.summary-image {
		box-shadow: 2px 2px 5px rgba(50, 50, 50, .3);
		-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, .3);
		border-radius: 4px;
		-moz-border-radius: 4px;
		float: left;
		margin: 0 10px 10px 0;
		}
		.summary-image img {
			margin: 0 0 -5px 0;
		}
    .blogSummary ul {
        clear: both;
    }

#Content label{
	margin-top: 0;
}
#PageNumbers {
    text-align: right;
}

/**
 * Pagination
 */

.pagination-blog {
	font-size: 14px;
    margin: 0 0 10px 0;
    }
    .prev {
        float: left;
    }
    .next {
        float: right;
    }

/**
 * ICONS / META
 */

.entry-meta {
    clear: both;
    height: 20px;
    line-height: 20px;
    text-align: right;
}

.icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 1px 22px;
}

.comments {
    background-image: url(../images/comments.png);
}
.readmore {
    background-image: url(../images/readmore.png);
}
.tags {
    background-image: url(../images/tag.png);
}

#editpost{
	background-image: url(../images/edit.png);
}
#unpublishpost{
	background-image: url(../images/delete.png);
}