@charset "utf-8";

* {
	font-family: Palatino, Georgia, YoonMyungjo, Apple Myungjo, Batang, serif;
	line-height: 160%;
}

#header { display: none; }

body#tt-body-page .miscInfo { display: none; font-size: 11pt; }

body#tt-body-page .entry { border-top: 1px dotted black; margin-bottom: 20pt; }
body#tt-body-page .entry:first-child { border-top: none; }

h2, h3 { font-family: Lucida Grande, Verdana, Malgun Gothic, 맑은 고딕, Apple Gothic, Dotum, sans-serif; }
h2 { font-size: 15pt; }
h3 { font-size: 13pt; }

.paging, #sidebar, #modules { display: none; }
ul.admin { display: none; }
ul.postInfo { list-style: none; clear: left; margin: 0; padding: 0;}
ul.postInfo li { padding: 0 0.4em 0 0; float: left; margin: 0 0 18pt 0; padding: 0 15pt 0 0; }
.article { clear: left;  }
hr, form { display: none; }

a, a:visited { color: #339; }
#footer {
	margin: 25pt 0;
	text-align: center;
	font-size: 8pt;
}
a.cclicense {
	content: attr(title);
}


/* Article Formatting */
.article a:after {
	content: "[" attr(href) "]";
	font-size: 0.8em;
	margin-left: 5pt;
	text-decoration: none;
}
.article p {
	text-indent: 0.6em;
	orphans: 3;
}
.me2day_daily_digest p a:after,
.me2day_daily_digest a.datetime:after { content: ""; margin: 0; }
.me2_tags { font-family: sans-serif; font-size: 0.9em; }
.article div.footnotes { font-size: 0.85em; line-height: 150%; padding: 1em 0.5em 0 0.2em; text-align: left; }
.article div.footnotes hr { display: block; width: 30%; }


