@charset "utf-8";

/* ======================================
	Sidebar - from Tistory Gallery skin
=========================================*/

#sidebar_close {display:none;}

#sidebar { 
	color:#8b8a8a; 
	line-height: 170%;
	}

.open_close	{
	font: bold 0.8em 'Trebuchet MS', Sans-serif; 
	text-align:center;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 4px;
	margin-bottom: 10px ;
	}
	
.open_close a	{ color:#8b8a8a;}
.open_close img	{margin:0 0 0 2px;}

.sidebox, .sidebox2 {
	text-align:center;
	margin: 15px 0;
	}

.sidetitle {
	color: #693; 
	font:bold 11px 'Trebuchet MS', batang, sans-serif; 
	}
	
/* sidebox ul, li style */
.sidebox ul, .sidebox2 ul {
	margin:0; 
	padding:0;
	display:inline;
	}

.sidebox li {
	background:url(images/icon_sidebar.gif) 0 50% no-repeat;
	padding-left: 5px;
	margin-right: 7px;
	display:inline;
	font-size: 0.9em;
	}
	
.sidebox li a {color:#848484;}
.sidebox ul li ul { padding:0 0 0 5px; margin:0; }
.sidebox ul li ul li { font-weight: bold; } /* 덜 세세한 카테고리 -.-; */
.sidebox ul li ul li ul { padding:0 0 0 5px; margin:0; } 
.sidebox ul li ul li ul li {font-weight: normal; } /* 가장 세세한 카테고리 */

.c_cnt { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#999;}

/* sidebox tag cloud */http://kaysoh.tistory.com/admin/skin/edit
.sidebox2 ul.tagcloud li	{
	list-style:none;
	display:inline; 
	background:none; 
	}

.sidebox2 ul.tagcloud li .cloud1 {
	font: bold 1.0em batang, trebuchet MS;
	color: #FF3399
	}
	
.sidebox2 ul.tagcloud li .cloud2 {
	font: bold 1.0em batang, trebuchet MS;
	color: #0099CC;
	}

.sidebox2 ul.tagcloud li .cloud3 {
	font: bold 0.9em batang, trebuchet MS;
	color:#693;
	}

.sidebox2 ul.tagcloud li .cloud4 {
	font: normal 0.9em batang, trebuchet MS;
	color:#333;
	}

.sidebox2 ul.tagcloud li .cloud5 {
	font: normal 0.9em batang, trebuchet MS;
	color:#666;
	}

.clear {clear: both; }

.tagTrail { 
	margin: 5px 0 15px 0;
	}
.tagText {	
	font: bold 0.8em 'Trebuchet MS'; 
	color: #000;
	}




/* 공통  */
body {}
img {border-width:0px;}
table{border-spacing: 0px; border-collapse: collapse; text-align:justify;}
td{padding: 0px;}

.cap1 { color: #a1a1a1; text-align: center; }
.key1 { cursor: pointer; border-bottom: 1px dotted #cccccc; }


.head_title	{
	font-size:16px; 
	color:666666; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:batang; 
	letter-spacing:-1px;
	}

/* 입력창 관련  */
.text {
	border-top: 0px;  
	border-right: 0px; 
	border-bottom: 1px dotted #cccccc; 
	border-left: 0px; 
	height:18px; 
	color: #666666; 
	font-size: 11px; 
	padding: 2px 2px 0px 4px;
	}

.textarea_rp {
	border: 1px solid #ededed;
    font-family:돋움,tahoma;
	font-size:12px;
	color:666666;
    background:#ededed;
	width:730px;
	padding: 2px 2px 0px 4px;	
	}

	
.submit {
	border: 1px solid #ededed;
	font-family:tahoma;
	font-size:11px;
	color:999999;
	background:#ededed;
	height:20px;
	width : 50px;
	} 


/* 본문 관련  */
.article {
	font-size:12px; 
	font-family:돋움; 
	color:666666; 
	text-align:justify; 
	line-height:18px;}

.article_info {
	font-size:11px; 
	font-family:tahoma,돋움; 
	color:666666;
	}

.article_info  a:link         { color:#666666;     text-decoration:none;}
.article_info  a:visited      { color:#666666;     text-decoration:none;}
.article_info  a:hover        { color:#666666;     text-decoration:underline;}
.article_info  a:active       { color:#666666;     text-decoration:none;}

.protected_article{
	font-size:12px; 
	font-family:돋움; 
	color:666666; 
	text-align:center; 
	}


/* 방명록_댓글 본문  */
.sub_article {
	font-size:12px; 
	font-family:돋움; 
	color:a1a1a1; 
	text-align:justify; 
	line-height:18px;
	}

.name {
	font-size:12px; 
	font-family:돋움; 
	color:a1a1a1;
	font-weight:bold;
	}

.name  a:link         { color:#a1a1a1;     text-decoration:none; font-weight:bold;}
.name  a:visited      { color:#a1a1a1;     text-decoration:none; font-weight:bold;}
.name  a:hover        { color:#a1a1a1;     text-decoration:none; font-weight:underline;}
.name  a:active       { color:#a1a1a1;     text-decoration:none; font-weight:bold;}


.date {
	font-size:11px; 
	font-family:tahoma; 
	color:a1a1a1;
	}

.site_info {
	font-size:11px; 
	font-family:tahoma; 
	color:a1a1a1;
	line-height:18px;
	}

.site_info  a:link         { color:#a1a1a1;     text-decoration:none;}
.site_info  a:visited      { color:#a1a1a1;     text-decoration:none;}
.site_info  a:hover        { color:#a1a1a1;     text-decoration:underline;}
.site_info  a:active       { color:#a1a1a1;     text-decoration:none;}


/* 사이드바  */
.sidebar {
	font-size:12px; 
	font-family:돋움; 
	color:666666; 
	line-height:18px;}

.sidebar_notice {
	font-size:11px; 
	font-family:tahoma; 
	color:a1a1a1;
	}

.sidebar_head_title	{
	font-size:14px; 
	color:666666; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:batang; 
	letter-spacing:-1px;
	}

/* 사이트 하단  */
.guest_input {
	font-size:10px; 
	font-family:tahoma; 
	color:666666;
	}


/* 기본 링크  */
A:link    {color:666666;text-decoration:none;}
A:visited {color:666666;text-decoration:none;}
A:active  {color:666666;text-decoration:none;}
A:hover  {color:666666;text-decoration:underline;}


/* 페이지넘버 */
.paging {}
.paging .selected {color : #a1a1a1; font-weight:bold;}

.menu {
	font-size:20px; 
	font-family:바탕; 
	color:a1a1a1;
	font-weight:bold;
	}

.menu  a:link         { color:#a1a1a1;     text-decoration:none; font-weight:none;}
.menu  a:visited      { color:#a1a1a1;     text-decoration:none; font-weight:none;}
.menu  a:hover        { color:#a1a1a1;     text-decoration:none; font-weight:underline;}
.menu  a:active       { color:#a1a1a1;     text-decoration:none; font-weight:none;}



/* 태그클라우드 */
.cloud1 {
  font-size : 12px;
  color : #000000 !important ;
  }

.cloud2 {
  font-size : 12px;
  color : #565656 !important ;
  }

.cloud3 {
  font-size : 12px;
  color : #818181 !important ;
  }

.cloud4 {
  font-size : 12px;
  color : #A7A7A7 !important ;
  }

.cloud5 {
  font-size : 12px;
  color : #D0D0D0 !important ;
  }

