@CHARSET "UTF-8";
*{
	font-size: 11px;
}
#blogWrapper{
	width: 100%;
}
#blogName{
	height: 30px;
	border-bottom: 1px solid #E3E3E3;
	line-height: 30px;
	width: 97%;
	margin: 0 auto;
	font-weight: bold;
}
#blogUserInfo{
	height: 28px;
	margin-bottom: 20px;
	background: #E3E3E3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: table;
	width: 100%;
}
#userName{
	width: 40%;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#cmd{
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #A8A8A8;
	width: 45%;
	float: right;
}
#cmd a{
	color: #A3A3A3;
}
#cmd a:hover{
	color: #FF7033;
}
#blogSearch{
	width: 100%;
	text-align: right;
}
.blogContentWrapper{
	margin-top: 10px;
}
.blogHeader h2 a,.blogHeader h2{
	font-size: 16px;
	font-weight: bold;
	color: #2FADD4;
	margin-bottom: 3px;
}
.blogHeader h2 a:hover{
	text-decoration: underline;
}
.blogWriter b{
	color: #333;
}
.blogWriter a{
	color:#F7931E;
}
.blogWriter a:hover{
	text-decoration: underline;
}
.blogWriter{
	
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 50%;
	float: left;
}
.blogAction{
	width: 48%;
	float: right;
	text-align: right;
}
.blogDetail{
	color:#F7931E;
	font-size: 11px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
	display: table;
	width: 100%;
}
.blogIntro{
	line-height: 18px;
	margin-bottom: 10px;
}
.readMore{
	width: 100%;
	text-align: right;
}
.blogComment{
	color: #575757;
	height: 20px;
	line-height: 20px;
	margin-bottom: 30px;
}
#commentNum{
	width: 45%;
	float: left;
}
#commentAdd{
	widht: 45%;
	float: right;
	font-weight: bold;
	color:#30C8F1;
}
.blogFile b{
	color: #999;
}
.blogComment img,.blogFile img{
	vertical-align: middle;
	padding-right: 5px;
}
.commentFile label{
	font-size: 11px;
	font-weight: bold;
}
.blogTag{
	width: 100%;
	color: #67B6CF;
	height: 20px;
	line-height: 20px;
}
.blogTag img{
	vertical-align: middle;
	padding-right: 5px;
}
.blogTagDetail a{
	color: #54C5DE;
}
.blogTagDetail a:hover{
	color: #D4D31E;
	font-weight: bold;
	text-decoration: underline;
}
#blogEditWrapper{
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #E3E3E3;
	display: table;
	padding-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#commentShow{
	display: table;
	width: 140px;
	cursor: pointer;
}
#commentFormWrapper{
	display: none;
}
#commentForm{
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #E3E3E3;
	padding-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 10px;
	display: table;
}
#commentWrapper{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.commentBorder{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.commentInfo{
	height: 25px;
	color: #F7931E;
}
.commentDetail{
	padding: 10px;
	background: #EEE;
	margin: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#commentForm dl{
	margin-left: 15px;
	margin-top: 10px;
	width: 96%;
}
#blogEditWrapper input[type=text]{
	border: 1px solid #54C5DE;
	width: 99%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	padding: 3px;
}
#blogEditWrapper label,#commentForm label{
	font-weight: bold;
}
#blogEditWrapper dt,#commentForm dt{
	height: 30px;
	line-height: 30px;
}
#blogEditWrapper dt,#blogEditWrapper dd,#commentForm dt,#commentForm dd{
	float: left;
	width: 100%;
}
#blogEditWrapper dt.short{
	height: 5px;
}
#blogEdit{
	padding: 10px;
}
#blogEditWrapper dt.dtOneRow{
	width: 15%;
	float: left;
	margin-top: 5px;
}
#blogEditWrapper dd.ddOneRow{
	width: 85%;
	float: left;
	margin-top: 8px;
}
#blogEditWrapper input[type=button],#blogEditWrapper input[type=submit],#commentForm input[type=submit],#commentForm input[type=button]{
	border: 1px solid #54C5DE;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	background: #30C8F1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#blogLogin{
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FAFAFA;
	border: 1px solid #E3E3E3;
	display: table;
}
.blogLabel{
	width: 20%;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: right;
}
.blogForm{
	width: 75%;
	float: left;
	height: 35px;
	padding-left: 5px;
	padding-top: 5px;
}
.blogLabelError{
	width: 20%;
	height: 20px;
	line-height: 35px;
	float: left;
	text-align: right;
}
.blogFormError{
	width: 75%;
	float: left;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
}
.blogForm input[type=text],.blogForm input[type=password]{
	width: 50%;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #54C5DE;
	padding: 3px;
}
.blogForm input[type=submit]{
	border: 1px solid #54C5DE;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	background: #30C8F1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blogInner{
	padding: 10px;
}
#blogEditWrapper input[type=button].editBlog{
	background: #F0F0F0;
	color: #333;
	border: 1px solid #DEDEDE;
	cursor: pointer;
}
.error{
	font-weight: bold;
	color: red;
}
#pagingWrapper{
	border-top: 1px solid #DDD;
	padding-top: 5px;
}
#pageInfo{
	float: left;
	margin-right: 5px;
	width: 35%;
}
#pageShow{
	float: right;
	width: 60%;
}
span.paging,span.current,span.pagingBlock{
	font-weight: bold;
	width: 20px;
	height: 5px;
	display: table;
	text-align: center;
	margin-right: 3px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
}
span.paging:hover{
	border: 1px solid #9C9C9C;
	background: #9C9C9C;
}
span.paging:hover a{
	color:#FFF;
}
span.pagingBlock{
	background: #FF9F38;
	border: 1px solid #FF9F38;
}
span.pagingBlock a{
	color:#FFF;
}
span.current{
	background: #9C9C9C;	
	border: 1px solid #9C9C9C;
	color:#FFF;
}
span.paging{
	border: 1px solid #FFF;
}
span.paging a{
	color:#9C9C9C;
}
#search{
	height: 30px;
	background: #F0F0F0;
	text-align: right;
	padding-top: 3px;
	line-height: 30px;
}
#search input.searchText{	
	width: 150px;
	height: 17px;
	border: 1px solid #4ACBEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#searchButton{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	border: 1px solid #4ACBEE;
	margin: 5px;
	color: #FFF;
	background : #4ACBEE;
}