@charset "utf-8";
/* CSS Document */


/* SIDEBAR START */
#sidebar {
	float: left;
	width: 250px;
}
#sidebar #sidemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: none;
}
#sidebar #sidemenu li {
	margin: 0;
	padding: 8px 5px;
	border-bottom: 1px solid #EEE;
}
#sidebar #sidemenu li a {
	margin: 0;
	padding-left: 21px;
	background-image: url(../images/icon/star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#sidebar #quick-search {
	margin-top: 45px;
	padding: 10px;
	border-right: none;
}
#sidebar #quick-search h3 {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/icon/search.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #quick-search select, #sidebar #quick-search input {
	border: 1px solid #DDD;
	font-size: 13px;
	margin: 1px 0;
	padding: 2px;
}
#sidebar #quick-search select {
	width: 180px;
}
#sidebar #quick-search input {
	width: 174px;
}
#sidebar #quick-search button {
	border: 0px solid #FFF;
	cursor: pointer;
	padding: 0;
	margin-top: 5px;
	margin-left: -4px;
	width: 187px;
}
/* SIDEBAR END */


/* PAGE START */
#page {
	margin-left: 250px;
}
#essay {
	margin-bottom: 55px;
	padding: 10px;
	border-bottom: 1px dashed #CCC;
}
#essay #news {
	margin: 30px;
	background-color: #EDEDED;
	padding: 10px 20px;
	font-size: 15px;
}
#essay #news .author {
	font-weight: bold;
	font-size: 13px;
}
#essay #news a {
	color: #000;
}
#essay #news a:hover {
	color: #000;
	text-decoration: underline;
}
#essay .content {
	font-size: 15px;
}
#essay .content p {
	margin: 25px 0;
}

/* newest start */
#newest .title {
	margin: 0 10px 8px;
	padding-left: 27px;
	background-image: url(../images/icon/new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#newest .description {
	font-size: 13px;
	margin: 3px 11px 8px;
	color: #333;
	font-weight: normal;
}
#newest table {
	margin: 0;
	padding: 0;
}
#newest table thead tr th {
	background-color: #9B4222;
	color: #FFF;
	padding: 9px 0;
}
#newest table tbody tr th {
	text-align: left;
	padding: 7px 0 7px 10px;
	font-weight: normal;
}
#newest table tbody tr td {
	text-align: center;
}
/* PAGE END */