body {
	font: 9pt 굴림, Arial, Helvetica, sans-serif;
}

.sytle1 {
	background: #EEEEEE;
}

.sytle2 {
	background: #FFFF99;
}

.sytle3 {
	background: #FFFF99;
	border: 1px dotted #999999;
	padding: 6px;
	width: 300px;
}



.boxstyle1 {
	background: #F5F5F5;
	margin: 10px;
	padding: 10px 20px;
}

.boxstyle2 {
	background: #EEEEEE;
	border: 1px dotted #CCCCCC;
	margin: 10px;
	padding: 7px;
}

.boxstyle3 {
	background: url(\img/quotemarks.gif) no-repeat 0 3px;
	color: #CCCC;
	margin: 10px;
	padding-left: 23px;
}



#rap {
	font-family: tahoma, verdana, sans-serif, 굴림, Gulim;
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	text-layout: fixed;
}

td {
	word-break: break-all;
}

abbr, acronym {
	border-bottom: 1px dotted #EF7314;
	color: #EF7314;
	cursor: help;
	font-weight: bold;
}

blockquote {
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
	border-left: 3px solid #CCCCCC;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin: 14px 20px;
	padding: 5px;
}

cite {
	font-style: italic;
}

code {
	color: #AA5533;
}

p {
	margin: 4px 0 14px 0;
}

a {
	color: #303030;
	font: 12px 굴림;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#layout {
	margin: 20px auto;
}


#top-left {
	background: url(\img/bg_top_left.gif) no-repeat;
	height: 27px;
	width: 26px;
}

#top-center {
	background: url(\img/bg_top_center.gif) repeat-x;
	height: 27px;
}

#top-right {
	background: url(\img/bg_top_right.gif) no-repeat;
	height: 27px;
	width: 32px;
}

#middle-left {
	background: url(\img/bg_middle_left.gif) repeat-y;
	width: 26px;
}

#middle-center {
	vertical-align: top;
}

#middle-right {
	background: url(\img/bg_middle_right.gif) repeat-y;
	width: 32px;
}

#bottom-left {
	background: url(\img/bg_bottom_left.gif) no-repeat;
	height: 77px;
	width: 26px;
}

#bottom-center {
	background: url(\img/bg_bottom_center.gif) repeat-x;
	height: 77px;
}

#bottom-right {
	background: url(\img/bg_bottom_right.gif) no-repeat;
	height: 77px;
	width: 32px;
}



#main {
	border-bottom: 1px solid #EAEAEA;
	margin-top: 2px;
}



#content {
	border-right: 1px solid #EAEAEA;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
}


#content #head {
	border-left: 8px solid #DDDDDD;
	padding: 4px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 20px 0;
	
}

#content #head h1 {
	margin: 0;
	padding: 0 0 0 6px;
}

#content #head h1 a {
	color: #3355AA;
	font: bold 18px Georgia, Arial, Helvetica, sans-serif, 돋움;
}


#content #head h2 {
	font: 14px Georgia, Arial, Helvetica, sans-serif, 돋움;
	margin: 0;
	padding: 0 0 0 8px;
}


#blog-notice {
	font: noraml 12px 굴림;
	color: #606060;
}


div.post {
	margin: 0 0 15px 0;
	padding: 0;
}


div.post_head {
	padding: 5px 10px 5px 10px;
}

div.post_head h2 {
	border-bottom: 2px solid #DDDDDD;
	color: #303030;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
}

div.post_head h2 a {
	color: #303030;
	font-size: 14px;
	font-weight: bold;
}

div.post_head h2 a:hover {
	text-decoration: none;
	color: #E15500;
}


div.post_body {
	clear: both;
	color: #505050;
	font-size: 75%;
	line-height: 150%;
	overflow: hidden;
	padding: 12px 10px 12px 10px;
}

div.post_body a {
	color: #3355AA;
	text-decoration: underline;
}

div.post_body a:hover {
	color: #EF7314;
}

div.post_tail {
	color: #606060;
	font: 8pt tahoma, verdana, sans-serif;
	padding: 0 10px 20px 10px;
	margin: 4px 0 20px 0;
	text-align: right;
	background: url(\img/dot.gif) repeat-x left bottom;
}

div.post_tail a {
	color: #3355AA;
	font: 9pt tahoma, verdana, sans-serif, 굴림;
}

div.post_tail a:hover {
	color: #EF7314;
}


#content #page {
	color: #999999;
	font-size: 9pt;
	text-align: center;
	padding: 0 0 10px 0;
}

#content #page a {
	color: #555555;
	font: 9pt 굴림;
	padding: 3px 3px 1px 3px;
}

#content #page a:hover {
	background: #3355AA;
	color: #FFFFFF;
	text-decoration: none;
}


#sidebar {
	padding: 2px 10px 10px 15px;
	vertical-align: top;
}

#usermenu	{
	color: #999999;
	font: 7pt tahoma, verdana, sans-serif;
	margin: 0 0 5px 0;
	text-align: center;
}

#usermenu a {
	color: #999999;
	font: 8pt tahoma, verdana, sans-serif;
	padding: 0 2px 0 2px;
}

#usermenu a:hover{
	background: #334455;
	color: #FFFFFF;
	text-decoration: none;
}

#profile	{
	background: url(\img/dot.gif) repeat-x left bottom;
	color: #3355AA;
	font-size: 9pt;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 5px 0;
	text-align: center;
	line-height: 20px;
}

div.menu {
	margin-top: 15px;
}

div.menu h2 {
	background: url(\img/dot.gif) repeat-x left bottom;
	color: #3355AA;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 1px;
}

div.menu_body {
	padding: 6px 0 0 2px;
}

div.menu_body a {
	background: url(\img/arrow.gif) no-repeat left 2px;
	padding: 0 0 0 8px;
	line-height: 20px;
}

div.menu_body a:hover {
	color: #EF7314;
}

div.menu_body p {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 10px;
}

.small {
	color: #808080;
	font: 11PX 굴림;
	padding-left: 10px;
}


a.postday {
	color: #306CCE;
	font: 8pt tahoma;
	text-decoration: underline;
}

a:link.postday {
	color: #306CCE;
	font: 8pt tahoma;
	text-decoration: underline;
}

a:visit.postday {
	color: #306CCE;
	font: 8pt tahoma;
	text-decoration: underline;
}

a:hover.postday	{
	background: #4F6D9F;
	color: #FFFFFF;
	font: 8pt tahoma;
	text-decoration: none;
}

 
.arrow {
	color: #999999;
	font: 7pt tahoma;
	text-decoration: none;
}

.cal_title {
	color: #505050;
	font: 7pt verdana;
	letter-spacing: -1;
}

.aday {
	color: #606060;
	font: 8pt tahoma;
}

.today {
	background: #DFDFDF;
	color: #306CCE;
	font: bold 8pt tahoma;
}

.space {
}

.menuheader {
	color: #505050;
	font: 8pt tahoma;
}


#search {
	margin: 0;
	padding: 0;
}

#searchkey {
	border: 1px solid #DDDDDD;
	font-size: 9pt;
	padding: 2px;
	width: 135px;
}

#searchsubmit {
	background: url(\img/search.png) no-repeat;
	border: 0;
	cursor: pointer;
	height: 19px;
	width: 40px;
}


#license a {
	color: #909090;
	font: 7pt verdana;
	letter-spacing: -1;
	text-decoration: none;
}

#license a:hover {
	color: #416FBB;
}


.ol-comments-main {
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin-top: 8px;
	-moz-border-radius: 8px;
	padding: 5px;
	text-align: left;
}

.ol-comments-main a {
	color: #3355AA;
	font: bold 9pt 굴림;
	text-decoration: underline;
}

.ol-comments-main a:hover {
	color: #E15500;
	text-decoration: underline;
}

.ol-comments-tb	{
	background: url(\img/dot_gray.png) repeat-x center bottom;
	padding-bottom: 8px;
	padding-top: 5px;
	text-align: center;
}

a.ol-gray {
	color: #505050;
	font: normal 9pt 굴림;
	text-decoration: none;
}

a:hover.ol-gray {
	color: #1C61D0;
	text-decoration: underline;
}

.ol-comments-contents {
	background: url(\img/dot_gray.png) repeat-x center bottom;
	padding: 12px 5px 12px 7px;
}

.ol-comments-body {
	color: #404040;
	font: 9pt/150% 굴림;
	margin-top: 8px;
	padding-right: 2px;
}

.ol-form {
	margin-bottom: 2px;
	margin-top: 18px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

.ol-textarea {
	border: 1px solid #DDDDDD;
	color: #303030;
	font: 9pt/150% 굴림;
	height: 85px;
	-moz-border-radius: 8px;
	overflow: auto;
	padding: 5px;
	width: 460px;
}

.ol-input {
	border: 1px solid #CCCCCC;
	color: #303030;
	font: 9pt 굴림;
	height: 18px;
	-moz-border-radius: 4px;
	padding-left: 4px;
}

.ol-input-btn {
	background: #B2BED8;
	border: 1px solid #4F6D9F;
	color: #4F6D9F;
	font: 8pt 굴림;
	height: 20px;
	-moz-border-radius: 4px;
	width: 80px;
}

.ol-small {
	font: 8pt 굴림;
}

.ol-date {
	color: #446395;
	font: 8pt arial,돋움;
	letter-spacing: 0;
}


#archive-header {
	border-bottom: 2px solid #DDDDDD;
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 10px 5px 8px;
	padding: 0 0 0 2px;
}

.archive-list {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 12px 0 8px;
	padding: 2px 10px 2px 2px;
}

html>body .archive-list {
	padding: 5px 10px 5px 2px;
}

.archive-title a {
	color: #445566;
	text-decoration: none;
}

.archive-title a:hover {
	color: #E15500;
	text-decoration: none;
}

.archive-category {
	color: #999;
	font-size: 11px;
	
}
.archive-date {
	font-size: 11px;
}
