* {
	font-size: 9pt;
	font-family: 'Gulim';
	font-family: 'Lucida Grande', 'Bitstream Vera Sans', 'Tahoma', 'Applegothic', 'Undotum';
	margin: 0;
	padding: 0;
	color: #666;
}
body {
	margin: 0;
	padding: 0;
	background: url('/chinese/imgs/global_bg.gif') repeat-x #fafad4;
}
a { text-decoration: none; }
a img { border: 0; }
div.clearing { clear: both; height:1px; }
#header {
	height: 150px;
	background: url('/chinese/imgs/header_bg.gif') no-repeat;
}
	#menu {
		position: absolute;
		top: 70px;
		left: 450px;
		list-style: none;
	}
	#menu li {
		float: left;
	}
	#menu li a {
		display: block;
		width: 100px;
		height: 55px;
		text-decoration: none;
	}
	#menu li.item1,
	#menu li.item1 a {
		background: url('/chinese/imgs/menu_item_bg_1_off.gif');
	}
	#menu li.item1 a:hover {
		background: url('/chinese/imgs/menu_item_bg_1_on.gif');
	}
	#menu li.item2,
	#menu li.item2 a {
		background: url('/chinese/imgs/menu_item_bg_2_off.gif');
	}
	#menu li.item2 a:hover {
		background: url('/chinese/imgs/menu_item_bg_2_on.gif');
	}
	#menu li.item3,
	#menu li.item3 a {
		background: url('/chinese/imgs/menu_item_bg_3_off.gif');
	}
	#menu li.item3 a:hover {
		background: url('/chinese/imgs/menu_item_bg_3_on.gif');
	}
	#menu li.item4,
	#menu li.item4 a {
		background: url('/chinese/imgs/menu_item_bg_4_off.gif');
	}
	#menu li.item4 a:hover {
		background: url('/chinese/imgs/menu_item_bg_4_on.gif');
	}
	#menu li a span {
		display: block;
		font-size: 7pt;
		color: #596a60;
		padding: 5px;
	}
	#menu li a strong {
		display: block;
		margin-left: 50px;
		color: #596a60;
	}
	#header ul.submenu {
		list-style: none;
		border-left: 1px solid #ccc;
		position: absolute;
		top: 130px;
	}
	#header ul.submenu li {
		float: left;
		padding: 0 5px;
		border-right: 1px solid #ccc;
	}
	#header ul.submenu li a {
		font-size: 8pt;
	}
	#submenu1 {
		display: none;
		left: 450px;
	}
	#submenu2 {
		display: none;
		left: 550px;
	}
	#submenu3 {
		display: none;
		left: 620px;
	}
	#submenu4 {
		display: none;
		left: 680px;
	}
#content_area {
	position: absolute;
	top: 150px;
	left: 70px;
	width: 790px;
	padding-bottom: 20px;
}
	#wrapper {
		background: url('/chinese/imgs/content_area_bg.gif');
	}
	#empty_t {
		height: 15px;
		background: url('/chinese/imgs/content_area_bg_top.gif');
	}
	#empty_b {
		height: 15px;
		background: url('/chinese/imgs/content_area_bg_bottom.gif');
	}
	#copyright {
		border-top: 1px solid #eee;
		padding-top: 10px;
		margin: 0 5px;
		text-align: center;
	}
	#copyright, #copyright a {
		font-size: 7pt;
		font-family: 'Tahoma';
		font-weight: bold;
		color: #bbb;
	}
	#content {
		padding: 0 10px 10px 10px;
	}
	div.main_leftcol {
		width: 370px;
		float: left;
		padding-right: 10px;
		/*
		border-right: 3px solid #ccc;
		*/
	}
	div.main_rightcol {
		width: 370px;
		float: left;
		padding-left: 10px;
	}
	#content h2 {
		font-size: 10pt;
		font-family: 'Verdana';
		color: #333;
		border-bottom: 1px solid #ddd;
		margin: 5px 0;
		padding: 5px 2px 5px 20px;
		background: url('/chinese/imgs/leaf_1.gif') 0 50% no-repeat;
	}
	#content h2 span {
		font-weight: normal;
	}
		#main_zine {
			text-align: center;
		}
		#main_notice {
			list-style: none;
		}
		#main_notice li {
			padding: 5px 0 5px 15px;
			background: url('/chinese/imgs/bullet_1.gif') 5px 50% no-repeat;
			border-bottom: 1px dashed #eee;
		}
		#main_video {
			text-align: center;
		}
#footer {
	border-top: 1px solid #eee;
	padding: 0 0 10px 0;
	margin: 0 5px;
	clear: both;
}
	#footer div.sponsor {
		text-align: center;
	}
	#footer div.main_leftcol {
		width: 375px;
	}
	#footer div.main_rightcol {
	}
	#footer div.main_leftcol, #footer div.main_rightcol {
		margin-top: 10px;
	}
#footer p {
	margin: 0;
	font-size: 8pt;
}
#footer p.copy {
	color: #7fc04a;
}
#footer address {
	font-style: normal;
}

#sidebar {
	width: 170px;
	margin-left: -5px;
	float: left;
}
#sidebar ul {
	list-style: none;
	margin-left: 15px;
}
#sidebar li {
	display: inline-block;
	vertical-align: middle;
	background: url('/chinese/imgs/bullet_sidebar.gif') 5px 15px no-repeat;
}
#sidebar li a {
	display: block;
	padding: 10px 0 10px 18px;
	border-bottom: 1px solid #eee;
}
#sidebar li a:hover {
	letter-spacing: -1px;
	font-weight: bold;
}
#sidebar ul li ul li {
	background: url('/chinese/imgs/bullet_sidebar_sub.gif') 5px 15px no-repeat;
}
#textarea {
	margin-left: 180px;
	padding-right: 10px;
	line-height: 200%;
}
#textarea a {
	color: teal;
}
#textarea a:hover {
	text-decoration: underline;
}
#textarea p {
	margin: 10px 20px;
	text-align: justify;
}
#textarea p.img {
	text-align: center;
	margin: 10px 0;
}
#textarea ol {
	margin-left: 45px;
	margin-bottom: 20px;
}
#textarea ul {
	margin-left: 35px;
	margin-bottom: 20px;
}
#textarea ul li {
	background: url('/chinese/imgs/bullet_ul.gif') 0px 8px no-repeat;
	padding-left: 15px;
	list-style: none;
}
#textarea dl {
	margin-left: 35px;
	margin-bottom: 20px;
}
#textarea dt {
	width: 90px;
	background: url('/chinese/imgs/bullet_ul.gif') 0px 8px no-repeat;
	padding-left: 15px;
	float: left;
}
#textarea dd {
	margin-left: 115px;
	margin-bottom: 5px;
}
#textarea dd div.dd_alt {
	margin-left: -65px;
	color: #999;
}
#textarea h3 {
	color: #333;
	background: url('/chinese/imgs/h3.gif') 2px 60% no-repeat;
	padding-left: 15px;
}
#textarea h4 {
	color: #666;
	background: url('/chinese/imgs/h4.gif') 2px 70% no-repeat;
	padding-left: 18px;
	margin-left: 10px;
}

/* board */
#usernav {
	text-align: right;
}
#posts {
	width: 100%;
	border-collapse: collapse;
}
#posts caption {
	text-align: left;
	border-bottom: 5px solid mediumseagreen;
}
#posts tr {
	border-bottom: 1px solid #eee;
}
#posts td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	line-height: 120%;
}
#posts td.massdelete {
	text-align: center;
}
#posts td.name {
	width: 130px;
	text-align: center;
}
#posts td.name strong {
	color: #444;
}
#posts td.name div.date {
	font-size: 7pt;
	font-family: Verdana;
	color: #999;
}
#posts td.title span.views {
	display: block;
	font-size: 8pt;
	color: #999;
}
/* 검색 */
#search_box {
	text-align: center;
	vertical-align: middle;
}
#search_text {
	border: 1px solid #999;
	padding: 3px;
}
#search_submit, #search_reset {
	position: relative;
	top: 8px;
}
/* 페이징 */
ul#pages {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	float: left;
}
ul#pages li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}
ul#pages li.here {
	font-weight: bold;
	text-decoration: underline;
}
ul#pages li a {
	color: #666;
	display: block;
	padding: 0 3px;
}
ul#pages li a:hover {
	text-decoration: none;
}
#nav {
	float: right;
	margin-top: 10px;
}

/* 읽기 */
#post {
	width: 570px;
	overflow: hidden;
}
div.post-title {
	border-bottom: 5px solid mediumseagreen;
	padding-bottom: 5px;
}
#attachments ul {
	margin-left: 0;
}
/* 댓글 */
#comments {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#comments h3 {
	background: none;
	padding: 0;
	margin-left: 10px;
	color: teal;
}
ul#comments-list {
	margin: 0 0 0 10px;
}
ul#comments-list li {
	background: none;
	padding: 5px 0 0 0;
	border-top: 1px dotted #999;
}
ul#comments-list li span.name {
	font-weight: bold;
}
ul#comments-list li span.date {
	font-size: 7pt;
	font-family: Verdana;
	color: #999;
}
ul#comments-list li span.actions {
	color: #ccc;
}
ul#comments-list li span.actions a {
	font-size: 8pt;
	font-family: Dotum;
}
div.comment div.body p {
	line-height: 130%;
}

/* 댓글달기 */
#comment-form label {
	font-weight: bold;
	padding-right: 10px;
}
#comment-form textarea {
	width: 530px;
}

/* 삭제 화면 */
#ask_delete h2 {
	background: none;
	padding: 5px 0;
	text-align: center;
	font-size: 10pt;
}
#ask_delete p {
	text-align: center;
}

/* 글쓰기 */
#post-form {
	background: #f6f6f6;
	border-top: 5px solid mediumseagreen;
	border-bottom: 1px solid #ccc;
}
#post-form label {
	font-weight: bold;
	color: teal;
	margin-left: 20px;
}
#post_title {
	margin-left: 25px;
	width: 400px;
}
#post-form textarea {
	width: 530px;
}
#post-form h3 {
	background: none;
	padding: 0;
	margin-left: 10px;
}
#post-form h3 span.info {
	font-weight: normal;
}

/* 로그인 창 */
#flash {
	font-size: 8pt;
	color: #f00;
}
#loginbox {
	margin: 50px auto;
	width: 200px;
	border: 1px solid #9ab214;
	padding: 10px 10px 0 10px;
}
#loginbox p {
	clear: both;
	margin-bottom: 10px;
}
#loginbox label {
	display: block;
	width: 70px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	float: left;
}
#loginbox input.txt {
	width: 110px;
	padding: 2px;
	position: relative;
	top: -4px;
}
#loginbtn {
	margin: 0 -10px;
	background: #9ab214;
	padding: 5px 0 3px 0;
	text-align: center;
}

/* 회원가입 창 */
fieldset {
	border: none;
}
.star {
	color: #f00;
	position: relative;
	top: 3px;
	font-weight: bold;
}
#signupbox {
	margin: 50px auto;
	width: 500px;
	border: 1px solid #9ab214;
	padding: 10px 10px 0 10px;
}
#signupbox p {
	clear: both;
	margin-bottom: 10px;
}
#signupbox label {
	display: block;
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	float: left;
}
#signupbtn {
	margin: 0 -10px;
	background: #9ab214;
	padding: 5px 0;
	text-align: center;
}

/* 블로그 */
h2#blog_title {
	background: none;
	border: none;
	padding: 10px 0 0 0;
	margin: 0;
	border-bottom: 5px solid mediumseagreen;
}
h2#blog_title a {
	font-family: 'Trebuchet MS';
	font-size: 18pt;
	color: #9ab214;
}
h2#blog_title a:hover {
	text-decoration: none;
}
h2#blog_title span {
	font-size: 10pt;
	font-family: 'Verdana';
	letter-spacing: 2px;
	color: #5c8526;
}
p.author {
	float: right;
	display: none;
}
div.blogcontent {
	clear: both;
}
h5 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
div.entry {
	padding-bottom: 20px;
}
ul.postmeta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 10px;
}
div.author span.name {
	font-weight: bold;
}
div.author span.date {
	font-size: 7pt;
	font-family: 'Verdana';
	color: #999;
}
