/*
chewpamba - 1 : cccccc
about - 2 : 336699
illust - 3 : ffcc66
books - 4 : 339966
blog - 5 : ff6666
*/

html, body{
	height: 100%; //³ôÀÌ100%À¯ÁöÀ§ÇØ¼­ÇÊ¿ä
    padding:0;	
	margin:0 0;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: left;
	background: #4e4e4e;
}

#bodyWrapper {
	height: 100%;
	margin:0 0 0 0; 
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{ text-decoration: none; }

/**********************************************************************************menu***************************************************/
#menu {
	padding:10px 0 0 520px; 
}
/**********************************************************************************left***************************************************/
/**********************************************************************************left***************************************************/
#container{
	min-height:100%;
	width: 590px;
	margin-left:35px;
	padding: 150px 0 60px 0;
	vertical-align: top;
	//background:#999999;
	position:relative;
}
/**********************************************************************************left-chewpamba***************************************************/
#left_chewpamba { 
	min-height:100%;
	margin:0 0 -50px 0;
	background: #ccc;
	width: 680px;
	float:left;
	background-image: url(images/top/chewpamba.png);
	background-repeat: repeat-x;	
}

.chewpamba_entry {
	text-align:center;
	padding:15px 0 5px 0;
}
/**********************************************************************************left-about***************************************************/
#left_about { 
	min-height:100%;
	margin:0 0 -50px 0;
	background: #336699;
	width: 680px;
	float:left;
	background-image: url(images/top/about.png);
	background-repeat: repeat-x;	
}
/**********************************************************************************left-illust***************************************************/
#left_illust { 
	min-height:100%;
	margin:0 0 -50px 0;
	background: #ffcc66;
	width: 680px;
	float:left;
	background-image: url(images/top/illust.png);
	background-repeat: repeat-x;	
}

#left_illust_menu {
	text-align:right;
	padding:5px 0 5px 0;
}

#left_illust_menu a {
	text-decoration:none;
	color:#FFFFFF;
}

#left_illust_img {
	float:left;
	overflow:auto;
	width: 623px; 
	//height: auto;
	margin:0 0 60px 0;
}

#left_illust_img img {
	float: left;
	margin:0 5px 5px 0;
}

/**********************************************************************************left-books***************************************************/
#left_books { 
	min-height:100%;
	margin:0 0 -50px 0;
	background: #339966;
	width: 680px;
	float:left;
	background-image: url(images/top/books.png);
	background-repeat: repeat-x;	
}

#left_books_list {
	float:left;
	width:620px;
	margin:5px 0 60px 10px;
}

.book {
	float:left;
	overflow: auto;
	margin:0 5px 5px 0;
	width: 184px;
	height: 275px;
	text-align:center;
	//background:#999900;
	border: dotted #666666;
}

.book img {
	margin:5px 0 0 0;
}	

.caption {
	padding:5px 0 0 0;
	clear: both;
	word-break: normal;
	width: auto;
}

.title {
	font-size:1.1em;
	font-weight:bold;
}	

/**********************************************************************************left-blog***************************************************/
#left_blog { 
	min-height:100%;
	margin:0 0 -50px 0;
	background: #ff6666;
	width: 680px;
	float:left;
	background-image: url(images/top/blog.png);
	background-repeat: repeat-x;	
}

.post{
	padding: 20px;
}

.post h2{
	font-size: 22px;
}

.post h2 a{

}

.entry{
	margin: 10px 0 0;
	line-height: 18px;
	background: url(../../../images/bg_dotted.gif) repeat-x;
	padding:5px 0 0 0;
	color:#333;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}

.entry h2{
	font-size: 18px;
	line-height: 24px;
}

.entry h3{
	font-size: 16px;
	line-height: 24px;
}

.entry  h4{ font-size: 14px; }
.entry h5{ font-size: 12px; }
.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #333;
	padding: 4px;
	background-color: #111;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	background: url(../../../images/bg_dotted.gif) repeat-x;
	padding:5px 0 0 0;
}

.postdate{
	padding: 10px 0 0;
	color: #666;
}
/**********************************************************************************right***************************************************/
#right {
	min-height:100%;
	margin:0 0 -50px 3px;
	background: #4e4e4e;
	width: 150px;
	float:left;
} 

#right_warapper {
	margin:290px 0 0 0;
}

#right img {
	margin: 0 0 2px 0;
}

/**********************************************************************************footer***************************************************/
/*
chewpamba - 1 : cccccc
about - 2 : 336699
illust - 3 : ffcc66
books - 4 : 339966
blog - 5 : ff6666
*/
#footer {
	clear:both;
	height:50px;
	width: 680px;
}	

#footer_text {
	text-align:right;
	padding:5px 20px 0 0;
}