/* ---------- @ Post Styles -----------*/



.post {
}
.entry {
	font-size:0.9em;
}
.entry p {
	letter-spacing:0.01em;
}
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
}
.entry ul li {
	margin-left:45px;
	list-style:square;
	padding:3px 0;
}
.entry ol li {
	margin-left:15px;
	padding:3px 0;
}
.entry blockquote, .commentlist blockquote {
	margin:4px 6px 25px 20px;
	padding:2px 15px 4px 15px;
	width:200px;
	float:right;
	line-height:150%;
	border-left:1px solid #777777;
	color:#f48a01;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
}
.entry .quote {
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 8px 20px;
	background-color:#333333;
	border-top: 1px solid #f48a01;
	border-bottom: 1px solid #f48a01;
}
.entry img {
	margin:5px 10px 0px 5px;
	padding:6px;
	/* background:#aaaaaa; */
}
.alignnone {
	float:none;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
p.postmetadata {
	text-transform:uppercase;
	font:.7em 'Lucida Grande', 'Lucida Sans Unicode', Arial;
	color:#888888;
	letter-spacing:0.2em;
	margin:10px 0 0 0;
}
#interior p.postmetadata {
	font-size:0.65em;
}
.postmetadata em {
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.postmetadata .commentcount {
	font-style:normal;
	font-size:1.1em;
}
.entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:14px;
	background:#422f33;
	display:block;
}
.entry table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
}
.entry td, .entry th {
	border-bottom:1px solid #422f33;
	padding:4px 8px;
	background:#301e22;
}
.entry th {
	font-weight:normal;
	text-align:left;
	width:35%;
}
#indexing {
	background:#323232;
	padding:6px 8px;
	font-size:0.85em;
	line-height:200%;
}
#indexing a {
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.08em;
}
/* ---------- @ Comment Styles -----------*/



#comment {
	width:100%;
}
#commentarea {
	padding-top:35px;
}
.commentlist, #trackbacklist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
}
.commentlist li, #trackbacklist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background: url(../images/bg_comment.gif) bottom no-repeat;
}
.commentlist .commentmetadata {
	font-size:0.75em;
	padding-top:1px
}
#trackbacklist .commentmetadata {
	font-size:0.7em;
	padding-top:3px;
}
.commentlist cite, #trackbacklist cite {
	font:normal 1.1em Georgia, "Times New Roman", Times, serif;
}
cite a {
	font:normal 1.1em Georgia, "Times New Roman", Times, serif;
}
.gravatar {
	float:left;
	width:62px;
}
.gravatar img {
	padding:3px;
	border:1px solid #000000;
}
.commentinfo {
	float:left;
	padding-top:5px;
	font-size:0.9em;
}
.commentlist li.my_comment {
	background:#202020;
}
.commenttext {
	font-size:0.8em;
}
.commentlist code {
	font-size:1.3em;
	line-height:120%;
}
.wp-caption{
	font:normal 0.9em Georgia, "Times New Roman", Times, serif;
	color:#666666;
	text-align:center;

}