.componentheading {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:left;
    font-size: 1.6em;
    font-weight: bold;
    font-stretch: normal;
}

.blog {
    width: 100%;
}

.contentpaneopen {
    width: 100%;
    margin-bottom: 2px;
}

.contentheading {
    font-weight: bold;
    font-size: 1.4em;
    text-align: left;
}

.createdate {
    text-align: right;
}

.search {
	text-align: left;
    float: left;
    clear: left;
    margin-top: 20px;
    margin-right: 10px;
    /*border: solid 1px blue;*/
}

#xlogo {
    width: 50%;
    height: 145px;
    float: right;
    margin-top: 5px;

    background-image: url('../images/niggle.png');
    background-repeat: no-repeat;
    xbackground-attachment:fixed;
    background-position: top right;
    background: blue;
}