@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:0.75em/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		background-color:#ddd;
		color:#666; letter-spacing:-1px;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:red;  text-decoration:underline;}
a:active        { color:red;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
	.selected               { text-align:center;   font-weight:bold;  color:#f30;}
	.no-more                { color:#ccc;}

/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:0.75em Tahoma;  color:#f30;}

/* 달력 월 표시 */
	.cal_month              { font:0.9em Verdana;  height:18px; font-weight:bold; letter-spacing:normal;}
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em dotum;    font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em dotum;  color:#f30; }

/* 달력 Week(tr 영역)  */
	.cal_week               {  height:10px;}
	.cal_current_week       { background-color:#333;}

/* 달력 Day(td 영역) */
	.cal_day                { font:0.85em Verdana;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { color:#f30 !important;}
	.cal_day_sunday a        { color:#f30 !important;}

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#9e9e9e;  font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click:link        { color:#898989;  font-weight:bold;}
	a.cal_click:visited     { color:#898989;  font-weight:bold;}
	a.cal_click:hover       { color:white;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               { }
	.rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { }

/* 이미지 아래 캡션 스타일 */
	.cap1                   { color:#999;  text-align:center;}
/* 그림 */
	.imageblock             {  padding:5px;  margin:5px 0;}
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
	.moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_body          { }
	.moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;}

/* 키워드 */
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }

/* 반드시 들어가야하는 스타일 끝 */

/* 공통영역 */
 * { margin: 0; padding: 0; }
hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}
ol, ul, li { list-style:none;}

/* 블로그 레이아웃 */
body { background:url(images/bg.jpg) top center no-repeat #070707;}
#content { width:544px; overflow:hidden; padding:16px; background:url(images/contentBg.gif); margin:0 auto; }
.contentBottom {width:576px; background:url(images/contentBgBottom.gif) bottom white no-repeat; height:4px;  margin:0 auto; margin-bottom:8px; }

/* ***** Header ******/
#header { background:white;  background:url(images/contentBgTop.gif) center bottom no-repeat;width:576px; margin:0 auto; }
#header .title {  padding:85px 0 15px 15px;}
#header .title span { padding:5px 0 0 0; display:block; font:0.9em dotum; letter-spacing:-1px;}
#header h1 {font:1.15em Verdana;  font-weight:bold; margin:0 0 0 -1px;  letter-spacing:-1px;  }
#header h1 a { color:black; padding-bottom:2px; border-bottom:1px solid #ff0072; font-family:dotum;  }
#header h1 a:hover { color:#ff0096;  text-decoration:none;}
#header .blogMenu  { position:absolute; text-align:right; width:570px; top:45px;}
#header .blogMenu ul   { margin:0;  padding:0;  list-style:none;}
#header .blogMenu li   { display:inline;  background:url(images/bullBar.gif) no-repeat;  margin-left:3px;  padding-left:7px;}
#header .blogMenu li.tab_home { background:none;}
#header .blogMenu a { color:#eee;}
#header .blogMenu a:hover { color:#ff0096;}
#header .desc { display:block; height:15px; padding-top:2px;}

/* ***** content ***** */
#content  h2, #content  h3 { border-bottom:1px solid #ccc;  margin-bottom:3px; padding-bottom:1px;  color:#222; font:1.1em 굴림; font-weight:bold;}
#content  h2 a, #content  h3 span {border-bottom:2px solid black; margin:0;  width:auto;}
#content  h2 a:hover { text-decoration:none;  }

#content .titleWrap { margin:0 0 15px 0;}
#content .titleWrap .category a { font:0.9em dotum; color:#777;}
#content .titleWrap .date { font:0.8em tahoma; margin-left:5px; color:#aaa; letter-spacing:normal;}
#content .titleWrap .admin { border-top:1px solid #ccc; padding:5px 0; margin:2px 0; text-align:right; color:#666;}
#content .titleWrap .admin a{ color:#444; font:1em dotum;}

#content .entry { margin:10px 0 40px 0; color:#888;}
#content .article { letter-spacing:normal; font-family:굴림; width:545px; overflow:hidden;    }


#content .entry .tagTrail { margin:15px 5px -10px 0; clear:both; letter-spacing:normal; font:1em dotum; }
#content .entry .tagTrail .tagText {background:url(images/entryTag.gif) top left no-repeat; width:33px; height:20px; float:left;}
#content .entry .tagTrail .tagText span{ display:none;}

#content .entry .actionTrail  { font:0.8em tahoma; letter-spacing:normal; color:#909090; padding: 6px 0 7px 0; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; margin-top:15px;  clear:both;}
#content .entry .actionTrail a{color:#909090;}
#content .guestList {margin:10px 0 40px 0; color:#888;}

#content .article ol, #content .article ul { margin:20px 0 20px 20px; padding:0;}
#content .article ol li { list-style:decimal; margin:0; padding:0;}
#content .article ul li { list-style:circle; margin:0; padding:0;}
#content .article BLOCKQUOTE { margin:10px 0 10px 20px; padding-left:6px; border-left:3px solid #eee;}


/* 코멘트 */
.commentWrite { padding:8px 0;}
.commentWrite label { display:none;}
.commentWrite input, .commentWrite textarea { width:477px; border:3px solid #e1e1e1; margin:1px 0; padding-left:60px; padding-top:3px; color:#808080; font:1em gulim; height:15px;}
.commentWrite textarea  { height:70px; background:url(images/bgComment.gif) 0 0 no-repeat #ffffff; padding:22px 9px 9px 9px; width:518px;}
.commentWrite input.name { background:url(images/bgName.gif) 0 0 no-repeat;}
.commentWrite input.home { background:url(images/bgHome.gif) 0 0 no-repeat; font:0.8em tahoma;}
.commentWrite input.pass { background:url(images/bgPass.gif) 0 0 no-repeat; }
.commentWrite p { border:1px solid white;}
.commentWrite .submit { border:0; padding:0; margin:0; width:470px; height:28px; margin-top:4px;}
.comment .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:119px 0 0 475px;}
.comment .secretWrap label { font:0.8em tahoma; letter-spacing:normal; display:block; position:absolute;  margin:123px 0 0 495px; cursor:pointer;}


.comment {position:relative;}
.comment h3 { display:none;}
.commentList {background:#fcfcfc;}
.commentList li { margin-top:6px; border:1px solid #e6e6e6; background:url(images/commentBg.gif) 0 1px repeat-x #fcfcfc; width:522px; padding:10px 10px 8px 10px;}
.commentList li .date { font:0.8em tahoma; letter-spacing:normal; color:#ccc;}
.commentList li .name { float:left; font-weight:bold; margin-right:7px;  color:black;}
.commentList li .name img { vertical-align:middle;}
.commentList li p { clear:left; padding-top:4px; padding-bottom:3px; width:510px; overflow:hidden;}
.commentList li ul { margin:0; padding:0 !important;}
.commentList li ul li { width:500px;}
.commentList li ul li p { width:483px;}

.commentList li .control { float:right; margin-top:-5px; margin-right:-5px;}
.commentList li .control a { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:left; margin-top:4px; margin-right:3px;}
.commentList li .control .address { background:url(images/iconAdd.gif); width:23px; }
.commentList li .control .modify { background:url(images/iconModify.gif); width:24px;}
.commentList li .control .write { background:url(images/iconReply.gif); width:28px; }
.commentList .reply li .control  { margin-top:-22px;}

.trackback { border-bottom:1px dashed #ccc; padding-bottom:3px;}
.trackback h3 {margin-top:6px; border:1px solid #e6e6e6 !important; background:url(images/commentBg.gif) 0 1px repeat-x #fcfcfc;  padding:8px 10px !important; display:block; font:0.8em tahoma !important; color:#888 !important; letter-spacing:normal;}
.trackback h3 span { border:0 !important; font-weight:normal;}
.trackback li {margin:5px 0; border:1px solid #e6e6e6; background:url(images/commentBg.gif) 0 1px repeat-x #fcfcfc;  padding:10px 10px 8px 10px;}
.trackback li h4 { font:1em gulim; letter-spacing:normal; font-weight:bold;}
.trackback li p {clear:left; padding-top:7px; margin-top:4px; padding-bottom:3px; font:0.9em dotum; border-top:1px dashed #ccc;}
.trackback li .date { font:0.8em tahoma; letter-spacing:normal; color:#ccc;}
.trackback li .delete {  display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:right; margin-top:-33px;  background:url(images/iconDelete.gif); width:22px;}

/* 공지 */
.entryNotice { margin-bottom:40px;}

/* 비밀글 */
.entryProtected { margin-bottom:50px;}
.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px; margin-bottom:10px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}

/* 방명록 */
.guestbook {background:#fcfcfc;}
.guestbook li { margin-top:6px; border:1px solid #e6e6e6; background:url(images/commentBg.gif) 0 1px repeat-x #fcfcfc;  padding:10px 10px 8px 10px;}
.guestbook li .date { font:0.8em tahoma; letter-spacing:normal; color:#ccc;}
.guestbook li .name { float:left; font-weight:bold; margin-right:7px; float:left; color:black;}
.guestbook li .name img { vertical-align:middle;}
.guestbook li p { clear:left; padding-top:4px; padding-bottom:3px; width:510px; overflow:hidden;}
.guestbook li ul li p { width:483px;}

.guestbook .commentWrite { border-bottom:1px dashed #ccc;}
.guestbook li .control { float:right; margin-top:-5px; margin-right:-5px;}
.guestbook li .control a { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:left; margin-top:4px; margin-right:3px;}
.guestbook li .control .address { background:url(images/iconAdd.gif); width:23px; }
.guestbook li .control .modify { background:url(images/iconModify.gif); width:24px;}
.guestbook li .control .write { background:url(images/iconReply.gif); width:28px; }
.guestbook .reply li .control  { margin-top:-22px;}

/* 태그로그 */
.taglog .tagbox { padding:10px 0 30px 0;}
.taglog .tagbox .cloud1, .sidebarCenter .tagbox a.cloud1:visited{font-size:14px; color:#ff6600;}
.taglog .tagbox .cloud2, .sidebarCenter .tagbox a.cloud2:visited {font-size:13px; color:#ff9900;}
.taglog .tagbox .cloud3, .sidebarCenter .tagbox a.cloud3:visited {font-size:12px; color:#669900;}
.taglog .tagbox .cloud4, .sidebarCenter .tagbox a.cloud4:visited {font-size:12px; color:#0099CC;}
.taglog .tagbox .cloud5, .sidebarCenter .tagbox a.cloud5:visited {font-size:11px; color:#999;}
.taglog .tagbox li { display:inline; margin-right:5px;}
.taglog .tagbox a:hover { text-decoration:underline; }

/* 위치로그 */
.localog .spot              { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  padding-left:20px;  margin-top:5px;}
.localog .info              { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  padding-left:15px;  margin-top:2px;}
.localog a:link             { color:#5a5194;}
.localog a:visited          { color:#5a5194;}
.localog a:hover            { color:#7870ab;  text-decoration:underline;}

/* 검색 리스트 */
.searchList ol,
.searchRplist ol            { list-style:none;  padding:5px;  margin:0; margin-bottom:30px;}
.searchList li,
.searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px; letter-spacing:normal;}
.searchList .date,
.searchRplist .date         { font:0.8em tahoma;  margin-right:10px; }
.searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#f60;}
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

/* 페이징 */
#paging { text-align:center; font:9px Verdana; font-weight: bold; letter-spacing:normal; padding-bottom:30px;}
.number { margin:0px; padding:0px 2px 0px 3px; font:9px Verdana; font-weight: bold;}
a.number:link, a.number:visited  { background:#b7b7b7; color:#fff;}
a.number:hover {background:#f180ba; text-decoration:none;}

/* 사이드바 센터 */
.sidebarCenterTop { background:url(images/sidebarBgTop.gif) no-repeat top; padding:5px 0 0 0; width:578px; margin:0 auto;}
.sidebarCenterBottom {background:url(images/sidebarBgBottom.gif) no-repeat bottom; padding:0 0 5px 8px;}
.sidebarCenter { background:url(images/sidebarBg.gif); padding:2px 8px 8px 8px;  font-size:0.9em;}

.sidebarCenter a { color:#7e7e7e;}
.sidebarCenter a:hover { color:white;}
.sidebarCenter a:visited { color:#7e7e7e;}

.sidebarCenter div { padding:4px 5px 6px 0; width:556px; background:url(images/sidebarBar.gif) bottom left repeat-x;  clear:both;}
.sidebarCenter div ul{  clear:both; padding-left:109px; }

.sidebarCenter ol, .sidebarCenter ul { margin:0; padding:0;  list-style:none;}
.sidebarCenter li { display:inline; margin-right:10px;}
.sidebarCenter .recentTrackback ul li{ display:inline;}
.sidebarCenter .date, .sidebarCenter .cnt { font:0.8em tahoma; letter-spacing:normal;}

.sidebarCenter .bloginfo { padding-left:0; overflow:hidden;}
.sidebarCenter .bloginfo img { height:40px; border:4px solid #f1f1f1; float:left; margin-right:7px;}
.sidebarCenter .bloginfo .title { font-weight:bold; font-size:1.4em; color:white; display:block; margin:6px 0 0 0; }

.sidebarCenter .notice li { padding-left:16px; margin-top:-1px; padding-top:1px; background:url(images/iconNotice2.gif) 0 0 no-repeat;}

.sidebarCenter .category { display:none;}
.sidebarCenter .categoryList ul, .sidebarCenter .categoryList li { list-style:none; margin:0; padding:0; display:inline;}
.sidebarCenter .categoryList li {padding:0 0 0 13px; background:url(images/btn_category0.gif) 0 0 no-repeat;}
.sidebarCenter .categoryList li ul { padding:0; margin:0;}
.sidebarCenter .categoryList li ul li {padding:0 0 0 20px; background:url(images/btn_category2.gif) 7px 0 no-repeat;}
.sidebarCenter .categoryList li ul li ul {padding:0; margin:0;}
.sidebarCenter .categoryList li ul li ul li {padding:0 0 0 20px; background:url(images/btn_category.gif) 7px 0 no-repeat;}
.sidebarCenter .categoryList .c_cnt { font:0.8em tahoma; font-weight:normal; letter-spacing:normal;}

.sidebarCenter .tagbox { background:#3b3b3b; margin-top:-1px;}
.sidebarCenter .tagbox .cloud1, .sidebarCenter .tagbox a.cloud1:visited{font-size:14px; color:#ff6600;}
.sidebarCenter .tagbox .cloud2, .sidebarCenter .tagbox a.cloud2:visited {font-size:13px; color:#ff9900;}
.sidebarCenter .tagbox .cloud3, .sidebarCenter .tagbox a.cloud3:visited {font-size:12px; color:#669900;}
.sidebarCenter .tagbox .cloud4, .sidebarCenter .tagbox a.cloud4:visited {font-size:12px; color:#0099CC;}
.sidebarCenter .tagbox .cloud5, .sidebarCenter .tagbox a.cloud5:visited {font-size:11px; color:#999;}
.sidebarCenter .tagbox li { margin:0 3px -1px 0;}
.sidebarCenter .tagbox a:hover { text-decoration:underline; }

.sidebarCenter .counter { font:0.9em tahoma; letter-spacing:normal; clear:both;}
.sidebarCenter .counter .total {  background:url(images/barCounter.gif) center left no-repeat; color:#aaa; padding-left:109px;}

/* 사이드바 센터 타이틀 이미지 */
.sidebarCenter .notice ul { padding-left:110px; background:url(images/barNotice1.gif) center left no-repeat;}
.sidebarCenter .recentPost ul { background:url(images/barRecentPost1.gif) center left no-repeat; }
.sidebarCenter .recentComment ul { background:url(images/barRecentComments1.gif) center left no-repeat; }
.sidebarCenter .recentTrackback ul { background:url(images/barRecentTrackback1.gif) center left no-repeat; }
.sidebarCenter .tagbox ul {  background:url(images/barTagcloud1.gif) center left no-repeat; }
.sidebarCenter .archive ul { background:url(images/barArchive1.gif) center left no-repeat; }
.sidebarCenter .categoryInner { background:url(images/barCategory1.gif) center left no-repeat; padding-left:110px;width:440px; }

/* 사이드바 */
.sidebar { width:150px;  overflow:hidden; position:absolute; top:140px; line-height:normal;}
.sidebar.left { right:50%; margin-right:296px;}
.sidebar.right { left:50%; margin-left:297px;}

.sidebar div { margin-bottom:12px;}
.sidebar a { color:#aaa;}
.sidebar a:hover { color:white;}
.sidebar a:visited {color:#aaa;}

.sidebar .name { font:0.9em dotum;}
.sidebar .date, .sidebar .cnt{ font:0.8em tahoma;}
.sidebar .cnt { color:red; }
.sidebar .date { color:#aaa; margin-left:3px;}

.sidebar .category .c_cnt {  letter-spacing:normal;}

.sidebar .bloginfo { color:#eee; line-height:normal;}
.sidebar .bloginfo img { width:142px; border:4px solid #f1f1f1; display:block; margin-bottom:6px;}
.sidebar .bloginfo .title { display:none;}
.sidebar .bloginfo .userID { font-size:0.9em;  font-weight:bold;}

.sidebar .notice li { background:url(images/iconNotice.gif) 0 1px no-repeat; padding-left:37px;}
.sidebar .category div { margin:0; padding:0;}

.sidebar .tagbox { background:#3b3b3b; padding:5px;}
.sidebar .tagbox .cloud1, .sidebar .tagbox a.cloud1:visited{font-size:14px; color:#ff6600;}
.sidebar .tagbox .cloud2, .sidebar .tagbox a.cloud2:visited {font-size:13px; color:#ff9900;}
.sidebar .tagbox .cloud3, .sidebar .tagbox a.cloud3:visited {font-size:12px; color:#669900;}
.sidebar .tagbox .cloud4, .sidebar .tagbox a.cloud4:visited {font-size:12px; color:#0099CC;}
.sidebar .tagbox .cloud5, .sidebar .tagbox a.cloud5:visited {font-size:11px; color:#999;}
.sidebar .tagbox li { margin:0 3px -1px 0; display:inline;}
.sidebar .tagbox a:hover { text-decoration:underline; }

.sidebar h3 {display:block; line-height:25px; text-indent:-500px;}
.sidebar .category h3{background:url(./images/barCategory.gif) no-repeat; }
.sidebar .notice h3{background:url(./images/barNotice.gif) no-repeat; }
.sidebar .recentPost h3{background:url(./images/barRecentPost.gif) no-repeat; }
.sidebar .recentComment h3{background:url(./images/barRecentComment.gif) no-repeat; }
.sidebar .recentTrackback h3{background:url(./images/barRecentTrackback.gif) no-repeat; }
.sidebar .tagbox h3{ display:none; }
.sidebar .link h3{background:url(./images/barLink.gif) no-repeat; }
.sidebar .archive h3{background:url(./images/barArchive.gif) no-repeat; }
.sidebar .calendar h3{background:url(./images/barCalendar.gif) no-repeat; }

.sidebar .recentPost li,
.sidebar .recentComment li,
.sidebar .recentTrackback li,
.sidebar .archive li,
.sidebar .link li { padding-left:10px; background:url(images/sidebarBul.gif) 1px 3px no-repeat; padding-bottom:6px;}


/* 가려질애들. */
.sidebarCenter .name { display:none;}
.sidebarCenter h3 { display:none;}
.sidebarCenter .calendar { display:none;}
.sidebarCenter .link { display:none;}
.sidebar .categoryList { display:none;}

/* 하단 배너  */
.sidebarCenterBottom .search { position:absolute; }
.sidebarCenterBottom input {width:100px; border:3px solid #7d7d7d; padding-left:40px; padding-top:3px; color:#626262; font:1em gulim; height:15px; background:url(images/bgSearch.gif); margin-top:3px;}
.sidebarCenterBottom .search .submit { display:none; }
.sidebarCenterBottom .banners { text-align:right; padding-right:10px; margin-top:-3px;}

/* ***** footer ***** */
#footer {  text-align:center;  padding:30px 10px 40px 10px;  font:11px Verdana, dotum; color:#666;}
#footer a { color:#666;}
#footer a:hover  { color:#333;}