@charset "utf-8";

@import url(//cdn.kldp.org/fonts/css/open-sans.css);
@import url(//cdn.kldp.org/fonts/css/nanumbarungothicweb.css);
/* @import url(//oops.org/fonts/nanumgothiccoding.css); */
/*
@import url(//cdn.oops.org/fonts/ungungseo.css);
@import url(//cdn.oops.org/fonts/vera-sans-mono.css);
*/

* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

html, body {
	height: 100%;
}

body, div, td, li, label {
	font-family: '나눔바른고딕', 'Nanum Barun Gothic Web', '굴림', Gulim, sans-serif;
	line-height: 200%;
}

/* For IE img pixelated */
img { -ms-interpolation-mode: bicubic; }

.accordion-inner pre {
	margin-top: 10px;
}

pre.code {
	margin-left: 15px;
}

body {
	background-color: #cdcdcd;
}

/* body 전체 container */
div#main-container {
	margin: 0 auto;
	padding: 10px 10px;
	width: 600px;
	height: 100%;
	display: table;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.centered {
	position: relative;
	display: inline-block;

	background-color: #efefef;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;

	width: 100%;
	padding: 1em;
}

div.header {
	border-bottom: 1px dotted #333;
	font-family: "Open Sans", tahoma, gulimche, sans-serif;
	margin-bottom: 20px;
}

div.footer {
	border-top: 1px dotted #333;
	text-align: right;
	font-family: "Open Sans", tahoma, gulimche, sans-serif;
	margin-top: 20px;
	padding-top: 10px;
}

span.support {
	font-family: "Open Sans", tahoma, gulimche, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

div.row {
	margin-top: 10px;
	margin-left: 20px;
}

.subtitle {
	font-weight: bold;
	color: rgb(139,137,112);
	margin-bottom: 10px;
}


/* Logo */
div#logo {
	position: absolute;
	left: 5px;
	top: 5px;
}
