/* For Blog */

h2	{
	font-size: 22px;
	}

small	{
	font-size: 11px;
	}

form	{
	padding-bottom: 30px;
	}

.entry	{
	border-top: 1px solid #efefef;
	}
	
.detail	{
	font-size: 13px;
	font-weight: bold;
	}
	
.postmetadata	{
	clear: both;
	font-size: 11px;
	padding: 0px 5px;
	background-color: #f6f6f6;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 10px 0px 45px 0px;
	}

.image	{
	float: right;
	margin: 10px 0px 10px 10px;
	}

.sidebar-half2	{
	font-size: 0.8em;
	}

.sidebar-half2	h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
	}

.sidebar-half2	ul	{
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	}
	
.sidebar-half2	li	{
	list-style: none;
	font-size: 11px;
	}
	
.sidebar-half2	li ul li {
	border-bottom: 1px dotted #dedede;
	line-height: 125%;
	padding: 3px 0px;
	}

table#wp-calendar	{
	line-height: 115%;
	font-size: 11px;
	}

cite	{
	font-style: normal;
	font-weight: bold;
	}

.commentlist	{
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}

.commentlist li	{
	border-bottom: 1px dashed #dedede;
	margin: 0px 0px 15px 0px;
	}

.commentnum	{
	float: right;
	font-size: 22px;
	color: #bbb;
	text-align: right;
	margin: 0px 10px;
	}

#startlogo a	{
	position: absolute;
	top: 280px;
	width: 180px;
	height: 35px;
	background-color: transparent;
	background-image: url(/images/logo-start-01.png);
	z-index: 2;
	}

#startlogo a:hover	{
	background-color: transparent;
	background-image: url(/images/logo-start-02.png);
	}
