@charset "utf-8";
/* CSS Document */

/* CONTENT */

#body-content-frame {
	width: 675px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
#postedDate {
	font-style: italic;
	color: #CCC;
	font-size: 11px;
	margin-bottom: 25px;
	margin-top: -5px;
}
div.navigation {
	margin-bottom: 25px;
}
#postSeparator {
	border-top: 1px solid #FF0000;
	margin-bottom: 40px;
	clear: both;
}
#postSeparator_categories {
	border-top: 1px solid #FF0000;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;

}
.pagetitle {
	margin-bottom: 25px;
	border-style: none;
	color: #000;
	font-size: 15px;
}
/* LEFT BAR */

#left-bar {
	width: 215px;
	font-family: Verdana, Arial;
	margin-top: 7px;
}

/* Blog Links */

#blogLinks {
	margin-top: 7px;
}
#blogLinks .widget {
	list-style-type: none;
}
#blogLinks h2 {
	border-bottom-style: none;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#blogLinks ul {
	padding-left: 40px;
	padding-right: 10px;
}
#blogLinks ul li {
	margin-bottom: 5px;
}
#blogLinks li {
	color: #666;
}
#blogLinks a {
	font-size: 12px;
}
#blogLinks a:link {
	text-decoration: none;
	color: #666;
}
#blogLinks li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#blogLinks a:visited {
	color: #666;
	text-decoration: none;
}

/* HEADINGS */
h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	line-height: 40px;
	margin-bottom: 25px;
	color: #CC0000;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
/* Comments */
#comments {
	font-size: 12px;
}
.commentlist {
padding:0;
text-align:justify;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 10px;
padding:5px 5px 10px 10px;

}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* Sociable plugin */

div.sociable {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
div.sociable_tagline {
	margin-bottom: 5px;
}
span.sociable_tagline {
	position: relative;
}
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 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: "";
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	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);
}
#subscribe a {
	display: block;
	text-align: left;
	font-size: 12px;
	height: 27px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: 24px center;
	line-height: 27px;
	margin-top: 8px;
}
#subscribe a:link {
	text-decoration: none;
	color: #666;
}
#subscribe a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#subscribe a:visited {
	color: #666;
	text-decoration: none;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
