textarea.post {
		width : 90% !important;}

div.blog-comment {
	background : #ddd;
	text-align : left;
	width : 85%;
	margin : 0 auto;
	line-height:1.4em;
	margin-bottom : 15px;
}
div.blog-comment a {
	color : black;
	text-decoration : none;
}
div.blog-comment a:hover {
	text-decoration:underline;
}
p.blog-body {
	overflow: hidden;
	height : 10em;
	border : 1px solid #ccc;
	font-size : 11px;
	color:#333333;
	margin : 3px;
}
p.blog-body:hover {
	color : black;
	cursor:pointer;
}
div.blog-comment div.inner {
	padding : 5px 5px 5px 15px;
}
div.user-info-box {
	float : left;
	width : 25%;
	margin : 5px;
	background : #700306;
	color : white;
}
div.user-info-box p.avatar {
	float : right;
	margin : 2px;
	overflow:hidden;
	width : 50%;
}
div.user-info-box p {
	width : auto;
	padding : 2px 2px 1px 7px;
}
div.user-info-box p.username a {
	color : white;
	font-size : 16px;
	font-weight : bolder;
	text-decoration : none;
}
div.user-info-box p.username a:hover {
	text-decoration : none;
	color : #999;
}
div#blog-post {
	line-height : 1.5em;
	padding : 5px;
	position:relative;
	background : #F2F2F2;
}
div#blog-post h1 {
	font-variant:small-caps;
	font-size : 22px;
	font-weight : bolder;
	margin-top : 5px;
}
div#blog-post p.tags {
	padding : 5px 0 5px 0;
}
div.blog-paging {
	margin : 0 auto;
	width : 85%;
	text-align : center;
	font-weight:bold;
}

div.tag-cloud {
	background : white;
	margin : 10px;
}
div.tag-cloud div.inner {
	padding : 7px;
}
a.size-1 {
}
a.size-2 {
	font-weight : bolder;
	font-size : 12px;
}
a.size-3 {
	font-weight : bolder;
	font-size : 16px;
}
a.size-4 {
	font-weight : bolder;
	font-size : 20px
}
a.size-5 {
	font-weight : bolder;
	font-size : 28px;
}
div.blog-on-list {
	margin-bottom : 15px;
}
div.blog-on-list h3, div.blog-on-list h2 {
	line-height: 1.2em;
	padding : 3px 0 3px 0;
	font-size : 15px;
}
div.blog-on-list h3 {
	line-height: 1.5em;
	padding : 3px;
	font-size : 12px;
}