#blog-header {
	margin: 0 0 20px 0;
}

.tricia-content p {
    text-align: left;
}

.tricia-content h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.tricia-content a:link, .tricia-content a:visited {
    color: #000000;
    text-decoration: underline;
}

.tricia-content a:hover {
    color: #ff7e00;
}

.tricia-content blockquote {
    background: url("http://echord.info/__hbv5huuxinmb_echordLogBook_blog/blockquote.jpg") no-repeat top left;
    font-style: italic;
    padding-left: 30px;
}

/* -content- */

#blog-content {
    float: left;
    margin-right: 30px;
    width: 600px;
}

.entry {
	padding: 0 0 5px 0;
}


/* -navigation- */

#navigationwrap {
    float: right;
    margin: 0 10px 0 0;
}

#blog-navigation {
    width: 250px;
}

#blog-navigation div {
	clear: both;
}

.tricia-page-content #blog-navigation h3,
.post .postdate
 {
    color: #bbb;
    font-size: 12px;
	font-weight: normal;
    text-transform: uppercase;
	margin-top: 0;
}

.tricia-page-content #blog-navigation p {
	font-size: 10px;
	line-height: 15px;
}

#blog-profile-user-image {
	float: left;
	margin: 0 10px 0 0;
}

#blog-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#blog-navigation li {
    list-style: none;
	margin: 5px 0px 5px 0;
}

/* -post and entries- */

.tricia-page-content .posttitle {
	color: #000000;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

/* -search form- */

#searchsubmit {
	display: none;
}

#s {
	background: #000000 url("http://echord.info/__hbv5huuxinmb_echordLogBook_blog/magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 233px;
}

/* -comments- */

#comments {
	clear: both;
}

.comment-info-split {
	clear: both;
}
.commentmetadata {
	text-transform: uppercase;
}

.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
}

.commentlist div {
	padding: 10px;
}

.comment-div {
	display: block;
}

.comment-left {
	width: 30%;
}

.comment-right {
	width: 70%;
}


/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

p.blogPostImportNotice {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}