/*
	project: 中国产品经理联盟 Blogdefault styles
	author: Andy.Guan（千里）
	
	皮肤名称: 阅读文章页面样式
	
*/  


/*------------------文章显示部分 可与首页一致--------------------*/
.articletitle_ {background:#FFFFFF url(title_bg.jpg) no-repeat left center;
		 				line-height:27px;
						padding-left:20px;
						font-size:14px;
						font-weight:bold;
		 				} /*文章标题*/
.articleposttime_ {text-align:right;
		 					color:#CC0033;
							line-height:30px;
							margin:5px;
							border-bottom:1px #0066CC dotted;} /*文章发布时间*/
.articleintro_ {font-size:14px;
		 				padding:10px 15px 5px 15px;
						overflow:hidden;
						word-wrap: break-word;
						word-break: break-all;} /*文章摘要*/
.articletags_ { padding:5px;} /*文章标签*/
.articleos_ {text-align:right;
		 			padding:2px 2px 10px 2px;
					border-top:1px #0066CC dotted;} /*文章功能操作*/

/*-----------------------评论部分----------------------------*/

.article_re_title {background:#FFFFFF url(title_bg.jpg) no-repeat left center;
		 				line-height:27px;
						padding-left:20px;
						font-size:14px;
						font-weight:bold;} /*文章评论*/

.articlerelist { margin:5px;} /*评论列表*/
  .articlerelist li { margin:5px 0px;}
  .re_username { background:#FFFFFF url(1iUp.gif) no-repeat left center;
  				padding-left:10px;
				font-weight:bold;} /*评论人名称*/
  .reposttime { text-align:right; color:#6B9BAA; padding-right:10px;} /*评论时间*/
  .reintro { margin-bottom:10px; padding:2px 10px;} /*评论内容*/
   
.turnpages_re { border-top:1px #666666 dotted; margin:25px 5px;} /*评论翻页*/

#write_re { border:1px #006699 dotted; margin:10px 20px; padding:10px;} /*评论输入部分*/
  .write_top { background-color:#EAEAEA;
  				font-weight:bold;
				border-bottom:1px #000000 solid;
				padding-left:10px;} /*发表评论*/
  .write_hi { margin-bottom:10px;}  /*登录提示语*/
  .write_input {} /*评论输入框区域*/
  #blog_re { width:450px; height:50px;} /*评论内容input*/
  .re_oksubmit { margin-top:10px;} /*提交按钮*/
  .re_nologin { text-align:center; margin:20px;} /*未登录提示*/
  
  
  