body.container{
	margin:1.5em auto;
}
h1,h2,h3{
	font-weight:bold;
}
ul li{
	list-style:square;
}
body a{
text-decoration: none;
}
body a:hover{
	background:#0c0;
color:#fff;
text-decoration: none;
}

.box,.post,.page {
	background:#fff;
	border-bottom:1px dotted #B1B1B1;
	margin-bottom:10px;
	padding:0 0 10px 0;
}
div.colborder{
	border-right:1px dotted #ccc;
}

#nav {
	font-size: 1.1em;
	margin: 0;
}
#nav, #nav ul {
	line-height: 1;
	list-style: none;
}
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	padding: 6px 15px;
	font-weight:bold;
}
#nav .page_item a{
	border-left:1px dotted #ccc;
}
#nav li {
	float: left;
	list-style: none;
}

#nav .current_page_item a {
	text-decoration:underline;
}
#header{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
h1#logo{
	margin-bottom:0;
}

h2.bigtitle{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
h3.arttitle{
margin-bottom:7px;
}
.description{
	font-size:18px;
	text-align:right;
	margin-top:10px;
}
#sidebar ul,ul.related_post{
	margin:0 10px 0 30px;
}

#footer {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}


.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry .alignleft {
	float: left;
margin:0 20px 20px 0;
}
.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text{
	margin-bottom: 5px;
}
.entry{
font-size:13px;	
}
.entry a{
border-bottom:1px dotted #666666;
}
.artinfo{
	margin-bottom:5px;
	color: #999;
}
.comment-author{
	font-weight:bold;
	font-size:16px;
}
.comment-date{
	font-size:12px;
	color:#999;
}
.comment,.comment-childs{
	position:relative;
}
.thdrpy{
	position:absolute;
	right:0;
	top:0;
	
}
#cancel_reply{
	margin-bottom:10px;
}

blockquote{
margin:0 0 0 1.5em;
padding-left:1.5em;
border-left:3px solid #000;
color:#000;
}

#post-647 .entry ul{
overflow:hidden;
}
#post-647 .entry ul li{
width:30%;
margin-right:1%;
float:left;
display:inline;
}

.container .wp-pagenavi a:hover{
padding:3px 5px;
margin:2px;
}

/*
selection background color.only for advanced browser
*/
selection{background-color:#63C;color:#FFF;}
a::selection{background-color:#0C0;color:#FFF;}
::-moz-selection{background:#63C;color:#FFF;}
a::-moz-selection{background-color:#0C0;color:#FFF;} 

/* -------------------------------------------------------------- 
  
   link-icons.css
   * Icons for links based on protocol or file type.
   
   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { 
	background:transparent none !important; 
	padding:0 !important; 
	margin:0 !important; 
}

/* Make sure the icons are not cut */
a[href^="http:"] ,a[href^="http:"]:hover, a[href^="mailto:"],
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 13px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right top;
}

/* External links */
a[href^="http:"],a[href^="http:"]:hover          
{ background-image: url(icons/external.png); } 

a[href^="http://www.fangyuqiang.com"]{
	background:transparent; 
	padding:0; 
	margin:0; 
}
a[href^="http://www.fangyuqiang.com"]:hover{
	background:#0c0;
color:#fff;
text-decoration: none;
padding:0; 
	margin:0; 
}

a[href^="mailto:"]        { background-image: url(icons/email.png); }

/* Files */
a[href$=".pdf"]   { background-image: url(icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(icons/doc.png); }  
a[href$=".xls"]   { background-image: url(icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(icons/feed.png); }
a[href^="aim:"]   { background-image: url(icons/im.png); }
