body {
	font-family:  "나눔고딕","굴림",Courier,"Courier New",Monaco,Tahoma, monospace;
	font-size: 12px;
	border-top: 10px solid #4c1f94;
	background: #FAFCFA;
	text-align: center;
	color: #666;
	margin: 0;
	padding: 0;
	}
.center {
	text-align: center;
	}
.nanum {font-size:12px;font-family: "나눔고딕","돋움",dotum,"굴림"; }		
hr {
	display: none;
	}
a img, fieldset {
	border: none;
	}
small {
	color: #999;
}



/* Links
-------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #f98742 !important;
}
.entry {
	color: #333;
}
.entry a {
	text-decoration: underline;
}
#sidebar a,
.urls{
	color: #666;
}
#idx a {
	color: #EFEFEF;
}
#head .page-nav a,
#content .entry a,
#content h1 a,
#content .urls a,
.commentlist cite a,
#sidebar .entrymeta a,
#sidebar .navigation a,
.navigation a {
	color: #7988cc;
}
#styling a {
	color: #f98742 !important;
}
#foot a {
	color: #FFF;
}
#content h1 a,
#content h1 a:hover{
	color: #FFF !important;
}


/* Begin  Color, Typo and Structure
-------------------------------------------- */
#page {
	width: 982px;
}
#head {
	clear: both;
	margin: 0em 0 1em 0em;      /* 탑 메뉴의 좌측을 조절하려면 네번째 1em; 을 조절하라*/
}
#head h1 a {
	height: 60px;               /* 상단 로고 이미지 영역의 높이 */
	width: 250px;
}
#head h1 a,
#head .tagline {
	text-indent: -1000px;
	display: block;
}
/*
#searchlist {
	margin: 0 0 2em 2em !important;
	margin-left: 1em;
	text-align: left;
	overflow: hidden;
	clear: both;
}
#searchlist .navigation ul{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0 0;
}
#searchlist .navigation li{
	background: url(/images/bullet.png) no-repeat 7px center;
	padding-left: 15px;
}
#searchlist .entry ul,
#searchlist .entry ol {
	line-height: 1.5;
	margin: 0 2em 2em;
	padding: 0;
	}
*/

#content {
	margin: 0 0 0 0 !important;
	margin-left: 0;
	text-align: left;
	overflow: hidden;
	clear: both;
}
.widecolumn {
}
.narrowcolumn {
	float: right;
}
.narrowcolumn {
	float: right;       /* post 영역을 오른쪽으로*/
	width: 750px; 
}
.commentlist,
#commentform {
	color: #666;
}
#sidebar {              /* sitebar 영역을 왼쪽으로 */
	float: left;
	width: 225px;
	}
#sidebar,
#idx {
	color: #666;
	line-height: 1.4;
	}
#sidebar div.aboutarticle {
	font-size: 1.2em;
	border-left: 5px solid #7e57b5;
	margin: 0 0 0 0;
	padding-left: 0.5em;
	border-bottom: 1px solid #dfcef6;
	}
#idx h2 {
	color: #aa90d0;
	font-size: 1.4em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #aa90d0;
}
#sidebar {
	overflow: hidden;
	}
#foot {
	background: #4c1f94;
	color: #aa90d0;
	font-size: 0.9em;
	clear: both;
  margin-top: -7px;
	padding: 2em;
	}
#foot p {
	margin:  0;
	padding-top: 2em;
	}

h1, h2, .btn-edit {
	clear: both;
}
#content div.pagetitle {
	font-family: 나눔명조;
	color: #FFFFFF;
	clear: both;
	font-size: 1.3em;
	line-height:1.3;
	background: #f98742;
	padding: 7px 7px;
	border: none;
	margin: 0;
	}
/* End Color, Typo and Structure */




/* Begin Main Menu in Header
-------------------------------------------- */
#head .page-nav { 
	background: #fafcfa;
	padding: 0.7em 0 0.5em 0.5em;
	height: 2em;
	border-left: 5px solid #7e57b5;
    border-top: 1px solid #7e57b5;
    border-bottom: 1px solid #7e57b5;
}
#head .page-nav a {
}
#head .page-nav ul.menu { 
	list-style: none;
	margin: 0;
	padding: 0;
	}
#head .page-nav ul.menu li {
	margin: 0 1em;
	padding: 0;
	float: left;
}
#head .page-nav ul.menu li a:hover { 
	}
#head .page-nav ul.menu li.current_page_item a,
#head .page-nav ul.menu li.current_page_item a:hover { 
	font-weight: bold;
	border-bottom: 2px solid #f98742;
	}
/* End Main Menu in Header */


/* Begin in Entry
-------------------------------------------- */
.post {
	background: #FAFCFA url(images/bg_content.jpg) no-repeat 0 0;
	clear: both;
	padding: 0.55 em;		/* 게시물 내용상자의 Padding */
	overflow: hidden;
	display: inline-block;
	border: 5px solid #7e57b5;
}
#content .date-single {
	background: #5784b5;
	color: #FFF;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0.2em 0 0 0.7em;
}
#content .date-single a{
	color: #FFF;
}
#content .urls {
	font-size: 0.8em;
	margin-bottom: 0.2em;
}
#content .navigation  {
	border: 1px dotted #7e57b5;
	margin-bottom: 1em;
}
#content .urls.index {
	border-top: 1px dotted #7e57b5;
	border-bottom: 0;
	margin: 1em 0 0 0;
	text-align: right;
}
#content .urls ul,
#content .navigation ul{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0 0;
}
#content .urls li,
#content .navigation li{
	background: url(images/bullet.png) no-repeat 7px center;
	padding-left: 15px;
}
#content .urls p {
	padding: 0.5em 0 0 0;
	margin: 0;
}
#content .navigation small {
	font-size: 1em;
}
.read-more { 
	display: block; 
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.4em;
	}


#content .entry img {
	padding: 0;
	max-width: 982px;
	}
#content .entry img.left { 
	margin: 10px 10px 10px 0;
	float: left;
	}
#content .entry img.right { 
	margin: 10px 0 10px 10px;
	float:right;
	}
#content .entry img.center { 
	margin: 10px auto;
	display: block;
	}
#content .entry div.update {
	clear: both;
	border:1px solid #F63;
	margin-bottom:10px;
	padding:5px;
	background: #f6f3e8;
	padding: 1em;
	}
#content .entry span.update {
	font-weight: bold;
	color: #f63;
	display:block;
	background: url(/images/error.gif) no-repeat left top; 
	padding-left: 18px;
	border-bottom: 1px dotted #F63;
	margin-bottom: 0.5em;
	}
#content .entry a.em {
	border-bottom: 2px solid #3C657B;
	font-weight: bold;
	}
#content .entry ul,
#content .entry ol {
	line-height: 1.5;
	margin: 0 2em 2em;
	padding: 0;
	}
#content .entry ul {
	list-style: none;
	}
#content .entry ol {
	list-style: decimal;
	padding-left: 15px;
	}	
#content .entry li,
#content .entry dd{
	background: url(images/bullet.png) no-repeat 0 12px;
	padding: 0.5em 0 0.5em 10px;
	border-bottom: 1px dotted #CCC;
	color:#666;
	}
#content .entry ol li {
	padding-left: 0;
	background: none;
}
#content .entry dl {
	line-height: 1.4;
	margin-top: 1.5em;
	margin-right: 2em;
	}
#content .entry dt {
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	}
#content .entry dd {
	margin-left: 2em;
	}
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dotted #999;
	}
#content .entry blockquote {
	color: #666;
	margin: 15px 10px 10px 10px;
	padding: 0.5em 1em;
	border: 1px dotted #7e57b5;
	}
#content .entry blockquote p {
	margin: 0.5em 0;
	padding: 0;
}
#content .entry blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
#content .entry code {
	font-size: 1.2em;
	font-family:  Courier,"Courier New",Monaco,Tahoma, monospace;
}

/* End in Entry */

/* STyle for Pages
-------------------------------------------- */
#content.archives .column-1,
#content.colophon .column-1,
#content.guestbook .comment-list{
	float: left;
	width: 600;
	}
#content.archives .column-2,
#content.colophon .column-2,
#content.guestbook .comment-write{
	float: right;
	width: 350;
	}
#content.guestbook .comment-write textarea {
	width: 982px;
	font-size: 1em;
	}
 .widecolumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
 .widecolumn li {
	background: url(images/bullet.png) no-repeat 5px 10px;
	padding-left: 15px;
 }
.widecolumn ul.wide-list {
	padding: 2em;
 }
 #content.guestbook .entry {
	/*padding-bottom: 10em;*/
}

#content.archives #tags {
	line-height: 1.7;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	}
#content.archives .search h3 {
	margin-bottom: 1em; 
	}
#content.archives .search #searchform{
	margin:0;
	padding-bottom: 2em;
	}

.notfound h1 {
	color: #FFF;
 }
#content .search{
	border: 1px dotted #CCC;
	padding: 0 0 1em 1em;
	margin-top: 1em;
 }
.notfound .entry {
	padding-bottom: 7em;
 }

.h6 {margin:0; padding:0; font-size: 1em; line-height:2em; color:#223d67; background: url(http://cherrynet.springnote.com/images/bg/heading6.gif) repeat-x 0 982px}

/* Begin Comments*/
h3#comments,
h3#respond{
	border-bottom: 1px dotted #CCC;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 1em;
	text-align: center;
	}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.commentlist li {
	clear: both;
	border-bottom: 1px dotted #CCC;
	padding: 1em 0;
	background: none;
	}
.commentlist li.mycomment {
	background: url(images/mycomment.png) no-repeat right -1px;
	}
.commentlist .gravatar {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	}
.commentlist cite {
	font-style: normal;
	display: block; 
  float: none !important;
	float: left;
	}
.commentlist cite a {
	font-weight: bold;
	}
.commentlist small {
	font-size: 0.8em;
	display: block;
	}
.commentlist p {
	clear: both;
	margin: 1em  0 0 0;
	padding: 0;
	}
/* End Comments */

/* Begin Sidebar
-------------------------------------------- */
#sidebar { }
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar .navigation,
#sidebar ul ul {
	margin-bottom: 2em;
}
#sidebar form {
	margin: 0;
	}
#sidebar .entrymeta {				/* 좌측 메뉴의 상하좌우 여백 */
	padding: 0.2em;
	border: 1px solid #dfcef6;
	font-size: 0.9em;
	}
#sidebar .entrymeta div.aboutarticle {
	clear: both;
	font-size: 0.8em;
	line-height:1.3;
	background: #f98742;
	text-align: center;
	margin: 0 0 0.8em 0;
	padding: 0.5em 0;
	color: #FFF;
	border: none;
	}
#sidebar .entrymeta p {
	margin: 0;
	padding: 0;
	}
#sidebar .navigation {
	line-height: 1.4;
	border-left: 5px solid #dfcef6;
	padding-left: 0.5em;
}
#sidebar .navigation li {
	padding: 0.5em 0 0.2em 0;
}
#sidebar .navigation a {
	text-decoration: underline;
}
#sidebar .navigation small {
	font-size: 1em;
}
#side-related,
#side-recent{
	margin-top: 1em;
	}
#side-related li,
#side-recent li{
	background: url(images/bullet.png) no-repeat 5px 10px;
	padding: 3px 0 2px 15px;
	}
#foot-feed {
	background: url(images/feed.png) no-repeat 0 500;
	padding-left: 15px;
	}
/* End Sidebar */

/* Begin IDX
-------------------------------------------- */
#idx {
	width: 982px;
	background: #4c1f94;
	clear: both;
	overflow: auto;
  display: inline-block;
	padding: 2em 0 1em;
}
#idx ul {
	margin: 0;
	padding: 0 1.1em 0 0;
}
#idx  #idx-posts {
	float: left;
	margin-right:2%;
	width: 450;
  padding-left: 2em;
}
#idx  #recent-comments {
	float: right;
	width: 450;
  padding-right: 2em;
}

#idx  #recent-comments small a {
	color: #7988cc;
}
#idx  li{
	list-style: none;
	background: url(images/bullet.png) no-repeat 5px 10px;
	padding: 3px 0 2px 15px;
  margin: 0;
}

/* End IDX */


/* Begin Form Elements
-------------------------------------------- */
#searchform *,
.contactform *{
	font-size: 1em;
	color: #777;
	vertical-align: middle;
	}
#searchform #searchsubmit,
#commentform #submit,
.contactform #contactsubmit {
	font-size: 0.9em;
	font-weight: bold;
	background: #f98742;
	border: 2px solid #c9530c;
	color: #FFF;
	cursor: pointer;
	}
#commentform #submit,
.contactform #contactsubmit {
	padding: 1em;
}
#commentform input {
	font-size: 1em;
	color: #777;
	display: block;
	width: 982px;
	}

#commentform textarea,
.contactform textarea {
	font-size: 1em !important;
	font-size: 9pt;
	color: #777;
	width: 980px;
	line-height: 1.5;
	}
.contactform p {
	margin: 0 0 0.5em;
	padding: 0;
	}
.contactform small {
	font-size: 0.9em;
	}
.contactform input,
.contactform textarea {
	width: 980px; 
	margin-bottom: 0;
	}
.contactform #contactsubmit {
	width: 982px;
	margin-top: 1em;
	}
/* End Form Elements */



/* CodeHighlight Classes
-------------------------------------------- */
.hl-surround {
	background-color: #EEE;
	border: 1px solid #E1E1E1;
	padding: 5px;
	margin: 5px;
	width: 960px;
	overflow: auto;
	text-align: left;
	margin-bottom:20px;
}

.hl-surround, 
.hl-surround pre, 
.hl-surround span {
	font-family:  Courier,"Courier New",Monaco,Tahoma, monospace;
}

.hl-default     { color: Black; }
.hl-code        { color: Gray; }
.hl-brackets    { color: Olive; }
.hl-comment     { color: #F60; } /* Orange */
.hl-quotes      { color: #8B0000; } /* Dark red */
.hl-string      { color: Red; }
.hl-identifier  { color: Blue; }
.hl-builtin     { color: Teal; }
.hl-reserved    { color: Green; }
.hl-inlinedoc   { color: Blue; }
.hl-var         { color: #00008b; } /* Dark blue */
.hl-url         { color: Blue; }
.hl-special     { color: Navy; }
.hl-number      { color: Maroon; }
.hl-inlinetags  { color: Blue; }
.hl-main        { background-color: transparent; }

.hl-main pre { margin: 0; padding: 0; background:#EEE; }
