﻿#right h1 {
	position: relative;
}
#right h1 img {
	position: absolute;
	top: 3px;
	right: 3px;
}
#right h1 img.twit {
	right: 29px;
}
#viewall {
	float: right;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
#addfav {
	float: right;
	margin: 6px 15px 0 0;
	font-size: 12px;
	color: #e50064;
}
#addfav.added {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 10px 0;
	font-size: 16px;
}
h2 span {
	font-size: 12px;
	font-weight: normal;
}
h2 a {
	color: Red;
}
.post {
	clear: both;
	padding: 5px 0 15px;
}
.post a.delete {
	float: right;
	font-size: 12px;
	color: Red;
}
.post img.prof_pic {
	float: left;
	width: 60px;
	height: 38px;
	margin-left: 3px;
}
.post div {
	margin-left: 75px;
}
.post h3 {
	margin: 0;
	font-size: 12px;
}
.post div div {
	margin: 5px 0 0;
	overflow: hidden;
	line-height: 16px;
	font-size: 12px;
	color: #000;
}
.post ul, .post ol, .post blockquote {
	margin: 10px 30px;
	padding: 0;
}
.post h5 {
	margin: 2px 0 0 0;
	font-weight: normal;
	font-size: 10px;
	color: #aaa;
}
.post a.edit {
	margin-left: 5px;
	font-size: 11px;
	color: #e50064;
}
.post form {
	margin-top: 10px;
	font-size: 12px;
}
.post textarea {
	width: 300px;
	height: 100px;
	margin-bottom: 5px;
	font-size: 12px;
}
.post form img {
	margin-right: 10px;
	cursor: pointer;
}
#pager {
	margin-top: 5px;
}
h4 {
	margin: 10px 0;
	font-size: 16px;
	color: #e50064;
}
textarea {
	width: 400px;
	height: 160px;
}
#htmlok {
	margin: 0 0 5px;
	font-size: 12px;
}
#disclosed {
	font-size: 14px;
	font-weight: bold;
}
#disfooter {
	margin: 20px 0 10px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}