@charset "utf-8";
/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
	LAST MODIFIED     Nov-14-2007 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.8em Malgun Gothic, 'Trebuchet MS', Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

img { border : 0; }

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 953px; /*sbson : 820 + 133 */
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 885px; /*sbson : 760 + 125 */
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 953px; /*sbson : 820 + 133 */
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #D4E59F; /*sbson : #FFF */
}

/* =====================================================================
   SPAN
===================================================================== */
.date, name { 
	font : 1.0em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #666666;
}
.date_top{
	font : 1.0em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #666666;
	padding-left: 17px;
	background: url(images/date.gif) 0 50% no-repeat;
}
.category_top{
	font : 1.0em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #666666;
	padding-left: 17px;
	background: url(images/folder.gif) 0 50% no-repeat;
}
.cmt_bottom{
	font : 1.0em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #666666;
	padding-left: 17px;
	background: url(images/comment2.gif) 0 50% no-repeat;
}
.tb_bottom{
	font : 1.0em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #666666;
	padding-left: 17px;
	background: url(images/trackback.gif) 0 50% no-repeat;
}
.cnt {
	font : 0.9em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	color:#2180BC;
}

.date2, .name2 {
	font-size: 1.0em;
	color: #555;
}
.subject { 
	font-family: 'Malgun Gothic', verdana, tahoma, sans-serif;
	font-weight: bold;
}

/* =====================================================================
   Header
===================================================================== */

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}


/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* =====================================================================
   Main
===================================================================== */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bolder 12px/37px "Trebuchet MS", Sans-serif;
	height: 37px;
	width: 907px; /*sbson : 780 + 127 */
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* search form */
#menu_search { /* 따로 div스타일 지정해 주지 않으면 IE7에서 메뉴바 깨짐 */
	float: left;
	padding: 0px 0px 0px 6px;	
}
#menu_search input.textbox { 
	width: 156px; /*sbson : 120 + 36 */
	margin: 0px 0px 0px 0px;
	color: white; 
	height: 16px;
	padding: 0px;	
	border: 1px solid #E5E5E5;
	vertical-align:middle; /* 검색창과 버튼 정렬이 안맞을 때 필수 */
	position:relative;
	cursor:text;
	background-color: transparent;	
}
#menu_search input.button { 
	width: 60px;
	height: 18px;
	padding: 0px;
	vertical-align:middle; /* 검색창과 버튼 정렬이 안맞을 때 필수 */
	margin: 0px 0px 0px 0px;
	position:relative;
	cursor:pointer;
}


/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
	font-size: 1.1em;
}
#main h2 {
	margin-top: 10px;
	font: Bolder 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0px 5px 20px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 0px 50%;	
	text-transform: none;
	letter-spacing: -1px;	
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

/* =====================================================================
   SearchList
===================================================================== */
.searchList { }

.searchList ul li, .searchList ol li {
	list-style-image: url(images/bullet.gif);
}
/* =====================================================================
  Location
===================================================================== */
.localog .spot { 
	background:url(./images/iconIndentArrow_local.gif) 5px 0 no-repeat;  
	background-repeat:no-repeat;
	padding-left:20px;  
	margin-top:5px;
}
.localog .info { 
	background:url(./images/iconIndentArrow_local.gif) no-repeat;  
	background-repeat:no-repeat;
	padding-left:15px;  
	margin-top:5px;
}

/* =====================================================================
  Tag & Keyword
===================================================================== */
.taglog ul, .keywords ul { padding:0;	margin: 0px;	text-align:justify; }
.taglog li, .keywords li { display:inline; }
.taglog li .cloud1 {font-size:13px; color:#ff6600; font-weight:bold; 	background-color:#ebeaea; }
.taglog li .cloud2 {font-size:13px; color:#237fbe; font-weight:bold;  }
.taglog li .cloud3 {font-size:13px; color:#71a708; }
.taglog li .cloud4 {font-size:13px; color:black;}
.taglog li .cloud5 {font-size:13px; color:#555;}

/* =====================================================================
   Entry
===================================================================== */
.admin {
	text-align:right;
	font-size: 0.9em;
	}
	
.article {
	margin: 10px 3px;
	text-align:justify;
}
.article p{
	margin: 0;
	padding: 0;
}
.article ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

.article code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
.article acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.article blockquote {
	margin: 10px;
 	padding: 10px 3px 3px 32px;  
  	background: url(images/quote.gif) no-repeat 5px 5px;    
	font-family: 0.95em;
	font-style:italic;
}

.article .moreless_fold  { 
	text-decoration:underline;
	padding-left:18px; 
	background:url(./images/bullet_plus.gif) 0 50% no-repeat ;
}
.article .moreless_top { 
	text-decoration:underline;
	padding-left:20px; 
	background:url(./images/bullet_minus.gif) 0 50% no-repeat ;
}
.article .moreless_bottom   { 
	text-decoration:underline;
	padding-left:20px; 
	background:url(./images/bullet_minus.gif) 0 50% no-repeat ;
}
.article .moreless_content { 
	color:#237fbe; 
} 


.article img { border: 0; }

.article .imageblock {
	padding:0;
	margin:5px 0;
}
.article .cap1  { 
	font-size: 1.0em; 
	margin:0; 
	color: #999; 
	text-align: center;
}
.article .dual  { 
	margin-bottom:3px; 
} /* 그림 2개 */
.article .triple { 
	margin-bottom:3px; 
} /* 그림 3개 */

.tagTrail {
	font: 1.0em 'Malgun Gothic', 'Trebuchet MS', sans-serif;
	margin:10px 0px 10px 0px
}

.tagText {
	font-weight: bold;
	font-size:1.0em;
	padding-left: 17px;
	background: url(images/icon_tag.gif) 0 50% no-repeat;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 0px 10px 0px;
	border: 1px solid #f2f2f2;
	font: 0.95em 'Trebuchet MS', sans-serif;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment2.gif) no-repeat left center; /*sbson : comment.gif는 다른그림이 들어감  */
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .trackbacks {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* =====================================================================
   Trackback & Comment
===================================================================== */
/* trackbacck */
.trackbackURL {
/*	background-color: #FAFAFA; */
/*	border: 1px solid #f2f2f2;	*/
	padding: 8px 10px 0px 10px; 
	margin: 5px 10px 0 10px;
	font: 1.0em 'Trebuchet MS', sans-serif;
	text-align:left;
	font-weight: bold;
}
.trackback {
	margin:5px 15px 5px 15px;
}
.trackback ol {
	margin:0 15px;
	padding:7px;
	list-style-image: url(images/bullet.gif);
}

.trackbackText {
	font-weight: bold;
	padding-left: 17px;
	background: url(images/rss.png) 0 50% no-repeat;

}

/* Comment & Guestbook */

/* comment START */
/* 일단 쓰든 안쓰든 모든 부분을 퍼왔다.
너무 복잡함... 차차 안쓰는 부분은 삭제해 나가야 한다.....*/

#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:10px -15px;
	padding:0 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#trackbacks {clear:both; overflow:hidden; position:relative;}
#cmtswitcher .addcomment {
	background:url(images/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(images/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
	overflow:hidden;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
	overflow:hidden;
}
.cmtauthor {
	float:left;
	width:81px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.cmtpic {
	background:url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right:15px;
	margin-top:10px;
}
.cmtname {
	width:67px;
	padding-right:15px;
	font-weight:bolder;
	overflow:hidden;
}
.avatar {
	padding:1px;
	border:1px solid #999;
}

.cmtname img{ width:32px; height:32px; padding:1px; top:11px; left:16px; 
			position:absolute;  background-color:#FFF;}
.admincomment .cmtname img { left:30px;}

.cmtinfo {
	background:#EDEFF0 url(images/comment.gif) 0 0 no-repeat; 
	float:left;
	padding:10px 15px 0;
	width:494px;
}
.cmtdate, 
.tbdate {
	float:left;
	font-size:10px;
}
.cmtact, 
.tbact {
	float:right;
	font-size:10px;
}
.cmtcontent {
	background:url(images/comment.gif) 100% 100% no-repeat; 
	margin:0 -15px;
	padding: 20px 5px;
	line-height:145%;
}
.cmtcontent p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .cmtauthor {
	float:right;
}
.admincomment .cmtpic {
	background:url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:13px;
}
.admincomment .cmtname {
	padding-right:0;
	padding-left:13px;
}
.admincomment .cmtinfo {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	overflow:hidden;
}
#thetrackbacks li {
	margin-top:15px;
	list-style:none;
}
.trackback {
	/* background:#EDEFF0 url(images/box.gif) 0 0 no-repeat; */
	padding:0px 0px 0px 10px;
	width:575px;
}
.tbtitle {
	text-align:center;
	font-size:12px;
	display:block;
	margin:10px 0 -5px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:11px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:601px;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(images/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox a.feed {
	background:url(images/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit_cmt {
	padding:3px 6px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
	font-size:11px;
	cursor:pointer;
	width:200px;
}
#submitbox #submit_cmt:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
}
#submitbox .submitbutton {
	float:right;
}
/* comment END 여기까지 쓰레기 코드*/

.commentList p {
	margin:0;
	color: #666666;
}
.commentList ol {
	margin: 5px 0px 5px 0px; /*sbson : 새로운 코멘트 도입을 위해 수정.*/
	padding:0;
	list-style:none;
}
.commentList ol ul {
	margin: 0 0 10px 0;
	padding:3px;
	list-style:none;
	background-color: #fafafa;
	border-top: 1px solid #f2f2f2;	
	border-bottom: 1px solid #f2f2f2;		
}

.commentList .control {
	font-size: 0.9em;
}
.commentWrite, .guestWrite {
	margin:10px 0px 0px 3px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

.commentWrite p{
	margin:0;
	vertical-align:middle;
}

/* form elements */
label {
	margin:5px 0;
	font: normal 1.0em 'Trebuchet MS', sans-serif;
}
input.com {
	padding: 2px;
	margin: 0px 0px 5px 0px;	
	border:1px solid #eee;
	font: normal 0.93em 'Trebuchet MS', sans-serif;
	color:#777;
	width: 227px; /*sbson : 200 + 27 */
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 0.93em 'Trebuchet MS', sans-serif;
	color:#777;
}
.checkbox {
	vertical-align:middle;	
	}
textarea {
	width: 587px; 
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 5px 0px 0px 0px;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	cursor:pointer;
}

/* =====================================================================
   Paging
===================================================================== */
/* paging */
.paging {
	margin:40px 0 50px 0;
	text-align: center;
	font: 0.85em tahoma;
}

.paging a { color: #4284B0; text-decoration: none; }
.paging a:hover { color: #9EC068;}

.selected  { 
	color: #06c;
	font-size: 1.1em;
	font-weight: bold;
}
.paging .numbox  { 
	border-left: 1px solid #ccc;
	margin: 0 10px;
}
.paging .num  { 
	padding: 0 8px;
	border-right: 1px solid #CCC;
}

/* =====================================================================
   Sidebar
===================================================================== */
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h3 {
	margin-top: 12px; /*sbson : 10 + 2 */
	padding: 7px 0px; /*sbson : 5 + 2, 5 - 5 */
	font: bold 1.6em 'Trebuchet MS', Tahoma, Sans-serif; /*sbson : 1.4 + 0.2 */
	color: #728D26;	
}
#sidebar h4 { 
	letter-spacing: 1px;
	line-height : 0.7em;
} /*sbson : 카테고리 설정 */
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 2px 10px 15px 0; padding: 0;
	text-decoration: none;	
	background: url(images/dots.jpg) repeat-x left top;
} 

#sidebar ul li  {
	list-style: none;
	padding: 4px 0 ;
	margin: 0;	
	color: #68774A;	
	background: url(images/dots.jpg) repeat-x left bottom;
}

#sidebar li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar li a:hover {	
	color: #1773BC;	
}
.branch3 { 
	font-size: 1.2em;
	font-weight: bold;
	cursor:pointer;
}

.ib 
{ 
	cursor:pointer;
} 

.c_cnt  { 
	font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  
	color: #8A8A8A; /*sbson : #ccc */
} /* 카테고리 옆 개수 스타일 */

.tagbox ul {
	margin: 5px 0 10px 15px; 
	padding:0;
	list-style:none;	
}
.tagbox ul li {
	display:inline;
	text-align:justify;
}
.tagbox li .cloud1 { 
	background-color:#eee;  
	color:#a2348f;  
	font-weight:bold;  
}
.tagbox li .cloud2 { 
	background-color:#eee;  
	color:#5a5194;  
	font-weight:bold;  
}
.tagbox li .cloud3 { 
	background-color:#eee;  
	color:#7870ab;  
}
.tagbox li .cloud4 { 
	background-color:#eee;  
	color:#666;     
}
.tagbox li .cloud5 { 
	color:#999; 
}

.banner {
	margin: 15px 10px 20px 0;
	}
	
.banner .total {
	font: bold 2em 'Times New Roman', serif;
}

/* =====================================================================
   Footer
===================================================================== */
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 953px; /*sbson : 820 + 133 */
	height: 65px;
	text-align: center;	
	font-size: 100%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}
#footer a:hover {
	text-decoration:underline;
	}
.rssText {
	padding-left: 17px;
	background: url(images/rss.png) 0 50% no-repeat;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* 색상 코드 관리
#267ebd 하늘색
#edfdce 연두색
#FFFFFF 흰색
#728D26 진녹색
#666666  검회색
*/


