/* 
////////////////////////////////////////////////////////////////
//
// 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:18px 45px 25px 45px;
	padding:2px 15px 4px 15px;
	line-height:150%;
	background:#242223;
	border-bottom:1px solid #fff;
	border-right:1px solid #5196C0;
	color:#fff;
	font-size:0.9em;
}
.entry img {
	float:left;
	margin:5px 0 10px 0;
	border:1px solid #5196C0;
	padding:6px;
	background:#242223;
}
p.postmetadata {
	text-transform:uppercase;
	font:.7em 'Lucida Grande', 'Lucida Sans Unicode', Arial;
	color:#a57f88;
	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:#242223;
	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 #5096c1;
}
.commentinfo {
	float:left;
	padding-top:5px;
	font-size:0.9em;
}
.commentlist li.my_comment {
	background:#020001;
}
.commenttext {
	font-size:0.8em;
}
.commentlist code {
	font-size:1.3em;
	line-height:120%;
}
/* 
////////////////////////////////////////////////////////////////
//
// @Sociable Plugin
//
////////////////////////////////////////////////////////////////
*/
div.sociable {
	padding: 20px 0 20px 0;
}
span.sociable_tagline {
	position: relative;
	padding: 0 0 10px 0;
}
span.sociable_tagline span {
	display: none;
	width: 14em;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable h3 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#d9c7af;
	font-weight:normal;
	margin-bottom:15px
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.entry .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}