.pagetitle {
	padding:10px 0;
	text-align:center;
	text-transform: capitalize;
	margin-left:10px;
	width:600px;
	border:1px #CCCCCC dashed;
	background-color:#FFFFFF;
}
#categories {
	list-style:none;
	padding:10px 0;
	margin:0;
	height:20px;
	width:100%;
	background: #FFF url(/wp-content/themes/bme/images/menuFade.gif) repeat-x bottom left;
	text-align:center;
}
#categories li {
	display:inline;
	margin-left:20px;
	text-transform: lowercase;
}
.blue {
	color:#395667;
}

.cat-item a {
	padding:20px 0;
	text-decoration:none;
}
.cat-item a:hover {
	color:#395667;
}
.post-date {
	font-size: 80%;
	float:right;
	margin-top:-34px;
	color:#395667;
	padding-right:25px;
	height:22px;
	background: transparent url(/wp-content/themes/bme/images/cal.gif) no-repeat top right;
}
.post {
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:20px;
	margin-left:10px;
	line-height:1.75em;
}
.post h2 a {
	
}
.tags,
.tags a {
	color:#395667;
}

.tags {
	padding-left:20px;
	background: transparent url(/wp-content/themes/bme/images/tags.gif) no-repeat top left;
}

/***  Comments   ***/
.commentlist {
	width:600px;
}
.comment,
.pingback {
	padding:10px 20px;
}
.odd {
	background-color:#FFF;
}
.vcard {
	margin-bottom:5px;
}
.comment-meta {
	float:right;
	margin-top:-20px;
}

#respond {
	border-top:1px dashed #CCCCCC;
	margin-top:30px;
}