#blogWrapper {
	min-height: 40em;
}
#blogContent {
	margin: 0 12em 1em 0em;
}

div.post {
	margin: 4px 0 1.5em 0;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background: #fcfdfd;
	background: url(/ui/img/black030.png);
/*	background: url(/ui/img/bgBlack.png);*/
	padding: 0.85em;
}



.blogNavigation {
	font-size: 0.75em;
	margin: 0 0.5em 0em 0.5em;
	height: 1.5em;
}
div.postMetaContainer {
	font-size: 12px;
	color: #666666;
}
div.postMetaContainer span {
	padding-left: 20px;
	background-image: url(/ui/img/blogIcons.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-right: 20px;
}
.postMetaDate { background-position: 0px 0px; }
.postMetaAuthor { background-position: 0px -16px; }
.postMetaComments { background-position: 0px -32px; }
.postMetaCat { background-position: 0px -48px; }
.postMetaTags { background-position: 0px -64px; }
.postMetaEdit { background-position: 0px -80px; }

.postMetaDate:hover { background-position: 0px -96px; }
.postMetaAuthor:hover { background-position: 0px -112px; }
.postMetaComments:hover { background-position: 0px -128px; }
.postMetaCat:hover { background-position: 0px -144px; }
.postMetaTags:hover { background-position: 0px -160px; }
.postMetaEdit:hover { background-position: 0px -176px; }


/*========================================================================*/
#comments {
/*	border: 1px solid #999999;*/
/*	-moz-border-radius: 0.5em;*/
/*	-webkit-border-radius: 0.5em;*/
/*	padding: 1em;*/
}

#comments .browse {
	clear: both;
	height: 0.5em;
/*	width: 588px;*/
/*	font-size: 0.7em;
	margin: 0;
	padding-bottom: 9px;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f1f9f9;
	background: url(/ui/img/bgWhite.png);*/
}
#comments h3 {
	margin-bottom: -1em;
}
.cancel-comment-reply {
	margin-top: 1.5em;
}
.commentlist {
	margin: 10px -20px 0 -20px;
	padding: 0 0 1px 0;
	font-size: 0.75em;
	}
	.commentlist li {
		list-style:none;
		margin: 5px 20px 20px 20px;
		padding: 0;
		border: 1px solid #cdd;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background: #f1f9f9;
	}

li.comment div, li.pingback div {
	padding: 20px;
	overflow: auto;
}

li.comment div div, li.pingback div div {
	padding: 0;
	overflow: visible;
}

.commentlist li.even {
	background-color: #fafafa;
	background: url(/ui/img/bgWhite.png);
}

.commentlist li.odd {
	background-color: #f6f6f6;
	background: url(/ui/img/bgBlack.png);
}

ul.children li {
	list-style: none;
}

img.avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0;
	background: #fff;
}

.comment-meta, .reply {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}



#blogWrapper form input,
#blogWrapper form textarea {
	background: none;
	border: 1px solid #999999;
	background: url(/ui/img/white010.png);
	padding: 1px 3px 1px 3px;
	color: #eeeeee;
}
#commentTAcontainer {
/*	width: 100%;*/
	margin-right: 6px;
/*	border: 1px solid red;*/
}
#blogWrapper form textarea {
	width: 100%;
	resize: none;
}
/*========================================================================*/
.postContent {
	margin: 10px 0 20px 0;
	border-top: 1px solid #444444;
	padding-top: 10px;
}

.postContent p {
/*	font-size: 0.9em;*/
	margin-bottom: 0.9em !important;
}

.xhtmlAllowedTagsHelp {
	display: none;
	font-size: 1.25em;
}


.commentlist li {
	list-style-type: none;
}
/*========================================================================*/

#blogSidebar {
	position: absolute;
	width: 11em;
	top: 1.3em;
	right: 0;
}

#blogSearchform {
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}
#blogSearchform p {
	display: inline;
}
#blogSidebar ul li {
	list-style-type: none;
}
#blogSidebar * {
	text-transform: lowercase;
}
#blogSidebar ul {
	font-size: 0.9em;
}

#blogSidebar > ul > li > h2 {
	font-size: 1.0em;
	margin: 12px 0 4px 0;
	padding: 0;
}

#blogSidebar > ul > li > ul > li {
	margin: 0.5em 0 0 1em;
	font-size: 0.9em;
	line-height: 1em;
}

#blogSidebarFooter {
	font-size: 0.7em;
	text-align: right;
	margin: 2em 0 0 0;
}
/*========================================================================*/



/*========================================================================*/

div.wp_syntax {
	border:  1px solid #999999;
	padding: 1px;
	margin:  0.5em 0 1em 0;
}
div.wp_syntax td.line_numbers,
div.wp_syntax td.code {
	font-size: 0.85em;
	padding: 0.5em;
	background: #cccccc;
}
div.wp_syntax td.line_numbers {
	background: #aaaaaa;
}
div.wp_syntax td.line_numbers pre {
	color: #ffffff !important;
	text-align: right;
}
div.wp_syntax td.code {
	background: #ffffff;
}