/* main column: headings */
.label1 {
	border: solid #b6e756;
	border-width: 1px 0;
	padding: 2px 0 2px 9px;
	margin: 0 0 15px;
}
.label1 h1 {
	font-size: small;
	line-height: 1em;
	color: #35a02c;
	background: url(../images/bg_heading.gif);
}
.label1 h1 a {
	background: #ffffff;
	padding-right: 8px;
	color: #35a02c;
}
.label1 h1 a:hover { color: #35a02c; }
.category {
	font-size: x-small;
	font-weight: normal;
	letter-spacing: 0.3em;
	line-height: 1em;
	padding-left: 10px;
}
.label2 {
	background: url(../images/circle.gif) no-repeat left center;
	padding-left: 14px;
	margin: 0 0 5px 10px;
}
.label2 h2 {
	font-size: small;
	font-weight: normal;
	line-height: 1em;
}
h3 {
	font-size: medium;
	color: #fe6601;
	margin: 0 0 0.3em 10px;
}
.label3 {
	clear: both;
	border-left: solid 5px #b6e756;
	padding-left: 3px;
	font-size: 90%;
	color: #35a02c;
	margin: 0 0 3px 10px;
}
.label4 {
	clear: both;
	font-size: small;
	line-height: 2em;
	color: #35a02c;
	text-indent: 0.2em;
	background: url(../images/bg_heading2.gif) repeat-x bottom;
	margin: 0 0 3px 10px;
}

/* main column: texts */
dl {
	font-size: small;
	margin-left: 10px;
}
dt { font-weight: bold; }
dd { margin: 0 0 1.3em 1.5em; }
p {
	font-size: small;
	line-height: 1.4em;
	margin: 0 0 1em 10px;
}
p.date {
	font-size: x-small;
	text-align: right;
	margin-top: -1.2em;
}
#comments-content p { margin-bottom: 0; }
em {
	font-style: normal;
	font-weight: normal;
	color: #dc143c;
}
#maincol ul {
	list-style: square outside;
	padding: 0 0 0.7em 40px;
}
#maincol li {
	font-size: small;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
blockquote {
	border-left: 3px solid #ceeba2;
	padding-left: 4px;
	font-size: small;
	line-height: 1.3em;
	color: #393939;
	margin: 0 20px 1em 30px;
}

/* main column: graphics */
.fig {
	float: right;
	margin: 0 0 10px 7px;
	font-size: x-small;
	color: #000000;
}
.fig img { display: block; }

/* main column: source */
.section {
	clear: both;
	background: #f6f8d6;
	padding: 4px 6px;
	font-size: small;
	line-height: 1.2em;
	color: #393939;
	margin: 0 0 1.3em 8px;
}
code {
	font-size: 90%;
	font-family: monospace;
	display: block;
}
code.pre { white-space: pre; }

/* main column: table */
table {
	border: solid #666699;
	border-width: 1px 0 0 1px;
	font-size: 70%;
	margin: 0 0 1.2em 8px;
}
th, td {
	border: solid #666699;
	border-width: 0 1px 1px 0;
	background: #ededed;
	padding: 3px 5px;
}

/* main column: form */
input, textarea { font-size: small; }

/* sub column */
#subcol {
	font-size: x-small;
	letter-spacing: 1px;
	color: #ffffff;
}
#subcol a { color: #def9c5; }
#subcol a:hover { text-decoration: underline; }
.label5 {
	width: 230px;
	border: dashed #ffffff;
	border-width: 1px 0;
	text-indent: 10px;
	letter-spacing: 0.3em;
	line-height: 22px;
	margin-bottom: 1em;
}
.label6 {
	font-size: small;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 0.3em 10px;
}
.label7 { margin-left: 10px; }
#subcol ul {
	list-style: square;
	padding: 3px 5px 10px 27px;
}
#subcol li {
	line-height: 1.3em;
	color: #def9c5;
	margin-bottom: 0.5em;
}
#subcol ul.feed {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 20px;
}
#subcol ul.feed li {
	background: url(../images/feed-icon-10x10.gif) no-repeat left center;
	padding-left: 13px;
	line-height: 1.1em;
	letter-spacing: 0;
}
#subcol form { margin: 0 0 20px 10px; }
#subcol img {
	display: block;
	margin: 0 0 1px 10px;
}
#subcol p {
	font-size: x-small;
	letter-spacing: 0;
	line-height: 1.3em;
}
