@charset "utf-8";
/*--------------------------------------------------------
//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
*
*	emorin-1.0/style.css
*
*	Copyright (C) emor.in  All right reserved
*	http://emor.in/
*
*	Last Update 2008-02-22
*
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
----------------------------------------------------------*/
/*==========================================================
 * body
 *=========================================================*/
body{
	margin:0px;
	padding:0px;
	text-align: center;
}
h1{
	margin-top: 50px;
	margin-bottom: 0px;
	clear:both;
	font-family:"Times New Roman",sans-serif;
}
h2{
	margin:0px;
	margin-bottom: 25px;
	padding:0px;
	text-align: center;
	font-size: 92%;
	font-weight: normal;
}
h1 a:link{
	text-decoration: none;
}
h1 a:visited{
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
}
img{
}
blockquote{
	border-width: 0px;
	padding:6px 15px 6px 55px;
}
cite{
	color: #958B77;
	font-size:92%;
}
cite a:link{
	color: #958B77;
	border-bottom: 1px dotted #6E582C;
	text-decoration: none;
}
cite a:visited{
	color: #958B77;
	border-bottom: 1px dotted #6E582C;
	text-decoration: none;
}
cite a:hover{
	color: #958B77;
}
/*==========================================================
 * #header
 *=========================================================*/
#header{
}
/*==========================================================
 * #navigation
 *=========================================================*/
#navigation{
	margin:0px;
	margin-bottom: 20px;
	padding:0px;
	list-style-type: none;
	clear:both;
}
#navigation li{
	margin:0px;
	padding:0px;
	display:inline;

}
#navigation li a{
	text-decoration: none;
}
#navigation li a:hover{
	text-decoration: underline;
}
/*==========================================================
 * #main
 *=========================================================*/
#main{
	width: 937px;
	margin:0px auto;
	padding:0px;
	padding-top: 20px;
	clear: both;
	text-align:left;
}
/*==========================================================
 * #content
 *=========================================================*/
#content{
	width: 750px;
	margin:0px;
	padding:0px;
	float: left;
	list-style-type: none;
}
/*==========================================================
 * .post
 *=========================================================*/
.post{
	margin:0px;
	padding:0px;
	clear: both;
	text-align: left;
}
.post h3{
	width: 573px;
	margin:5px 0px;
	padding:0px;
	float: right;
	font-size: 129%;
	border-bottom: 1px dotted #C5B79A;
}
.post h3 a:link{
	color: #5E4E27;
	text-decoration: none;
}
.post h3 a:visited{
	color: #5E4E27;
	text-decoration: none;
}
.post h3 a:hover{
	color: #80af00;
}
/*==========================================================
 * .entry
 *=========================================================*/
.entry{
	width: 573px;
	margin:0px;
	margin-left: 36px;
	margin-bottom: 90px;
	padding:0px;
	float: right;
	overflow:hidden;
	text-align: justify;
	text-justify:distribute;
}
.entry *{
	line-height: 1.5 !important;
}
.entry p{
	margin:15px 0px;
}
.entry ul,
.entry ol{
	margin-right:0px;
}
.entry li{
	margin-right:0px;
	clear: both;
}

.entry dl{}
.entry dt{}
.entry dd{}

.entry h4{
margin:0px 0px 10px 0px;
}
.entry h5{}
.entry h6{}

.entry blockquote{
	margin-right:0px;
	background: transparent URL("pic/blockquote.gif") no-repeat top left;
}
.entry cite{
	margin-right:0px;
	font-style:normal;
}
.entry pre{
	width: 95%;
	max-height:200px;
	margin:15px 0px;
}
.entry code{
	margin:0px;
}
.entry a:link{
	color: #958B77;
	border-bottom: 1px dotted #6E582C;
	text-decoration: none;
}
.entry a:visited{
	color: #958B77;
	border-bottom: 1px dotted #6E582C;
	text-decoration: none;
}
.entry a:hover{
	color: #80af00;
}
.entry .image{
	width: 573px;
	margin:0px 0px 20px 0px;
	padding:20px 0px;
	text-align: center;
	background: transparent URL("./pic/imageBackground.png") repeat left top;
}
.entry .image span{
	width: 533px;
	height: 180px;
	margin:0px auto;
	padding:0px;
	text-align: center;
	display: block;;
	overflow: hidden;
	/*border:#ffffff solid 2px;*/
}
.entry .image img{
	border-width: 0px;
}
/*==========================================================
 * .entry-data
 *=========================================================*/
.entry-data{
	width: 141px;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 90px;
	padding:0px;
	float: left;
	text-align: right;
	display: inline;
	font-family:"Times New Roman",sans-serif;
}
.day{
	margin:0px;
	padding:0px;
	font-size: 550%;
	line-height: 0.7;
	font-family:"Times New Roman",sans-serif;
}
.postmetadata{
	margin:0px;
	padding:0px;
	font-size: 100%;
	list-style-type: none;
}
.postmetadata a:link{
	color: #000000;
	text-decoration: none;
}
.postmetadata a:visited{
	color: #000000;
	text-decoration: none;
}
.postmetadata a:hover{
	color: #6E582C;
	border-bottom: 1px dotted #6E582C;
}
.postmetadata li{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border-bottom:solid 1px #dddddd;
}
.tag{
	margin-top: 1px;
}
.comment{
	margin: 15px 0px;
	font-size: 136%;
}
.date{
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	display: block;
	font-size: 136%;
	font-family:"Times New Roman",sans-serif;
	border-bottom:solid 1px #dddddd;
}
/*==========================================================
 * #page
 *=========================================================*/
#page{
	margin-left: 40px;
	margin-bottom: 80px;
	clear: both;
}
/*==========================================================
 * #other
 *=========================================================*/
#other{
	width:750px;
	margin:0px;
	padding:0px;
	clear: both;
}

#other .comments-head{
	width: 141px;
	margin:0px;
	margin-bottom:30px;
	padding:0px;
	float:left;
	clear:left;
	display:inline;
	text-align:left;
	font-size:129%;
	color: #F6F2EA;
	font-family:"Times New Roman",sans-serif;
	text-indent:10px;
	background-color: #C4B79D;
}
#other .comments-body{
	width: 573px;
	margin:0px;
	margin-left: 26px;
	margin-bottom:30px;
	padding:0px;
	float:right;
	text-align:left;
}
#other form{
	margin:0px;
	padding:0px;
}
#other p{
	margin:0px;
	padding:0px;
}
#other input , #other textarea{
	width:380px;
	margin:0px;
	padding:0px;
}
#other label{
	display: block;
}
.commentlist,
.commentlist li,
.commentlist li comment{
	margin:0px;
	padding:0px;
	list-style:none;
}
.commentlist li{
	margin-bottom:2.0em;
}
.comment-content{
	padding:15px;
	background-color: #E2D7C2;
}
/*==========================================================
 * #menu
 *=========================================================*/
#menu{
	width: 141px;
	margin:0px;
	margin-left: 46px;
	padding:0px;
	float: left;
	text-align: left;
	font-size: 92%;
}
#menu dt{
	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
	font-size: 152%;
	font-family:"Times New Roman",sans-serif;
}
#menu dd{
	margin:0px;
	margin-bottom: 30px;
	padding:0px;
}
#menu dd ul{
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-type:none;
}
#menu dd ul li{
	margin:3px 0px;
	padding:0px;
	border-bottom:solid 1px #dddddd;
}
#menu dd ul li a{
	text-decoration: none;
}
/*==========================================================
 * #subnavigation
 *=========================================================*/
#subnavigation{
	margin:0px;
	padding:0px;
	text-align: center;
	clear: both;
	list-style-type: none;
}
#subnavigation li{
	margin:0px;
	padding:0px;
	display: inline;
}
#subnavigation li a{
	margin:0px;
	padding:0px;
}
#mail{
	clear: both;
	margin:0px;
	padding:0px;
	visibility: hidden;
}
/*==========================================================
 * #site_infos
 *=========================================================*/
#site_infos{
	margin:0px;
	padding:0px;
	clear:both;
}
#site_info{
	height: 300px;
	margin:0px auto;
	padding:0px;
	clear: both;
}
#site_info a:link{
	border-bottom: 1px dotted #E28D8D;
	text-decoration: none;
}
#site_info a:visited{
	border-bottom: 1px dotted #E28D8D;
	text-decoration: none;
}
#site_info a:hover{
}
/*==========================================================
 * #searchform
 *=========================================================*/
#searchform{
	margin:0px;
	padding:0px;
	border-width: 0px;
	padding:20px 0px;
}
/*==========================================================
 * #admin
 *=========================================================*/
#admin{
	margin:0px;
	margin-top: 10px;
	padding:0px;
}
#admin li{
	margin:0px 5px;
	padding:0px;
	display:inline;
}
/*==========================================================
 * #powered
 *=========================================================*/
#powered{
	margin:0px;
	margin-top: 10px;
	padding:0px;
}

