@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td,input,select,textarea,button {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0 none;
}

dl,ul,ol,menu,li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before,
blockquote: after,
q:before,
q:after {
	content: '';
	content: none;
}

/* 본문 공통 */
input,select,textarea,button {
	vertical-align: middle;
}

button {
	border:0 none;
	background-color: transparent;
	cursor: pointer;
}

body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', 'Arial', '나눔 고딕', Nanumgothic, '맑은 고딕', '돋움', Dotum, AppleGothic, Sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #555;
        -webkit-text-size-adjust: none;
}
a {
	color: #222;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}

.clear { clear: both; }

.hidden {
	overflow: hidden;
	position: absolute;
	left: -9999in;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.btn {
	display: block;
	border:0 none;
	text-indent:-9999em;
}

.btn_submit {
	width: 70px;
	height: 26px;
	display: block;
	overflow: hidden;
	background: url(images/btn-confirm.gif) no-repeat 0 0;
	float: right;
}

.btn_submit:hover {
	background-position: 0 -27px;
}

.btn_submit_b {
	float: right;
	width: 70px;
	height: 26px;
	display: block;
	overflow: hidden;
	margin-top: 9px;
	background: url(images/btn-confirm.gif) no-repeat 0 0;
}

.btn_submit_b:hover {
	background-position: 0 -27px;
}


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

/* layout */
body {
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
}

#container {
	width: 900px;
	margin-left: 30px;
	margin-top: 30px;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
}

#header {
	float: left;
	width: 250px;
	height: 1%;
	margin-bottom: 5px;
	background: transparent none right top no-repeat;
}

#content {
	float: right;
	width: 600px;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 50px;
	position: relative;
	clear: both;
}

#sidebar {
	overflow: hidden;
	float: left;
	width: 200px;
}

/* Header */
#header h1 {
	font-size: 12px;
	color: #222;
	padding-bottom: 5px;
}

#header h1 a {
	cursor: pointer;
}

/* blog menu */
#header .list_blogmenu {
	width: 250px;
	padding: 0;
	list-style: none;
	float: left;
}

#header .list_blogmenu ul {
	width: 250px;
	float: left;
}

#header .list_blogmenu li {
	display: inline;
	margin-right: 5px;
	padding-right: 8px;
}

#header .list_blogmenu li a {
	font-size: 11px;
}

#header .list_blogmenu .first {
	margin: 0;

	background: 0 none;
}

/* blog img + blog id */
#header .wrap_blogimg {
	position: absolute;
	bottom: 32px;
	right: 10px;
	width: 180px;
}

#header .wrap_blogimg #blogImage {}
#header .wrap_blogimg #blogImage img {
	display: block;
	width: 60px;
	height: 60px;
}

#header .wrap_blogimg .userID {
	position: absolute;
	bottom: -2px;
	left: 73px;
	width: 100px;
	margin-top: 38px;
}

#header .btn-facebook {
	width: 180px;
	height: 20px;
	overflow: hidden;
	float: right;
	font-size: 11px;
        margin-right: 10px;
        float: right;
}

#header .btn-facebook iframe {
	float: right;
	width: 90px;
}

#header .txt-facebook {
	float: left;
        display: block;
}
/* content */
/* 검색결과 리스트 */
#content .wrap_search {
	margin-bottom: 20px;
}

.wrap_search .list_search {
}

.wrap_search .list_search li {
	margin: 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}

.wrap_search .list_search .date {
	margin-right: 15px;
}

.wrap_search .list_search .cnt {
	color: #ccc;
}

/* 위치결과 리스트 */
#content .tit_menu {
	padding: 0 0 9px 9px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	border-bottom: 1px solid #000;
}

#localog {
	margin-top: 21px;
}

#localog .wrap_location {
	padding: 17px 0 0 10px;
}

#localog .wrap_location div {
	margin-bottom: 2px;
}

.wrap_location .spot {
	padding-left: 27px;
	color: #666;
	background: url(images/ico_location.gif) no-repeat 0 3px;
}

.wrap_location .info {
	margin-left: -12px;
	padding-left: 11px;
	color: #000;
	background: url(images/ico_location_info.gif) no-repeat 0 3px;
}

/* tag */
#taglog {
	margin-top: 25px;
}

#taglog ul {
	padding: 15px 0 0 10px;
	text-align: justify;
}

#taglog li {
	display: inline;
}

#taglog a:hover {}
#taglog li .cloud1,
#taglog li .cloud2 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	background: #faefe6;
}

#taglog li .cloud3,
#taglog li .cloud4 {
	color: #222;
	background-color: #efefef;
}
#taglog li .cloud5{}

/* 방명록 */
.wrap_guestbook {
}

.wrap_guestbook #guestWrite {
	height: 1%;
	width: 598px;
	margin-top: 10px;
}

#guestWrite .box_tf {
	float: left;
	width: 50%;
	height: 23px;
	font-size: 11px;
	margin: 2px 10px 11px 0;
	border: 1px solid #e1e6e7;
	background-color: #fff;
}

#guestWrite .text {
	float: left;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 4px;
	background-color: #fff;
	text-indent: 5px;
	cursor:text;
}

#guestWrite .tf_txt {
	float: left;
	height: 14px;
	line-height: 14px;
	margin-top: 4px;
	border: 0 none;
}

#guestWrite .box_name {
	width: 126px;
}

#guestWrite .box_name .text {
	width: 30px;
}

#guestWrite .box_name .tf_txt {
	width: 91px;
}

#guestWrite .box_password {
	width: 156px;
}

#guestWrite .box_password .text {
	width: 51px;
}

#guestWrite .box_password .tf_txt {
	width: 99px;
}

#guestWrite .box_homepage {
	width: 292px;
}

#guestWrite .box_homepage .text {
	width: 52px;
}

#guestWrite .box_homepage .tf_txt {
	width: 235px;
}

#guestWrite .wrap_secret {
	float: left;
	width: 52px;
	padding-left: 11px;
}

#guestWrite .tf_checkbox {
	float: left;
	width: 13px;
	height: 13px;
	margin: 5px 4px 0 0;
}

#guestWrite .txt_secret {
	float: left;
	width: 35px;
	margin: 6px 0 0;
	font-size: 11px;
	line-height: 13px;
}

#guestWrite .tf_write {
	float: none;
	width: 598px;
	height: 100px;
	margin: 0 0 8px 0;
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	clear:both;
}

#guestWrite .btn_submit {
}

#guestList {
	width: 100%;
	clear: both;
	padding-top: 30px;
}

#guestList .list_guest li {
}

#guestList .list_guest_reply li {
	
}

.list_guest .btn {
	margin-top: 1px;
	line-height: 1em;
}

.list_guest .info {
	overflow: hidden;
	width: 100%;
}

.list_guest .name {
	margin-right: 4px;
	font-weight: bold;
	height: 16px;
	line-height: 14px;
	color: #666;
}

.list_guest .name img {
	margin-right: 5px;
}

.list_guest .name a {
	margin-top: 2px;
	color: #ccc;
	font-weight: normal;
}

.list_guest .date {
	margin: 1px 9px 0 0;
	font-size: 10px;
	line-height: 13px;
	white-space: nowrap;
}

.list_guest .modify {
	display: inline-block;
	height: 13px;
	width: 50px;
	overflow: hidden;
	margin: 2px 4px 0 0;
	background: url(images/btn-guest-edit.gif) 0 0 no-repeat;
}

.list_guest .modify:hover {
	background-position: 0 -14px;
}

.list_guest .reply {
	display: inline-block;
	width: 50px;
	overflow: hidden;
	height: 13px;
	margin-top: 2px;
	background: url(images/btn-guest-reply.gif) 0 0 no-repeat;
}

.list_guest .reply:hover {
	background-position: 0 -14px;
}

.list_guest .modify:hover {
	text-decoration: none;
}

.list_guest .reply:hover {
	text-decoration: none;
}

.list_guest .desc {
	width: 100%;
	padding-top: 8px;
	color: #666;
	clear: both;
}

/* 종류별 방명록 글 [##_guest_rep_class_##] */
.guest_general {
	width: 578px;
	padding: 10px;
	border: 1px solid #aaa;
	margin-bottom: 15px;
	font-size: 11px;
}

.guest-rp-edit {
	text-align: right;
	width: 100%;
	display: block;
}

.guest_admin {
	width: 578px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
	font-size: 11px;
}

.guest_secret {
	width: 578px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 11px;
}

/* 방명록 */
.wrap_notice {
	margin-top: 25px;
}

/* 글 */
.wrap_entry {
	overflow: hidden;
	width: 600px;
	padding-bottom: 15px;
}

.wrap_entry .wrap_tit {
	display: inline;
	float: left;
	overflow: hidden;
	width: 600px;
	font-size: 11px;
	line-height: 13px;
}

.wrap_entry .wrap_tit .wrap_category {
	margin-bottom: 17px;
}

.wrap_entry .wrap_tit .wrap_category .category {
	margin-right: 4px;
}

.wrap_entry .wrap_tit .tit {
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
}

.wrap_entry .wrap_tit .tit .link {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.wrap_tit .date {
	font-size: 10px;
	color: #b1b1b1;
}

.wrap_tit .del,
.wrap_tit .modify {
	font-size: 10px;
	color: #b1b1b1;
	white-space: nowrap;
}

.wrap_tit .edit {
	padding: -1px 0 0;
}

.wrap_tit .text {
	display: block;
	margin-bottom: 7px;
}

.wrap_tit .fc_b1 {
	color: #b1b1b1;
}

.wrap_tit .target {
	margin-left: 2px;
}

.wrap_tit .arrow {
	margin: 0 3px 0 4px;
}

.wrap_tit .txt_bar {
	margin: 0 4px 0 3px;
	color: #dfdfdf;
}

.wrap_entry .wrap_prot {
	float: right;
	width: 338px;
	margin-top: 30px;
	padding: 36px 0 43px;
	border: 1px solid #eaeeef;
	background-color: #f8fafb;
}

.wrap_prot .text {
	text-align: center;
}

.wrap_prot .wrap_pass {
	overflow: hidden;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}

.wrap_prot .inner {
	display: table;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.wrap_prot .tf_pass {
	float: left;
	width: 167px;
	height: 19px;
	margin-right: 4px;
	padding: 0 5px;
	border-left: 1px solid #b6b6b6;
	border-top: 1px solid #b6b6b6;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.wrap_prot .btn_submit {
	float: left;
}

/* 공지사항 */
.wrap_notice {
	overflow: hidden;
	width: 600px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.wrap_notice .wrap_tit {
	float: left;
	width: 221px;
	padding: 25px 0 0 9px;
	font-size: 11px;
}

.wrap_notice .wrap_tit .wrap_category {
	margin-bottom: 18px;
}

.wrap_notice .wrap_tit .wrap_category .category {
	margin-right: 4px;
}

.wrap_notice .wrap_tit .tit {
	overflow: hidden;
	width: 221px;
	margin-bottom: 8px;
}

.wrap_notice .wrap_tit .tit .link {
	font-size: 11px;
	line-height: 30px;
	color: #5a9baa;
}

.wrap_notice .article {
	float: right;
	width: 340px;
	padding: 28px 0 0;
}

/* 트랙백, 코멘트 */
.wrap_trail {
	margin: 10px 0 0;
	padding: 10px 0;
	font-size: 10px;
	line-height: 12px;
	border-bottom: 1px solid #aaa;
}

.wrap_trail .link {
	color: #b2b2b2;
}

.wrap_trail .cnt,
.wrap_trail .num {
	font-weight: bold;
	color: #333;
}

.wrap_comment {
	margin-top: 15px;
}

.wrap_comment .list_comment {
	margin-bottom: 12px;
}

.list_comment li {
	margin-bottom: 15px;
}

.list_comment li li {
	margin-bottom: 0;
}

.list_comment .name {
	color: #b1b1b1;
	margin-right: 4px;
}

.list_comment .name img {
	margin-right: 5px;
}

.list_comment .name a {}
.list_comment .date {
	white-space: nowrap;
	margin-right: 5px;
	white-space: nowrap;
}

.list_comment .colon,
.list_comment .modify {
	margin: 1px 4px 0 0;
	white-space: nowrap;
}

.list_comment .del {
	margin: 3px 0 0 4px;
	white-space: nowrap;
}

.wrap_comment .desc {
	overflow: hidden;
	margin-bottom: 4px;
	line-height: 16px;
}

.wrap_comment .reply {
	padding: 15px 16px 0 0;
}

.wrap_comment .box_tf {
	float: left;
	width: 50%;
	height: 23px;
	font-size: 11px;
	color: #ccc;
	margin: 0 0 5px 1px;
	border: 1px solid #e1e6e7;
	background-color: #f9f9f9;
}

.wrap_comment .text {
	float: left;
	height: 14px;
	margin-top: 4px;
	background-color: #f9f9f9;
	text-indent: 5px;
	cursor: text;
}

.wrap_comment .tf_txt {
	float: left;
	width: 164px;
	height: 14px;
	line-height: 14px;
	margin-top: 4px;
	border: 0 none;
	background-color: #f9f9f9;
}

.wrap_comment .box_name {
	background-position: 6px 5px;
}

.wrap_comment .box_name .text {
	width: 30px;
}

.wrap_comment .box_name .tf_txt {
	width: 188px;
}

.wrap_comment .box_password .text {
	width: 51px;
}

.wrap_comment .box_homepage {
}

.wrap_comment .box_homepage .text {
	width: 52px;
}

.wrap_comment .tf_desc {
	width: 598px;
	height: 100px;
	border: 1px solid #e1e1e1;
	background-color: #f9f9f9;
}

.wrap_comment .wrap_secret {
	overflow: hidden;
	height: 20px;
	clear: both;
}

.wrap_comment .wrap_secret .checkbox {
	float: left;
	width: 13px;
	height: 20px;
	margin-right: 5px;
}

.wrap_comment .wrap_secret .txt {
	float: left;
	margin-top: 1px;
	height: 20px;
}

.wrap_comment .wrap_btn {
	overflow: hidden;
	width: 100%;
}

.wrap_trackback {
	margin: 15px 0 5px 0;
}

.wrap_trackback .trackback-url {
	display: block;
	margin-bottom: 9px;
}

.wrap_trackback .wrap_tit {
	margin: 0;
	padding: 14px 0 7px;
	width: 100%;
}

.wrap_trackback .wrap_tit .tit {
	font-size: 11px;
}

.wrap_trackback .wrap_tit .delete {
	display: inline-block;
	height: 11px;
	margin-left: 4px;
	padding-left: 11px;
	background: url(images/btn_close.gif) no-repeat 0 0;
}

.wrap_trackback .from {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #b2b2b2;
}

.wrap_trackback .from .name {
	margin: 0 8px 0 9px;
	font-size: 11px;
	color: #7f7f7f;
}

.wrap_trackback .date {
	line-height: 12px;
	color: #b2b2b2;
	white-space: nowrap;
}

.wrap_trackback .desc {
	padding-top: 11px;
	font-size: 11px;
	line-height: 20px;
}

/* 본문 */
.wrap_entry .wrap_cont {
	float: right;
	width: 600px;
	padding: 0;
}

.wrap_cont .desc {
	overflow: hidden;
	width: 600px;
	margin-bottom: 33px;
	color: #555;
	font-size: 11px;
}

.wrap_cont .desc p {
	margin: 0;
}

.wrap_cont .author {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 13px;
	color: #b1b1b1;
	display: none;
}

.wrap_cont .tag {
	color: #ccc;
}

.wrap_cont .tag a {
	line-height: 24px;
	font-size: 11px;
	color: #999;
}

.wrap_cont .tag a:hover {
	color: #ccc;
}

.wrap_cont blockquote {
	width: 340px;
	padding-top: 3px;
	background: url(images/ico_blockquote.png) no-repeat 2px 1px;
	text-indent: 20px;
}
* html .wrap_cont blockquote {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_simpleGrid/images/ico_blockquote.png', sizingMethod='crop');
}

/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {
	border: 1px solid #999;
	width: 578px;
	padding: 10px;
	font-size: 11px;
}

.rp_admin {
	border: 1px solid #999;
	width: 578px;
	padding: 10px;
	font-size: 11px;
}

.rp_secret {}

.rp-edit {
	text-align: right;
}

/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
.hiddenComment {}
.hiddenComment .name {
	margin-right:0;
}

/* 이미지 아래 캡션 스타일 */
.cap1 {}
/* 그림 */
.imageblock {}
/* 왼쪽 */
.left { }
/* 가운데 */
.center { }
/* 오른쪽 */
.right { }
/* 그림 2개 배치 */
.dual { 
	margin-bottom: 5px;
}
/* 그림 3개 배치 */
.triple {
	margin-bottom: 5px;
}

/* 본문 - more / less */
.moreless_fold span {
	display: block;
	width: 37px;
	height: 9px;
	padding: 5px 0;
	background: url(images/ico_more.gif) no-repeat 0 0;
	text-indent: -9999em;
}

.moreless_top span,
.moreless_bottom span {
	display: block;
	width: 33px;
	height: 9px;
	padding: 5px 0;
	background: url(images/ico_less.gif) no-repeat 0 0;
	text-indent: -9999em;
}
.moreless_body { }
.moreless_content {
	margin: 10px 0;
}

/* 키워드 */
.key1 {
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}

/*#uibgmplayer { margin:5px 0 0 5px; width:181px;} */

/* paging */
#paging {
	width: 100%;
	text-align: left;
}

#paging .inner {
	display: table;
	display: inline-block;
	margin: 0 auto;
	line-height: 13px;
}

#paging .inner a:hover {
	text-decoration: none;
	color: #ccc !important;
	font-weight: bold !important;
}

#paging .numbox {
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin: 0 7px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 13px;
}

#paging .num {
	float: left;
	cursor: pointer;
	color: #ccc;
}

#paging .interword {
	float: left;
	margin-right: 8px;
	color: #000;
} /* 1 ... 10 11 12 페이지중략 */

#paging .num span {
	display: block;
	padding: 0 10px;
	font-size: 11px;
	text-decoration: none;
}

#paging .link_prev,
#paging .link_next {
	float: left;
	cursor: pointer;
}

#paging .link_prev {
	margin-right: 3px;
}

#paging .link_next {
}

/* 페이징 - 현재 페이지 */
#paging span.selected {
	color: #333;
	font-weight: bold;
}

#paging .no-more-prev {
	float: left;
	margin-right: 3px;
	cursor: default;
}

#paging .no-more-next {
	float: left;
	width: 39px;
	cursor: default;
}

/* 티에디션 */
div#ttCanvas .tt-item-title-inner {
	word-wrap: normal;
}

/* sidebar */
#sidebar h3 {
	color: #000;
}

#sidebar ul {
	overflow: hidden;
	width: 100%;
}

#sidebar li {
	margin-bottom: 4px;
	line-height: 16px;
}

#sidebar a {
	line-height: 16px;
	color: #999;
}

#sidebar .cnt {
	color: #b1b1b1;
}
#sidebar .date {}
#sidebar .name {}

.module,
#sidebar .box_sidebar {
	padding: 10px 0;
	font-size: 11px;
}

/* category */
#sidebar .category {
	padding: 10px 0;
}

#sidebar .category ul ul {
	padding-top: 7px;
}

#sidebar .category li li li {
	margin-bottom: 0;
	padding-left: 10px;
	background: url(images/bul_category.gif) no-repeat 4px 5px;
}

#sidebar .category a {
	line-height: 13px;
}

#sidebar .category .selected a {
	color: #ccc;
}

#sidebar .category .selected li a {
	color: #ccc;
	background-color: transparent;
}
#sidebar .category .ib {
	cursor: pointer;
} /* 카테고리 - 이미지 버튼 */

#sidebar .category .branch3 {
	cursor: pointer;
} /* 카테고리 - 트리 셀 */

#sidebar .category .c_cnt {
	margin-right: 3px;
	color: #b1b1b1;
} /* 카테고리 - 카테고리 옆 개수 스타일 */

#sidebar .category .selected .c_cnt {
	color: #ccc;
}


/* tag */
#sidebar .tagbox li {
	display: inline;
	line-height: 1.5;
}

#sidebar .tagbox .cloud1,
#sidebar .tagbox .cloud2 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	background: #faefe6;
}

#sidebar .tagbox .cloud3,
#sidebar .tagbox .cloud4 {
	color: #222;
	background-color:#efefef;
}

#sidebar .tagbox .cloud5{}

/* recent posts */

/* recent comment */
.commentbox .info_wrap .txt_bar {
	margin-left: 2px;
	color: #dfdfdf;
}

/* recent trackback */
.tracbackbox .info_wrap .txt_bar {
	margin-left: 2px;
	color: #dfdfdf;
}

/* archive */

/* calendar */
#sidebar #calendar {
	width:;
	margin-top:-11px;
}

#sidebar #calendar .tt-calendar {
	width:;
	margin: 0 auto;
}

#sidebar #calendar .tt-calendar th {
	display: none;
}

#sidebar #calendar .tt-calendar td {
	width: 27px;
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	color: #7d7d7d;
	text-align: center;
}

#sidebar #calendar .tt-calendar .cal_day_sunday {
	color: #f00;
}/* 달력 Day, 일요일 (td 영역)  */

#sidebar #calendar .tt-calendar .cal_day_sunday a{}/* 달력 Day, 일요일 (td 영역)  */
#sidebar #calendar .tt-calendar .cal_day1{}/* 달력 지난 달 날짜 표시(td)   */
#sidebar #calendar .tt-calendar .cal_day2{}/* 달력 다음 달 날짜 표시(td)   */
#sidebar #calendar .tt-calendar .cal_day3{}/* 달력 이번 달 날짜 표시(td) */
#sidebar #calendar .tt-calendar .cal_day4 {
	font-weight: bold;
}/* 달력 오늘 날짜 표시(td) */
#sidebar #calendar .tt-calendar a.cal_click:link {
	color: #333;
	font-weight: bold;
}/* 달력 글쓴 날 링크 스타일 */

#sidebar #calendar .tt-calendar a.cal_click:visited {
	color: #333;
	font-weight: bold;
}/* 달력 글쓴 날 링크 스타일 */

#sidebar #calendar .tt-calendar a.cal_click:hover {
	color: #333;
	font-weight: bold;
}/* 달력 글쓴 날 링크 스타일 */

#sidebar #calendar .cal_month {
	overflow: hidden;
	width: 79px;
	height: 14px;
	margin: 1px auto 4px;
	text-align: center;
}

#sidebar #calendar .cal_month a:hover {
	text-decoration: none;
}

#sidebar #calendar .calendar_month {
	float: left;
	font-weight: bold;
	line-height: 13px;
	color: #63acbd;
}

#sidebar #calendar .calendar_prev {
	float: left;
	width: 12px;
	height: 11px;
	margin: 1px 4px 0 0;
	background: url(images/btn_cal_prev.gif) 4px 4px no-repeat;
}

#sidebar #calendar .calendar_next {
	float: right;
	width: 12px;
	height: 11px;
	margin-top: 1px;
	background: url(images/btn_cal_next.gif) 4px 4px no-repeat;
}

#sidebar #calendar .calendar_prev span, .calendar_next span {
	display: none;
}

/* search */
#sidebar .search {
	overflow: hidden;
	width: 100%;
}

#sidebar .search input.txt {
	float: left;
	border: 1px solid #ccc;
	width: 120px;
}

#sidebar .search input.submit {
	float: left;
	width: 42px;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 11px;
	color: #fff;
}

/* counter */
#sidebar .counter {
	overflow: hidden;
	width: 180px;
	font-size: 10px;
	line-height: 14px;
	padding: 31px 9px 21px;
}

#sidebar .counter span {
	float: left;
}

#sidebar .counter .txt_bar {
	font-size: 6px;
	line-height: 8px;
	padding: 4px 5px 0 7px;
}

/* tistory + RSS */
#sidebar #adTistory {
	margin-left: 6px;
}

#sidebar #btnRSS {
	margin: 10px 0 0 11px;
}

#sidebar .btn_tistory {
	display: block;
	width: 99px;
	height: 20px;
	background: url(images/tistory.png) no-repeat 0 0;
}
* html #sidebar btn_tistory {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_simpleGrid/images/tistory.png', sizingMethod='crop');
}

/* footer */
#footer .footer-wrap {
	width: 250px;
	position: absolute;
	bottom: 46px;
}

#footer a {
	color: #222;
	float: right;
}

.txt_em {
	font-weight: bold;
	color: #ccc;
}

#content .tistoryProfileLayerTrigger {
	display: inline;
	width: 0;
	height: 13px;
	margin: 0 0 0 4px;
	padding: 3px 0 0 40px;
}

#profile {
	width: 236px;
	height: 100px;
	padding: 7px;
	background: #fff;
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: -500px;
	left: 0px;
	z-index: 2;
}

#profile span {
	margin-top: 7px;
	display: block;
}

#profile ul {
	float: right;
	margin-top: 7px;
}

#profile ul li {
	float: left;
	display: block;
	margin-right: 7px;
}

#profile ul li a {
	color: #ccc;
	text-decoration: underline;
	font-size: 11px;
}

#profile ul li a:hover {
	color: #222;
}