/*
Theme Name: Holland Home
Theme URI: http://hollandhome.org/weblog/
Description: The default Holland Home weblog theme based on the Holland Home website template.
Version: 2.0
Author: Christian Bell
Author URI: christian.bell@christianlivingservices.org
Tags: default

	Holland Home

	This theme was custom designed to match the Holland Home website.
*/

/*	The Holland Home website is built with pure HTML5. We’re proud to support web standards.
	
	We also want to share what we’ve learned. Although the basic design of this site, as
	well as all written content, photographs, and logos are the copyright property of
	Holland Home, the HTML and CSS code for this site is licensed under a Creative Commons
	BSD license (http://creativecommons.org/licenses/BSD). Share alike and give it away. */

/*	This is the stylesheet for the weblog pages. */

@media all {
	body#weblog section p.colophon {
		background: #efefef;
		padding-left: 12px;
		color: #000;
		border: 1px dotted #ddd;
		font-size: 7.5pt; }
}


@media screen {
	body#weblog aside#right ul li {
		padding-bottom: 3px; }

	body#weblog aside#right ul li a:link,
	body#weblog aside#right ul li a:visited {
		color: #3d6b1e;
		text-decoration: underline;
		display: inline;
		padding: 0; }

	body#weblog aside#right ul li img {
		margin: auto; }

	body#weblog iframe {
		width: auto;
		height: 24px;
		border: none; }

	body#weblog section {
		height: auto !important;
		margin-right: 212px;
		min-height: 0; }

	body#weblog section.singleEntry {
		padding-bottom: 400px; }

	body#weblog p#navLinkOlder a:link,
	body#weblog p#navLinkOlder a:visited {
		float: left;
		display: block;
		padding: 6px 24px;
		border: 1px dotted #3d6b1e;
		background: #cbd8c3;
		text-decoration: none;
		width: 100px; }

	body#weblog p#navLinkNewer a:link,
	body#weblog p#navLinkNewer a:visited {
		float: right;
		display: block;
		padding: 6px 24px;
		border: 1px dotted #3d6b1e;
		background: #cbd8c3;
		text-decoration: none; }

	body#weblog section h1 a:link,
	body#weblog section h1 a:visited {
		text-decoration: none; }


	/*	Works around IE6’s inability to properly render equally-sized columns. This employs
		Dan Cederholm’s “faux columns” technique to produce an apparent gray sidebar while
		also maintaining the top shadow. See http://www.alistapart.com/articles/fauxcolumns/.
		By specifying a selection of * html, the styles in this section are ignored by other
		browsers, including later versions of Internet Explorer. */
	* html article {
		background: #fff url('http://hollandhome.org/images/ie6_fauxcolumn.png') no-repeat; }
}