@charset "utf-8";

/* 기본 스타일 */
html {}
body{
	background: url(images/menu_bg4.gif) no-repeat top center;
	margin:0;
	padding:0;
	color:#333333;
	font-size: 14px;
	line-height: 1.5em;
	}

p {
	margin: 1.5em 0;
}

/* 공통 링크 스타일 (본문X)*/
a {text-decoration:none;}
a:link, a:visited {
/*	color:#5e9ca7; */ /*비취*/
/*	color:#676ca6; */ /*보라*/
	color:#3a62ab; /*파랑*/
}
a:hover, a:active {
	color:#5e9ca7;
}

.subject a:link, .subject a:visited {
	color:#2e88a9;
}

.subject a:hover, .subject a:active {
	color:#676ca6;
}

.side_mid a:link, .side_mid a:visited {
	color:#333;
}

.side_mid a:hover, .side_mid a:active {
	color:#5e9ca7;
}

.recent a:link, .recent a:visited {
	color:#333;
}

.recent a:hover, .recent a:active {
	color:#5e9ca7;
}

/* 기본적인 스타일 */
button { border:none; cursor:pointer;}
img {border:none;}
br {letter-spacing:0;}
h1,h2,h3,h4 {margin:0; padding:0;}
.clear {clear:both;}


/* 이미지 캡션 스타일 */
.cap1 { color:#999;  text-align:center;}

/* Float 버그 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

	}
.clearfix {display: block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* 레이아웃 */
#wrapper {
	width:1000px;
	margin:5px auto 0 auto;
	clear: both;
	height: auto;
	}
	
		.header_wrapper {
			width:1000px;		
			margin: 0 auto;
			padding-left: 0px;
			}
	#mBody{
	width:100%;
		}
		#contentColumn {
			float:left;
			width:690px;
			padding:10px 0 0 0;
			}
		#sideBar {
			float:right;
			display:inline;
			width:300px;
			padding:0;
			overflow:hidden;
			margin-top:10px;
			}
	#footer {
	clear: both;
	width: 1000px;
	margin: 15px auto 0 auto;
	padding: 50px 0 0 0;
	overflow: hidden;
	background: url(images/somerights.gif) no-repeat;
	height: 0px !important;
	height /**/:50px;
	cursor:pointer;
	}


#menubar {
		width:1000px;
		height:52px;
		position: relative;
		margin: 5px auto 0 auto;
		padding: 0;
		}
		
#nav {
		margin: 0;
		padding: 0;
		width: 1000px;
		height: 52px;
		list-style: none;
		display: inline;
		overflow: hidden;
	        }

	#nav li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
	    }
	
	#nav a {
		float: right;
		padding: 52px 0 0 0;
		overflow: hidden;
		height: 0px !important;
		height /**/:52px;
		}

	#nav a:hover {
	    background-position: 0 -52px;
		}
	
	#nav a:active, #nav a.selected {
	    background-position: 0 -52px;
	    }

	#blognav {
		margin: 0;
		padding: 0;
		height: 28px;
		list-style: none;
		display: inline;
		overflow: hidden;
	        }

	#blognav li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
	    }
	
	#blognav a {
		float: right;
		padding: 28px 0 0 0;
		overflow: hidden;
		height: 0px !important;
		height /**/:28px;
		}
		
	#phantasianav {
		margin: 0;
		padding: 0;
		height: 28px;
		list-style: none;
		display: inline;
		overflow: hidden;
	    }
		
/** 내비게이션 메뉴바 선언 */
		
		#tblog a {
		width: 77px;
		background: url(images/menu_blog.gif) top left no-repeat;
	    }
	
	#tlife a {
		width: 77px;
		background: url(images/menu_life.gif) top left no-repeat;
		}
		
	#tmacin a {
		width: 102px;
		background: url(images/menu_macin.gif) top left no-repeat;
		}
		
	#tphantasia a {
		width: 88px;
		background: url(images/menu_phantasia.gif) top left no-repeat;
		}

	#tlab a {
		width: 57px;
		background: url(images/menu_lab.gif) top left no-repeat;
		} 
		
	#tguest a {
		width: 102px;
		background: url(images/menu_guest.gif) top left no-repeat;
		}				
		
	#tyein a {
		width: 96px;
		background: url(images/menu_yein.gif) top left no-repeat;
		} 
		
	#tcy a {
		width: 81px;
		background: url(images/menu_cy.gif) top left no-repeat;
		} 



/*/// 글꼴 /////////////////////////// */

/* 본문제목 */
h1 {
	font-family: "맑은 고딕", "malgun gothic", Verdana, Sans-Serif;
	font-size: 1.4em;
	line-height:35px;
	padding:0 0 0 10px;
	border-bottom:2px groove #8080ee;
	}


/* 댓글 이름 */
h2 { 
	color:#5050ee;
	letter-spacing:0px;
	padding:10px 20px 5px;
	margin: 0;
	font-size:1.2em;
	}

/* 검색결과 타이틀, 사이트바 타이틀 */
h3 {
	margin:0;
	color:#7a7a7a;
	}

/*트랙백 타이틀 */
h4 { 
	font-size:1.1em;
	font-weight:normal;
	margin:0;
	}

h5 {
	margin:0px;
	font-size:1em;
	font-weight:normal;
	}
/* 본문 */	
.article {
	padding:0 10px;
	text-align:justify;
	letter-spacing:0;
	line-height:1.8em;
	overflow:hidden;
	font-size:13px;
	}
.article a {
	border-bottom:1px dashed orange;
} /*본문 링크 밑줄*/
.article a:hover {
	background-color:#eaF5ff;
	color:#55a;
}

/*작은글꼴1*/
.smallText {
	color:#999;
	letter-spacing:0;
	font-size: 12px;
	}

/*작은글꼴2*/
.smallText2 {
	font-size:0.8em;
	letter-spacing:0;
	}

/* date 부분, 밝은 글씨 */
.light { color:#ccc;}


/* === [ Header ] ================================================ */

/* /// 타이틀 //////////////////// */

/* 타이틀 로고를 텍스트로 할 경우*/
.blogTitle {
	float:left;
	}
.blogTitle h1 {
	border:none;
	font-family:"Eras Demi ITC","Trebuchet MS",Verdana,Tahoma,sans-serif;
	font-size:2em;
	padding:84px 0pt 10px;
	}
.blogTitle h1 a:link, .blogTitle h1 a:visited {
	color:#888;
	}
.blogTitle h1 a:hover, .blogTitle h1 a:active {
	color:#dfdfdf;
	}
.desc {
	font-size:1em;
	margin-top: 120px;
	float: right;
	color:#5080EE;
	line-height:1.8em;
	text-align: right;
	clear: right;
	}

/* 타이틀 로고 이미지로 할 경우 */
#logo {
			padding: 101px 0 0 0;
	overflow: hidden;
	background: url(images/title.gif) no-repeat;
	height: 0px !important;
	height /**/:101px;
	margin: 0px;
		}

/* 관리자 버튼 */
.loginBtn {
	padding:0;
	float:right;
	font-size:0.8em;
	color:#797300;
	z-index:10;
	}
	.loginBtn ul {
		margin:0px;
		padding:0px 0 0 0;
		text-align:center;
		}
.loginBtn li {
	list-style-type:none;
	display:inline;
	margin-left:10px;
	}

/* /// 블로그 메뉴 (Home, Notice, guest book...)//////// */
.barMenu {
	height:40px;
	clear:both;
	float: left;
	/*display: block;*/
	z-index: 999;
	margin-top:9px;
	width: 100%;
	}
.barMenu ul {
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type: none;

	}
	.barMenu ul li {
		display:block;
		float:left;
		font-size:1em;
		}
	.barMenu ul li strong {
		display:block;
		height:30px;
		padding:5px 20px 5px 20px;
		line-height:30px;
		}

	.barMenu ul li a:link, .barMenu ul li a:visited {
		width:120px; cursor:pointer;/* width for the fucking IE6 and under. cursor for all IE */
		text-decoration:none;
		color:#efefef;
		display: block;
		height: 40px;
		border:none;
		}
	.barMenu ul > li a:link, .barMenu ul > li a:visited {
		width:auto;
		}

	.barMenu ul li a:hover {
		background:url(./images/menu_rt.gif) no-repeat scroll top right;
		}
	.barMenu ul li a:hover strong {
		background:url(./images/menu_lt.gif) no-repeat scroll top left;
		color:#66FFCC;
		}
/* 활성화된 메뉴 모양 */
#tt-body-page .bar_page a, #tt-body-page .bar_page a:hover,
#tt-body-search .bar_page a, #tt-body-search .bar_page a:hover,
#tt-body-archive .bar_archive a, #tt-body-archive .bar_archive a:hover,
#tt-body-category .bar_page a, #tt-body-category .bar_page a:hover,
#tt-body-entry .bar_page a, #tt-body-entry .bar_page a:hover,
#tt-body-location .bar_location a, #tt-body-location .bar_location a:hover,
#tt-body-tag .bar_tag a, #tt-body-tag .bar_tag a:hover,
#tt-body-media .bar_media a, #tt-body-media .bar_media a:hover,
#tt-body-notice .bar_notice a, #tt-body-notice .bar_notice a:hover,
#tt-body-guestbook .bar_talk a, #tt-body-guestbook .bar_talk a:hover
	{
		background:url(./images/menu_rt_over.gif) no-repeat scroll top right;
	}

/* 활성화된 메뉴 탭 스타일 */
#tt-body-page .barMenu ul li.bar_page strong,
#tt-body-search .barMenu ul li.bar_page strong,
#tt-body-archive .barMenu ul li.bar_archive strong,
#tt-body-category .barMenu ul li.bar_page strong,
#tt-body-entry .barMenu ul li.bar_page strong,
#tt-body-location .barMenu ul li.bar_location strong,
#tt-body-tag .barMenu ul li.bar_tag strong,
#tt-body-media .barMenu ul li.bar_media strong,
#tt-body-notice .barMenu ul li.bar_notice strong,
#tt-body-guestbook .barMenu ul li.bar_talk strong
	{
		background:url(./images/menu_lt_over.gif) no-repeat scroll top left;
		color:#FFFF00;
	}


/* /// 검색 폼 //////////////////// */
.search_title {
	background-color:#C63200;
	margin-bottom: 10px;
	}
.searchForm {
	background:transparent url(./images/searchForm.gif) no-repeat scroll 0pt;
	float:right;
	height:40px;
	line-height:35px;
	margin-top:0px;
	padding:0px 0pt 0pt 20px;
	width:280px;
	}
.searchForm input.sInput {
	background-color:transparent;
	width:220px;
	height:15px;
	border:none;
	padding:13px 9px 12px 10px;
	float:left;
	outline:none;
	font-size:100%;
	color:#333;
	}

/* 검색 버튼 */
.searchForm .searchSubmit {
	background:transparent url(./images/btn_search.gif) no-repeat scroll 50%;
	border:medium none;
	color:#FFFFFF;
	display:block;
	float:left;
	height:35px;
	width:32px;
	}
/* === [ Content Column ] ========================================= */

/* /// 검색결과 리스트 //////////////////// */
.searchList {
	margin-bottom:10px;
	background-color: #ffffff;
	}

.searchList ol {
	margin:20px 20px 0 50px;
	padding:0;
	}

.searchList ol li {
	border-bottom:1px dotted #ddd;
	line-height:1.8em;
	}
.searchList ol li a:hover {
	background-color:#F5F5FF;
}
.searchList ol li a {
	display:block;
	border:none;
}

.searchRList {
	margin-bottom:20px;
	background-color: #ffffff;
	}
	
.searchRList ol {
	margin: 10px 0 0 0;
	padding: 0 40px;
}

/* /// 보호글 ///////////////////////////// */
.protectedBody {
	height:150px;
	text-align:center;
	}

.protectedBody .warn {
	margin-top:30px;
	}

.protectedBody input.submitBtn {
	width:50px;
	height:23px;
	vertical-align:bottom;
	}

/*/// 컨텐츠 /////////////////////////////// */

.entry {
	margin:0;
	background-color:#ffffff;
}

.box_top {
	background:transparent url(images/box_top.gif) no-repeat left top;
	width:690px;
	height:29px;
	overflow:hidden;
	}

.article_wrapper {
	background:transparent url(images/box_entry.gif) repeat-y;
	padding:0 20px;
	margin: 0;
	}
	
.article_wrapper h2 {
	clear:both;
	margin:0;
	}
	
.article_wrapper ol {
	border: 1px solid #ffffff;
}

.comment_list {
	font-size : 9pt;
}
	
.box_bottom {
	background:transparent url(images/box_bottom.gif) no-repeat left top;
	width:690px;
	height:29px;
	overflow:hidden;
	}
/* 관리자 메뉴 */
.admin {
	margin-bottom:30px;
	
	}
.adminMenu {
	background-color:#EEEEFF;
	padding:5px;
	border-top:1px solid #F0F0FF;
	border-bottom:1px solid #ccf;
	font-size:0.9em;
	}

/* 포스트 제목 영역 */
.subject {
	margin:0px;
	padding: 0px;
	}
/* 포스트 정보 */
.subject p.sInfo {
	font-size:0.9em;
	color:#2e88a9 !important;
	text-align: right;
	margin:0;
padding-right:5px;
	}


/* 인용구 스타일 */
blockquote {
	margin:20px 0 20px 40px;
	padding:5px 10px;
	border-left:4px solid #ddd;
	color:#001050;
}

/* 이미지 블럭 */
.imageblock {
	border:none;
	margin:0 0 15px;
	padding:0;
	}
.imageblock * {
	border:none !important;
	}

.imageblock img {
	background-color:#f5f5f5;
	vertical-align:middle;
	}
.imageblock img:hover {
	background-color:#eaeaea;
	}

/* More/Less 버튼 스타일 */
.moreless_fold {
	padding-left:20px; 
	margin:0;
	} 
.moreless_top  {
	padding-left:20px; 
	margin:0 0 5px;
	}
.moreless_bottom {
	display:none;
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	border-bottom:1px dotted tomato;
	color:#6699FF;
	}
/* 감춰지는 영역 */
.moreless_content {
	padding:5px 10px;
	background-color:#F5FAFF;
	border-bottom:1px dashed #B0C0F0;
	border-top:1px dashed #B0C0F0;
	margin:0;
	}

/* 본문 리스트 스타일 */
.article ul, .article ol {
	padding-left:20px;
	margin:10px 0 10px 20px;
	}
.article ul li, .article ol li{
	padding:0px;
	}

/* 포스트 등록 정보 */
.postInfo {
	height:50px;
	border-bottom:1px solid #ddd;
	padding:0 10px;
	}
.postInfo ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.postInfo ul li{
	margin:0;
	padding-left:24px;
	color:#5080EE;
	background-attachment: scroll;
	background-image: url(./images/bullet_tag.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	font-size: 0.9em;
	}
.postInfo ul li a {
	border-bottom:1px solid #e3e3e3;
	}

.postInfo ul li a:hover, .postInfo ul li a:active { border-bottom:1px dotted tomato; }

/* 포스트 등록 정보 중 댓글,트랙백 버튼부분 */
.cntBtn {
	list-style-type:none;
	}
.cntBtnAlign {
	float:right;
	font-size:inherit;
	}
.cntBtn a { font-weight:bold; }
.cntBtn a:link, .cntBtn a:visited {
	color:#666;
	border:none;
	}
.cntBtn a:hover, .cntBtn a:active {
	color:#333;
	}

/* /// 트랙백 /////////////////////// */

/* 트랙백 주소 표시 */
.trackback {
	background-color:#f5f5f5;
	margin:0;
	padding:0;
	}
.trackbackUrl {
	margin:0;
	padding:5px 0 5px 20px;
	font-size:0.9em;
	border-bottom:1px dotted #bbb;
	}
.trackbackUrl span.url {
	text-decoration:underline;
	cursor:pointer;
	}

/* 트랙백 리스트 */
.trackback ol {
	margin:10px 0 0;
	padding-left:40px;
	list-style:decimal;
	list-style-position:outside;
	border-bottom:1px solid #bbb;
	}
.trackback ol li{
	margin-bottom:5px;
	padding:5px 0;
	}
.trackback ol li p {
	margin:0 15px 0 0;
	padding:0;
	font-size:0.8em;
	border-top:1px dotted #ddd;
	}
	
/* /// 댓글, 방명록 리스트 /////////////////// */

/* 댓글, 방명록 리스트 */
.commentList {
	margin-bottom:10px;
}
.commentList ol img {
	vertical-align:middle;
	}
	
.comment_align {
	text-align: justify;
	padding: 0 10px 0 0;
}
	
.guestList_wrap {
		background:transparent url(images/box_entry.gif) repeat-y;
}

.guestList {
	border-top: dashed 1px #979797;
	margin: 0px 20px 0px;
	padding: 10px;
}

.commentList ol, .guestList ol {
	margin:0;
	padding:0;
	list-style:none;
	}
.commentList ol li, .guestList ol li {
	margin:0px;
	padding:5px 0 5px 25px;
	border-bottom: 1px solid #ddd;
	background-image:url(images/bullet_comment.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	}
.commentList ol li:hover, .guestList ol li:hover,.commentList ol li.odd:hover, .guestList ol li.odd:hover {
	background-color:#f5f5ff;
	}

.commentList ol li p, .guestList ol li p {
	margin: 5px 0;
	font-size:0.9em;
	}
.guest_secret {
background-color:#FFf0f5;
color:#972;
}
.rp_secret {
color:#972;
}
/* 답변 부분 */
.commentList ol li.odd, .guestList ol li.odd {
	background:#fafaff;
	padding:5px 5px 5px 50px;
	}
.commentCntOdd, .guestOdd {
	padding-left:7px;
	border-left:5px solid #a0ccff;
	}


/* /// 댓글, 방명록 작성폼 /////////////// */
.writeForm {
	/* margin:20px 0 30px; */
	}
.writeForm p.message {
	background:url(./images/bullet_message.gif) left 50% no-repeat;
	padding-left:15px;
	margin:0 0 10px;
	}

.writer { margin:2px 0;}

/* 입력 칸 설명 라벨 */
label {
	padding-left:2px;
	width:85px;
	font-size:0.8em;
	}
label span {
	color:#F0003D;
	}

/* 등록자 정보 입력 폼 */
input {
	background-color:white;
	padding:3px 5px 0;
	width: 150px;
	height:18px;
	color:#666;
	border:1px solid #ddd;
	vertical-align:middle;	}
/* 글 입력상자 */
textarea {
	margin-top:5px;
	padding:5px;
	width:600px;
	_width:590px;
	height:100px;
	overflow:auto;
	border:1px solid #ddd;
	font-size:0.9em;
	font-family:inherit;
	line-height:1.5em;
	color:#333;
	}
textarea:focus, input:focus {
	border:1px solid #a6c0c8;
	outline-color:#a6c0c8;
	outline-style:solid;
	outline-width:1px;
	}
	
/* 비밀글 체크박스 */
.checkbox, .checkbox:focus {
	border:none;
	background:none;
	width:15px;
	margin:0 0 0 2px;
	padding:0;
	height:auto;
}

/* URI 입력 */
.wUrl {
	width:300px;
	}
/* Submit 버튼 */
.submit input {
	background-color:white;
	margin:5px 0;
	padding:0px;
	width:100px;
	height:25px;
	border:1px solid #aaa;
	font-family:inherit;
	}

/* 댓글 입력 폼 */
.rContent { 
	margin: 0 7px; 
	padding:10px; 
	}

/* 위치 로그 */
.location {
	background-color:#FFFFFF;
}
.location .place {
	border-bottom:dashed 1px #eee;
	color:#ccc;
	overflow:hidden;
	}

.location .info {
	border-bottom:solid 1px #eee;
	overflow:hidden;
	}

/* 위치에 따른 스타일 */
.location .color0 {color:#808080; font-weight:bold; background-color:#f9f9f9; border-bottom:1px dotted white;}
.location .color20 {color:#808080;}
.location .color40 {color:#999; }
.location .color60 {color:#999;}


/* 태그 구름 */
.taglog {
	background-color:#FFFFFF;
	}
.taglog ul { 
	padding:5px 5px 10px; 
	margin:0; 
	text-align:justify;
	}
.taglog li { 
	display:inline; 
	font-family:'Franklin Gothic Medium', Verdana, Sans-Serif; 
	vertical-align:middle;
	margin-right:10px;
	line-height:40px;
	}

.taglog li a.cloud1 { font-size: 2.2em; color:#3585d5;line-height:1.5em; }
.taglog li a.cloud2 { font-size: 2em; color:#4f9add;}
.taglog li a.cloud3 { font-size: 1.8em; color:#65a5e5;}
.taglog li a.cloud4 { font-size: 1.4em; color:#999;}
.taglog li a.cloud5 { font-size: 1em; color:#cacaca;}
.taglog li a:hover { color:#334488; border-bottom:1px dotted #334488;}

/* media log */
.media {
	background-color:#FFFFFF;
	}

/* guest book */
.guestBook {
	background-color:#FFFFFF;
	}

/* 페이지 네비게이션 */
.pages {
	margin:10px 0 5px;
	background:transparent url(images/box_entry.gif) repeat-y;
	}

.paging {
	margin:0 20px;
	padding:5px 0 0;
	text-align:center;
	height:40px;
	}

/* 페이지 네비게이션 (활성화) */
.paging .selected {
	font-weight:bold;
	color:#fff;
	background-color:#1170dd;
	font-size:1.2em;
	border-color:#5599FF;
	}
.page_nav {
	margin:0;
	float:left;
	width:80px;
	text-align:center;
line-height:35px;
	}
.page {
	margin:4px 0 0;
	padding:0 10px;
	text-align:right;
	float:right;
	}
	.page a span {
		background-color:#F0F5FF;
		border:1px solid #CCCCFF;
		display:block;
		float:left;
		height:25px;
		line-height:25px;
		margin:0 0 0 2px;
		padding:0pt;
		text-align:center;
		width:25px;
_cursor:pointer;
		}
.page a:hover span {
	background-color:#fafcff;
	}
	.page a:hover span.selected {
		background-color:#1170dd;
		}	
.interword {
	float:left;
	margin:0 5px;
	}
/* === [ Right Column (Side bar) ] ========================================= */

.side_top {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	color:#1223A0;
	padding:5px 10px;
	}
.side_mid {
	padding:0 10px;
	}

.sidebar_blank {
	height: 10px;
}

#sidebar_notice {
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(images/sidebar_notice.gif) no-repeat;
	height: 0px !important;
	height /**/:46px;
	}
	
#sidebar_category {
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(images/sidebar_category.gif) no-repeat;
	height: 0px !important;
	height /**/:46px;
	}
	
#sidebar_tag {
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(images/sidebar_tag.gif) no-repeat;
	height: 0px !important;
	height /**/:46px;
	}

#sidebar_recent {
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(images/sidebar_recent.gif) no-repeat;
	height: 0px !important;
	height /**/:46px;
	}
	
#sidebar_archieve {
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(images/sidebar_archieve.gif) no-repeat;
	height: 0px !important;
	height /**/:46px;
	}
	
#sidebar_bookmark {
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(images/sidebar_bookmark.gif) no-repeat;
	height: 0px !important;
	height /**/:46px;
	}

/* sidebar 배경 */
.side_bg {
	background-color:#FFFFFF;
	margin-bottom:10px;
	clear:both;
	}

/* notice */
.notice ul {
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	list-style:none;
	}

.notice li {
	font-size:12px;
	}

/* profile */
#s_profile {
	text-align:center;
	}

/* /// 태그 (사이드바) /////////// */
.tagbox {
	clear:both;
	padding:2px;
	}
.tagbox ul { 
	background-color:#FFFFFF;
	border:1px dotted #CCCCCC;
	margin:5px 0pt 0pt;
	padding:3px;
	font-size:12px;
	}
.tagbox li { 
	display:inline;
	margin-right:2px;
	font-size:1.0em;}


.tagbox li a.cloud1 {
	font-weight:bold;
	color:#3585d5;
}
.tagbox li a.cloud2 {
	font-weight:bold;
	color:#4f9add;
}
.tagbox li a.cloud3 { font-weight:bold; color:#65a5e5;}
.tagbox li a.cloud4 {
	color:#85afee;
}
.tagbox li a.cloud5 { color:#95b5ff;}	

.tagbox li a:hover { color:#E30005;}

.moreTag {
	float:right;
	font-size:0.8em;
	margin:-20px 0 0;
	padding:0;
	}


/* /// 카테고리 리스트 ////////////// */
.s_category {
	padding-bottom:10px;
	}
	.s_category a:hover {
		background-color:#f5faff
		}
/* 분류 전체보기 부분 */
.s_category ul {
	margin:0 5px 0 0;
	padding:0px;
	list-style:none;
	}
.s_category ul li {
	margin:0;
	list-style:none;
	font-size:12px;
	}
.s_category ul li a {
	display:block;
	padding-left:5px;
	}
.s_category ul li a:link, .s_category ul li a:visited {
	border-bottom:1px dotted;
	}

/* 1단 분류 */
.s_category ul li ul {
	margin:0;
	padding:0px;
	}
.s_category ul li ul li{
	letter-spacing:0;
	padding-left:5px;
	border-bottom:1px dotted #ccc;
	}
.s_category ul li ul li a {
	display: inline;
	line-height: 14px;
	height:16px;
	padding:2px 0 2px 0;
	}

.s_category ul li ul li a:link, .s_category ul li ul li a:visited {
	border:none;
	}

/* 2단 부류 */
.s_category ul li ul li ul {
	margin:0 0 3px 15px;
	border-left:2px solid #bbb;
	}
.s_category ul li ul li ul li {
	margin:0;
	border:none;
	}
.s_category ul li ul li ul li a {
	background-image:none;
	}
.s_category ul li ul li ul li a:link, .s_category ul li ul li ul li a:visited {	
	border:none;
	padding-left:0;
	}


/* 활성화된 스타일 */
.s_category ul li .selected a {
	color:#FF0000;
	}
.s_category ul li ul li .selected a {
	color:#FF0000;
	}

/* 위치로그, 미디어로그 */
.categoryEtc {
	float:right;
	margin-top:10px;
	}
	.categoryEtc p {
		border:2px ridge #aaa;
		font-size:0.85em;
		text-align:center;
		width:80px;
		margin:10px 0;
		padding:5px 0;
		}
.catByLocation {
	}
.catByMedia {
	}
.categoryEtc a {
	display:block;
	border:none;
	}
	.categoryEtc a:hover {
		text-decoration:underline;
		border:none;
		}

/* 카테고리 등록 글 수  */
.c_cnt {
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7788ff;
}

.categoryFeed {
	font-size:0.6em;
	color:#7788ff;
}



/* /// 최근게시글 공통부분 //////////////// */
.recentHead {
	cursor:pointer;
	}
#recentWrap {
	padding:0 0 10px;
	}
.recent {
	padding:5px 10px;
	}
.recent ul,.recentPost ul {
	margin:5px 10px 0;
	padding:0 0 0 8px;
	list-style:none;
	border-left:3px solid #bbb;
	}

.recent ul li,.recentPost ul li {
	font-size:12px;
	overflow:hidden;
	border-bottom:1px dotted #ddd;
	line-height:19px;
	}
.recent a:link .sbName, .recent a:visited .sbName {
	color:#bbb;
	}
.recent a:hover .sbName, .recent a:active .sbName {
	color:#99aaEE;
	}
.recent a:link .sbDate, .recent a:visited .sbDate {
	color:#cacaca;
	}
.recent a:hover .sbDate, .recent a:active .sbDate {
	color:#666;
	}
.recent ul li a {
	display:block;
	padding-left:5px;
	border-bottom:1px hidden;
	}
.recent ul li a:hover {
	background-color:#F5FAFF;
	border-bottom:none;
	}
/* /// 달력 //////////////////// */
#s_calendar {
	min-height:175px;
	}
.calendar table a {
	border:none;
	}
.cal_wrap {
	width:180px;
	float:left;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
.calendar table {
	font-size:11px;
padding-bottom:5px;
	}
.calendar table caption {
	font-size:0.9em;
	}
.calendar table tbody {

	background-color:#F0FAFF;
	}
/*셀 정렬*/
.cal_week1, .cal_week2, .cal_day  {
	text-align:center;
	}
/* 달 표시 부분 */
.cal_month { 
	padding-left:4px; 
	text-align:center;
	}
/* 요일 표시 부분 */
.cal_week1, .cal_week2 {
	border-top:1px solid #eee; 
	height:15px;
	}
	.cal_week2 {
		color:#CC3300;
		}
/* 각 날짜 */
.cal_week { 
	height: 25px;
	padding:0;
	}
/* 이번 주 */
.cal_current_week {
	background-color:#E5EFFF;
	}

/* == 날짜별 설정 == */
/* 평범한 날 */
.cal_day {
	color:#aabbff;
	font-size:0.9em;
	}
/* 빈 날짜 */
.cal_day1 {
	background-color:#FaFDFF;
	}
/* 일요일 */
.cal_day_sunday {
	color:#d99;
	background-color:#faeaea;
	}

/* 오늘 날짜 */
.cal_day4 {
	background-color:#5e9ca9;
	font-weight:bold;
	font-size:1.1em;
	color:#FFF;
	}
/* 링크 스타일 */
a.cal_click:link, a.cal_click:visited {
	display:block;
	text-decoration:underline;
	font-weight:bold;
	}
a.cal_click:hover, a.cal_click:active {
	color:#fff;
	background-color:#77c7FF;
}


/* archives */
.archives {
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	font-size:11px;
	line-height:1.9em;
	list-style-type:none;
	height:175px;
	}
	
/* bookmark */

/* /// 라이센스 //////////////////// */
.license {
	margin:0px;
	text-align: center;
	line-height: 35px;
	}
.license p {
	margin:10px 0;
	padding-left:5px;
	}

/* /// 방문자 카운터 ///////////////////// */
#s_counter {
	height:75px;
	}
.counter ul {
	padding:10px;
	list-style:none;
	border: 1px dotted #8888DF;
	margin: 30px 0;
	}
.counter ul li {
	text-align: center;
	color:#5080EE;
	}
.counter ul li.cloudy {
	color:#90B0FF;
	font-size:1em;
	padding-left:10px;
	}
.counter .total {
	border-top:1px solid #8888DF;
	font-size:1.2em;
	font-weight:bold;
	margin-top:5px;
	padding:5px 0pt 0pt 0px;
	text-align:center;
	}

.counter .onlytotal {
	border-top:1px solid #8888DF;
	font-size:0.9em;
	margin:5px auto 0 Automat;
	padding:5px 0pt 0pt 0px;
	text-align:center;
	}

/* 기타 */
#s_etc img {
	vertical-align:baseline;
	}
#s_etc {
	text-align:center;
	}
	#s_etc a {
		border:none;
		}

.allblet_inner a, .allblet_inner a:hover {
	border:none;
	}

/*/// RSS 버튼 /////////////////////////*/

.powered_by {
	float:left;
	padding: 0 0 0 10px;
}
.rss a{
	float:left;
	border:none;
}
a.powered_byBtn {
	background: url(images/textcube.jpg) no-repeat scroll right top;
	width:120px;
	height:60px;
	text-indent:-999px;
	display:block;
}
.rss {
	float:right;
	margin:0;
	padding:10px 0px 5px 10px;
	}
	.rss a {
		float:left;
		border:none;
		margin:0 8px;
		}
a.rssBtn {
	background: url(images/rssBtn.gif) no-repeat scroll center top;
	width:32px;
	height:32px;
	text-indent:-999px;
	display:block;
	margin-top:4px;
	}
	a.rssBtn:hover {
		background-position:0 -32px;
		}
a.no-more-prev, a.no-more-next, a.no-more-prev:hover, a.no-more-next:hover {
	border:none;
	color:#999;
}

#skin_copyright {
	clear: both;
	text-align: center;
		color: #a0ccf0;
		font-family: "Lucida Sans", "Eras Medium ITC", Verdana, Tahoma, Arial;
		font-size: 0.8em;
}
