/*code内容*/
div.code{
	background-color: #F5F5F5;
	font-size: 13px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	word-break: break-all;
	overflow:auto;
}
/*链接*/
#content h2 a:hover{
	color:#ff3366;
	background:#F8F8EE;
	#-webkit-transition:color 0.6s ease-in,background 0.5s ease-in;
	-moz-transition:color 0.6s ease-in,background 0.5s ease-in;
	border-radius:5px;
	-moz-border-radius:5px;
}
div.post ul.postmetadata li a:hover, div.post ul.postmetadata li a:hover{
	color:#555;
	background:#F3FAFC;
	#-webkit-transition:color 0.6s ease-in,background 0.5s ease-in;
	-moz-transition:color 0.6s ease-in,background 0.5s ease-in;
	border-radius:5px;
	-moz-border-radius:5px;
}
#div_digg{position:fixed;bottom:1%;right:2%;border:1px solid #ddd;padding:10px;background:#fcfcfc;border-radius:3px;-moz-border-radius:3px;z-index:99;}
/*item页主体*/
#cnblogs_post_body{font-family: "Courier New", "Times New Roman",Times,sans-serif;}
#cnblogs_post_body h1 {padding: 5px;color: white;background-color: #A5A5A5;margin-top: 24px;margin-bottom: 12px;font-weight:bold;}

::selection {
	background:#cc0000;
	color:#fff;
}
div.post div.entry img {
	max-width: 730px;
}
