@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}

/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:12px/1.5  nanumgothic, 나눔고딕, Verdana, AppleGothic, Sans-serif, Dotum;
		background:/*@background-image=url(images/bg.gif)*/url("")/*@*/
		/*@background-image-repeat=*/repeat-x/*@*/
		/*@background-image-position=*/center top/*@*/
		/*@background-color=*/#87B308/*@*/;

		color:#958A8A;
		margin:0;
		padding:0;
}


a { selector-dummy : expression(this.hideFocus=true);}


a:link          { color:#EE4C88;     text-decoration:none;   selector-dummy : expression(this.hideFocus=true);}
a:visited       { color:#EE4C88;     text-decoration:none; selector-dummy : expression(this.hideFocus=true);}
a:hover         { color:#EE4C88;     text-decoration:none; selector-dummy : expression(this.hideFocus=true);}
a:active        { color:#EE4C88;     text-decoration:none; selector-dummy : expression(this.hideFocus=true);}

/* 페이징 - 현재 페이지 */
    .selected      { font-weight:bold;  color:#FFF200; text-decoration:underline; }
    .no-more-prev,
	.no-more-next  { color:#fff;}


/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#EE4C88;}

/* 달력 월 표시 */
    .cal_month              { color:#FFDE00; font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
	.cal_month  a           { color:#FFDE00 !important;}
	.cal_month  a:hover     { color:#FFDE00 !important; }
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal; color:#FFDE00; }
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#FFF200; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background:none;}
    .cal_current_week       { background-color:#39342A; padding: 3px 0 5px 0;}

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#BEBEBE;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#FFDE00 !important;}
    .cal_day_sunday a       { color:#FFDE00 !important;}

/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#D3D1D1;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#D3D1D1;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#D3D1D1;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#D3D1D1;  text-decoration:underline;}
	.cal_day4 a  {text-decoration:underline;}
	.cal_day4 a:hover {text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#fff;  font-weight:bold;}
    a.cal_click:visited     { color:#fff;  font-weight:bold;}
    a.cal_click:hover       { color:#D3D1D1;  font-weight:bold;} 
	
	
    .calendar td  { font-family:verdana;}
	

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { }
    .rp_secret              { color:#EE4C88;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          {  }
    .guest_admin            {  }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment {  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#fff;  text-align:center;}
/* 그림 */
    .imageblock             { border:0;  padding:5px;  margin:5px 0; }
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
    .moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#fff;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#fff;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#fff; text-align:right;}

/* 키워드 */ 
    .key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

.galleryCaption {color:#fff !important;}
.galleryControl {color:#fff !important;}



hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.5em;}
h2              { font-size:1.4em;}
h3              { font-size:1.2em;}
h4              { font-size:1em;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}



/* ***** Layout ***** */

#container {width:/*@post-width:460=*/1003px/*@*/; margin:0 auto;	 padding-top:0px;  }

#header    {  Background:url(./images/topimage55.jpg) no-repeat; height: 268px;  }

#cbody         {width:/*@post-width:250=*/775px/*@*/; float:left; margin-left: 9px; }
	#content   {width:/*@post-width:40=*/565px/*@*/; float:right; padding-top:0px;  }
	#sidebar   {width:200px; float:left; margin-right:0px; }

#sideclip  {width:219px; float:right; padding-top:0px; margin-right:0px;}

#footer    {clear:both; }






/* **** Header ***** */

#header a              { color:#EE4C88; padding:0 3px;}
#header h1			   { font-family:/*@title-font-family=*/inherit/*@*/; /*@title-font-size=font-size:;*/font-size: inherit;/*@*/ font-weight:bold; padding:/*@title-height:-74=padding-top:*/41px/*@*/ 0 47px 20px;
		/*@title-background-color=background-color:;*/background-color: transparent;/*@*/
		/*@title-background-image=background-image:;*/background-image: none;/*@*/
		/*@title-background-image-position=background-position:;*/background-position: ;/*@*/
		/*@title-background-image-repeat=background-repeat:;*/background-repeat: no-repeat;/*@*/
}
#header h1 a           { color:/*@title-color=*/#EE4C88/*@*/;}
#header h1 a:hover     { color:/*@title-color=*/#EE4C88/*@*/;  text-decoration:none;}

	.blogMenu      { padding:30px 20px 10px 160px; margin:0; }
	
	.blogMenu .menu         { float:left;}

	.blogMenu .menu a       {  display:block;
    background:url(./images/blogbanner1.png) no-repeat; 
    width:137px;
    height:158px; }
	.blogMenu .menu a:hover {    background:url(./images/blogbanner2.png) no-repeat; }
	


	.blogMenu .adminmenu         { float:left; padding:0px 0px 10px 110px; }
	.blogMenu .adminmenu a       { display:block;
    background:url(./images/guestbookbanner1.png) no-repeat; 
    width:166px;
    height:115px;}
                .blogMenu .adminmenu a:hover { background:url(./images/guestbookbanner3.png) no-repeat; }


	.blogMenu .adminmenu1         { float:left; padding:0px 0px 10px 140px; }
	.blogMenu .adminmenu1 a       { display:block;
    background:url(./images/fan1.png) no-repeat; 
    width:163px;
    height:162px;}
                .blogMenu .adminmenu1 a:hover { background:url(./images/fan2.png) no-repeat; }



/* --------------- */


.cnt   { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#EE4C88;}
.date  { font:0.8em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#938464;}

/* ***** sidebar ***** */

.blogInfo {}
	.blogImage         {background:url("images/blogimg_top.gif") no-repeat top center #312D25; padding:25px 15px 0 15px;}
		.blogImage img {width:170px; text-align:center;}
	.blogDesc          {color:#B4AD9B;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; background:#312D25; padding:8px 15px 0 15px;}
	.blogID            {background:url(images/blogimg_bottom.gif) no-repeat bottom #312D25; padding:5px 15px 20px 15px; margin-bottom:10px;}
		.userID        {color:#B4AD9B;  font-size:0.9em; letter-spacing:-1px;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px; }


.sidebox {padding-left:15px; padding-right:10px; margin-bottom:10px;}

 #sideclip .sidebox { padding:10px;} 



#sidebar h3 {font-size:12px; font-weight:bold; color:#EE4C88; background:url("images/sidebarTitle.gif") no-repeat left center; padding:8px 0 8px 15px; margin-top:10px;}



#sidebar ul            {padding:0;  margin:0;  list-style:none; }
#sidebar li            {background:url(images/bul.gif) 0 6px no-repeat;  padding-left:7px;}
#sidebar li a		   {color:#BEBEBE; }
#sidebar li a:hover	   {color:#EE4C88; text-decoration:none; }

#sidebar .recentPost   {width:200px; overflow:hidden;  }

#sidebar .recentComment             { width:200px; overflow:hidden; }
#sidebar .recentComment .info_wrap  {  margin-bottom:3px; color:#fff; display:block;}




#sidebar .recentTrackback             { width:200px; overflow:hidden;}
#sidebar .recentTrackback .info_wrap  { margin-bottom:3px; color:#999; display:block;}


#sidebar .archive      { width:200px; overflow:hidden;} 
#sidebar .archive li   { font-family:verdana;}


.category li ul li          { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
.category li ul li ul li    { background:none; border-left:1px dotted #FFF; padding-left:6px; margin-left:2px;}
.category li ul li ul li a  { color:#BEBEBE;}


/* ***** sideclip ***** */


#sideclip .sidebar {padding-bottom:20px;}

#sideclip h3 { display : none; }

#sideclip .sidebar .sidebox {  }

#sideclip .sidebar ul            {padding:0;  margin:0;  list-style:none;}
#sideclip .sidebar li            {background:url(images/bul.gif) 0 6px no-repeat;  padding-left: 7px; color:#ffffff;}
#sideclip .sidebar li a		    { color:#ffffff; } 
#sideclip .sidebar li a:hover	{ color:#EE4C88; text-decoration:none; }


#sidebar .search               { text-align:center;}
#sidebar .search input         { width:120px;  height:16px;}
#sidebar .search .submit       { font:0.9em Verdana, Helvetica, Arial, Dotum, sans-serif; color:#fff; width:50px;  height:20px;  background-color:#000;  padding-top:2px;}
#sideclip .search               { text-align:center;}
#sideclip .search input         { width:120px;  height:16px;}
#sideclip .search .submit       { font:0.9em Dotum, Arial, sans-serif; color:#fff; width:50px;  height:20px;  background-color:#000;  padding-top:2px;}

#sidebar .notice               { margin:10px;  padding:0;}
#sidebar .notice li            { border-bottom:0 dotted #ddd;  margin:0 0 0 0; padding:5px 0 0 0; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { color:#BEBEBE; background:url(images/iconNotice_on.gif) 0 0 no-repeat; padding:0 0 0 27px;}
#sidebar .notice a:hover       { color:#EE4C88; background:url(images/iconNotice.gif) 0 0 no-repeat;  padding:0 0 0 27px; text-decoration:none;}


#sideclip .notice               { margin:10px;  padding:0;}
#sideclip .notice li            { border-bottom:0 dotted #ddd;  margin:0 0 0 0; padding:5px 0 0 0; background:none;}
#sideclip .notice a:link,
#sideclip .notice a:visited     { color:#BEBEBE; background:url(images/iconNotice_on.gif) 0 0 no-repeat; padding:0 0 0 27px;}
#sideclip .notice a:hover       { color:#EE4C88; background:url(images/iconNotice.gif) 0 0 no-repeat;  padding:0 0 0 27px; text-decoration:none;}





#sideclip .counter { font-size: 11px; dotum, Verdana, Helvetica, Arial, Gulim, sans-serif; color:#EDFFC2; padding:0;  margin:15px 14px;  letter-spacing:0;}
#sideclip .counter li           { font-color:#ffffff; background:none;  display:inline;  padding:0 5px;}
#sideclip .counter li.total     { display:block; font-color:#ffffff; }







/* rss */
.rss  { text-align:center;  padding:5px;}



/* ***** contents ***** */

/* content box style */
#content .localLog, 
#content .tagLog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,             
#content .guestbook,
#content .mediaList,
#content .searchList,
#content .searchRplist    { background:#ffffff; padding:10px; width:/*@post-width:20=*/545px/*@*/;} 


/* h3 */
#content .localLog h3, 
#content .tagLog h3, 
#content .searchList h3, 
#content .searchRplist h3,  
#content .mediaList h3 { font-size: 22px; color:#464646; background:#ffffff; padding:8px 5px 5px 8px; margin-bottom:5px; }


/* localLog */
.localLog .postbox           {padding-top:10px;}
.localLog .spot              { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  color:#BEBEBE; padding-left:20px;  margin-top:5px;}
.localLog .info              { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat; color:#BEBEBE; padding-left:15px;  margin-top:2px;}
.localLog a:link             { color:#EE4C88;}
.localLog a:visited          { color:#EE4C88;}
.localLog a:hover            { color:#EE4C88;  text-decoration:underline;}


/* tagLog */

#sidebar 	.tagLog ul            { text-align:justify;}
#sidebar 	.tagLog li            { background:none;  display:inline; padding-left:0;}
#sidebar 	.tagLog a:hover       { background-color:#EE4C88;  color:#000 !important; text-decoration:none;}

#sideclip 	.tagLog ul            { text-align:justify;}
#sideclip 	.tagLog li            { background:none;  display:inline; padding-left:0;}
#sideclip 	.tagLog a:hover       { background-color:#EE4C88;  color:#000 ; text-decoration:none;}


			.tagLog ul                  { padding:5px; margin:0; text-align:justify;}
			.tagLog li                  { display:inline;}
			

			.tagLog a                   { letter-spacing:-1px;}	
			.tagLog a:hover             { background-color:#EE4C88;  color:#000 !important; text-decoration:none;}
			
			.tagLog li  .cloud1          { background-color:#ED125A;  font-weight:bold;  font-size:16px;  color:#575142;}
			.tagLog li a.cloud1:visited  { color:#fff;}
			
			.tagLog li  .cloud2          { font-weight:bold;  font-size:15px;  color:#EE4C88;}
			.tagLog li a.cloud2:visited  { color:#EE4C88;}
#sidebar	.tagLog li a.cloud2:visited  { color:#EE4C88;}
#sideclip	.tagLog li a.cloud2:visited  { color:#EE4C88;}

			.tagLog li  .cloud3          { font-weight:bold;  font-size:13px;  color:#B3AEA2;}
			.tagLog li a.cloud3:visited  { color:#B3AEA2;}
#sidebar 	.tagLog li a.cloud3:visited  { color:#B3AEA2;}
#sideclip	.tagLog li a.cloud3:visited  { color:#B3AEA2;}

			.tagLog li  .cloud4          { background-color:#312D25;                     font-size:13px;  color:#BEBEBE;}
			.tagLog li  .cloud5          { font-size:12px;  color:#BEBEBE;}



/* Search */
.searchList ol, 
.searchRplist ol            { list-style:none;  padding:0 10px 5px 10px;  margin:0; }
.searchList li, 
.searchRplist li            { border-bottom:1px dashed #696353; padding-top:5px; padding-bottom:3px;  margin-bottom:0; }
.searchList .date, 
.searchRplist .date         { font-size : 14px; font-family: georgia, ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#EE4C88; margin-right:10px; }
.searchList .cnt            { font-size: 15px; font-family: ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#EE4C88; }
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#938464;  padding-left:8px;}


.searchList a { font-size: 13px; font-family: verdana, ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#EE4C88; color:#5D5D5D; text-decoration:none;}
.searchList a:hover {color:#25BAE9; text-decoration:none;}

.searchRplist a {color:#464646; text-decoration:none;}
.searchRplist a:hover {color:#EE4C88; text-decoration:none;}


/* Guest */



.guestbook h3 { background:url(images/guestbook1.jpg) no-repeat; height: 107px; margin: 0 10px 0 10px; line-height:20px;
 border-bottom: 2px dashed #61461B;
 }
.guestbook p                { padding-bottom:3px ; color:#9F9F9F; font-size :12px; font-family: verdana, arial, dotum; }





.guestWrite                 { padding: 25px; }
.guestWrite input           { width:150px; font:1em Dotum, Arial, sans-serif;  padding:3px 0 0 3px; line-height:16px; height:16px;}
.guestWrite textarea        { width:478px; font:1em Dotum, Arial, sans-serif; line-height:18px; padding:5px; }
.guestWrite .homepage       { width:300px; font:1em Dotum, Arial, sans-serif; line-height:18px;}
.guestWrite .submit         { width:490px; font:0.9em Dotum, Arial, sans-serif; color:#fff; height:25px;  background-color:#1A1712;   padding-top:3px;}

.guestWrite .secretWrap         { position:absolute; margin:165px 0 0 0px;}

.guestWrite .secretWrap  label  { padding-bottom:10px;}

.guestWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

.guestWrite label               { padding-bottom:3px;}






.guestList                  { width:510px; margin-left: 5px;}
.guestList ol,
.guestList ul               { margin :0; list-style:none; }
.guestList li p             { border-top:1px dashed #767474; margin-top:5px; padding-top:5px; margin-left:14px;}
.guestList ol li            { width:510px; padding-top:10px; margin-bottom:10px;  overflow:hidden;}
.guestList li ul li         { margin-left:0; width:490px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px; padding-left:25px;  border:none;  overflow:hidden;}



								
.guestList li .name         { color:#625F60; }
.guestList li .name a       {  color:#625F60; font-size :16px; }

.guestList li .date         {font-size : 11px; font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#625F60; }

.guestbook img {border: 1px solid #888485; width:28px; height:28px; float:left; padding: 2px;}	


.guestList .control a.modify       {  font-color:#B8ECEE;  padding-bottom:2px;  text-decoration:none;}
.guestList .control a.modify span  { }
.guestList .control a.write        { font-color:#B3AEA2;  padding-bottom:2px;  text-decoration:none; }
.guestList .control a.write span   { }




/* h2 */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                {font-size:24px; line-height:1.2em; color:#FFF; background:#ffffff;  padding:0 5px 15px 0; border-bottom: 1px dashed #61461B; margin: 0 10px 5px 10px; }

.entry .admin   {font-size:0.9em;  line-height:1.2em; color:#B3AEA2; padding-top:5px; padding-left:10px;}
.entry .admin a {color:#B3AEA2;}

.titleWrap h2 a:link          { color:/*@post-title-color=*/#3E3E3E/*@*/; text-decoration:none; /*@post-title-font-family=font-family:;*/font-family: inherit;/*@*/ /*@post-title-font-size=font-size:;*/font-size: inherit;/*@*/}


.titleWrap h2 a:visited       { color:/*@post-title-color=*/#3E3E3E/*@*/;     text-decoration:none;}
.titleWrap h2 a:hover         { color:/*@post-title-color=*/#3E3E3E/*@*/;  text-decoration:none;}
.titleWrap h2 a:active        { color:/*@post-title-color=*/#3E3E3E/*@*/;     text-decoration:none;}




/* post title */
		     .titleWrap               { font-size:1em; color:#3E3E3E;  margin-bottom:5px; }

		     .titleWrap .category a   { font-size : 13px; font-family: ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#B4AD9B; padding-left:13px;  }

 .titleWrap .category a:hover  { font-size : 13px; font-family: ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#:#3E3E3E; padding-left:13px;  }


.entryNotice .titleWrap .category     { font:0.9em goergia, ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#3E3E3E; padding-left:9px;}
		     .titleWrap .date         { font-size : 14px; font-family: georgia, ahoma, Helvetica, Arial, Gulim, sans-serif;  color:#B4AD9B; padding-left:10px; }


.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ;  margin-left:10px; padding-left:50px; color:#FFF;}
.entryProtected p        { color:#FFF; margin-left:10px; margin-bottom:10px;}
.entryProtected p label  { color:#EE4C88;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { font:11px Verdana; color:#fff; width:50px; height:20px; background-color:#000; padding-top:2px;}


.article                 { width:/*@post-width=*/525px/*@*/; overflow:hidden; color:#BEBEBE; padding:10px; /*@post-body-color=color:;*/color: #3E3E3E;/*@*/ /*@post-body-font-family=font-family:;*/font-family: Verdana;/*@*/ /*@post-body-font-size=font-size:;*/font-size: 10px;/*@*/} 
.article a:link          { color:#EE4C88;  text-decoration:none;}
.article a:visited       { color:#EE4C88;  text-decoration:none;}
.article a:hover         { color:#EE4C88;  text-decoration:none;}
.article a:active        { color:#EE4C88;  text-decoration:none;}
.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}



.entry .article h1 {font-size:1.6em !important; font-weight:bold;  color:#fff; padding:5px 0;} 
.entry .article h2 {font-size:1.4em !important; border:none; margin:0; padding:5px 0; background:none;}
.entry .article h3 {font-size:1.2em !important; font-weight:bold;  color:#fff; padding:5px 0;}
.entry .article h4 {font-size:1em !important; font-weight:bold;  color:#fff; padding:5px 0;}
.entry .article h5 {font-size:1em !important; font-weight:bold;  color:#fff; padding:5px 0;}
.entry .article h6 {font-size:1em !important; font-weight:bold;  color:#fff; padding:5px 0;}

.entry .article ol  {margin:15px 0 !important;}
.entry .article ul  {margin:15px 0 !important;}
.entry .article ol li {list-style:decimal; margin-left:30px;}
.entry .article ul li {list-style:disc; margin-left:30px;}




.author         { font:11px  ahoma, Verdana, Arial, Helvetica, sans-serif;  text-align:right;   color:#EA5F96; padding:0px 15px 0px 20px;}
.author .text   { font:11px ahoma, Verdana, Arial, Helvetica, sans-serif; color:#B1AB9C;}


.tagTrail                { font:1px Verdana, Helvetica, Arial, Gulim, sans-serif; color:#ffffff; padding:5px 5px 3px 30px;
						 clear:both;  margin-top:3px;}
.tagText                 { display:none;}

.tagTrail a:link    {color:#ffffff;}
.tagTrail a:visited {color:#ffffff;}
.tagTrail a:active  {color:#ffffff;}
.tagTrail a:hover   {color:#ffffff; text-decoration:underline;}




.actionTrail             { font-color:#BEBEBE; font-size: 13px; margin : 0px 16px 0 16px; border-bottom: 1px dashed #61461B; }
.actionTrail .cnt        { color:#B3AEA2; font-weight:bold; }

.actionTrail a:link         {color:#454545; font-size: 13px; } 
.actionTrail a:visited      {color:#454545; font-size: 13px; }
.actionTrail a:active       {color:#454545; font-size: 13px; }
.actionTrail a:hover        {color:#EE4C88;text-decoration:none; font-size: 13px; }




.actionTrail1             { color:#9D9D9D; padding:8px 2px;  clear:both; margin-left: 12px; margin-right: 12px; }
.actionTrail1 .cnt        { color:#EE4C88; font-weight:bold;}

.actionTrail1 a:link         {color:#9D9D9D;}
.actionTrail1 a:visited      {color:#9D9D9D;}
.actionTrail1 a:active       {color:#9D9D9D;}
.actionTrail1 a:hover        {color:#9D9D9D;text-decoration:underline;}


.actiongoogle  {margin-bottom:7px; }



.trackback               { border-top:0; background:#ffffff; width:/*@post-width=*/525px/*@*/; overflow:hidden; padding:10px; margin: 0 10px 5px 10px; }
.trackback a             { color:#555555;}
.trackback h3            { font:11px Verdana; color:#555555;   padding-bottom:3px; margin: 5px 0 5px 0;}
.trackback .from,
.trackback h4            { font:11px Verdana; font-weight:normal; color:#BEBEBE;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            {  margin-top:7px; }
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#BEBEBE;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#BEBEBE;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}


.comment                          { border-top:0;  background:#ffffff;  width:/*@post-width=*/525px/*@*/; overflow:hidden;   padding: 0 10px 5px 10px; }

.comment li {  }
		
.comment li p                     { font-size :12px; font-family: verdana, arial, dotum; line-height:20px;
margin: 10px 15px 0 15px; padding: 10px 0 0 0; color:#888485; border-top: 1px dashed #61461B; }



		.comment p                        { margin:3px 0 0 0; padding:0;  }

		
		.comment h3                       { display:none;}
		.comment .date                    { font-size : 11px; font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#625F60; }

.comment .name { font-size: 20px; font-family: 나눔고딕, nanumgothic, verdana, arial; }
.comment .name a { font-size: 20px; font-family: 나눔고딕, nanumgothic, verdana, arial; }

		.comment .name                    {   color:#625F60; }
		.comment .name a                  { color:#625F60; }
.comment .name a:hover  { color:#EE4C88;}


		.comment ol,
		.comment ul                       { margin:0;  padding:0;  list-style:none; }
		.comment ol li                    { padding:10px 0;}
		.comment li ul li                 { padding:5px 0 5px 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 6px; }


		.comment .control a.modify        { font-color:#B8ECEE;  padding-bottom:2px;  text-decoration:none;  }

		.comment .control a.modify span   { }

		.comment .control a.write         { font-color:#B3AEA2;  padding-bottom:2px;  text-decoration:none;  }

		.comment .control a.write span    { }


.commentWrite                     { padding:10px; margin-top:10px; background:#ffffff; font-color:#989898; }

.commentWrite input               { width:150px; font:1em Dotum, Arial, sans-serif; padding:3px 0 0 3px; line-height:18px; height:18px;}

.commentWrite textarea            { width:270px; padding:5px; position:relative; font:1em Dotum, Arial, sans-serif; line-height:18px;}

.commentWrite .name         { width:150px; font:1em Dotum, Arial, sans-serif;  line-height:15px; margin-bottom:2px;}

.commentWrite .password         { width:150px; font:1em Dotum, Arial, sans-serif;  line-height:15px; margin-bottom:2px;}

.commentWrite .homepage           { width:150px; font:1em Dotum, Arial, sans-serif;  line-height:15px; margin-bottom:2px;}

.commentWrite .submit             { width:272px; font:0.9em Dotum, Arial, sans-serif; color:#fff; height:25px; background-color:#1A1712; padding-top:5px; position:relative; margin-bottom:20px; }

.commentWrite .secretWrap         { position:absolute; margin:130px 0 0 280px;}

.commentWrite .secretWrap  label  { padding-bottom:0px;}

.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

.commentWrite label               { padding-bottom:3px;}




.comment img {border: 1px solid #888485; width:28px; height:28px; float:left; padding: 2px;}		

.div_position1 {position:relative;padding-top:30px;}
.div_position2 {position:relative;padding-top:30px;}
.div_position1 .name, .div_position2 .name {padding-left: 53px;}
.div_position1 img, .div_position2 img {position:absolute; top:26px; left: 15px;}





/*************paging****************/



#paging{   padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
#paging .selected{	font: bold 25px Georgia; 
	color:#EE4C88;
}
#paging .numbox{ 	padding:4px 8px;
	font: 15px Georgia; color:#ffffff;
}
#paging a.num{
	padding:4px 8px;
	font: 15px Georgia; color:#ffffff;
}
#paging a:hover.num{ font: bold 25px Georgia; 
	color:#EE4C88;}

#paging a.prev{
	padding:4px 20px; 
font: 15px Georgia, Verdana;
	color: #ffffff; }

#paging a:hover.prev{ font: bold 15px Georgia, Verdana;
	color: #ffffff;
}
		





/* ***** footer ***** */
#footer          { font:0.9em Verdana, dotum; color:#ffffff;  line-height:20px; padding-top:20px; padding-bottom:20px; margin-top:0px; }

#footer a        { color:#ffffff;}
#footer a:hover  { color:#EE4C88;}


#footer .recentComment             { overflow:hidden; margin-bottom :50px; margin-left : 205px; background:url(images/myrecomment.jpg) left top no-repeat; width:243px; height: 156px; }
#footer .recentComment .info_wrap  { font-weight: bold; margin-top:3px; color:#fff; display:block; font-size: 13px; font-family: nanumgothic, 나눔고딕, 맑은고딕, Verdana, dotum; }

#footer .recentComment ul           { padding:0;  margin:0;  list-style: none;  }
#footer .recentComment ul li         { list-style: none; }
#footer .recentComment li            {  padding-left:0px; padding: 11px 0 0 0;  }
#footer .recentComment li a	{ font-weight: bold; color:#ffffff;  font-size: 12px; font-family: nanumgothic, 나눔고딕, 맑은고딕, Verdana, dotum;  }
#footer .recentComment li a:hover	   {color:#EE4C88; text-decoration:none; }




/* ***** my ***** */


.commenttest1 { float :left; }
.commenttest2  { float :left; margin-left : 17px;  }


.selectlink {margin-left : 26px; border: 2px solid #ffffff; margin-right:14px; }


#myrecent { font-color : #ffffff; font-family: verdana; font-size:13px; margin-left:20px; margin-top: 5px; }

#myrecent a:link          { color:#ffffff;    font-weight:bold;    selector-dummy : expression(this.hideFocus=true);}
#myrecent a:visited       { color:#ffffff;      selector-dummy : expression(this.hideFocus=true);}
#myrecent a:hover         { color:#ffffff;     selector-dummy : expression(this.hideFocus=true);}
#myrecent a:active        { color:#ffffff;      selector-dummy : expression(this.hideFocus=true);}

.myrecent1 { float:left; }

.myrecent1 a  {  display:block;
background:url(./images/guri.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px;}

.myrecent1 a:hover { border: 7px solid #DAB413; }

.myrecent2 h2 { font-size: 12px; color:#ffffff; font-family: nanumgothic, 나눔고딕, 맑은고딕, dotum; }


.myrecent4 a  {  display:block;
background:url(./images/skin1.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px;}

.myrecent4 a:hover { border: 7px solid #DAB413; }


.myrecent5 a  {  display:block;
background:url(./images/drama12.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px;}

.myrecent5 a:hover { border: 7px solid #DAB413; }


.myrecent6 a  {  display:block;
background:url(./images/3min.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px; }

.myrecent6 a:hover { border: 7px solid #DAB413; }



.myrecent7 a  {  display:block;
background:url(./images/nochul.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px; }

.myrecent7 a:hover { border: 7px solid #DAB413; }


.myrecent11 a  {  display:block;
background:url(./images/29.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px; }

.myrecent11 a:hover { border: 7px solid #DAB413; }


.myrecent8 a  {  display:block;
background:url(./images/min.jpg) no-repeat; width:160px; height:87px; 
border: 7px solid #688E0B; margin-top: 5px; }

.myrecent8 a:hover { border: 7px solid #DAB413; }


.naver {margin: 20px 0 0 22px;}

.lefttop  {background:url(images/leftleft2.jpg) left top no-repeat; width:207px; height:87px; margin-left: 3px; }
.righttop {background:url(images/right1.jpg) left top no-repeat; width:219px; height:87px; margin-right: 0px; }


.myad1 { border: 0px solid #688E0B; margin-left: 22px; margin-right: 8px; margin-top: 300px; }


.premiumad { margin-left : 20px; }


.follow1 {  background:url(images/follow1.jpg) left top no-repeat; width: 190px; height: 58px; margin-left: 26px; }

.follow2 a { display:block; background:url(images/follow2.jpg) left top no-repeat; width: 208px; height: 96px; margin-left: 9px; }

.follow3 a { display:block; background:url(images/follow3.jpg) left top no-repeat; width: 201px; height: 54px; margin-left:9px;  }



#myphoto {  font-color : #ffffff; font-family: verdana; font-size:13px; margin-top: 850px; margin-right: 20px; }

.myphoto1 { float:left; }

.myphoto1 a  {  display:block; background:url(./images/speed1.jpg) no-repeat; width:180px; height:200px; 
                 border: 13px solid #F7F7F7;       margin-top: 0px;  margin-left: 0px; }

.myphoto1 a:hover { border: 13px solid #7FA809; }



#myphotoa {  font-color : #ffffff; font-family: verdana; font-size:13px; margin-top: 0px; margin-right: 20px; }

.myphoto2 { float:left; }

.myphoto2 a  {  display:block; background:url(./images/out2.jpg) no-repeat; width:180px; height:200px; 
                 border: 13px solid #F7F7F7;       margin-top: 0px;  margin-left: 0px; }

.myphoto2 a:hover { border: 13px solid #7FA809; }


#myphotob {  font-color : #ffffff; font-family: verdana; font-size:13px; margin-top: 0px; margin-right: 20px; }

.myphoto3 { float:left; }

.myphoto3 a  {  display:block; background:url(./images/wavefont2.jpg) no-repeat; width:180px; height:200px; 
                 border: 13px solid #F7F7F7;       margin-top: 0px;  margin-left: 0px; }

.myphoto3 a:hover { border: 13px solid #7FA809; }




.googleside { margin-left : 5px; margin-top : 300px; }
.googleside1 { margin-left : 5px; margin-top : 0px; }


