@charset "utf-8";

/*
Theme Name: hoi♡`s theme
Theme URI: http://www.hoiheart.com
Description: <a href="http://www.hoiheart.com">hoi♡`s theme</a>.
Version: 3.0
Author: hoi♡
Author URI: http://www.hoiheart.com
Email: hoiheart@gmail.com
*/



/* reset css */
body	 {
	font-family: "AppleGothic","Malgun Gothic","맑은 고딕", 돋움, Dotum, 굴림, Gulim, Arial, sans-serif, Verdana, Helvetica, geneva;
	font-size: 0.75em;
	line-height:1.5;
	color:#444;
	margin:0px;
	padding:0px;
	background:url('/wp/wp-content/themes/hoiheart/images/bg_body.gif') repeat-x 50% top transparent;
}
/* 
	9px: 0.75em
	10px: 0.83em
	11px: 0.92em
	12px: 1em
	13px: 1.08em
	14px: 1.17em
	15px: 1.25em
	16px: 1.34em
*/
#header	a:link,
#addition	a:link	{
	color:#444;
}
#header	a:visited,
#addition	a:visited	{
	color:#444;
}
#header	a:hover,
#addition	a:hover	{
	color:#333;
}
#header	a:active,
#addition	a:active	{
	color:#444;
}
img	{
	border:none;
}
input,
select,
textarea	{
	font-family: "AppleGothic","Malgun Gothic","맑은 고딕", 돋움, Dotum, 굴림, Gulim, Arial, sans-serif, Verdana, Helvetica, geneva;
	color:#444;
	font-size:100%;
}

h1,	h2,	h3,	h4,	h5,	h6	{
	font-size:100%;
}
h1,	h2,	h3,	h4,	h5,	h6,	p,	dl,	dt,	dd,	ul,	ol,	li,	form,	fieldset,	blockquote	{
	margin:0px;
	padding:0px;
}
dl,	ul,	ol	{
	list-style-type:none;
}
h1	img,	h2	img,	h3	img,	h4	img,	h5	img,	h6	img	{
	vertical-align:top;
}
li	img,	dl	img	{
	vertical-align:top;
}
p	img	{
	vertical-align:top;
}

fieldset.fieldset	{
	border:none;
	margin:0;
	padding:0;
}
legend.legend	{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
hr.hr	{
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:-1;
}
caption.caption	{
	display:none;
}



/* entry 영역 CSS 복구 */
.entry	h1	{
	font-size:2em;
	margin:.67em 0
}
.entry	h2	{
	font-size:1.5em;
	margin:.83em 0
}
.entry	h3	{
	font-size:1.17em;
	margin:1em 0;
}
.entry	h4,
.entry	p,
.entry	ul,
.entry	ol,
.entry	dl,	
.entry	fieldset,	
.entry	form	{
	margin:1.33em 0;
}
.entry	h5	{
	font-size:.83em;
	line-height:1.17em;
	margin:1.67em 0;
}
.entry	h6	{
	font-size:.67em;
	margin:2.33em 0;
}
.entry	ol,
.entry	ul,
.entry	dd	{
	margin-left:40px;
}
.entry	ol	{
	list-style-type:decimal;
}
.entry	ul	{
	list-style-type:disc;
}
.entry	ol	ul,
.entry	ul	ol,
.entry	ul	ol,
.entry	ol	ol	{
	margin-top:0;
	margin-bottom:0;
}
.entry	h1	img,
.entry	h2	img,
.entry	h3	img,
.entry	h4	img,
.entry	h5	img,
.entry	h6	img,
.entry	li	img,
.entry	dl	img,
.entry	p	img,
.entry	input,
.entry	select	{
	vertical-align:baseline;
}



/* layout */
html	{
	width:100%;
	min-height:100%;
}
body	{
	width:100%;
	min-height:100%;
}
#wrap	{
	width:950px;
	margin:0 auto;
	padding-bottom:50px;
}
#wrap:after	{
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#header	{
	min-height:130px;
}
#header:after	{
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#content	{
	float:left;
	width:700px;
}
#addition	{
	float:right;
	width:200px;
}

/* header */
#header	h1#logo	{
	float:left;
}
#header	p.description	 {
	float:left;
	padding-top:21px;
	font-family:arial;
	font-weight:bold;
	color:#b9b9b9;
}
#accessibilityMenu	{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
#navigation	{
	float:right;
	padding-top:55px;
}
#navigation	h2	{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
#navigation	li	{
	float:left;
	padding:0 20px;
	font-size:1.34em;
	font-weight:bold;
}
#navigation	li	a:link,
#navigation	li	a:visited,
#navigation	li	a:hover,
#navigation	li	a:active	{
	color:#fff;
	text-decoration:none;
}

/* content */
.post	 {
	clear:both;
	margin-bottom:50px;
}
.post	 h1.postName	{
	margin-bottom:25px;
	padding-left:44px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_postTitle.gif') no-repeat left top transparent;
}
.post	 h1.postName	a	{
	display:block;
	padding:3px 0 5px;
	border-bottom:1px solid #eaeaea;
	font-size:1.34em;
	font-weight:bold;
}
.post	 h1.postName	a:link,
.post	 h1.postName	a:visited,
.post	 h1.postName	a:hover,
.post	 h1.postName	a:active	{
	color:#d76f46;
	text-decoration:none;
}

h1.pageTitle	{
	margin-bottom:25px;
	padding-left:44px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_postTitle.gif') no-repeat left top transparent;
}
h1.pageTitle	a	{
	display:block;
	padding:3px 0 5px;
	border-bottom:1px solid #eaeaea;
	font-size:1.34em;
	font-weight:bold;
}
h1.pageTitle	a:link,
h1.pageTitle	a:visited,
h1.pageTitle	a:hover,
h1.pageTitle	a:active	{
	color:#d76f46;
	text-decoration:none;
}

.entry	{
	margin-bottom:40px;
}

.postData	{
	padding-top:40px;
	background:url('/wp/wp-content/themes/hoiheart/images/bg_postData.gif') no-repeat right top transparent;
}
.postData	li	{
	padding-bottom:5px;
	text-align:right;
	color:#333;
}
.postData	li	a	{
	color:#333;
}

#comments	{
	margin-bottom:50px;
}
#comments	h2	{
	padding:3px 0 20px 45px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_comment.gif') no-repeat left top transparent;
	font-size:1.17em;
	font-weight:normal;
}
#comments	h2	strong	{
	color:#d76f46;
}
#comments	ol	{
	background:url('/wp/wp-content/themes/hoiheart/images/bg_comment.gif') repeat-x left top transparent;
}
#comments	ol	li	{
	padding:15px 0;
	background:url('/wp/wp-content/themes/hoiheart/images/bg_comment.gif') repeat-x left bottom transparent;
}
#comments	ol	li	dl	{
	clear:both;
	overflow:hidden;
	width:100%;
}
#comments	ol	li	dl	dt	 span.gravatar	{
	float:left;
	width:70px;
}
#comments	ol	li	dl	dt	 span.gravatar	img	{
	width:50px;
	height:50px;
	border:1px solid #e4e4e4;
}
#comments	ol	li	dl	dt	 span.author	{
	float:right;
	width:630px;
	padding-bottom:5px;
	color:#1b88bf;
}
#comments	ol	li	dl	dt	 span.author	*	{
	color:#1b88bf;
	font-style:normal;
}
#comments	ol	li	dl	dd	{
	float:right;
	width:630px;
}

#writeComment	{
	margin-bottom:50px;
}
#writeComment	h2	{
	padding:3px 0 20px 45px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_writeComment.gif') no-repeat left top transparent;
	font-size:1.17em;
	color:#27a22a;
}
#writeComment	ul.commentAttention	{
	margin-left:35px;
	margin-bottom:20px;
}
#writeComment	ul.commentAttention	li	{
	padding-left:10px;
	background:url('/wp/wp-content/themes/hoiheart/images/bar_attentionComment.gif') no-repeat left 8px transparent;
}
#writeComment	ul.commentAttention	li.usable	{
	color:#1b88bf;
}
#writeComment	ul.commentAttention	li.usable	strong	{
	font-weight:normal;
	color:#444;
}

#writeComment	dl	{
	margin-left:45px;
	margin-bottom:10px;
}
#writeComment	dl:after	{
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
#writeComment	dl	dt	 {
	clear:both;
	float:left;
	width:85px;
	padding-top:2px;
	font-weight:bold;
	color:#666;
}
#writeComment	dl	dd	{
	float:left;
	width:570px;
	min-height:30px;
}
#writeComment	dl	dd	input	{
	width:170px;
	padding:3px 5px 4px;
	background:url('/wp/wp-content/themes/hoiheart/images/bg_commentInput.gif') repeat-x left -3px #fff;
	border:1px solid #7f9db9;
	color:#333;
}
#writeComment	dl	dd	textarea	{
	width:563px;
	height:80px;
	padding-left:5px;
	background:url('/wp/wp-content/themes/hoiheart/images/bg_commentInput.gif') repeat-x left -3px #fff;
	border:1px solid #7f9db9;
	color:#333;
}
#writeComment	p	{
	margin-left:45px;
	text-align:right;
}

.paging	 {
	clear:both;
	overflow:hidden;
	width:100%;
}
.paging	 a.prev	{
	float:left;
	padding:1px 0 2px 43px;
	background:url('/wp/wp-content/themes/hoiheart/images/arrow_left.gif') no-repeat left top transparent;
	font-size:1.08em;
}
.paging	 a.next	{
	float:right;
	padding:1px 43px 2px 0;
	background:url('/wp/wp-content/themes/hoiheart/images/arrow_right.gif') no-repeat right top transparent;
	font-size:1.08em;
}
.paging	 a:link,
.paging	 a:visited,
.paging	 a:active	 {
	color:#1b88bf;
}
.paging	 a:hover	 {
	color:#115375;
}



/* sidebar */
#sidebar	{
	clear:both;
}
#search	 {
	margin-bottom:30px;
}
#search	 h2	{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
#search	 input	{
	vertical-align:middle;
}
#search	 input#s	{
	width:150px;
	padding:2px 5px 3px;
	border:3px solid #88c168;
	font-size:1.13em;
	font-weight:bold;
}
#latestPost	{
	margin-bottom:30px;
}
#latestPost	h2	{
	padding:3px 0 13px 29px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_sidebarTitle.gif') no-repeat left top transparent;
	color:#1b88bf;
	font-size:1.08em;
	font-weight:bold;
}
#latestPost	ul	{
	margin-left:10px;
}
#latestPost	ul	li	{
	background:url('/wp/wp-content/themes/hoiheart/images/ico_latest.gif') no-repeat left 2px transparent;
	padding-left:20px;
	padding-bottom:2px;
}
#latestPost	ul	li	a:hover	 {
	color:#1b88bf;
}
#category	{
	margin-bottom:30px;
}
#category	h2	{
	padding:3px 0 13px 29px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_sidebarTitle.gif') no-repeat left top transparent;
	color:#1b88bf;
	font-size:1.08em;
	font-weight:bold;
}
#category	ul	{
	margin-left:10px;
}
#category	ul	li	{
	background:url('/wp/wp-content/themes/hoiheart/images/ico_category.gif') no-repeat left 2px transparent;
	padding-left:20px;
	padding-bottom:2px;
}
#category	ul	li	a:hover	 {
	color:#1b88bf;
}
#bookmarks	{
	margin-bottom:30px;
}
#bookmarks	h2	{
	padding:3px 0 13px 29px;
	background:url('/wp/wp-content/themes/hoiheart/images/ico_sidebarTitle.gif') no-repeat left top transparent;
	color:#1b88bf;
	font-size:1.08em;
	font-weight:bold;
}
#bookmarks	ul	{
	margin-left:10px;
}
#bookmarks	ul	li	{
	background:url('/wp/wp-content/themes/hoiheart/images/ico_bookmarks.gif') no-repeat left 3px transparent;
	padding-left:20px;
	padding-bottom:2px;
}
#bookmarks	ul	li	a:hover	 {
	color:#1b88bf;
}
#banners	{
	margin-bottom:30px;
}
#banners	h2	{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}


/* footer */
#footer	 ul.menu	{
	padding-top:30px;
	margin-bottom:20px;
	text-align:right;
}
#footer	 ul.menu	li	{
	display:inline;
	margin-left:5px;
}
#footer	 p.copyright	{
	text-align:right;
	font-size:.92em;
	color:#333;
}
#footer	 p.copyright	a	{
	color:#1b88bf;
}



/* entry template */
.entry	{
	font-size:1.08em;
}
.entry	h2	{
	font-size:1.2em;
	padding-left:25px;
	background:url('/wp/wp-content/themes/hoiheart/images/bullet_h3.gif') no-repeat left 4px transparent;
	color:#164270;
}
.entry	h3	{
	font-size:1.06em;
	padding-left:18px;
	background:url('/wp/wp-content/themes/hoiheart/images/bullet_h4.gif') no-repeat -2px 2px transparent;
	color:#333;
}
.entry	ul	{
	margin-left:0;
	padding:0;
}
.entry	ul	li	{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:20px;
	background:url('/wp/wp-content/themes/hoiheart/images/bullet_list.gif') no-repeat left 1px transparent;
}
.entry	div.division	{
	margin-bottom:40px;
}
.entry	table	{
	border:1px solid #777;
	border-collapse:collapse;
}
.entry	table	th	{
	background-color:#F3F3F3;
	border:1px solid #777;
}
.entry	table	td	{
	border:1px solid #777;
	text-align:center;
}
.entry	dt	{
	font-weight:bold;
}



/* etc */
.archivesList	li	{
	font-size:1.08em;
	padding-left:20px;
	background:url('/wp/wp-content/themes/hoiheart/images/bullet_list.gif') no-repeat left 1px transparent;
}