.blogstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	line-height: 24px;
	font-weight: normal;}

.postContainer {float: right; height: auto; width: 775px; margin-bottom: 5px; margin-right: 40px; border-bottom: 1px solid #333;}

.blogLeftColumn {float: left;  width: 165px; height: auto; border: 0px solid #111;}
.blogLeft {float: left;  width: 165px; background: url(images2/bg_darkgrey.jpg); height: auto; padding: 10px; padding-bottom: 5px; margin-bottom: 5px;}
.blogLeftTitle {float: left; width: 155px; height: 20px; padding: 0px; margin-left: 20px;}
.blogLeftTitle h1 {float: left; font-size: 12px; color: #FFFFFF; font-weight: bold; line-height: 1.5em;}
.blogLeft img {margin-bottom: 5px; border: 0px;}
.blogLeft h2 {float: left; font-size: 12px; color: #FFFFFF;font-weight: normal; padding-top: 5px; line-height: .5em;}
.blogLeft h3 {text-align: center; font-size: 12px; color: #FFFFFF;font-weight: normal; padding-top: 5px; line-height: .5em; padding-bottom: 0px; margin-bottom: 5px;}



.blogTitle {float: left; width: 775px; height: 30px; border: 0px solid #111; margin-top: 2px;}
.blogTitle a {color: #38193B;}
.blogTitle h1 {float: left; font-size: 18px; color: #333; padding: 0px; margin: 5px;}
.blogTitle h2 {float: right; font-size: 12px; color: #333; padding: 0px; font-weight: normal; margin: 5px;}

.blogContent {float: left; padding: 0px; width: 765px; padding: 5px; margin-left: 0px; border: 0px solid #111;}
.blogContent h1 {font-size: 16px; color: #FFFFFF; padding: 5px; padding-left: 0px; margin-left: 0px; font-weight: bold;}
.blogContent p {margin-top: 0px; margin-bottom: 8px;}

.blogFooter {float: right; height: 20px; margin-right: 8px; width: 640px; padding: 10px;background: url(images2/bg_darkgrey.jpg);}
.blogFooter a {color: #FFFFFF}
.blogFooter a:hover {color: #FF3399; text-decoration: none;}
.blogFooter h1 {float: left; font-size: 12px; color: #FFFFFF; font-weight: normal; line-height: 1.5em;}
.blogFooter h2 {float: right; font-size: 12px; color: #FFFFFF; font-weight: normal; line-height: 1.5em;}

.postContainerSingle {float: right; height: auto; width: 775px; margin-bottom: 5px; margin-right: 40px; }

.thread-alt { float: left; width: 745px; margin-bottom: 0px;}
.thread-even { float: left; width: 745px; margin-bottom: 0px; }

.depth-1 {
border-bottom: 1px solid #555555;
}

.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;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
display: none;

	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 0px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

