body {
	margin:0;
	padding: 0 ;
	font-family: dotum, 돋움, Tahoma, Verdana, AppleGothic, helvetica, sans-serif;
	font-size:75%;
	line-height:1.6;
	text-align:center;
	background: #FF url(http://md.egloos.com/skn/img/a/01/07/0/thebarn_bg.gif);
	color: #A1A1A1;
}
a:link,
a:visited { color: #87A019; text-decoration: underline; }
a:hover,
a:active {  text-decoration: none; }

hr.line { display: none; }/*system class*/

#body {
	width: 928px;
	margin: 0 auto;
	padding: 40px 20px 0;
	text-align:left;
	}
#header {
	height: 40px;
	background: #becf74 url(http://md.egloos.com/skn/img/a/01/07/0/integral_menu.gif) no-repeat;
	margin-bottom: 3px;
}
#container{
	background: #FFF url(http://md.egloos.com/skn/img/a/01/07/0/integral_foot.gif) repeat-x bottom;
	padding-bottom: 5em;
}
#content {
	background: #FFF url(http://md.egloos.com/skn/img/a/01/07/0/integral_content.gif) repeat-x;
	float: right;
	width: 687px;
}
#sidebar {
	float: left;
	width: 238px;
}
#footer{
	clear:both;
}



/* header 스타일 시작 */
#header h1.blogtitle {
	float: left;
	font: bold 1em gulim, 굴림, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 1.4em 0 0.5em 0;
	margin: 0 0 0 1.2em;
}
#header h1.blogtitle a{ 
	color: #FFF;
	text-decoration: none;
	}
#header h1.blogtitle a:hover {
	text-decoration: underline;
}
#header p.url {
	float: left;
	margin: 0;
	padding: 1em 0 0 1em;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#header p.url a{ 
	color: #FFF; 
	text-decoration: none;
}
#header p.url a:hover {
	text-decoration: underline;
}

#header p.usermenu {
	float: right;
	padding: 1em 1em 0 0;
	margin: 0;
	color: #FFF;
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#header p.usermenu a { 
	color: #FFF;
	text-decoration: none;
	}
#header p.usermenu a:hover {
	text-decoration: underline;
}

/* header 스타일 끝 */




/* content 스타일 시작 */
#content div.post {
	text-align: left;
	position: relative;
	overflow: hidden;
	word-break: break-all;
	padding: 0 20px;
	margin: 2em auto 2em auto;
	width: 627px;
	background: url(http://md.egloos.com/skn/img/a/01/07/0/integral_post.gif) no-repeat bottom;
	}
#content div.post h2.postdate { 
	display: none;
}
#content div.post h3.posttitle { 
	font: bold 1.5em/1 gulim, 굴림, "Trebuchet MS", Arial, Helvetica, sans-serif;
	word-spacing: -0.1em;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
	color: #2582A4;
	overflow: hidden;
	word-break: break-all;
	}
#content div.post h3.posttitle a { color: #2582A4; }
#content div.post p.postadmin {
	position: absolute; 
	right: 20px; 
	top: 0px;
	*top: 7px;
}
#content div.post p.postadmin a {
	text-decoration: none;
}
#content div.post p.postadmin a:hover {
	text-decoration: underline;
}
#content div.post div.content {
	overflow: hidden;
	word-break: break-all;
	}
#content div.post div.content a {
}
#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 {
	clear: both;
	text-align: right;
	font-size: 0.9em;
	padding: 8px 0 8px 2px;
	margin: 20px 0 0;
	font: 1em dotum,돋움, Verdana, Helvetica, Arial, sans-serif;
	background: url(http://md.egloos.com/skn/img/a/01/07/0/integral_post.gif) no-repeat bottom;
	}
#content div.post p.posttail  a {
	text-decoration: none;
}
#content div.post p.posttail a.checkpost {}
#content div.post p.posttail a.permalink {font: 0.9em verdana, sans-serif; }
#content div.post p.posttail span.author {}
#content div.post p.posttail a.time {font: 0.9em verdana, sans-serif; }
#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 { margin: 2em 3em;text-align: center; }
#content p.page span { }
#content p.page a { margin: 0 30px; }
/* content 스타일 끝 */



/* comment 및 trackback 스타일 시작 */
#content div.post div.comment { border: 1px solid #ededed; font-size: 1em; padding: 15px; margin-bottom: 30px; }
#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 { font: 0.8em verdana, sans-serif; padding-bottom: 5px; margin-top: 10px; }
#content div.post div.comment div.comment_tail a { font-family: dotum,돋움,sans-serif; }
#content div.post div.comment div.comment_tail strong { font-size: 1.2em; }
#content div.post div.comment div.comment_input { border-top: 1px solid #ededed;padding-top: 15px; }
#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: 0.9em verdana,sans-serif; }
/* comment 및 trackback 스타일 끝 */



/* 본문 내의 자주 사용하는 태그 속성 시작 */
#content div.post div.content h1,
#content div.post div.content h2,
#content div.post div.content h3,
#content div.post div.content h4,
#content div.post div.content h5,
#content div.post div.content h6 {
	color: #2582A4;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}
#content div.post div.content ul { 
	margin-bottom: 1em;
	padding-left: 1em;
}
#content div.post div.content ul li {}
#content div.post div.content ol {
	margin-bottom: 1em;
	padding-left: 1em;
}
#content div.post div.content ol li {}
#content div.post div.content blockquote { border-left: solid 8px #bdcd72; 	padding:0 0 0 1em; margin: 1em 0;}

#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 { text-align: center; }
#sidebar p {margin:0; text-align:left;}
#sidebar ul { text-align: left; list-style: none; }

#sidebar div.logoimage { 
	text-align: center; 
	padding: 2em 2em 4em;
	background: #8ac6dc url(http://md.egloos.com/skn/img/a/01/07/0/integral_logo.gif) no-repeat bottom;
	color: #FFF;
}
#sidebar p.description { margin: 1em 0 0 0;padding:0 0 3px 0px; line-height: 1.4; }
#sidebar p.nick { margin: 0 0 20px 0; font-size: 0.9em}
#sidebar p.nick br { display: none; }
#sidebar p.nick img { vertical-align: text-bottom; }/*system class*/

#sidebar div.menu { 
	margin: 0 auto; 
	overflow: hidden; 
}

#sidebar div.menu h3.posttitle { 
	font-family: dotum, 돋움, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #2582A4;
	margin-bottom: 0.1em;
	padding: 0 0 0 1.3em ;
	text-align: left;
}
#sidebar div.menu .content { 
	overflow: hidden; 
	word-break: break-all;
}
#sidebar div.menu div.content { 
	padding: 1.2em 1.5em;
	background: url(http://md.egloos.com/skn/img/a/01/07/0/integral_sidebar.gif) bottom no-repeat;
}

#sidebar div.menu ul.content li {
	padding: 0.4em 0 0.3em 0;
	line-height: 1.4;
	border-bottom: 1px solid #efefef;
}
#sidebar div.menu ul.content li a {
	font-family: dotum,돋움,verdana, helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar div.menu ul.content li span.small { display: block; }/*system class*/
#sidebar div.menu ul.content li span.small {}

#sidebar div.menu .content form#finder { margin: 0; }/*system class*/
#sidebar div.menu .content input#kwd { width: 100px; font-size: 12px; vertical-align: top; }/*system class*/
#sidebar div.menu .content input#submit { margin-left: 5px; vertical-align: top; }/*system class*/

#sidebar div.menu ul { margin: 1px 0 5px 0; padding: 0 0 0 0; }
#sidebar div.menu li { }
#sidebar div.menu p { margin: 1px 0; padding: 0; }



#sidebar div.banner {}
#sidebar div.xml {}
/* sidebar 스타일 끝 */

/* footer 스타일 시작 */
#footer p {}
#footer strong {}

#footer a {color:#A0A0A0;}
#footer a:hover {color:#414141;}
/* sidebar 스타일 끝 */



/* calendar 스타일 시작 */
div.cal { 
	border: 1px solid #bdcd72;
	background: #FFF url(http://md.egloos.com/skn/img/a/01/07/0/integral_menu.gif) no-repeat top center; 
	text-align : center; 
	margin: 0 1em 2em; 
	padding: 10px; 
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.cal_head { text-align : center; padding: 0 0 1em; font-size: 1.1em;}
div.cal_head a{ text-decoration: none; color: #FFF;font-weight: bold; }
div.cal_body { text-align : center; width: 100%; }
div.cal_bottom { }

.cal td { padding: 2px 0; }
.cal td a { text-decoration: underline; }
.cal_day { color: #2582A4;border-bottom: 1px solid #bdcd72; font-weight: bold; }
.cal_sun { color: #2582A4;border-bottom: 1px solid #bdcd72; font-weight: bold; }
.cal_sat { color: #2582A4;border-bottom: 1px solid #bdcd72; font-weight: bold; }
.cal td.cal_today { border: 1px solid #bdcd72; color: #2582A4;}
.cal td.cal_today a { font-weight: bold; color: #2582A4 !important;}

/* calendar 스타일 끝 */