
div#article {
	/*padding: 2em 5.3em 0 5.3em;*/
}

#article h1 {
	margin: 0 0 0.3em -0.05em;
}

#article h1.quote {
	margin: 0 0 0.3em -0.6em;
}

#article p {
	margin-bottom: 1em;
}

#article h3 {
	clear: both;
	margin: 1em 0 0.5em 0;
}

#article h4 {
	clear: both;
}

#article div.img {
	float: left;
	width: 250px;
	margin: 0.3em 20px 1em 0;
}

#article div.img img {
	float: left;
}

#article div.img div,
#article div.wide-img div {
	clear: both;
	color: #999;
	font-size: 0.8em;
}

#article div.wide-img {
	margin: 0.3em 20px 1em 0;
}

#article div.subtitle {
	margin-top: -0.6em;
	margin-bottom: 1.2em;
	color: #1b86c6;
	font-size: 0.9em;
	font-weight: normal;
}

.linked-pages {
	background: #F5F5EA; 
	margin: 0 0 1em -1em;
	padding: 5px 1em .7em 1em; 
}

#article .linked-pages h3 {
	margin-top: .1em;
}

.linked-pages li {
	line-height: 1.3em;
}

#article a:active {
	color: #dd4705;
}

#article .breadcrumbs a {
	color: #1B86C6;
}

#article div.subtitle a:visited {
	color: #3C3CAB;
}

#article table.gray {
	background-color: #f4f4f4;
	font-size: 0.9em;
}

#article table.gray th,
#article table.gray td {
	line-height: 1.3em;
	padding: 0.3em 1em;
}

#article table.gray td {
	vertical-align: top;
}

#article div.b {
	clear: both;
	margin: 1em 0 0.3em 0;
	font-weight: bold;
	font-size: 0.9em;
}

div.similar_articles {
}

.similar_articles h4 {
	color:#4B4D43;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.2em;
}

.similar_articles ul {
	width: 100%;
}

.similar_articles li {
	overflow: hidden;
	width: 100%;
	margin-top: 1em;
}

.similar_articles img {
	float: left;
	margin: 0.25em 15px 0 0;
	overflow: hidden;
}

.similar_articles h3 {
	font-size: 1.2em;
}

.similar_articles p {
	font-size: 0.9em;
	margin: 0.6em 0 0 87px;
}

.similar_articles a:active {
	color: #dd4705;
}

.similar_articles a:visited {
	color: #3C3CAB;
}

div.to-blog {
	padding: 1em 0;
}

.to-blog a.slink {
	background: url('/i/common/favicon.png') left center no-repeat;
	clear: both;
	float: left;
	line-height: 1.3em;
	margin-left: -23px;
	padding-left: 23px;
	text-decoration: none;
}

.to-blog a.slink span {
	border-bottom: 1px dashed #1b86c6;
}

.to-blog a.slink:hover span {
	border-color: #dd4705
}

.to-blog textarea {
	width: 488px;
	font-size: 13px;
}

.to-blog div.code {
	line-height: 1.3em;
	margin-top: 0.8em;
}

.to-blog .code table {
	width: 500px;
	margin-left: -10px;
}

.to-blog .code td {
	vertical-align: top;
}

.to-blog .code span {
	display: block;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}

.to-blog .code h3 {
	margin-bottom: 0.2em;
	font-size: 1.4em ! important;
	line-height: 1em;
	font-weight: bold;
}

.to-blog .code h3 a {
	color: #3c3c3c;
}

.to-blog .code small {
	font-size: 0.9em ! important;
}

.to-blog p {
	margin-top: -0.7em;
	font-size: 0.9em;
}

.to-blog table {
	border: 1px solid #e0e0e0;
	vertical-align: top;
}

.to-blog table td {
	padding: 10px;
}

.to-blog table .thumb {
	width: 125px;
}

.to-blog table .mark {
	background-color: #94d7f9;
	width: 38px;
}

/* converters */
div.time-conv {
	padding: 0.5em 0;
	clear: both;
}

.time-conv a {
	color: #1b86c6 ! important;
}

.time-conv a:hover {
	color: #dd4705 ! important;
}

div.measure-conv {
	padding: 0.5em 0;
	/*clear: both;*/
}

.measure-conv a {
	color: #1b86c6 ! important;
}

.measure-conv a:hover {
	color: #dd4705 ! important;
}

.measure-conv A.unlink {
	border-bottom:none !important;
	color:#111 !important;
	cursor:default;
}

.measure-conv A.unlink:hover {
	color:#111 !important
}

.measure-conv table {
	font-size: 1em ! important;
	background-color: #fff ! important;
}

.measure-conv table td {
	padding: 0 ! important;
}

/* //converters */

.date {
	color: #667777;
	font-size: 85%;
}

/*

Comments

*/
.comments {
}

.comments h3 {
	margin-bottom: .3em;
}

.comments .comment {
	margin: 0 0 .45em;
}

.comments .date,
.comments .content {
	font-size: .9em;
}

/*

Comment form

*/
.comment-form {
	/*margin: 2em 0 0;*/
}

.comment-form #OpenIDURL {
	background: url('/i/openid.gif') no-repeat 1px center; 
	color: gray;
	min-height: 16px;
	padding-left: 18px;
	width: 30em;
	vertical-align: middle;
}


/*

Help bubble

*/
.bubble-link {
	border-bottom: 1px dashed;
	margin-left: 1em;
	text-decoration: none;
}