#BlogContent {
    padding: 5px 15px;    	
	margin: 0 auto;
	text-align: left;
    float: left;
}
.BlogError {
	text-align: center;
}

.typography p {
font-size:12px;
line-height:16px;
margin-bottom:10px;
}
h4{
    margin:0 auto 0;
}
.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%;
}

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 240px;
	top: 3px;
}
#BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 30px;
	left: 325px;
}
.blogSummary {
	padding-bottom: 8px;
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 0.9em;
	color: #777;
	margin: -15px 0 12px 0;
}
p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
}
a.comments {
	background: url(../images/comments.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}
a.readmore {
	background: url(../images/readmore.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#editpost{
	background: url(../images/edit.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#unpublishpost{
	background: url(../images/delete.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.odd_first_notspam li{
    background: none;
    padding:2px;
    margin:0px;
}
.even{
    background:none;
    padding:2px;
    margin:0px;
}
.even_last_notspam li{
    background:none;
    padding:2px;
    margin:0px;
}
ul.PageComments .actionLinks ul{
    padding:0;
    margin:0;
    
}
.typography li{
    background-image: none;
}
.info{
    text-decoration:underline;
}

.typography #CommentHolder ul {
    list-style-type: none;
}

/********* SIDEBAR ***********/

.blogSidebarBox{ margin:0 5px 0 10px; border-bottom:1px solid #ddd7bc; padding:0 0 10px; }
    .blogSidebarBox h2{ color:#1d5025; padding:20px 0 0; font:normal italic 20px Georgia, "Times New Roman", Times, serif; width:100%; overflow:hidden; }
    .blogSidebarBox ul{ padding:0 0 15px 0px; }
    .blogSidebarBox ul li{ padding:5px 0; font:11px/1.4em Georgia, "Times New Roman", Times, serif; color:#4c342b; }
    .blogSidebarBox ul li h3{ font-size:13px; color:#9e5b28; font-weight:normal; }
    .blogSidebarBox ul li h3 a{ color:#9e5b28; }
    .blogSidebarBox ul li a{ color:#4c342b; }
    
/* IE cuts the bottom of the tags off */
p.tagcloud {
    padding-bottom: 10px;
    padding-top: 10px;
}
