.post{
	margin:20px auto 0;
	width:612px;
	border-bottom:1px #999999 dotted;
	padding-bottom:30px;
	line-height:1.3em;
	overflow:hidden;
}

.title{
	color:#333;
	font-size:200% !important;
	line-height:35px;
	margin:20px 0 15px !important;
	border:none !important;
	padding: 0 !important
	}
	div.post:first-child .title{margin-top:0 !important;}
.title a{color: #186db6;text-decoration:none;}
.title a:hover{color: #999}

div.blog_info{
	background: #e8e8e8;
	height:16px;
	color: #666;
	font-size:85%;
	padding: 5px;
	margin: 0 0 20px;
	}
	div.blog_info ul{margin:0;}
		div.blog_info li{
			float: left;
			padding-left:20px;
			margin:0 15px 0 5px !important;
			list-style: none !important
			}
			div.blog_info li a{color: #666}
				div.blog_info li a:hover{color: #333}
	div.blog_info li.cal{background: url(images/icon_cal.png) no-repeat 0 2px;}
	div.blog_info li.cat{background: url(images/icon_cat.png) no-repeat 0 2px;}
	div.blog_info li.tag{background: url(images/icon_tag.png) no-repeat 0 2px;}

img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	background:url("images/arrow_next.png") no-repeat right top;
	color:#333;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:center;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}

.post p{
	margin-bottom:20px;
	font-size:110%;
	line-height:1.6em;
	}

/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 20px 20px 20px;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:20px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:90%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("images/arrow_prev.png") no-repeat left top;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("images/arrow_next.png") no-repeat right top;
		}

.widget-area {
	width:182px;
	padding:10px;
	background:#FFFFFF;
	margin-top:0;
}


/****************************************
		6. Comments
*****************************************/
h3#comments{
	width:612px;
	padding: 10px 0 10px 10px;
	clear: both;
	margin:40px auto 0;
	border-top:1px solid #ddd;
	}
	
.commentlist{width:612px; margin:0 auto 30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}
		
/*** Comment form ***/
#respond{width:612px; margin:70px auto 0;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	}

#commentform{width:612px; margin:20px auto 30px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}

		
/****************************************
		7.  widget
*****************************************/
.side h3{
	background: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); /* IE */
	zoom: 1; /* IE */
	margin:15px 0 5px;
	padding:5px 0 3px 10px;
	}
	.side li:first-child h3{margin-top:0 !important;} 
	
#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	list-style: url(images/arrow_list.png);
	margin-left:20px;
	}

/*** Calendar ***/
#wp-calendar {width: 100%; margin:10px auto;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	