/* CSS Document */

.entry img.photo{
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #333333;
	float:left;
	margin: 0 10px 10px 0;
}
#commentform input.ed_button{
	padding:2px 3px;
	vertical-align:middle;
	background: #EAD5EA;
	border-top: 1px solid #F3E9F3;
	border-right: 1px solid #DEBCDE;
	border-bottom: 1px solid #DEBCDE;
	border-left: 1px solid #F3E9F3;
	color:#984a96;
	margin-left:5px;
}
#commentform input.ed_button:hover{
	padding:2px 3px;
	vertical-align:middle;
	background: #FAFAFA;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #FFFFFF;
	color:#984a96;
	margin-left:5px;
}
#commentform input#author,
#commentform input#email,
#commentform input#url{
	margin-left:15px

}
#commentform textarea {
	width:440px;
	margin:10px 15px;
	background: #fff;
	border: 1px solid #edd7d0;
	padding:5px;
}
*html #commentform textarea{
	width:430px;
}
#commentform textarea:hover {
	width:440px;
	margin:10px 15px;
	background: #fff;
	border: 1px solid #edd7d0;
	padding:5px;
}
.widecolumn .commentlist li {
	list-style: none inside;
	background:#edd7d0;
	clear: both;
	margin: 10px 10px 10px 30px;
	padding:10px 10px 10px 30px;
	color:#663333;
	}
.widecolumn .commentlist li.alt {
	background:#dcb3a9;
	color:#fff;
	}
.widecolumn .commentlist li cite{
	margin-left: 25px;
}
.widecolumn .commentlist li small{
	text-align: right;
	display: block;
	clear: both;
	margin: 10px 5px 5px 0px;
}
.widecolumn .commentlist li p{
	margin-left: 50px;
	margin-top: 10px;
}
.widecolumn .commentlist li blockquote{
	background: #f3f3f3;
	margin-left: 70px;
	padding: 10px;
	width: 345px;
	border-left: 5px solid #984a96;
}
.widecolumn input#submit{
	margin:-15px 10px 0 15px;
	padding:1px 5px;
	border:1px solid #edd7d0;
	background:#663333;
	color:#fff;
}
img.gravatar{
	float:left;
	height:auto;
	margin:-10px 0 0 -25px;
}
*html img.gravatar{
	margin:-10px 0 0 -25px;
}
*html .widecolumn .trackbacklist{
	width:480px;
}
.widecolumn .trackbacklist li {
	list-style: none inside;
	background: url(../images/bg_trackback_t.jpg) no-repeat right top;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px 10px 10px 30px;
	}
*html .widecolumn .trackbacklist li,
*html .widecolumn .trackbacklist li.alt{
	padding:10px 10px 10px 10px;
}	
.widecolumn .trackbacklist li.alt {
	list-style: none inside;
	background: url(../images/bg_trackback_t2.jpg) no-repeat right top;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px 10px 10px 30px;
	}
.widecolumn .trackbacklist li cite{
	margin-left: 5px;
}
*html .widecolumn .trackbacklist li cite{
}
.widecolumn .trackbacklist li small{
	text-align: right;
	display: block;
	clear: both;
	margin: 10px 5px 5px 0px;
	}
.widecolumn .trackbacklist li p{
	margin-left: 130px;
	margin-top: 10px;
}
*html .widecolumn .trackbacklist li p{
	margin-left: 150px;

}
.widecolumn .trackbacklist li blockquote{
	background: #f3f3f3;
	margin-left: 70px;
	padding: 10px;
	width: 370px;
	border-left: 5px solid #984a96;
}
*html .widecolumn .trackbacklist li blockquote,
*html .widecolumn .commentlist li blockquote{
	width:300px;
	margin-left: 80px;
	padding:5px;
	display:block;
}
a.trackbackimg img{
	float:left;
	height:auto;
	margin:-10px 25px 0 -25px;
}
*html a.trackbackimg img{
	margin:-10px 10px 0 0px;
}
.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	}

#commentform p {
	margin: 10px 10px;
}

.widecolumn .postmetadata{
	text-align: left;
	clear: both;
	margin: 20px 10px 15px 10px;
	padding: 5px;
	border-top: 1px dashed #663333;
	border-bottom: 1px dashed #663333;
	background:#edd7d0;
	display:block;
	}
.widecolumn .postmetadata a{
	color: #663333;
	background:transparent;
	}
.widecolumn .postmetadata a:hover {
	color: #8e5a5a;
	background:transparent;
	}
.widecolumn .postmetadata a:visited {
	color: #663333;
	}
#page #content .post div.tag{
	margin:0 0 3px 5px;
	font-weight:bold;
}
.post  div.trackback{
	padding:15px 0;
	text-align:center;
}
.post  div.trackback input{
	margin:15px 0;
}
strong{
	font-weight:normal;

}
.post img.img_left{
	float:left;
	margin:10px 10px 10px 0;

}
.post img.img_right{
	float:right;
	margin:10px 0px 10px 10;

}
.post table.tborder{
	border:1px solid #666;
	border-collapse:collapse;
	width:468px;

}
.post table.tborder tr th{
	empty-cells:hide;
	border:1px solid #fff;
	background:#663333;
	color:#FFFFFF;
	padding:2px 5px;
	
}
.post table.tborder tr td{
	empty-cells:hide;
	border:1px solid #666;
	padding:2px 5px;
}


