/* base */
html	{
	font-size:100.01%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video	{
	margin:0;
	padding:0;
	border:0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section	{
	display:block;
}
body	 {
	font:normal 12px "애플고딕", AppleGothic, "맑은 고딕", Malgun Gothic, "돋움", dotum, "굴림체", GulimChe, Arial, Verdana, sans-serif;
	color:#666;
}
h1, h2, h3, h4, h5, h6	 {
	font-size:1em;
}
ol, ul	 {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
em, address	{
	font-style:normal;
}
input, textarea {
	margin:0;
	padding:0;
	font:normal 12px "애플고딕", AppleGothic, "맑은 고딕", Malgun Gothic, "돋움", dotum, "굴림체", GulimChe, Arial, Verdana, sans-serif;
	color:#666;
	vertical-align:middle;
}
select	{
	font:normal 12px "애플고딕", AppleGothic, "맑은 고딕", Malgun Gothic, "돋움", dotum, "굴림체", GulimChe, Arial, Verdana, sans-serif;
	color:#666;
	vertical-align:middle;
}
a	{
	color:#666;
	text-decoration:none;
}
a:hover	{
	background-color:#ffffdd;
}
img	{
	vertical-align:top;
}

/* layout */
#wrap	{
	width:730px;
	margin:0 auto;
}

/* header */
#header	{
	padding:30px 0 20px;
	text-align:center;
	font-family:Courier New;
	border-bottom:3px double #eee;
}
#header h1	{
	color:#333;
	font-size:30px;
}
#header h1 a	{
	color:#333;
}
#header h1.searchmode	{
	display:inline;
	margin-right:10px;
}
#header h1.title	{
	font-family:"애플고딕", AppleGothic, "맑은 고딕", Malgun Gothic, "돋움", dotum, "굴림체", GulimChe, Arial, Verdana, sans-serif;
}
#header fieldset	{
	display:inline;
	vertical-align:top;
}
#header fieldset .intext	{
	width:180px;
	height:28px;
	padding:0 10px;
	line-height:28px;
	border:2px solid #ccc;
}
#header fieldset .inbtn	{
	height:32px;
	padding:0 10px;
	font-size:15px;
	font-family:Courier New;
	color:#000;
	cursor:pointer;
	border:0;
	background:#ccc;
}
#header p	{
	padding-top:10px;
	clear:both;
}
#header p .at	{
	margin-right:20px;
	font-style:italic;
	color:#aaa;
}
#header p .search	{
	color:#0066cc;
}

/* footer */
#footer	{
	padding:20px 0;
	text-align:center;
	color:#aaa;
	font-family:Courier New;
	border-top:3px double #eee;
}
#footer a	{
	color:#aaa;
	text-decoration:underline;
}

/* contents */
#container	{
	padding:20px 30px;
}
#container:after	{
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
}

.aside	{
	width:120px;
	float:right;
}
.aside article	{
	margin-bottom:20px;
}
.aside h2	{
	margin-bottom:20px;
	padding-left:10px;
	color:#333;
	font-weight:bold;
	font-size:17px;
	font-family:Courier New;
	line-height:35px;
	border-bottom:3px double #ffdddd;
}
.aside ul	 {
	border-top:1px solid #ddeeff;
}
.aside ul li	 {
	padding-left:10px;
	line-height:21px;
	border-bottom:1px solid #ddeeff;
}

.contents	{
	width:520px;
	float:left;
}

.article	{
}
.article header	{
	position:relative;
	margin-bottom:20px;
	padding:0 100px 0 10px;
	border-bottom:3px double #ffdddd;
}
.article header h2	{
	width:410px;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.article header .time	{
	position:absolute;
	top:13px; 
	right:10px;
	color:#aaa;
	font-style:italic;
}

.article article	{
	line-height:22px;
	border-top:1px solid #ddeeff;
	background:url('images/blue.gif') repeat left top;
}
.article article p, .article article ul, .article article ol, .article article div, .article article dl, .article article pre, .article article h1, .article article h2, .article article h3, .article article h4	{
	margin-bottom:22px;
	padding:0 10px;
}
.article article h1, .article article h2, .article article h3, .article article h4	{
	color:#333;
}
.article article pre	{
	font-family:Courier New;
	color:#333;
	overflow:auto;
	background:#ffffdd url('images/blue.gif') repeat left top;
}
.article article .tags	{
	font-family:Courier New;
}
.article article .tags a	{
	text-decoration:underline;
}
.sep	{
	text-align:center;
	margin-bottom:20px;
}
.navigation	{
	width:100%;
	overflow:hidden;
	font-family:Courier New;
}
.navigation .left	{
	float:left;
}
.navigation .right	{
	float:right;
}

.comments	{
	margin-top:20px;
}
.comments h2	{
	font-size:13px;
	font-weight:normal;
	font-family:Courier New;
	color:#000;
	margin-bottom:10px;
}
.comments fieldset	{
	font-weight:normal;
}
.comments fieldset .loginmsg	{
	font-family:Courier New;
	text-align:right;
	margin:-20px 0 5px 0;
}
.comments fieldset label	{
	display:block;
	margin-bottom:3px;
	font-family:Courier New;
}
.comments fieldset .intext	{
	width:200px;
	height:15px;
	padding:2px 10px;
	border:1px solid #ddd;
}
.comments fieldset textarea	{
	width:100%;
	padding:10px;
	margin-bottom:3px;
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.comments fieldset .inbtn	 {
	text-align:right;
}
.comments fieldset .inbtn input	 {
	height:24px;
	line-height:24px;
	padding:0 10px;
	font-size:12px;
	font-family:Courier New;
	color:#000;
	cursor:pointer;
	border:0;
	background:#ccc;
}
.comments ol	{
	margin-bottom:20px;
	border-top:1px solid #ddd;
}
.comments ol li	{
	position:relative;
	padding:10px 10px 0 10px;
	color:#aaa;
	border-bottom:1px solid #ddd;
}
.comments ol li .fn	{
	color:#aaa;
	margin-left:5px;
	background:#ffffdd;
}
.comments ol li .fn a	{
	color:#aaa;
	border-bottom:1px solid #ddeeff;
}
.comments ol li .comment-meta	{
	position:absolute;
	top:10px;
	right:10px;
	color:#aaa;
	font-style:italic;
}
.comments ol li .comment-meta a	{
	color:#aaa;
}
.comments ol li p	{
	color:#000;
	margin:0 0 10px 42px; 
}

.post-list	{
}
.post-list	 {
	border-top:1px solid #ddeeff;
}
.post-list li	 {
	padding-left:10px;
	line-height:21px;
	border-bottom:1px solid #ddeeff;
}
.post-list li .date	{
	color:#aaa;
	font-style:italic;
}
.post-list li .title	{
	margin:0 10px;
}
.post-list li .comments	{
	font-size:11px;
	background:#ffffdd;
}
