﻿@charset "utf-8";

/* 기본 */
body {
	margin:0 0 22px 0;
	padding:0;
	color:#6D6D65;
	font-size:12px;
	line-height:1.5;
	font-family:dotum, verdana, applegothic, sans-serif;
}

body {
	background:#807C78 url(images/bg.gif);
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


hr {
	display:none;
}

img {
	border:0;
}

h1, h2, h3, h4	{
	margin:0;
	padding:0;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

textarea {
	color:#6D6D65;
	font-size:12px;
	line-height:18px;
	font-family:dotum, verdana, applegothic, sans-serif;
}

a,
input,
textarea,
.submit,
#treeComponent,
#calendar {
  position:relative;
}

/* 블로그 레이아웃 */
#container {
	width:989px;
	margin:40px auto;
}

/*blogMenu+rightTop*/
.blogMenu {
	float:left;
	width:776px;
	height:38px;
}

#rightTop {
	float:left;
	width:210px;
	height:38px;
	background:url(images/layout_tr.png) no-repeat;
}

*html #rightTop {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/layout_tr.png', sizingMethod='crop');
}

#middleWrapper {
	background:url(images/layout_bg.png) repeat-y;
	width:958px;
	padding-left:28px;
}

* html #middleWrapper {
	width:958px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/layout_bg.png', sizingMethod='scale');
}

#leftWrapper {/*달력+content*/
	float:left;
	width:754px;
}

#calendarWrapper {
	background-color:#fff;
	width:734px;
}

#contentContainer {
	background:url(images/layout_cntTop.gif) no-repeat 0 0;
	padding-top:20px;
	padding-left:20px;
}

#content {
	width:694px;
	overflow:hidden;
}

#sidebar {
	float:left;
	width:174px;
	margin-left:15px;
}

#footer {
  text-align:left;
	width:986px;
	height:90px;
	background:url(images/layout_btm.png) no-repeat;
}

*html #footer {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/layout_btm.png', sizingMethod='crop');
}

/*///// 메뉴 /////*/
#header .blogMenu {
	background:url(images/layout_tl.png) no-repeat 0 0;
}

*html #header .blogMenu {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/layout_tl.png', sizingMethod='crop');
	position: static;
}

#header .blogMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header .blogMenu li {
	display:inline;
	margin:0;
	padding:0;
}

.blogMenu a {
	display: block;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	height:38px;
}

/* Menu */
.blogMenu .tab_home a,
.blogMenu .tab_home a:hover {
	background:url(images/tab_home.png) no-repeat;
	width:116px;
}

*html .blogMenu .tab_home a,
*html .blogMenu .tab_home a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_home.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_taglog a,
.blogMenu .tab_taglog a:hover {
	background:url(images/tab_taglog.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_taglog a,
*html .blogMenu .tab_taglog a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_taglog.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_media a,
.blogMenu .tab_media a:hover {
	background:url(images/tab_media.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_media a,
*html .blogMenu .tab_media a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_media.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_localog a,
.blogMenu .tab_localog a:hover {
	background:url(images/tab_localog.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_localog a,
*html .blogMenu .tab_localog a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_localog.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_key a,
.blogMenu .tab_key a:hover {
	background:url(images/tab_key.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_key a,
*html .blogMenu .tab_key a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_key.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_guestbook a,
.blogMenu .tab_guestbook a:hover {
	background:url(images/tab_guestbook.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_guestbook a,
*html .blogMenu .tab_guestbook a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_guestbook.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_admin a,
.blogMenu .tab_admin a:hover {
	background:url(images/tab_admin.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_admin a,
*html .blogMenu .tab_admin a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_admin.png', sizingMethod='crop');
  cursor:pointer;
}

.blogMenu .tab_write a,
.blogMenu .tab_write a:hover {
	background:url(images/tab_write.png) no-repeat;
	width:110px;
}

*html .blogMenu .tab_write a,
*html .blogMenu .tab_write a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_write.png', sizingMethod='crop');
  cursor:pointer;
}

body#tt-body-page .tab_home a,
body#tt-body-page .tab_home a:hover {
	background:url(images/tab_homeOn.png) no-repeat;
	width:116px;
}

*html body#tt-body-page .tab_home a,
*html body#tt-body-page .tab_home a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_homeOn.png', sizingMethod='crop');
  cursor:pointer;
}

body#tt-body-tag .tab_taglog a,
body#tt-body-tag .tab_taglog a:hover {
	background:url(images/tab_taglogOn.png) no-repeat;
	width:110px;
}

*html body#tt-body-tag .tab_taglog a,
*html body#tt-body-tag .tab_taglog a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_taglogOn.png', sizingMethod='crop');
  cursor:pointer;
}

body#tt-body-media .tab_media a,
body#tt-body-media .tab_media a:hover {
	background:url(images/tab_mediaOn.png) no-repeat;
	width:110px;
}

*html body#tt-body-media .tab_media a,
*html body#tt-body-media .tab_media a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_mediaOn.png', sizingMethod='crop');
  cursor:pointer;
}

body#tt-body-location .tab_localog a,
body#tt-body-location .tab_localog a:hover {
	background:url(images/tab_localogOn.png) no-repeat;
	width:110px;
}

*html body#tt-body-location .tab_localog a,
*html body#tt-body-location .tab_localog a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_localogOn.png', sizingMethod='crop');
  cursor:pointer;
}

body#tt-body-keylog .tab_key a,
body#tt-body-keylog .tab_key a:hover {
	background:url(images/tab_keyOn.png) no-repeat;
	width:110px;
}

*html body#tt-body-keylog .tab_key a,
*html body#tt-body-keylog .tab_key a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_keyOn.png', sizingMethod='crop');
  cursor:pointer;
}

body#tt-body-guestbook .tab_guestbook a,
body#tt-body-guestbook .tab_guestbook a:hover {
	background:url(images/tab_guestbookOn.png) no-repeat;
	width:110px;
}

*html body#tt-body-guestbook .tab_guestbook a,
*html body#tt-body-guestbook .tab_guestbook a:hover {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/tab_guestbookOn.png', sizingMethod='crop');
  cursor:pointer;
}

/* 카테고리 - 이미지 버튼 */
.ib {
	cursor:pointer;
}

/* 카테고리 - 트리 셀 */
.branch3 {
	cursor:pointer;
}

/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt {
	font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;
	color:#988F74;
}

/* 달력 */
#calendar {
	padding-top:28px;
	padding-bottom:14px;
}

#calendar h3 {
	display:none;
}

#calendar #img_month {
	float:left;
	width:46px;
	height:34px;
}

#calendar .calendar-li {
	float:left;
}

#calendar h4 {
	margin-bottom:4px;
	font:normal 11px verdana;
}

#calendar h4 a {
	color:#474035;
}

#calendar ul, #calendar li {
	display:inline;
	margin:0;
	padding:0;
}

#calendar li.cal_day1,
#calendar li.cal_day2 {
	display:none;
}

#calendar li.cal_day {
	margin-right:2px;
	padding:0 2px;
	color:#474035;
	font:normal 9px verdana;
}

#calendar li.cal_day_sunday {
	color:#f00;
}

#calendar li.cal_day4 {
	background-color:#443C38;
	color:#fff !important;
	font-weight:bold;
}

/* 달력 월 표시 */
.cal_month {
	font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
  height:18px;
	font-weight:bold;
}

/* 달력 요일 표시(th 영역) */
.cal_week1 {
	font:0.95em Dotum, Arial, sans-serif;
	height:18px;
	font-weight:normal;
}

/* 달력 일요일 표시(th 영역) */
.cal_week2 {
	font:0.95em Dotum, Arial, sans-serif;
	color:#f30;
}

/* 달력 Day(td 영역) */
.cal_day {
	font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
	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;
}

/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link {
	color:#ccc;
	text-decoration:underline;
}

a.cal_click:visited {
	color:#474035;
	text-decoration:underline;
}

a.cal_click:hover {
	color:#ccc;
	text-decoration:underline;
}


/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_admin {
	background:url(images/iconAdmin.gif) no-repeat;
	padding-left:20px;
}

.rp_secret {
	color:#f30;
}

/* 종류별 방명록 글 */
.guest_admin {
	background:url(images/iconAdmin.gif) no-repeat;
	padding-left:20px;
}

/* 비밀 댓글*/
.hiddenComment {
	background:url(images/iconSecret.gif) no-repeat;
	padding-left:20px;
	font-weight:normal;
}


#calendarWrapper td {
	font:12px/18px dotum;
}


/* CONTENT */
#content .listEntry {
	padding:17px 20px;
}

#content .listEntry ol {
	list-style:none;
	padding:0;
	margin:6px 0 3px 0;
}

#content .listEntry ol li {
	margin-bottom:2px;
}

/* Head */
#content .listEntry h3 {
	font:normal 12px/18px Verdana, Dotum, sans-serif;
	color:#5b5941;
	border-bottom:1px solid #d5d4c2;
	padding-bottom:4px;
}

#content .listEntry h3 span {
	font-weight:bold;
}

#content .listEntry h3 span.subject {
	font-size:14px;
}

/* List 글자 색상 */
#content .listEntry ol li,
#content .listEntry ol li a {
	color:#787446;
}

#content .listEntry ol li a:hover {
	color:#787446;
	text-decoration:underline;
}

#content .listEntry ol li .date {
	padding-right:4px;
	font:9px Verdana, sans-serif;
}

/* 리플 갯수 및 작성자 숨김 */
#content .listEntry .cnt,
#content .listEntry .name {
	display:none;
}


/* 본문 모듈 */
.entry {
	margin-bottom:30px;
}

/* 제목 */
.titleWrap {
	width:694px;
	background:#949065 url(images/bgArticleTitle.gif) repeat-y;
	padding-bottom:14px;
	margin-bottom:3px;
}

.titleWrap .dateImg {
	float:left;
	width:44px;
	text-align:center;
	border-top:16px solid #373737;
	font:bold 16px Dotum, Helvetica, Arial, sans-serif;
	color:#fff;
}

.titleWrap .dateImg img {
	margin-left:2px;
	margin-bottom:-2px;
}

.titleWrap .dateImg .imgdate {
  display:none;
}

.titleWrap h2 {
	float:left;
	margin:16px 0 0 13px;
	width:625px
}

.titleWrap h2 a {
	display:block;
	margin-bottom:1px;
	font:bold 14px/18px Dotum, sans-serif;
	color:#fff;
}

.titleWrap h2 .date,
.titleWrap h2 .category,
.titleWrap h2 .category a {
	font:normal 11px/14px Dotum, Helvetica, Arial, sans-serif;
	color:#cfcdba;
	letter-spacing:1px;
	padding:0 15px 0 0;
	display:inline;
}

.titleWrap h2 .category a {
	padding-right:0;
	padding-bottom:0;
}

.entryNotice .article {
	margin:20px 0;
}

/* 관리자 모듈 */
.admin {
	padding:7px 0 0 14px;
}

.admin, .admin a {
	font-size:11px;
	color:#94948c;
}

/*보호글*/
.entryProtected {
	margin-bottom:30px;
}

.entryProtected p {
	padding:0 0 0 15px;
	margin:0;
}

.entryProtected p.text {
	margin:20px 0 5px;
}

.entryProtected p label {
	background:url(images/bullProtected.gif) no-repeat 2px 2px;
	padding-left:9px;
}

.entryProtected input.text {
	width:150px;
	height:16px;
	padding-top:2px;
	padding-left:5px;
	border:1px solid #b1b1a3;
	font:12px dotum, sans-serif;
}

.entryProtected .submit {
	width:40px;
	height:20px;
	background-color:#6E6E60;
	border:0;
	font:12px dotum, sans-serif;
	color:#E5E5D7;
	cursor:pointer;
	position:relative;
}

/* 본문 */
.article {
	font:12px/18px Dotum, Verdana, AppleGothic, Sans-serif;
	color:#6D6D65;
	padding:9px 14px 10px 14px;
	width:666px;
	overflow:hidden;
	position:relative;
}

.article a {
	font-weight:bold;
	color:#7e7a50;
	text-decoration:underline;
}

.article dt {
	text-decoration:underline;
}

.article dd {
	margin-left:20px;
	padding-bottom:10px;
}

.article blockquote {
	background:url(images/iconBlockquote.gif) no-repeat;
	padding-top:11px;
	margin:10px 20px;
}

.key1 {
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}

/* 그림 */
.cap1 {
	color:#999;
	text-align:center;
	padding:4px 0;
	margin:0;
}

.imageblock {
	margin:5px 0;
}

.dual {
	margin-bottom:5px;
}

.triple {
	margin-bottom:5px;
}


/* 본문 - more / less */
.moreless_fold,
.moreless_top,
.moreless_bottom {
	padding-right:14px;
	background-repeat:no-repeat;
	background-position:right 5px;
	color:#98956A;
	text-align:right;
	font-weight:bold;
	position:relative;
}

.moreless_fold {
	background-image:url(images/iconMore.gif);
}

.moreless_top {
	background-image:url(images/iconLess.gif);
}

.moreless_bottom	{
	background-image:url(images/iconLess.gif);
}

/* 태그 */
.tagTrail {
	background:url(images/bgTagTrail.gif) repeat-y;
	margin:20px 15px 0 15px;
	font:12px/18px Dotum, Verdana, AppleGothic, Sans-serif;
	color:#787446;
}

.tagTrail a {
	color:#787446;
}

.tagTrail .wrapper {
	background:url(images/entryTag.gif) no-repeat left center;
	padding-left:50px;
	padding-top:2px;
	padding-right:5px;
}

.tagText {
	display:none;
}

/* 트랙백 댓글 트레일 */
.trailWrapper {
	margin:0 15px;
	padding:10px 0;
	border-bottom:1px solid #D9D8C7;
	border-top:1px solid #D9D8C7;
	width:664px;
}

.actionTrail {
	float:left;
	text-align:right;
	font:9px Verdana, Arial, Helvetica, sans-serif;
}

.actionTrail a {
	color:#918e6b;
}

.actionTrail .cnt {
	font-weight:bold;
}

/* 작성자 */
.author {
	float:right;
	font:11px dotum, Arial, Helvetica, sans-serif;
	color:#918e6b;
}

/* 트랙백 */
.trackback {
	margin:0 15px;
	color:#8D8C75;
}

.trackback a {
	color:#8D8C75;
}

/* 트랙백주소 */
.trackback h3 {
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#7d7a58;
	background-color:#E5E5D7;
	border-top:1px solid #F6F6EC;
	border-bottom:1px solid #D9D8C7;
	padding:10px 0 10px 15px;
}

/* 트랙백내용 */
.trackback ol {
	margin:10px 15px 0 15px;
	padding:0;
	list-style:none;
	width:634px;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
}

.trackback ol li h4 {
	font:9px Verdana, Arial, Helvetica, sans-serif;
}

.trackback ol li h4 a {
	font:bold 11px Dotum, Arial, Helvetica, sans-serif;
}

.trackback ol li .from,
.trackback ol li .date {
	font:9px Verdana, Arial, Helvetica, sans-serif;
}

.trackback ol li .name {
	font:11px Dotum, Arial, Helvetica, sans-serif;
}

.trackback ol li .date {
	float:right;
}

.trackback ol li p {
	padding:0 0 5px 0;
	margin:10px 0;
	border-bottom:1px solid #fff;
}

.trackback a.delete {
	background:url(images/iconDelete.gif) left top no-repeat;
	 padding-left:25px;
	 text-decoration:none;
}

.trackback a.delete span {
	display:none;
}


/* 메뉴타이틀 */
.nonEntry  h3 {
	background-color:#949065;
	width:694px;
	height:37px;
	text-indent:-5000px;
	display: block;
}

#taglog h3 {
	background:#949065 url(images/title_taglog.gif) no-repeat;
}

#localog h3 {
	background:#949065 url(images/title_localog.gif) no-repeat;
}

#guestbook h3 {
	background:#949065 url(images/title_guestbook.gif) no-repeat;
}


/* 태그 */
#taglog ul {
	margin:15px;
	text-align:justify;
	line-height:20px;
	word-spacing:0.2em;
	padding:0;
}

#taglog li {
	display:inline;
}

#taglog a:hover {
	text-decoration:underline;
}

#taglog li .cloud5 {
	color:#8A8A82;
	font-size:12px;
}

#taglog li .cloud4 {
	color:#787128;
	font-weight:bold;
	font-size:12px;
}

#taglog li .cloud3 {
	background-color:#F4FF44;
	color:#787128;
	font-size:14px;
}

#taglog li .cloud2 {
	color:#FF0000;
	font-size:16px;
}

#taglog li .cloud1 {
	background-color:#8C8781;
	font-weight:bold;
	color:#F4FF44;
	font-size:16px;
}

/* LOCATION */
#localog .wrapper {
	margin:25px 20px;
	font:12px/18px dotum, Arial, Helvetica, sans-serif;
}

#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 5px no-repeat;
	padding-left:15px;
	margin-top:2px;
}

#localog .info a {
	color:#787446;
	background-color:#E0DFD0;
}

#localog a:hover {
	text-decoration:underline;
}


/* 방명록 댓글 */
#guestbook,
#guestbook a,
.comment,
.comment a {
	color:#787446;
}

#guestbook ol,
#guestbook ul,
#guestbook li,
.comment ol,
.comment ul,
.comment li {
	margin:0;
	padding:0;
	list-style:none;
}

.comment h3 {
	display:none;
}


/* 방명록 댓글 쓰기 */
#guestWrite,
.commentWrite {
	width:664px;
	margin:15px 15px 0 15px;
	background-color:#E5E5D7;
	border-top:1px solid #D9D8C7;
	border-bottom:1px solid #D9D8C7;
}


#guestWrite p.input label,
.commentWrite .input label {
	display:none;
}

#guestWrite .writeWrapper,
.commentWrite .writeWrapper {
	border-top:1px solid #F6F6EC;
	padding:0 10px 10px 10px;
}

#guestWrite p,
.commentWrite p {
	padding:6px 0 0 0;
	margin:0;
}

#guestWrite input,
.commentWrite input {
	border:1px solid #CAC9B1;
	font:9px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#959480;
	height:14px;
	vertical-align:middle;
}

#guestWrite .name,
.commentWrite .name {
	padding-left:32px;
	background:#fff url(images/txt_name.gif) no-repeat 2px 6px;
	width:100px;
}

#guestWrite .password,
.commentWrite .password {
	padding-left:52px;
	background:#fff url(images/txt_password.gif) no-repeat 2px 3px;
	width:100px;
}

#guestWrite .homepage,
.commentWrite .homepage {
	width:340px;
}


textarea {
	width:632px;
	padding:5px;
	border:1px solid #CAC9B1;
	color:#6D6D65;
	font:12px dotum;
}

#guestWrite .floatWrapper input,
#guestWrite .secretWrap input,
.commentWrite .floatWrapper input,
.commentWrite .secretWrap input {
	border:0;
}

#guestWrite .floatWrapper .secretWrap,
.commentWrite .floatWrapper .secretWrap {
	font:9px/16px Verdana, Arial, Helvetica, sans-serif;
	width:574px;
}

#guestWrite p.button,
.commentWrite p.button {
	width:644px;
	height:15px;
	margin-top:5px;
	padding:0;
	text-align:right;
}

#guestWrite input.submit,
.commentWrite input.submit {
	display:block;
	float:right;
	width:69px;
	height:15px;
	margin:0;
	padding:0;
	border:0;
	background:url(images/btn_confirm.gif) no-repeat;
	cursor:pointer;
	text-indent:-1000px;
	overflow:hidden;
}


/* 방명록 댓글 읽기 */
#guestList {
	padding:15px 30px 5px 30px;
}

.commentList {
	margin:0 30px 0 30px;
}

#guestList .name,
.commentList .name {
	font:bold 11px Dotum, Arial, Helvetica, sans-serif;
}

.commentList .name img {
  vertical-align:top;
}

#guestList .date,
.commentList .date {
	font:9px Verdana, Arial, Helvetica, sans-serif;
}

#guestList p,
.commentList p {
	font:12px/18px Dotum, Arial, Helvetica, sans-serif;
	margin:5px 0;
}

#guestList ol,
.commentList ol {
	overflow:hidden;
}

#guestList ol li,
.commentList ol li {
	padding-top:10px;
}

#guestList ol p,
.commentList ol p {
	width:634px;
	word-wrap:break-word;
	word-break:break-all;
	margin-bottom:10px;
}

#guestList ul,
.commentList ul {
	background-color:#E9E9DE;
	padding:10px 0 15px 0;
	 }

#guestList ul li,
.commentList ul li {
	padding:7px 20px 0 35px;
	background:url(images/iconIndentArrow_re.gif) no-repeat 10px 10px;
	border:none;
}

#guestList ul p,
.commentList ul p {
	width:569px;
	margin:0;
	padding:0;
	word-wrap:break-word;
	word-break:break-all;
}

.control a span {
	display:none;
}

.control a {
	background-repeat:no-repeat;
	font-size:11px;
	text-decoration:none;
}

.control a.address {
	padding:0 0 2px 27px;
	background-image:url(images/iconAddress.gif);
}

.control a.modify {
	padding:0 0 2px 43px;
	background-image:url(images/iconModify.gif);
}

.control a.write {
	padding:0 0 2px 34px;
	background-image:url(images/iconWrite.gif);
}

/* PAGING */
#paging {
	text-align:center;
	 font-size:11px;
	margin-bottom:31px;
}

#paging a {
	color:#726C62;
}

#paging .numbox {
	border-left:1px solid #ccc;
	padding-left:6px;
	margin-left:6px;
	 font:0.95em verdana;
}

#paging .num {
	border-right:1px solid #ccc;
	padding-right:8px;
	margin-right:5px;
}

#paging #prevPage,
#paging #nextPage {
	position:relative;
}

#paging #prevPage span,
#paging #nextPage span {
	font-size:14px;
	font-family:verdana;
}

.selected {
	font-weight:bold !important;
}

.no-more-prev {
	color:#999 !important;
	text-decoration:none !important;
}

.no-more-next {
	color:#999 !important;
	text-decoration:none !important;
}


/*  sidebar  */
#sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar li {
	padding:0;
	margin:0;
	list-style:none;
}

/* 여백+폭 */
#sidebar h1,
#blogDesc {
	margin-right:6px;
	width:168px;
}

#notice,
#tagbox,
#recentPost,
#recentComment,
#recentTrackback,
#archive,
#link,
#counter,
#btnRSS {
	margin-left:5px;
	margin-right:11px;
	width:156px;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
}


#sidebar h1 a {
	font:bold 32px/32px Dotum, Tahoma, Helvetica, Arial, sans-serif;
	color:#F4FF44;
	margin-top:9px;
}

#sidebar h1 a:hover {
	font:bold 32px/32px Dotum, Tahoma, Helvetica, Arial, sans-serif;
	color:#F4FF44;
	text-decoration:underline;
}

/* blogImage 모서리 frame */
#blogImage {
	margin-top:4px;
	width:166px;
	text-align:center;
}

#blogImage .box01 {
	position:relative;
	background-color:#49403C;
	margin-bottom:10px;
}

#blogImage .box01 .boxline {
	border:1px solid #302521;
}

#blogImage .box01 .boxtl,
.box01 .boxtr,
.box01 .boxbl,
.box01 .boxbr {
	position:absolute;
	overflow:hidden;
	background-repeat:no-repeat;
	width:3px;
	height:3px;
}

#blogImage .box01 .boxtl{
	background-image:url(images/frame_tl.gif);
	top:0;
	left:0;
}

#blogImage .box01 .boxtr{
	background-image:url(images/frame_tr.gif);
	top:0;
	right:0;
}

#blogImage .box01 .boxbl{
	background-image:url(images/frame_bl.gif);
	bottom:0;
	left:0;
	/*ex6.0*/_bottom:-1px;
}

#blogImage .box01 .boxbr{
	background-image:url(images/frame_br.gif);
	bottom:0;
	right:0;
	/*ex6.0*/_bottom:-1px;
}

#blogImage .box01 .content {
	text-align:center;
}

.userID {
	font:bold 12px/18px Dotum, Helvetica, Arial, sans-serif;
	color:#CAC8C6;
	display:block;
}

#blogDesc {
	font:11px/14px Dotum, Helvetica, Arial, sans-serif;
	color:#8B8582;
}

/* 제목 */
#sidebar h3 {
	width:156px;
	height:9px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	margin-bottom:6px;
}

#notice h3 {
	background:url(images/title_notice.gif) no-repeat;
}

#tagbox h3 {
	background:url(images/title_tag.gif) no-repeat;
}

#recentPost {
	background:url(images/title_recentPost.gif) no-repeat 1px 1px;
}

#recentComment h3 {
	background:url(images/title_recentComment.gif) no-repeat 1px 1px;
}

#recentTrackback h3 {
	background:url(images/title_recentTrackback.gif) no-repeat 1px 1px;
}

#archive h3 {
	background:url(images/title_archive.gif) no-repeat 1px 1px;
}

#link h3 {
	background:url(images/title_myLink.gif) no-repeat 1px 1px;
}

#sidebar .module_widget h3, #sidebar .module_plugin h3 {
	height:auto;
	color:#c9cf42;
	font:11px dotum, sans-serif;
	overflow:auto;
	text-indent:0;
}


/* 플러그인 타이틀 */
#sidebar ul {
	margin-bottom:22px;
}

#sidebar li {
	background:url(images/bul.gif) no-repeat 0 7px;
	padding-left:7px;
}

#sidebar td, #sidebar a {
	color:#B7B7B7;
	font:12px/18px Dotum, Helvetica, Arial, Gulim, sans-serif;
}

#sidebar a:hover {
	color:#817C79;
}

#sidebar .cnt {
	font:9px Verdana, Helvetica, Arial, Gulim, sans-serif;
	color:#988F74;
}

#sidebar .date {
	font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color:#B7B7B7;
}

#sidebar .name {
	font:0.9em Dotum, Arial, sans-serif;
	 color:#B7B7B7;
}

/* 검색 */
#searchBox {
	margin-top:7px;
}

#searchBox input {
	font:11px/16px dotum, sans-serif;
	color:#CAC8C6;
	width:140px;
	height:14px;
	border:1px solid #342925 !important;
	background:url(images/bgSearch.gif);
	vertical-align:middle;
}

#searchBox .submit {
	background:url(images/btn_search.png) no-repeat 0 0;
	width:20px;
	height:20px;
	text-indent:-5000px;
	overflow:hidden;
	border:none !important;
	cursor:pointer;
	position:relative;
	vertical-align:middle;
}

*html #searchBox .submit{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_LifeStand2_Brown/images/btn_search.png', sizingMethod='crop');
}

 /*///// 카테고리 /////*/
#category {
	margin-bottom:25px;
	font-weight:normal;
}

#category .bgTop ul,
#category .bgTop li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#category .categoryBg {
	width:166px;
	background:url(images/category_bg.png);
}

.categoryBg .bgTop {
	width:153px;
	background:transparent url(images/category_top.png) no-repeat;
	padding:22px 0 15px 13px;
}

.categoryBg .bgBtm {
  width:166px;
	height;5px;
	line-height:5px;
	background:url(images/category_btm.png) no-repeat;
}

#category ul {
	width:140px;
	overflow:hidden;
	margin-left:14px;
}

/*1depth*/
#category ul li {
	background-image:none !important;
}

#category  ul li a {
	background-image:url(images/ico_categoryT.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:16px;
	line-height:20px;
	color:#F4FF44;
}

#category  ul li a:hover {
	color:#F4FF44;
}

/*2depth*/
#category ul li ul li {
	background-image:none !important;
}

#category ul li ul li a {
	background-image:url(images/ico_categoryL.gif) ;
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:16px;
	color:#DFDEDE;
}

#category ul li ul li a:hover {
	color:#DFDEDE;
}

/*3depth*/
#category ul li ul li ul {
	border-top:1px solid #423A36;
}

#category ul li ul li ul li {
	border-bottom:1px solid #423A36;
	width:140px;
	background-image:none !important;
}

#category ul li ul li ul li a {
	color:#B2B2B2;
	line-height:20px;
	background-image:url(images/ico_categoryS.gif) !important;
	background-repeat:no-repeat;
	background-position:19px 6px;
	padding-left:28px;
}

#category ul li ul li ul li a:hover {
	color:#B2B2B2;
}

/* 태그 */
#tagbox ul {
	text-align:justify;
}

#tagbox li {
	background:none;
	display:inline;
	margin:0;
	padding:0;
}

#tagbox li a {
	letter-spacing:-1px;
}

#tagbox a:hover {
	text-decoration:underline;
}

#tagbox li .cloud1,
#tagbox li a.cloud1:hover {
	background-color:#979840;
	font-size:14px;
	color:#49403C !important;
}

#tagbox li .cloud2,
#tagbox li a.cloud2:hover {
	font-weight:bold;
	font-size:14px;
	color:#8A8A82 !important;
}

#tagbox li .cloud3,
#tagbox li a.cloud3:hover {
	font-size:12px;
	color:#8D863B !important;
}

#tagbox li .cloud4,
#tagbox li a.cloud4:hover	{
	font-size:12px;
	font-weight:bold;
	color:#8D863B !important;
}

#tagbox li .cloud5,
#tagbox li a.cloud5:hover	{
	font-size:12px;
	color:#8A8A82 !important;
}


/* 카운터 */
#counter div {
	width:154px;
	height:20px;
	margin-bottom:1px;
	background-color:#2B221E;
	font:11px/20px dotum, sans-serif;
}

#counter .total, #counter .today {
	color:#ACA39F;
}

#counter .yesterday {
	color:#89817D;
}


#counter span.head {
	float:left;
	padding-left:5px;
}

#counter span.hit {
	float:right;
	padding-right:5px;
	text-align:right;
}


/* RSS버튼 */
#btnRSS {
	padding-top:15px;
}

/*  FOOTER  */
#footer .wrapper {
	width:734px;
	height:39px;
	padding-left:28px;
	padding-top:35px;
	text-align:left;
}

#footer .wrapper #adTistory {
	float:left;
}

#footer .wrapper #adTistory a {
	padding-left:10px;
	color:#7D7D7D;
	font:11px Dotum, Helvetica, Arial, Gulim, sans-serif;
}

#footer .right {
	float:right;
}

#footer .right #footMenu, #footer .right #footMenu a {
	color:#ACACAC;
	font:11px dotum, sans-serif;
}

#footer .wrapper .copyright {
	color:#ACACAC;
	font:9px Verdana, Helvetica, Arial, Gulim, sans-serif;
	text-align:right;
}

#footer .wrapper .copyright a {
	color:#ACACAC;
	font:9px Verdana, Helvetica, Arial, Gulim, sans-serif;
}


/* Float 버그 */
.floatWrapper:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .floatWrapper {
	height:1%;
}

/* End hide from IE-mac */