#article  .dir{
	font-size: 12px;
	font-weight: bold;
	color: #848484;
}
#article .dir  a{
	color: #63b4ff;
}
#article .dir a:hover{
	color: #000;
}
#article .title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
	width: 470px;
}
#article .valign{
	position: relative;
	margin-bottom: 10px;
}
#article .subtitle{
	padding-top: 5px;
	color: #848484;
	clear: left;
	font-size: 15px;
	width: 470px;
}
#article .date_box {
	text-align: right;
	width: 130px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
}
#article .date_box .date{
	font-weight: bold;
	color: #848484;
	font-size: 12px;
	clear: right;
	float: right;
}
#article .date_box .comment_badge a{
	background-image: url(../images/comment_badge_grey.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 28px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin-bottom: 7px;
}
#article .date_box .comment_badge a:hover{
	background-image: url(../images/comment_badge_blue.png);
}
#article .excerpt {
	font-size: 15px;
	font-weight: bold;
	color: #848484;
	margin-bottom: 16px;
}
#article .main_text {
	font-size: 14px;
	font-family: Arial, Veranda, san-serif;
	color: #333;
	line-height: 18px;
}
#article .main_text blockquote{
	background-color: #F9F9F9;
	font-style: italic;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#article .main_text a{
	color: #63b4ff;
}
#article .main_text a:hover{
	color: #000;
}
#article .author {
	color: #848484;
	margin-bottom: 10px;
	padding-top: 16px;
	float: left;
}
#article .share {
	color: #848484;
	margin-bottom: 10px;
	float: right;
	line-height: 16px;
	height: 16px;
	padding-top: 16px;
}
#article .share img{
	margin-bottom: -2px;
}
#comments {
	margin-top: 16px;
}
#comments .title{
	color: #848484;
	margin-bottom: 20px;
	float: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
}
.comments_module {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.comments_module .float_left{
	float: left;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
	color: #848484;
	text-align: center;
	margin-bottom: 10px;
}
.comments_module .float_left img{
	margin-bottom: 10px;
}
.comments_module .float_right{
	float: right;
	width: 480px;
}
.comments_module .name {
	font-size: 18px;
	font-weight: bold;
}
.comments_module .name a{
	color: #000;
}
.comments_module .name a:hover{
	color: #63b4ff;
}
.comments_module .comment {
	font-size: 13px;
	font-family: Arial, Veranda, san-serif;
	color: #333;
	line-height: 16px;
	margin-top: 10px;
}
.comments_module .comment p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#comments .reply {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}
#comments .reply .left{
	text-align: right;
	color: #848484;
	vertical-align: top;
	line-height: 25px;
}
#comments .reply .input{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
	height: 18px;
	width: 222px;
	border: 1px solid #bcbcbc;
	color: #000;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	float: left;
}
#comments .reply .textarea{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
	width: 320px;
	border: 1px solid #bcbcbc;
	color: #000;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	display: block;
	float: left;
	max-width: 320px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.reply_submit {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 27px;
	background-color: #d5d5d5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.reply_submit:hover {
	-webkit-border-radius:5px;
	background-color: #63b4ff;
}

