.post, #comments {
     width: 530px;
	 margin-top: 10px;
	 
}

.post div, #comments div {
     width: 530px;
	 
}

#comments li {
     list-style-type: none;
}

.posts, .comments {
     border: 3px solid #f499c2;
	 background-color: white;
	 margin-bottom: 15px;
	 
}

.posttitle, .commenttitle {
	 text-align: left;
	 vertical-align: middle;
	 font-size: 16pt;
	 font-family: Arial;
	 padding: 5px;
	 text-transform: lowercase;
	 width: 415px;
	 float: left;
	 
}

.posttitle a {
     font-weight: bold;
	 color: #333333;
}

.posttitle a:hover {
     color: #f499c2;
	 text-decoration: none;
}

.postdateline, .commentdateline {
     font-family: Arial;
	 font-size: 11pt;
	 font-weight: bold;
	 color: #555555;
	 text-align: right;
	 float: right;
	 padding: 5px;
	 
}

.posttext {
     background-color: white;
     color: #333333;
	 font-family: Arial;
	 font-size: 10pt;
	 line-height: 120%;
	 padding: 0px 5px;
	 text-align: justify;
	 border-top: 2px solid #f499c2;
}

.commenttext {
     color: #333333;
	 font-family: Arial;
	 font-size: 10pt;
	 line-height: 120%;
	 padding: 0px 5px;
	 text-align: justify;
}

blockquote {
	background-color: #f6b3cf;
	border: 1px solid #f499c2;
	font-style: italic;
	padding: .5px 8px .5px 8px;
	color: #333333;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

blockquote a {
     color: #660033;
}

blockquote a:hover {
	 color: #660033;
	 text-decoration: underline;
}

.postmeta, .commentmeta {
     font-family: Trebuchet MS;
	 font-size: 9pt;
	 background-color: #f499c2;
	 text-align: right;
	 color: #333333;
}

.postmeta a, .commentmeta a {
     color: #660033;
}

#respond {
     background-color: white;
     border: 3px solid #f499c2;
	 text-align: left;
}