/* COMMON TAG ELEMENTS */
* {
	color: #555;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #c5b77d;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #c5b77d;
}
img {
	border: 0 none;
	vertical-align: middle;
}
form {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	background: #fff url(image/right_bottom_back.gif) no-repeat bottom right fixed;
	text-align: center;
}

/* TOP HEAD STYLE */
#topBack {
	background: url(image/left_top_back.gif) no-repeat top left;
	position: absolute;
	height: 720px;
	width: 425px;
	z-index: -1;
	top: 0;
	left: 0;
}
#head {
	width: 100%;
	position: absolute;
	text-align: center;
	margin: auto;
	top: 0;
	left: 0;
}
#viewTitle {
	height: 110px;
	width: 100%;
	padding-top: 40px;
	text-align: center;
}
#viewTitle a {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #aaa;
	text-transform: lowercase;
}
#viewTitle a:hover {
	text-decoration: none;
	color: #000;
}
#viewBtns ul {
	list-style: none;
	text-align: right;
	margin: -15px 15px 0 0;
}
#viewBtns li {
	display: inline;
	padding-left: 15px;
}
#viewBtns a {
	font-size: 12px;
	color: #aaa;
}
#viewBtns a:hover {
	color: #000;
}
#head span {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, Gulim, sans-serif;
	color: #fff;
}

/* MAIN CONTENTS */
#mainFrame {
	padding-top: 180px;
}

/* Content - post list - title(subject)s */
#content .list .title {
	vertical-align: middle;
	line-height: 130%;
	padding: 10px 25px 5px 25px;
	color: #5d5f53;
	text-align: left;
}
#content .list .title span {
	font-size: 11px;
	color: #ccc;
	font-family: Georgia, sans-serif;
	vertical-align: middle;
}
#content .list .space {
	float: left;
	margin-left: 12px;
	width: 50px;
	height: 50px;
}
#content .list .miniCal {
	float: left;
	margin-left: 12px;
	width: 50px;
	height: 50px;
	background: url(image/losemyminddate.gif) no-repeat top;
}
#content .list .miniCal .top {
	color: #fff;
	margin-top: -1px;
	padding: 0 0 5px 11px;
	font-size: 10px;
	text-transform: uppercase;
}
#content .list .miniCal .day {
	font-weight: bold;
	width: 42px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	margin-top: -2px;
	color: #888;
}
#content .list .title .titleBox {
	float: left;
	width: 90%;
	font-size: 18px;
	font-family: Dotum, µ¸¿ò, sans-serif;
	line-height: 165%;
	margin-top: -5px;
}
#content .list .title .titleBox a {
	color: #c5b77d;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
}

/* Content - post list - comment contents/reply */
#content .list .co_content {
	padding: 10px;
	color: #777;
	line-height: 170%;
	margin: 0px 20px 0px 20px;
}
#content .commentBox {
	margin: 10px 40px 10px 90px;
	border: #eee 3px solid;
}
#content .commentBox .co_list {
	border-bottom: #eee 1px dotted;
}
#content .commentBox .co_name {
	float: left;
	text-align: right;
	width: 120px;
	padding: 5px 15px 5px 0;
}
#content .commentBox .co_memo {
	float: left;
	text-align: left;
	width: 700px;
	padding: 5px;
}
#writeBox {
	padding: 30px;
}
.replyBox {
	padding: 15px 0 15px 0;
	background-color: #fafafa;
}
#writeBox textarea, .replyBox textarea {
	height: 80px;
	width: 80%;
	border: #ccc 2px solid;
	padding: 3px;
	vertical-align: middle;
	overflow: hidden;
	font-family: Malgun Gothic, sans-serif;
	font-size: 24px;
	background-color: transparent;
	line-height: 155%;
}
.replyBox textarea {
	width: 390px;
}
#writeBox textarea:hover, .replyBox textarea:hover {
	background-color: #f7f7f7;
}
#writeBox textarea:focus, .replyBox textarea:focus {
	background-color: #f7f7f7;
}
#writeBox input, .replyBox input.s {
	margin-left: -5px;
	height: 90px;
	width: 80px;
	padding: 3px;
	background-color: #ccc;
	color: #fff;
	border-left: 0 none;
	border-top: #ccc 2px solid;
	border-right: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	vertical-align: middle;
}
.replyBox input.i {
	vertical-align: top;
	border: #ddd 2px solid;
	padding: 2px 2px 2px 18px;
	width: 70px;
	background: url(image/openid.gif) no-repeat left;
}

/* BOTTOM COMMENT WRITE */
#prevNextPost {
	padding-top: 50px;
	margin: 20px;
}
#prevNextPost .prev {
	float: left;
	height: 30px;
	width: 45%;
	text-align: left;
}
#prevNextPost .next {
	float: left;
	width: 54%;
	height: 30px;
	text-align: right;
}
#prevNextPost a {
	color: #999;
}
#prevNextPost span {
	color: #999;
}

/* Bottom - copyright */
#foot {
	margin: 20px;
	padding-top: 20px;
	height: 102px;
	font-size: 10px;
	color: #ccc;
}
#foot a { 
	color: #ccc;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

div.clr { clear: both; }