@charset "utf-8";

/* ----------------------------------------------------
이탈리아 맑음 090121 티스토리 블로그 테마
Version : 1.0
Author  : hi8ar.net
License : 노매드미디어
-------------------------------------------------------
Last Date Modified : 2009. 1. .
------------------------------------------------------ */


/* ============================================================
=BASIC 기초선언
============================================================ */
* { margin: 0; padding: 0; }
body {
	font: 400 0.75em/1.9 Arial, AppleGothic, Sans-serif;
	color: #4e4e4e;
	background-color: #f5f1db;
}
a { text-decoration: none; }
a:link    { color: #4e4e4e; }
a:visited { color: #4e4e4e; }
a:hover   { color: #c11222; }
ol,ul { list-style: none; }
hr { display: none; }
img { border: 0; }
a img { border: 0; }
input, textarea { font-family: Arial, Sans-serif; }


/* ============================================================
=Layout 레이아웃
============================================================ */
#wrap { width: 1140px; margin: 0 auto; padding: 0 20px;}
#header {
	padding: 20px 0;
	height: 627px;
	background: transparent url(images/bg_header.gif) no-repeat 0 55px;
	position: relative;
}
#wrap2 {
	width: 1140px;
	float:left;
	margin-bottom: 50px;
	background: transparent url(images/bg_sidebar.gif) repeat-y 850px 0;
}
#content {
	width: 800px;
	padding-right:50px;
	float: left;
	overflow: hidden;
}
#sidebar {
	width: 250px;
	padding-left: 40px;
	float: right;
	overflow: hidden;
}
#footer {
	clear: both;
	position: relative;
}

/* ============================================================
=header
============================================================ */

/* ####### 블로그 로고 ####### */
#header h1 a {
	position: absolute;
	top: 55px;
	left: 248px;
	width: 605px;
	height: 122px;
	text-indent: -9999px;
}
#header h1 a:hover { }

/* ####### 블로그 설명 ####### */
#header span.blogDesc { display: none; }
/* 메인네비게이션 */
#mainNav { position: absolute; top: 195px; left: 260px; }
#mainNav ul li { float:left; }
#mainNav ul li a { display: block; width: 104px; height: 36px; text-indent: -9999px; }
#navAbout a     { background: transparent url(images/btn_navi.gif) no-repeat 0 0; }
#navNotice a    { background: transparent url(images/btn_navi.gif) no-repeat -104px 0; }
#navLocalog a   { background: transparent url(images/btn_navi.gif) no-repeat -208px 0; }
#navTaglog a    { background: transparent url(images/btn_navi.gif) no-repeat -312px 0; }
#navMedia a     { background: transparent url(images/btn_navi.gif) no-repeat -416px 0; }
#navGuestbook a { background: transparent url(images/btn_navi.gif) no-repeat -520px 0; }
#navAbout a:hover     { background-position: 0 -36px; }
#navNotice a:hover    { background-position: -104px -36px; }
#navLocalog a:hover   { background-position: -208px -36px; } 
#navTaglog a:hover    { background-position: -312px -36px; }
#navMedia a:hover     { background-position: -416px -36px; }
#navGuestbook a:hover { background-position: -520px -36px; }


#skipper {
	position: absolute;
	top: 10px;
	right: 0;
	width: 125px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(images/btn_skip.gif) no-repeat 0 0;
}
#skipper:hover { background-position: 0 -35px; }




/* ============================================================
=이미지 롤링
============================================================ */
#rolling { position: absolute; top: 240px; left: 0; width: 1140px; height: 400px; }
#roll_bt { position: absolute; top: 365px; left: 710px; width: 420px; height: 23px; background: transparent url(./images/bg_rollBt3.gif) no-repeat 0 0;}
#roll_bt a { display:block; height: 23px; float:left; margin-right: 16px; line-height: 60px; overflow:hidden; }

#roll_bt .roll_prev { width: 83px; }
#roll_bt .roll_next { width: 83px; } 
#roll_bt .roll_prev { background: url(./images/bg_rollBt2.gif) no-repeat 0 0; }
#roll_bt .roll_bt1  { background: url(./images/bg_rollBt2.gif) no-repeat -97px 0; width: 57px;}
#roll_bt .roll_bt2  { background: url(./images/bg_rollBt2.gif) no-repeat -171px 0; width: 57px; }
#roll_bt .roll_bt3  { background: url(./images/bg_rollBt2.gif) no-repeat -245px 0; width: 57px; }
#roll_bt .roll_next { background: url(./images/bg_rollBt2.gif) no-repeat -317px 0; }
#roll_bt .roll_prev:hover { background-position: 0 -23px; }
#roll_bt .roll_bt1:hover  { background-position: -97px -23px; }
#roll_bt .roll_bt2:hover  { background-position: -171px -23px; }
#roll_bt .roll_bt3:hover  { background-position: -245px -23px; }
#roll_bt .roll_next:hover { background-position: -317px -23px; }




.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 1140px;
	height: 350px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 1140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



/* ============================================================
=main 첫페이지 수작업 코딩부분
============================================================ */
#mainPage { 
	overflow: hidden;
	line-height: 1.4;
	padding-bottom: 100px;
}

#mainPage .main_innerbox {
	font-family: 돋움, sans-serif;
	margin-bottom: 70px;
}
#content .main_h3 {
	font-size: 30px;
	letter-spacing: -2px;
}
.main_subTitle {
	font-family: "맑은 고딕", sans-serif;
	font-size:18px;
}
.main_article {
	margin-top: 10px;
	margin-bottom: 35px;
	position:relative;
}
.main_article .main_thumb { float:left; }
.main_article p.main_text {
	height: 200px;
	overflow:hidden;
	padding: 0 6px 15px;
	border-bottom: 1px solid #c11222;
	line-height: 1.3;
}
.main_article p.main_text a:hover { color:#4e4e4e; text-decoration: underline; }

.main_article p a.main_cate { font-size: 14px; padding-left: 30px; }
.main_article a.main_more { 
	position: absolute;
	text-indent:-9999px;
	width: 48px;
	height: 12px;
	bottom: -6px;
	right: 0;
	background: transparent url(images/main_btn_more.gif) no-repeat 0 0;
	z-index:10;
}

.main_travelAD { }
.travel_thumb { }






/* ============================================================
=sidebar
============================================================ */
/* ####### 테이블 카테고리 ####### */
.ib { cursor:pointer; }
.branch3 { cursor:pointer; }
#sub .catebox { margin: 30px 0; }

/* ####### 리스트 카테고리 ####### */
.catebox .c_cnt { font-size: 10px; font-family: Georgia, "Times New Roman", serif; }
.catebox li ul li {
	list-style: url(images/bul_category.gif) circle;
	margin-left: 25px;
	padding:1px 0;
}
.catebox li ul li ul li {
	list-style: url(images/bul_arrow.gif) circle;
	margin-left: 25px;
	font-size: 12px;
}

/* 사이드바 리스트상자 제목 */
#sidebar h3 {
	width: 250px;
	height: 30px;
	margin-bottom: 5px;
	text-indent: -9999px;
	border-bottom: 1px solid #eee;
}
#sidebar #h3_category   { background: transparent url(images/bg_h3.gif) no-repeat 0 0; }
#sidebar #h3_recentpost { background: transparent url(images/bg_h3.gif) no-repeat 0 -30px; }
#sidebar #h3_blogstats  { background: transparent url(images/bg_h3.gif) no-repeat 0 -60px; }
#sidebar #h3_reReply { background: transparent url(images/reReply.gif) no-repeat -5px 0; }

/* 사이드바 검색폼 */
#searchForm {
	background:transparent url(./images/bg_searchform.gif) no-repeat scroll 0 0;
	width:250px;
	height:30px;
	overflow:hidden;
	margin-bottom: 30px;
}
#searchForm p input.searchText { background-color: transparent; width: 154px; padding:6px; border: 0 none; }
#searchForm p input.submit { vertical-align: top; }
#searchForm p input:hover,
#searchForm p input:focus { }

/* 사이드바 공통 */
#sidebar .date,
#sidebar .name { color: #333; }
#sidebar .listbox { margin: 30px 0;  }
#sidebar .listbox li a,
#sidebar .listbox li a:visited {
	display: block;
	padding: 2px 0;
	color: #5a5a5a;
}
#sidebar .listbox li a:hover { color: #c11222; }
#sidebar .visitCounter { color: #5a5a5a; }

/* 사이드바 배너상자 */
.bannerBox .banner { display:block; width: 250px; height: 100px; margin: 25px 0; }

/* 사이드바 RSS 구독버튼 */
#rssBtn {
	display:block;
	margin: 40px 0;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url(images/btn_rss.gif) no-repeat 0 0;
}
#rssBtn:hover { background-position: 0 -58px; }


/* ============================================================
=content 내용
============================================================ */

/* ####### 공통 소제목 ####### */
#content h3 { 
	margin-bottom: 20px;
	color: #494949;
	font: 400 18px Arial, sans-serif;
	letter-spacing: -3px;
}

#h3_LL { height: 70px; text-indent: -9999px; background: transparent url(images/bg_h3LL.gif) no-repeat 0 0; }
#h3_TC { height: 70px; text-indent: -9999px; background: transparent url(images/bg_h3TC.gif) no-repeat 0 0; }
#h3_GB { height: 70px; text-indent: -9999px; background: transparent url(images/bg_h3GB.gif) no-repeat 0 0; }
.media_header { display:none; }
body#tt-body-media .media_header { display: block; }
#h3_MD { height: 70px; text-indent: -9999px; background: transparent url(images/bg_h3MD.gif) no-repeat 0 0; }



/* ####### 검색 결과 ####### */
.searchList { margin: 5px 0 50px; }
#content .searchList h3 { color: #333; letter-spacing: -1px; }
.searchList li { list-style: decimal; font-size: 12px; margin-left: 30px; border-bottom:1px dotted #ddd;}
.searchList li a,
.searchList li a:visited { display: block; padding: 3px 0; color: #454545;}
.searchList li a:hover { color: #c11222; background-color: #efebd5; }
.searchList li a .date {
	padding-right: 5px;
	font: 400 12px Georgia, serif;
	letter-spacing: -1px;
}
.searchList li a .searchedText {
	display: block;
	margin: 5px;
	font-size: 12px;
}

/* ####### 위치로그 ####### */
.localLog .info {  padding-left: 10px; background: url(images/bul_arrow.gif) no-repeat 0 center; }

/* ####### 태그구름 ####### */
#content .tagLog ul { padding: 10px; text-align: justify; font-family: Georgia, 바탕, serif; }
#content .tagLog li { list-style: none; display: inline; }
#content .tagLog li .cloud1 { font-weight: bold; font-size: 35px; color: #f0ab06;}
#content .tagLog li .cloud2 { font-weight: bold; font-size: 28px; color: #09a60d;}
#content .tagLog li .cloud3 { font-weight: bold; font-size: 22px; color: #9023dc;}
#content .tagLog li .cloud4 { font-size: 18px; color: #737373;}
#content .tagLog li .cloud5 { font-size: 13px; color: #0e92af;}
#content .tagLog li a { padding: 0 2px; letter-spacing: -1px; }
#content .tagLog li a:hover{ color: #c11222; }

/* ####### 키워드로그 ####### */
.keywordsLog ul { padding: 10px; text-align: justify; }
.keywordsLog li { list-style: none; display: inline; }
.keywordsLog li a,
.keywordsLog li a:hover { margin: 0 10px; font-size: 20px; padding: 0 2px; }
.keywordsLog li a:hover { padding: 0 1px; border: 1px solid #edddb6; }

/* ####### 공지사항 ####### */
.entryNotice { margin: 0 0 100px; }
.noticeTitleBox {
	position: relative;
	padding-top: 80px;
	background: transparent url(images/bg_h3NT.gif) no-repeat 0 0;
}
.noticeTitleBox .date { letter-spacing: -1px; }
.noticeTitleBox h2 { font: 800 23px Arial, "맑은 고딕", sans-serif; letter-spacing: -1px; }
.noticeTitleBox h2 a,
.noticeTitleBox h2 a:visited { display:block; color: #4e4e4e; }
.noticeTitleBox h2 a:hover   { color: #c11222; }

/* ####### 보호된글 ####### */
.entryProtected { margin: 0 0 100px; }
.protectedTitleBox { 
	position: relative;
	padding: 24px 260px 25px 40px;
	background: transparent url(images/bg_title.gif) no-repeat 0 0;
}
.protectedTitleBox h2 {
	color: #4e4e4e;
	font: 800 23px Arial, "맑은 고딕", sans-serif;
	letter-spacing: -1px;
}
.protectedTitleBox h2 a,
.protectedTitleBox h2 a:visited { display:block; color: #4e4e4e; }
.protectedTitleBox h2 a:hover   { color: #c11222; }
.entryProtected p { margin: 10px; }
.entryProtected p input {
	width: 150px;
	height: 16px;
	padding: 7px;
	font-size: 13px;
	border-color: #ddd #e5e5e5 #e5e5e5 #ddd;
	border-style: solid;
	border-width: 1px;
}
.entryProtected p input:hover,
.entryProtected p input:focus {
	padding: 6px;
	border: 2px solid #edddb6;
	background-color: #f6f6f6;
}
.entryProtected p input.submit {
	cursor: pointer;
	width: 50px;
	height: 35px;
	border: 2px solid #f4f2ed;
	color: #555;
	font-size: 12px;
}
.entryProtected p input.submit:hover {
	border: 2px solid #edddb6; 
}

/* ####### 공지사항 보호된글 아이콘 ####### */
.boxInfo { display:none; }

/* ####### 방명록 ####### */
.guestbook .commentList { margin:60px 0; }

/* ####### 본문 ####### */
.entry {
	margin: 0 0 100px;
}
.titleBox {
                width:750px;
                height:40px;
	position: relative;
	padding: 83px 260px 25px 40px;
	background: transparent url(images/bg_title2.gif) no-repeat 0 0;
}
.titleBox h4 {
	color: #4e4e4e;
	font: 800 18px Arial, "맑은 고딕", sans-serif;
	letter-spacing: -1px;
}
.titleBox h4 a,
.titleBox h4 a:visited { display:block; color: #4e4e4e; }
.titleBox h4 a:hover   { color: #c11222; }
.articleRepDate {
	position: absolute;
	top: 27px;
	right: 280px;
	letter-spacing: -1px;
	color: #5a5a5a;
	font-size: 12px;
	text-align: right;
}
.articleCategory {
	position: absolute;
	top: 44px;
	right:280px;
	letter-spacing: -1px;
	color: #5a5a5a;
	font-size: 13px;
	text-align: right;
}
.articleCategory a,
.articleCategory a:visited { color: #5a5a5a; }
.articleCategory a:hover { color: #c11222; }
.adminPanel { color: #999; padding: 10px 10px; }

/* ####### 본문 아래 꼬리 태그 ####### */
.tagRel { color: #666; }
.tagText {
	color: #fff;
	padding: 2px 3px;
	font: 800 11px Arial, Sans-serif;
	letter-spacing: -1px;
	background-color: #c11221;
}

/* ####### 카테고리내 다른글 보기 ####### */
.another_category { background-color:#f0ecd4; }

/* ####### 댓글 트랙백 컨트롤 상자 ####### */
.inResponseTo {
	margin: 15px 0;
	border-bottom: 1px solid #c11222;
	padding: 5px;
	overflow: hidden;
	text-align: right;
}
.inResponseTo a {
	font-family:돋움;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color:#706D59 !important;
}
.inResponseTo a:hover {
	color: #c11222 !important;
}

/* ####### 트랙백 ####### */
.trackback { margin: 10px 0; padding: 5px; }
.trackback:hover { }
#content .trackback h3 {
	width: 112px;
	height: 22px;
	background: url(images/bg_track.gif) no-repeat 0 0;
	text-indent:-9999px;
}
.trackback .tbAddress {
	margin: -15px 20px 10px;
	font-size: 13px;
	letter-spacing: -1px;
}
.trackback h4 {
	padding: 0 5px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
}
.trackback li { list-style: none; margin-left: 10px; }
.trackback li p { padding: 10px; color: #333; }
.trackback li .control {
	display: block;
	float: right;
	margin: -22px 5px 0 0;
	z-index: 5;
}
.trackback li .control a {
	padding: 0 5px;
	font-style: normal;
	font-size: 12px;
	font-family: 돋움;
	color: #706d59;
}
.trackback li .control a:hover { 
	color: #c11222;
}

/* ####### 댓글 ####### */
.comment {
	position: relative;
	padding: 10px 5px;
}
#content .comment h3 {
	width: 112px;
	height: 22px;
	background: url(images/bg_comm.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#content .comment h3.plzWrite {
	width: 112px;
	height: 22px;
	background: url(images/bg_reply.gif) no-repeat 0 0;
}
.commentList { margin: 10px 0 40px; }
.commentList li {
	margin: 20px 0;
	padding: 10px 0;
	color: #444;
	border-top:1px solid #dbd4af;
	overflow: hidden;
	position: relative;
}
.commentList ol li ul li {
	margin: 5px 0 0;
	padding-left: 20px;
	background: url(images/bul_comm_arrow.gif) no-repeat 22px 16px;
	border: 0 none;
}
.commentList ol li ul li:hover {}
.commentList li p.ctAuthor {
padding-left:20px;
}
.commentList li p.desc {
padding-left:20px;
}


.commentList .name,
.commentList .name a,
.commentList .name a:visited {
	font-family: 돋움;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #706d59;
}
.commentList .name a:hover { color: #c11222; }
.commentList .date {
	font-family: 돋움;
	font-size: 12px;
	color: #b2af9a;
}
.commentList .control {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 5px;
	text-align: right;
	font-style: normal;
	font-size: 12px;
	font-family: 돋움;
	color: #706d59;
}
.commentList .control a {
	color: #706d59;
	font-size: 12px;
	font-family: 돋움;
}
.commentList .control a:hover {
	color: #c11222;
}

/* ####### 종류별 코멘트 #######  */
.rp_admin {  }
.rp_secret { color: red; }
.guest_admin {  }
.hiddenComment { color: red; }

/* ####### 본문 댓글 및 방명록 입력 폼 ####### */
fieldset.commentWrite {
	position: relative;
	margin: 10px 0;
	padding: 5px 20px;
	border: none;
}
.commentWrite legend { display: none; }
.commentWrite p { margin: 15px 0; }
.commentWrite label {
	display: block;
	width: 180px;
}
.commentWrite input {
	width: 300px;
	height: 14px;
	padding: 5px;
	font-size: 12px;
	border-color: #e0dcc7;
	border-style: solid;
	border-width: 1px;
	background-color: #f0ecd4
}
.commentWrite input.checkbox {
	float: left;
	width: auto;
	margin: 5px 10px 0 0;
	border: none;
	background: none;
}
.commentWrite textarea {
	width: 745px;
	height: 150px;
	padding: 5px;
	border-color: #e0dcc7;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	background-color: #f0ecd4
}
.commentWrite input:hover,
.commentWrite input:focus,
.commentWrite textarea:hover,
.commentWrite textarea:focus {
	padding: 4px;
	border: 2px solid #edddb6;
	background-color: #f5f1db;
}
.commentWrite input.button {
	border: 0 none;
	cursor: pointer;
	width: 72px;
	height: 27px;
	background: transparent url(images/btn_submit.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: right;
	margin-right: 20px;
}
.commentWrite input.button:hover { background-position: -72px 0; }

/* ####### 페이징 ####### */
.paging .selected { color: #c11222; font-weight: bold; }
.paging{
	clear: both;
	padding: 30px 180px;
	text-align: center;
}
.prevPage { float: left;}
.nextPage { float: right; }
.prevPage a,
.nextPage a { display: block; width: 81px; height: 22px; text-indent: -9999px; overflow:hidden; }
.prevPage a { background: transparent url(images/btn_paging.gif) no-repeat 0 0; }
.nextPage a { background: transparent url(images/btn_paging.gif) no-repeat -81px 0; }
.prevPage a:hover { border: none; background-position: 0 -22px; }
.nextPage a:hover { border: none; background-position: -81px -22px; }
.numbox { font-size: 13px; }
.num { color: #5a5a5a; padding: 5px; }



/* ------------------------------------------------------------------------------------------------
=article STYLE (본문 내용 스타일)
------------------------------------------------------------------------------------------------ */
.article {
	font-family: 돋움, sans-serif;
	margin: 15px 0;
	font-size: 12px;
	line-height: 1.7;
}
.article a { color: #3366cc; border-bottom: 1px dotted #1c1811; }
.article a:visited { color: #993333; border-bottom: 1px dotted #1c1811; }
.article a:hover { color: #8c5826; border-bottom: 1px dotted #1c1811; }
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 { letter-spacing:-2px; color:#666; }
.article h1 { font-size: 48px; border-bottom: 3px solid #eee; }
.article h2 { font-size: 39px; border-bottom: 2px solid #eee; }
.article h3 { font-size: 30px; border-bottom: 1px solid #ddd; }
.article h4 { font-size: 22px; letter-spacing: normal;}
.article h5 { font-size: 18px; letter-spacing: normal; }
.article h6 { font-size: 14px; letter-spacing: normal; }
.article p { margin: 15px 0; }
.article pre {
	display: block;
	margin: 5px 0;
	padding: 10px;
	overflow: auto;
	background-color: #f4f2ed;
	border: 1px solid #efefef;
	color: #111;
	font: normal 15px Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", Monospace;
	white-space: pre;
}
.article code {
	color: #111;
	font: normal 15px Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", Monospace;
}
.article acronym {
	cursor: help;
	border-bottom: 1px dotted #963;
}
.article ol,
.article ul {
	margin: 10px 20px;
	padding: 0 20px;
}
.article ol { list-style: decimal; }
.article ul { list-style: disc; }
.article dl { margin: 15px 0; }
.article dt { font-weight: bold; }
.article dd { padding-left: 25px; }
.article blockquote {
	font-family: Georgia, "Times New Roman", serif;
	padding: 10px 15px 10px;
}

/* ####### 본문 이미지 블럭 ####### */
.article table img,
.article .imageblock img {
	padding: 4px;
	background-color: #f6f6f6;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
}
.article table img:hover,
.article .imageblock img:hover {
	background-color: #b9b9b9;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.article table a,
.article table a:hover,
.article .imageblock a,
.article .imageblock a:hover {
	background: none;
	border: none;
}
.article .cap1 { font-size: 13px; color: #c22111; text-align:center; }

/* ####### 여러개 그림 테이블 ####### */
.article .imageblock td {
	border: none;
	padding: 0;
}
.article .dual,
.article .triple { margin-bottom: 5px; }

/* ####### 본문 모어/레스 ####### */
.article .moreless_fold { padding-left: 10px; border-top: 4px double #eee; }
.article .moreless_top { padding-left: 10px; border-bottom: 1px solid #eee; color: #3366cc; }
.article .moreless_bottom { padding-right: 10px; border-top: 1px solid #eee; color: #3366cc; text-align:right; }
.article .moreless_top span,
.article .moreless_bottom span,
.article .moreless_fold span { display:block; }

/* ####### 키워드 ####### */ 
.article .key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }





/* ------------------------------------------------------------------------------------------------
=FOOTER
------------------------------------------------------------------------------------------------ */
#footer { border-top: 10px solid #e6e2ce; }
#footer a,
#footer a:visited {color:#7d7963;}
#footer a:hover {color:#FFA800;}
#footer h3#h3_tagCloud { width: 222px; height: 40px; background: transparent url(images/bg_h3_tagcloud.gif) no-repeat 0 0; text-indent:-9999px; }
#footer .tagCloudBox { padding: 20px 20px 50px 5px; text-align:justify; }
#footer .tagCloudBox li { display: inline; }

#footer .tagCloudBox ul { font-family: Georgia, serif; }
#footer .tagCloudBox a { color: #7d7963; padding: 0 2px 0 2px; }
#footer .tagCloudBox li a:hover { color: #c11222; }
#footer .tagCloudBox li .cloud1 { font-weight: bold; font-size: 25px; color: #f0ab06; }
#footer .tagCloudBox li .cloud2 { font-weight: bold; font-size: 18px; color: #09a60d; }
#footer .tagCloudBox li .cloud3 { font-weight: bold; font-size: 15px; color: #9023dc; }
#footer .tagCloudBox li .cloud4 { font-size: 14px; color: #737373; }
#footer .tagCloudBox li .cloud5 { font-size: 12px; color: #0e92af; }

#siteInfo { padding: 5px 0; }
#siteCopyright { margin-top: 10px; }
#backToTop {
	position: absolute;
	top: -50px;
	right: 0;
	width: 125px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(images/btn_skip.gif) no-repeat -125px 0;
}
#backToTop:hover { background-position: -125px -34px; }




/* 위치로그 관련 추가 부분 */
/* 위치로그 상위 */
.spot {
 font-weight: bold;
 font-size: 14px;
 color: #C11222;
}

/* 위치로그 하위 */
.info {

}
