/* for jade */

a:link		{ color:#1058c3; text-decoration:none; }
a:visited	{ color:#1058c3; text-decoration:none; }
a:hover		{ color:#f09;    text-decoration:none; }
a:active	{ color:#1058c3; text-decoration:none; }

body		{ background:#5983b1 url("bg-blue.gif") top center repeat-x;}

body#tt-body-page #content .introduce {
		background:#5180b6;
		color:#fff;
}
.deco-1						{ background:#4978ac; font-size:1px; height:15px; margin:0; padding:0;}
.deco-2						{ background:#5180b6; font-size:0px; height:1px; margin:0; padding:0; border:0;}
.deco-3						{ background:#4978ac; font-size:0px; height:1px; margin:0; padding:0; border:0;}

.paging .num				{ border:1px solid #ccc; background:#efefef; padding:2px 4px; margin:0; font-weight:bold; font:0.9em Tahoma, Arial; color:#1058c3; font-weight:bold;}

.key1						{ border-bottom: 2px solid #1058c3; color:#1058c3; cursor: pointer; cursor:hand;}

.article a:link				{ color:#1058c3; text-decoration:none;}
.article a:visited			{ color:#1058c3; text-decoration:none;}
.article a:hover			{ color:#f09;    text-decoration:underline;}
.article a:active			{ color:#1058c3; text-decoration:none;}

.trackback .title a			{ color:#1058c3;}
.trackback .title a:hover	{ color:#f09;}

.sidebar-module h3			{ display:block; color:#1058c3; font-size:1.0em; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:3px; margin-bottom:7px;}

/* ***** 사이드바 :: 카테고리 모듈 ***** */
.category-view li					{ list-style:none;}
.category-view li a					{ color:#000;}
.category-view li a:hover			{ color:#f09;}
.category-view li ul li				{ background:url("./images/icon-bullet.gif") 0 4px no-repeat; padding-left:10px;}
.category-view li ul li a			{ color:#000;}
.category-view li ul li a:hover		{ color:#f09;}
.category-view li ul li ul li		{ background:url("./images/icon-bullet-2.gif") 8px 4px no-repeat; padding-left:18px;}
.category-view li ul li ul li a		{ color:#000;}
.category-view li ul li ul li a:hover { color:#f09;}


