/* Yo3/* Yo */
body {
	margin: 0;
	padding: 0;
	font: normal .75em/1.7em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f4e7db url(http://pds6.egloos.com/pds/200711/22/76/yo3_body.jpg) no-repeat top;
	border-bottom: 60px solid #734415;
	}

a {text-decoration: none; color: #b43939;}
a:hover {text-decoration: underline;}

h1, h2, h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	*font-family: 굴림, Georgia, "Times New Roman", Times, serif;
	color: #b43939;
	margin: 0;
	}
hr.line { display: none; } /*system class*/

/* position 스타일 시작 */
#body {}

#header {
	padding: 20px 40px 17px;
	}

#container {
	float: left;
	width: 100%;
	margin-right: -260px;
	}

#content {
	margin: 0 260px 0 20px;
	padding: 0;
	background: #fff;
	border: 5px solid #c7894c;
	border-bottom: none;
	}

#sidebar {
	float: right;
	width: 220px;
	margin: 0 0 20px;
	padding: 50px 20px 26px 0;
	text-align: center;
	background: url(http://pds7.egloos.com/pds/200711/21/76/yo3_side.jpg) no-repeat center bottom;
	color: #c7894c;
	}

#footer {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 1%;
	}
/* position 스타일 끝 */

/* header 스타일 시작 */
#header p,
#header h1 {margin: 0; padding: 0;}

#header h1 {
	font-size: 4em;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: -2px;
	}

#header p.url {
	float: left;
	padding: 0 0 0 .4em;
	font-size: 2em;
                font-weight: bold;
	line-height: 1.1;
	font-style: italic;
	width: 40%;
	}

#header p.usermenu {
	text-align: right;
	font-size: .8em;
	color: #000000;
	letter-spacing: 1px;
	}

#header a {color: #000000; font-family: Georgia, "Times New Roman", Times, serif; *font-family: 굴림, Georgia, "Times New Roman", Times, serif;}
#header p.usermenu a {
	text-transform: uppercase;
	font-weight: bold;
	}


/* header 스타일 끝 */

/* content 스타일 시작 */
#content div.post {
	position: relative;
	margin: 15px 15px 40px;
	padding: 0 0 45px 0;
	background: url(http://pds7.egloos.com/pds/200711/21/76/yo3_content.jpg) no-repeat center bottom;
	}
#content div.post h2.postdate {display: none;}
#content div.post h3.posttitle {
	/*padding: 0 56px 0 0;*/
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 .8em;
	overflow: hidden;
	word-break: break-all;
	letter-spacing: -2px;
	width: 87%;
	margin-right: -56px;
	}
#content div.post h3.posttitle a {
	color: #b43939;
	}
#content div.post p.postadmin {
	position: absolute; 
	right: 0;
	top: 0;
	*top: 12px;
	_right: 275px;
	padding: 0;
	font: normal .9em/1.3em 굴림, Arial, Helvetica, sans-serif;
	}
#content div.post div.content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1.8em;
	word-break: break-all;
	}

#content div.post div.content a img { border: none; }
#content div.post div.content img.image_top	{ margin-bottom : 15px; }/*system class*/
#content div.post div.content img.image_mid { margin: 15px 0; }/*system class*/
#content div.post div.content img.image_left { margin: 0 15px 15px 0; }/*system class*/
#content div.post div.content img.image_right { margin: 0 0 15px 15px; }/*system class*/

#content div.post div.content a.more {}
#content div.post div.content span.archivedate {}

#content div.post p.posttail {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0 0 15px;
	}

#content div.post p.posttail a.checkpost {}
#content div.post p.posttail a.permalink {}
#content div.post p.posttail span.author {}
#content div.post p.posttail a.time {}
#content div.post p.posttail a.category {}

#content div.post p.posttail a.tail_trb {}
#content div.post p.posttail a.tail_trb span {}

#content div.post p.posttail a.tail_cmt {}
#content div.post p.posttail a.tail_cmt span {}

#content p.page {
	text-align: center;
	padding: 20px 0;
	margin: 10px -5px 0;
	border-top: 5px solid #c7894c;
	background: #f4e7db url(http://pds6.egloos.com/pds/200711/21/76/yo3_pagebg.gif) repeat-x;
	}
#content p.page span {margin-right: 14px;}
/* content 스타일 끝 */



/* comment 및 trackback 스타일 시작 */
#content div.post div.comment {
	border: 1px solid #c7894c;
	padding: 15px;
	background: #faf3ed;
	margin-bottom: 15px;
	_height: 1%;
	color: #c7894c;
	}
#content div.post div.comment div.comment_body {
	padding-bottom: 10px;
	}
#content div.post div.comment div.comment_body div {
	margin-left: 17px;
	line-height: 1.6;
	}
#content div.post div.comment div.comment_tail {
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: .9em;
	}
#content div.post div.comment div.comment_tail a {
	font-size: 1.1em;
	}
#content div.post div.comment div.comment_tail strong {}
#content div.post div.comment div.comment_input {
	padding-top: 10px;
	border-top: 1px dotted #c7894c;
	}
#content div.post div.comment div.comment_input form div {}
#content div.post div.comment div.comment_line {}
#content div.post div.comment div.track_top {}
#content div.post div.comment div.track_top .time {font-size: 0.9em;}

#name, #passwd {}
#homepage {}
#name,
#passwd,
#homepage,
#comment {
	font-size: 12px;
	color: #b43939;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #c7894c;
	}

/* comment 및 trackback 스타일 끝 */



/* 본문 내의 자주 사용하는 태그 속성 시작 */
#content div.post div.content ul {margin-left: 3em; padding-left: 0; list-style: none;}
#content div.post div.content ul li {padding-left: 12px; background: url(http://pds6.egloos.com/pds/200711/21/76/yo3_bull.gif) no-repeat 0 .5em;}
#content div.post div.content ol {margin-left: 3em; padding-left: 0; list-style-position: inside;}
#content div.post div.content ol li {}
#content div.post div.content blockquote {margin-left: 3em; margin-right: 3em; padding: 1em; background: #faf3ed; border: 1px dotted #c7894c; color: #c7894c;}

#content div.post div.content q {}
#content div.post div.content acronym {}
#content div.post div.content strong {}
#content div.post div.content em {}

#content div.post div.content dl {}
#content div.post div.content dl dt {}
#content div.post div.content dl dd {}

#content div.post div.content cite {}
#content div.post div.content code {}
#content div.post div.content samp {}
#content div.post div.content kbd {}
/* 본문 내의 자주 사용하는 태그 속성 끝 */



/* sidebar 스타일 시작 */
#sidebar div#logoimg {
	margin-bottom: 25px;
	padding-bottom: 30px;
	background: url(http://pds7.egloos.com/pds/200711/21/76/yo3_side.jpg) no-repeat center bottom;
	}
#sidebar p.logoimage {
	margin: 0 5px 10px;
	padding: 5px;
	background: #c7894c;
	_height: 1%;
	}
#sidebar p.logoimage img {
	width: 200px !important;
	height: auto !important;
	}
#sidebar p.description,
#sidebar p.nick {
	font: normal .9em/1.4em 굴림, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 5px;
	}
#sidebar p.nick img { vertical-align: text-bottom; }/*system class*/
#sidebar p.logoimage br, #sidebar p.nick br {display: none;}

#sidebar div.menu {}
#sidebar div.menu h3.posttitle {
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: normal;
	margin: 0 0 .6em 0;
	text-align: left;
	background: url(http://pds6.egloos.com/pds/200711/21/76/yo3_sidetitle.jpg) no-repeat right;
	}
#sidebar div.menu div.content {
	margin-bottom: 25px;
	padding-bottom: 30px;
	background: url(http://pds7.egloos.com/pds/200711/21/76/yo3_side.jpg) no-repeat center bottom;
	}
#sidebar div.menu div.content div {}
#sidebar div.menu .content {
	margin: 0;
	padding: 0;
	overflow: hidden;
	word-break: break-all;
	}/*system class*/
#sidebar div.menu ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
#sidebar div.menu ul.content li {
	line-height: 1.5em;
	height: 1%;
	padding: 0 0 0 12px;
	margin: 5px 0;
	background: url(http://pds6.egloos.com/pds/200711/21/76/yo3_bull.gif) no-repeat 0 .5em;
	}
#sidebar div.menu ul.content li a {
	display: block;
	padding: 0;
	}
#sidebar div.menu ul.content li span.small { display: block;}/*system class*/

#sidebar div.menu .content form#finder { margin: 0; padding: 5px 0;}/*system class*/
#sidebar div.menu .content input#kwd {
	font-size: 12px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #c7894c;
	vertical-align: top;
	width: 150px !important;
	color: #b43939;
	}/*system class*/
#sidebar div.menu .content input#submit {margin-left: 5px; vertical-align: top;}/*system class*/

#sidebar div.menu .content .memobody {
	text-align: left;
	width: 100%;
	overflow: hidden;
	}
#sidebar div.menu .content .memobody div {margin: 0 !important; border: none; padding: 0 !important; background: none;}
.memobody h3, .memobody h4 {
	font-size: 1.4em !important;
	font-weight: normal;
	margin: .5em 0;
	}
#sidebar div.menu .content .memobody p {
	padding: 0;
	margin: 0 0 1.3em;
	line-height: 1.4em;
	}
#sidebar div.menu .content .memobody ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
#sidebar div.menu .content .memobody ul li {
	line-height: 1.5em;
	height: 1%;
	padding: 0 0 0 12px;
	margin: 5px 0;
	background: url(http://pds6.egloos.com/pds/200711/21/76/yo3_bull.gif) no-repeat 0 .5em;
	}
#sidebar div.menu .content .memobody ul li a {
	display: block;
	}

#sidebar div.menu .content img.thumbnail {
	border: 1px solid #c7894c !important;
	}

#sidebar div.banner,
#sidebar div.xml {margin-bottom: 10px;}
/* sidebar 스타일 끝 */



/* calendar 스타일 시작 */
div.cal {
	margin-bottom: 25px;
	padding-bottom: 30px;
	background: url(http://pds7.egloos.com/pds/200711/21/76/yo3_side.jpg) no-repeat center bottom;
	}
div.cal_head {
	text-align : center;
	font-size: .9em;
	padding-bottom: 10px;
	}
div.cal_head a {margin: 0 5px;}
div.cal_head a:hover {}

div.cal_body {padding: 0 10px;}

div.cal_body table {width: 200px;}
div.cal_body table,
div.cal_body td {font: 11px/1.4em "Courier New", Courier, monospace;}
div.cal_bottom {}

td.cal {text-align : center;}
td.cal a,
td.cal_today a {display: block;}
.cal_day {text-align : center; padding-bottom: 5px;}
.cal_sun,
.cal_sat {
	text-align : center;
	color: #b43939;
	font-weight: bold;
	padding-bottom: 6px;
	}
.cal_today {
	text-align: center;
	border: 1px solid #c7894c;
	}
.cal_tr {}
/* calendar 스타일 끝 */