@charset "UTF-8";

/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	font-size: 100%;
}
ol, ul {
	list-style: none outside;
}

/* Base */
body {
	color: #4b4b4b;
	background-color: #fff;
	font: 87.5%/1.5 "Malgun Gothic", "맑은 고딕", Dotum, 돋움, "Helvetica Neue", Helvetica, sans-serif;
}
a:link,
a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #f79;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #f79;
	background-color: transparent;
	text-decoration: none;
}
.title {
	font-weight: bold;
}

/* Layout */
#wrapper {
	width: 33em;
	margin: 0 auto;
}

/* Header */
#header .title {
	font-size:2em;
}

/* Article */
div.article {
	position: relative;
	width: 100%;
	margin: 3em 0;
}
	div.article-body a:link,
	div.article-body a:visited {
		color: #f79;
		background-color: transparent;
		text-decoration: none;
	}
	div.article-body a:hover,
	div.article-body a:focus {
		color: #f79;
		background-color: transparent;
		text-decoration: underline;
	}
	div.article-body a:active {
		color: #fff;
		background-color: #f79;
		text-decoration: none;
	}
	div.article div.admin {
		position: absolute;
		top: 0;
		left: 34em;
	}
		div.article div.admin a {
			white-space: nowrap;
		}
		div.article div.admin a:link,
		div.article div.admin a:visited {
			color: #999;
			background-color: transparent;
		}
		div.article div.admin a:hover,
		div.article div.admin a:focus,
		div.article div.admin a:active {
			color: #000;
			background-color: transparent;
		}

/* Paging */
div.paging a.page-number {
	font-family: Georgia, serif;
}