body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Tahoman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1C1C1;
	}
h1, h2, h3 {
	color: #CDCDE2;
}

a:link {	text-decoration: none;	color: #CDCDE2;}
a:visited {text-decoration: none; color: #CDCDE2;}
a:hover { text-decoration: underline; color: #FFF;}
a:active {}

hr.line { display: none; }/*system class*/

#body {
	background: #000000 url("http://md.egloos.com/skn/img/a/01/08/2/eclipse_img1.jpg") no-repeat center top;
	}

#container {
	width: 830px;
	margin: 0 auto;
	}

#header {
	width: 830px;
	height: 320px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	}

#content {
	float: right;
	width: 560px;
	margin-bottom:30px;
	padding: 0 0 0 30px;
	background: url("http://md.egloos.com/skn/img/a/01/08/2/eclipse_img4.gif") no-repeat;
	}

#sidebar {
	float: left;
	width: 200px;
	margin-left:10px;
	}

#footer {
	width: 830px;
	margin: 0px auto;
	clear:both;
	padding: 20px;
	background: url("http://md.egloos.com/skn/img/a/01/08/2/eclipse_img5.gif") repeat-x;
	}
#footer p {
	margin: 0px;
	padding-right: 40px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color: #FF4000;
}


/* header 스타일 시작 */
#header {}
#header a:link {	text-decoration: none;	color: #000;}
#header a:visited {text-decoration: none;	color: #000;}
#header a:hover {text-decoration: underline;}
#header a:active {}

#header h1 {
	margin: 0;
	padding: 90px 30px 0 0;
	_padding-right: 0;
	letter-spacing: -2px;
	font-size: 35px;
	font-weight: normal;
	}

#header p.url {
	margin: 0;
	padding: 0 30px 0 0;
	_padding-right: 0;
	font-size: 20px;
	font-weight: normal;
	}

#header p.usermenu {
	margin: 0;
	padding: 30px 30px 0 0;
	_padding-right: 0;
	position: absolute;
	bottom: 67px;
	right: 0;
	color: #000;
	}
#header p.usermenu a {
	margin:0;
	padding: 7px 0 7px 20px;
	font:13px bold;
	color: #6f6f6f;
}
#header p.usermenu a:visited {
	color: #6F6F6F;
}
#header p.usermenu a:hover {
	color:#fff;
	}
/* header 스타일 끝 */

/* content 스타일 시작 */
#content a {
}

#content div.post {
	margin: 0;
	text-align: left;
	position: relative;
	overflow:hidden;
	width:550px;
	line-height: 160%;
	}
#content div.post h2.postdate { display:none;}
#content div.post h3.posttitle {
	padding:0 40px 0 0;
	margin-top:1.2em;
	word-break: break-all;
	overflow:hidden;
	width:510px;
	background: url("http://md.egloos.com/skn/img/a/01/08/2/eclipse_img2.gif") no-repeat 510px 1px;
}
#content div.post p.postadmin {
	position: absolute; 
	right: 0; 
	top: 12px; 
	*top:30px;
	font: normal 11px verdana, sans-serif;
	text-decoration:none;
}
#content div.post div.content {
	width: 550px;
	overflow: hidden;
	word-break: break-all;
	}

#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 {
	padding: 10px;
	clear: both;
	text-align: right;
	border-bottom: 1px dashed #2d2d2d;
	}
#content div.post p.posttail a {
	text-decoration:none;
	color: #7d7f86;
	}
#content div.post p.posttail a:hover {
	text-decoration:underline;
	}

#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 { width:250px; margin: 30px auto; height: 30px; color:#999 }
#content p.page a {color:#fff; }
/* content 스타일 끝 */



/* comment 및 trackback 스타일 시작 */
#content div.post div.comment { font-size: 1em; margin-bottom: 30px; _height:1%;}
#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 #2d2d2d; 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 ul {}
#content div.post div.content ul li {}
#content div.post div.content ol {}
#content div.post div.content ol li {}
#content div.post div.content blockquote {}

#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 {
	margin-bottom:30px;
	text-align:center;
}


#sidebar p.logoimage {}

#sidebar p.description {margin:0; padding:0;}
#sidebar p.nick {margin:0 0 20px 0; padding:0;}
#sidebar p.nick br { display: none; }
#sidebar p.nick img { vertical-align: text-bottom; }/*system class*/

#sidebar div.menu { width: 200px; margin: 0 ; text-align: left; overflow: hidden; }

#sidebar div.menu h3.posttitle {
	background: url("http://md.egloos.com/skn/img/a/01/08/2/eclipse_img2.gif") no-repeat right center;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px dotted #2d2d2d; 
	margin-top:20px;
}

#sidebar div.menu .content { list-style: none; padding-left: 0; margin-left: 0; overflow: hidden; }/*system class*/

#sidebar div.menu ul.content li {}
#sidebar div.menu ul.content li span.small { display: block; }/*system class*/
#sidebar div.menu ul.content li span.small {}
#sidebar div.menu ul.content li span.last {}

#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.banner {}
#sidebar div.xml {}
/* sidebar 스타일 끝 */



/* calendar 스타일 시작 */
div.cal { border:1px solid #2c2c2c;text-align : center; margin-bottom: 25px; padding: 10px; font-family: verdana, sans-serif; font-size: 0.8em;color: #647e82; }
div.cal_head { text-align : center; padding: 5px 0; }
div.cal_body { text-align : center; margin-right: 10px; width: 100%; }
div.cal_bottom { }
.cal a { color: #bcd798; text-decoration:none;}

.cal td { padding: 2px 0; }
.cal td a { text-decoration: underline; }
.cal_day { color: #bcd798; font-weight: bold; }
.cal_sun { color: #ff6767; font-weight: bold; }
.cal_sat { color: #6c99ff; font-weight: bold; }
.cal_today { border:1px solid #2c2c2c; color: #e6d1a9;  }
.cal_today a { font-weight: bold; color: #bcd798;}
/* calendar 스타일 끝 */