.blog .content-bottom {
	display:none;
}

div.post {
	float:left;
	margin-bottom: 20px;
	width: 420px;
} 

.blog h2 {
	background-image:none;
	width: 420px;
}

.post h2 {
	float:left;
	background:url(img/border.gif) repeat-x scroll left bottom transparent;
	width: 420px;
}

.post ul li {
	list-style-type: disc;
}

.post ol li {
	list-style-type: decimal;
}

.post li {
	color:#444;
	font-size:12px;
	line-height:18px;
	margin-left: 35px;
}

.post ul, .post ol {
	margin-bottom: 20px;
}

.blog img, .post img {max-width:420px;width:expression(this.width>420 ? "420px":true)}

#sidebar {
	margin-top: 116px;
}

#sidebar ul ul li {
	color:#005f9a;
	font-size:12px;
	margin-bottom: 10px;
}

#sidebar ul ul {
	margin-bottom: 20px;
}
.page-nav {
	float:left;
	background:url(img/content-bottom.gif) repeat-x scroll left top transparent;
	height:14px;
	margin-top:20px;
	padding: 20px 0;
	width:500px;
	font-size:12px;
}

.blog .postmeta {
	color:#005f9a;
	font-size:12px;
	margin-bottom:1em;
}

.blog .avatar {
	float:left;
	margin:10px 10px 0 17px;
}

#post-comments {
	color:#444;
	float:left;
	margin-top: 35px;
}

.blog-page #content-left {
	width: 500px;
}

.blog-page #content-right {
	width: 173px;
	position: relative;
}

.contenterror {
	padding-bottom: 560px;
}

#submit{
	text-indent: -9999px;
	height:27px;
	width: 70px;
	background: transparent url(img/submit.gif) no-repeat scroll top left;
	border: none;
	curser: pointer;
}
#submit:hover, #submit:active{
	background: transparent url(img/submit.gif) no-repeat scroll bottom left;
}

#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;
	width:70px;
	text-indent:-9999px;
}

.comment-body {
	margin-bottom:1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
}

ul.children {
	margin-left:2em;
}

ol.commentlist {
	margin-bottom:2em;
}

.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;
}

.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;
}
