@CHARSET "euc-kr";

body {
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: #52372a;
}

a img {
	border: none;
}

#container {
	font-family: 'Century Gothic';
}

/* title, description */
#header {
	background-color: #52372a;
	font-family: 'Century Gothic';
	height: 150px;
}

#header a {
	color: white;
}

#logo {
	background-image: url("http://hanjava.net/call-151/wp-content/themes/maximized/images/yg.jpg");
	position: absolute;
	left: 20px;
	top: 60px;
	width: 70px;
	height: 70px;
}

#blog_title {
	position: absolute;
	left: 100px;
	top: 50px;
	font-size: 40px ;
	color: white;
	text-align: left;
}

#blog_desc {
	position: absolute;
	left: 100px;
	top: 100px;
	font-size: 1.2em;
	font-weight: bold;
	color: #eeccaa}

#navigation {
	float: right;
}

#navigation ul {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	list-style: none;
}

#navigation li {
	background: #72472a;
	color: white;
	display: inline;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
}

#content {
	padding: 10px;
	margin-right: 200px;
}

#sidebar {
	font-family: Verdana dotum;
	color: #52372a;
	float: right;
	width: 200px;
}

#sidebar ul {
	list-style: none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	display: block;
	margin: 5px 5px;
}

#sidebar ul a:hover {
	background-color: #eeccaa;
}

#sidebar .sidebar-title {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: #52372a 1px solid;
	text-align: center;
}

.post {
	line-height: 1.6em;
}

.post-title {
	background-color: #eeccaa;
	padding: 5px;
	font-size: 1.2em;
}

.post-title a {
	color: #52372a;
	font-weight: bold;
}

.post-title .date {
	color: gray;
	font-size: 0.6em;
	float: right;
}

div.entry {
	padding: 0px 10px;
}

.entry a {
	border-bottom: #52372a 1px dotted;
}

#footer {
	text-align: center;
	clear: both;
	background-color: #52372a;
}

#wp-calendar a {
	border: #eeccaa 1px solid;
}

/* Nifty Corners */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
