/* general tag */
body {
	background-color : #FFFFFF;
	color : #212122;
	font-family : "나눔 고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", AppleGothic, Dotum, corbel, 'lucida grande', helvetica, sans-serif;
/*	font-family : Georgia, "Malgun Gothic", "맑은 고딕", AppleGothic, Dotum, corbel, 'lucida grande', helvetica, sans-serif;*/
	font-size : 16px;
	line-height : 1.5;
}

h1, h2 {
	font-weight : bold;
	letter-spacing : -0.075em;
	border-top : solid 1px #CCCCCC;
	border-bottom : solid 1px #CCCCCC;
}

i, em {
	font-style : italic;
}

b, strong {
	font-weight : bold;
	color : #222;
}

blockquote {
	color : #555;
}

blockquote strong {
	color : #333;
	font-weight : normal;
}

ul {
	list-style : none;
	list-style-position : outside;
	padding : 0;
}

a, a:link {
	color : #000;
	text-decoration : none;
}

a:visited {
	color : #000;
	text-decoration : none;
}

a:hover {
	background : #000;
	color : #fff;
	text-decoration : none;
}

#wrapper {
	width : 900px;
	margin : 0 auto;
}

#header {
}

/* main column */

#main {
	float : left;
	width : 630px;

	padding-right : 10px;
}

/* posting */

div.post {
	padding : 3px 3px 10px 3px;
	border-bottom : solid 2px #CCCCCC;
}

div.post_body a:link {
	background : #ccc;
	color : #000;
	text-decoration : none;
}

div.post_body a:visited {
	background : #ccc;
	color : #000;
	text-decoration : none;
}

div.post_body a:hover {
	background : #000;
	color : #fff;
	text-decoration : none;
}

div.post_tags {
	padding : 20px 0px 0px 0px;
	text-align : right;
}

div.tag {
	display : inline;
}

div.post_date {
	text-align : right;
}

div.post_author {
	text-align : right;
	padding : 0px 3px 10px 3px;
}

div.post_next {
	font-size : 14px;
}

div.post_prev {
	font-size : 14px;
}

/* comment */

div.comments {
	padding : 0px 0px 0px 50px;
	font-size : 12px;
}

div.comment {
	border-bottom : solid 1px #CCCCCC;
}

div.comment_count {
	text-align : right;
}

div.comment_user {
	margin : 0;
	padding : 0;
}

div.comment_body {
	margin : 0;
	padding : 0;
	margin-left : 20px;
}

div.comment_body p {
	margin : 2px 2px 2px 2px;
}
div.comment_date {
	text-align : right;
	font-size : 10px;
}

div.comment_box_wrapper {
	clear : both;
}

div.comment_box_left {
	float : left;
	position : relative;
	width : 45%;
}

div.comment_box_right {
	float : right;
	position : relative;
	width : 40%;
	padding : 2px 2px 2px 2px;
}

p.submit {
	clear : both;
}

/* tag view */

div.tag_post_date {
	text-align : right;
	font-size : 12px;
}

/* tag list */

div.tags ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

div.tags li {
	display : inline;
}

/* archive */

div.years ul {
	margin : 0;
	padding : 0;
	list-style : none;

	border-bottom : 1px solid #CCCCCC;
}

div.years li {
	display : inline;
}

/* sidebar */

#sidebar {
	float : right;
	width : 230px;

	font-size : 14px;
}

#quote {
	border-bottom : 1px solid #CCCCCC;
}

div.quote_author {
	text-align : right;
}

#tag_cloud {
	border-bottom : 1px solid #CCCCCC;	
	padding : 2px 2px 10px 2px;
}

div.latest_entry {
	padding : 2px 2px 2px 2px;
}

div.latest_date {
	font-size : 10px;
}

div.latest_by {
	font-size : 10px;
}

#title h1 {
	margin : 0;
	border-top : none;
	border-bottom : none;
}

#memo {
	border-bottom : 2px solid #CCCCCC;
	padding : 2px 2px 10px 2px;
}


#menu {
	border-bottom : 2px solid #CCCCCC;
	padding : 2px 2px 2px 2px;
}

#feed {
	padding : 2px 2px 2px 2px;
	border-bottom : 1px solid #CCCCCC;
}

#latest_posts {
	padding : 2px 2px 2px 2px;
	border-bottom : 1px solid #CCCCCC;
}

#menu ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

#menu li {
	display : inline;
}

/* footer */

#footer {
	text-align : center;
	font-size : 10px;
	line-height : 0.5;
	clear : both;

	border-top : 1px solid #CCCCCC;
}

