/*
Theme Name: Dahlia—Simple
Theme URI: http://blog.dahlia.pe.kr/
Description: No description.
Version: 1.0
Author: Hong, MinHee
Author URI: http://dahlia.kr/
Tags: red, onw column, simple
*/

body {
	font-family: 'NanumGothic', sans-serif;
	line-height: 180%;
	max-width: 850px;
}

a {
	color: maroon;
	text-decoration: none;
	background-color: #FFF0F0;
	border: 1px solid #FFCDCC;
	border-top: none;
	border-left: none;
}

a:active {
	border: 1px solid #FFCDCC;
	border-bottom: none;
	border-right: none;
}

a img { border: none; }

q:before { content: '\201c'; }
q:after { content: '\201d'; }

del { color: gray; }

del:before {
	content: ' (\c0ad\c81c\b428:) ';
	font-size: smaller;
}

ins {
	text-decoration: none;
	border-bottom: dashed 1px black;
}

ins:before {
	content: ' (\cd94\ac00\b428:) ';
	font-size: smaller;
	color: gray;
}

.title { margin: 1em 0 2em 0; }

.title * {
	display: inline;
	font-family: Georgia, serif;
	font-size: large;
}

.title h1 a {
	padding: 0.5em;
	font-weight: normal;
	background-color: black;
	color: white;
	border: none;
}

.title h1 a:hover { background-color: maroon; }

.title p {
	padding-left: 0.5em;
	color: #333;
}

body.list .posts dt {
	font-family: Georgia, serif;
	color: #333;
}

body.list .posts a.comments {
	font-size: small;
	border: none;
	background-color: transparent;
	color: #FF5A57;
}

body.list .pager { display: block; margin: 0; padding: 0; }
body.list .pager li { display: inline; }
body.list .pager .older { padding-right: 2em; }
body.list .pager .older a:before { content: '\2190  '; }
body.list .pager .newer a:after { content: '  \2192'; }

body.single .post .entry p,
body.single .post .entry blockquote { text-align: justify; }

body.single .post .entry pre {
	margin: 1em;
	padding: 1em;
	color: maroon;
	background-color: #FFF0F0;
}

body.single .post .entry .footnotes { font-size: small; }
body.single .post .entry .footnotes hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid silver;
}

.meta { font-size: small; color: #333; }
.meta a { color: #FF5A57; }
