@charset "utf-8";

a {
	word-wrap: break-word;
}
.article {
	position: relative;
}
h1.topborder{
	border-top:1px #CCC solid;
	padding-top: .7em;
}
h1 a{
	color: #006699;
	text-decoration:none;
}
h1 a:hover{
	margin:0 -5px;
	padding:0 4px;
	border:1px solid #DAE6EF;
}


#right h2,
.article h1 {
	font-size: 24px;
	font-weight: 400;
	padding-left: 57px;
	min-height: 46px;
	line-height: 1.12em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.article h1 {
	margin-top: 0;
	padding-top: 20px;
}
h2.title{
	margin:0;
	border-top:1px #CCC solid;
	padding-top: 18px;
}
h2 a{
	color: #666;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}




p.info{
	color:#888;
	font-size:1.2em;
}
p.info a{
	color:#666;
}
p.info a:hover{
	background-color:#F3F3F3;
}

.info .post-date {
	width: 36px;
	float: left;
	text-align: center;
	padding: 2px;
	border: 1px solid #DADADA;
	background: #F3F3F3;
	margin:0 14px 0 0;
	position: absolute;
	top: 16px;
}

.info .post-date span{
	margin: 0px;
	line-height: normal;
}
.info .post-date span:after {
	content:"\A";
	white-space:pre;
}
.info .post-date .month{
}
.info .post-date .day{
	font-weight: bold;
	font-size: 1.8em;
}

ul.links{
	padding: 0;
	margin:0 0 18px;
	height: 2em;
}
ul.links li{
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 18px;
	display: inline;
	float: left;
	border-right: 1px solid #CCC;
}
ul.links li.comment{
	background: url(/images/blog/comment.gif) no-repeat left center;
	border:none;
}
ul.links li.edit{
	background: url(/images/blog/edit.gif) no-repeat left center;
}
ul.links li.readmore{
	background: url(/images/blog/readmore.gif) no-repeat left center;
}
ul.links li a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
ul.links li a:hover{
	text-decoration: underline;
}




#commentbox{
	margin-top: 30px;
	margin-bottom:1.6em;
}
#commentbox h2{
	font-weight:bold;
	color: #FFF;
	background: #005393;
	border:none;
	margin-bottom: 0;
	padding: 5px;
	font-size:1.4em;
}
#commentbox form{
	border-top:4px #FFF solid;
	margin:0;
	padding: 20px 14px 1px;
	background: #ECF2F7;
}
div.comment{
	border-top:4px #FFF solid;
	padding:14px 14px 1px;
	background: #ECF2F7;
}
#commentbox .nested{
	margin-left:30px;
}
p.reply{
	float: right;
	font-size: 1.1em;
}
.fieldCheck{
	display:none;
}