/*   
Theme Name: Haoyan Zhang
Theme URI: http://www.haoyanzhang.com/
Description: CSS theme design for Haoyan Zhang by Haoyan of America.
Author: Haoyan of America
Author URI: http://www.haoyanofamerica.com/
Version: 2.0
License: General Public License (GPL)
*/

/* global */
* {padding:0;margin:0;}
body {
	font:11px/16px verdana, arial, sans-serif;
	color:#fff;
	background:#390;
	text-align:center;
}
h1,h2,h3,h4,h5,h6 {margin:0 0 10px 0;font:11px/16px verdana, arial, sans-serif;}
p {padding:0 0 10px 0; margin:0;}
ul {list-style:none; padding:0; margin:0 0 10px 0;}
img {margin:0 0 10px 0;}

/* links */
a img {border:none;}

a {color:#ffc;text-decoration:none;}
a:hover {color:#cff;}

/* sidebar */
#sidebar {
	width:180px;
	margin:0 20px 0 0;
	float:left;
	text-align:left;
	padding:10px 0;
	border-top:1px solid #9c6;
}
#sidebar ul {
	margin:0 0 20px 0;
}
#sidebar li {
	list-style:none;
	margin:0;
	padding:0;
}
#articles {
	width:320px;
	float:left;
	text-align:left;
	padding:10px 0;
	border-top:1px solid #9c6;
}

/*     footer     */
#footer {
	clear:both;
	width:940px;
	height:150px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	border-top:1px solid #9c6;
}
#footer a {color:#fff;text-decoration:none;}
#footer a:hover {color:#ffc;}
#footer ul {margin:0 0 20px 0;}
#frisbee {width:150px;height:42px;}
#frisbee a {display:block;width:150px;height:42px;background:url(images/frisbeejackson.png) no-repeat;}
#frisbee a:hover {background-position:-150px 0;}

/*     content     */
#header {
	width:940px;
	height:360px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	background:url(images/haoyanzhang.png) no-repeat;
}
#header h1 a {font:11px/16px verdana, arial, sans-serif;color:#fff;text-decoration:none;}
#header h1 a:hover {color:#ffc;}
#errorheader {
	width:940px;
	height:360px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	background:url(images/error.png) no-repeat;
}
#errorheader h1 a {font:11px/16px verdana, arial, sans-serif;color:#fff;text-decoration:none;}
#errorheader h1 a:hover {color:#ffc;}

#haoyan {
	width:940px;
	margin:0 auto;
	text-align:left;
}
#zhang {
	width:400px;
	float:right;
}
.post {
	float:right;
	width:400px;
	margin:0 0 40px 0;
}
.entry {width:400px;}
.date {margin:10px 0;color:#cff;}
.post ul {
	margin:0 10px 10px 0;
	list-style-type:none;
}
.post ul li {padding:0;}
#postnav {
	float:right;
	width:400px;
	margin:0 0 40px 0;
}
#past {float:left;}
#future {float:right;}