/**
* CSS
* 
* @version 1.0
* @Yan Xing
*/
body {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;

}

#preloader {
/* Images you want to preload*/
background-image: http://www.yan-xing.org/img/logo.gif;
background-image: http://www.yan-xing.org/img/pdf-icon.gif;
background-image: http://www.yan-xing.org/img/blank.gif;
background-image: http://www.yan-xing.org/img/line.gif;
background-image: http://www.yan-xing.org/img/point.gif;
background-image: http://www.yan-xing.org/img/snapback.gif;
background-image: http://www.yan-xing.org/img/external.gif;
background-image: http://www.yan-xing.org/img/video-icon.gif;

width: 0px;
height: 0px;
display: inline;
}

a img { border: none; 
}

#sidebar a:link { 
	color: #000;
	text-decoration:none; 
	}
#sidebar a:active { 
	color: #000;
	text-decoration: none; 
	}
#sidebar a:visited {
	color: #000;
	text-decoration: none; 
	}
#sidebar a:hover {
	color: #000;
	background: yellow;
	text-decoration: none;
	}
	
#content a:link { 
	color: #999999;
	text-decoration: underline;

	}
#content a:active { 
	color: #999999;
	text-decoration: underline;

	}
#content a:visited {
	color: #999999;
	text-decoration: underline;
	
	}
#content a:hover {
	color: #424242;
	text-decoration: underline;
	
	}


#menu {
	position: absolute;
	line-height: 18px;
	height: 100px;
	background-color: #fff;
	padding-left: 20px;
}

#content {
	padding-bottom: 0px;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

.entry{
	color: #999999;

	font-size: 12px;
	line-height: 18px;
	text-align: left;

	margin-left: 180px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.pagemore{
	text-align: right;
}

.postmetadata {
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-bottom: 10px;
}

#container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}






#content p { width: 610px; margin-bottom: 10px; padding: 0;}

p {
	margin: 0;
}

H1 {
	font-size:12px
}
H2 {
	font-size:12px;
	margin-bottom: 20px;
}
H3 {
	font-size:12px;
	margin-bottom: 10px;
	margin-top: 20px;
}
