/**
* CSS
* 
* @version 1.0
* @Yan Xing
*/
body {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}

a img { border: none; 
}

#menu a:link { 
	color: #000;
	text-decoration:none; 
	}
#menu a:active { 
	color: #000;
	text-decoration: none; 
	}
#menu a:visited {
	color: #000;
	text-decoration: none; 
	}
#menu a:hover {
	color: #000;
	background: yellow;
	text-decoration: none;
	}
	
#content a:link { 
	color: #000;

	text-decoration:underline;

	}
#content a:active { 
	color: #000;

	text-decoration:none;

	}
#content a:visited {
	color: #000;

	text-decoration:underline;
	
	}
#content a:hover {
	color: #000;
	text-decoration:none;
	
	}


#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{
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	height: 100%;
	margin-left: 180px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.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;
}