/* Two Column Layout */
div.two-cols {
}

div#article {
	margin-top: 26px;
	padding-top: 1px;
}

* html div#article {
	margin-top: 26px;
}

div#section div.navitem {
	clear: both;
}

div#section div.navitem h1 {
	font-size: 1.2em;
	line-height: 1.83em;
}

div#section div.navitem h1 a {
	display: block;
	padding-left: 0;
	letter-spacing: 0;
  cursor: pointer;
}
div#section div.navitem h1 a:hover {
	color: #333;
}
div#section div.navitem h1.opened {
	background: #f0f0f0 url(images/bar_open_close.png) no-repeat -1965px 0;
}
div#section div.navitem h1.opened:hover {
	background-position: -1800px 0;
}
div#section div.navitem h1.closed {
	background: #f0f0f0 url(images/bar_open_close.png) no-repeat -1965px 0;
}
div#section div.navitem h1.closed:hover {
	background-position: -1200px 0;
}

div#article div.inner {
	overflow: hidden;
}

div#article div.inner p {
	padding-top: 10px;
	padding-bottom: 0;
}

div#article div.blog {
	background-color: #d5edc0;
	width: 205px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline-block;
	float: left;
}
* html div#article div.blog {
	margin-left: 8px;

}
div#article div.blog h3 {
	background-color: #d5edc0;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 5px;
}
div#article div.blog h3 a {
	color: #444;
}

div#article div.blog p {
	font-size: 0.7em;
	line-height: 1.3em;
	padding-right: 21px;
}
div#article div.blog a.more-link {
	font-size: 1.1em;
	line-height: 1.5em;
}

div#article div.blog p span.date {
	font-weight: bold;
	font-size: 1.1em;
}


div#article div.usesright img {
	float: right;
	padding-left: 10px;
}
