/*
Theme Name: Flat Hills Road
Theme URI: http://www.flathillsroad.com/
Description: The custom theme for Parker Morse's Flat Hills Road weblog. Derived from the design for www.tafwa.org.
Version: 1.0
Author: Parker Morse
Author URI: http://www.parkermorse.net/
Tags: threecolumn, green, photoheader

*/

/* Per the Color Palette Generator, here are the colors:

"dull"
	#005533
	#116644
	#446655
	#bbaa99
	#668877
	
"vibrant"
	#006633
	#007744
	#448866
	#44bb88
	#eeddaa
*/

/* Begin Typography & Colors */
body {
	background-color: #486;
	background-image: url(images/bg_whitegrad.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
	font-family: 'Trebuchet MS',arial,verdana,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* Heading size definitions */

h1 {font-size: 2em; font-weight: bold;}
h2 {font-size: 1.7em; font-weight: bold;}
h3 {font-size: 1.2em; font-weight: bold;}
h4 {font-weight: bold;}
h5 {font-variant: small-caps;}
h6 {font-style: italic;}

/* Link definitions */

a {
	text-decoration: none;
	color: #444433;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #aa7755;
}
a:visited {
	color: #444433;
}

div#header {
	top: 0;
	background: #fff;
	background-image: url(images/header-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 211px;
}

div#header img#head_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
}

div#header h1 {
	position: relative;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	z-index: 1;
	width: 540px;
	visibility: hidden;
}

div#header p {
	margin-top: 0;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 165px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


div#topnav {
	height: 1em;
	margin: auto;
	width: 900px;
	position: relative;
	top: 130px;
}

div#topnav ul {
	list-style: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	color: #fff;
	padding-left: 0px;
}

div#topnav ul li {
	position:relative;
	float: left;
	display:block;
	margin: 0;
	padding:0;
	padding-right: 30px;
}

div#topnav li.pagenav {
	list-style: none;
}

div#topnav a {
	color: #fff;
}

/* left/right (vertical) navigation */

div#body {
	width: 900px;
	margin: auto;
	margin-top: 0;
	margin-bottom: -11px;
	position: relative;
}

div#digest-column {
	position: relative;
	width: 548px;
	left: 165px;
	background-color: #fff;
	margin-top: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 8px;
	height: expression( this.scrollHeight < 451 ? "450px" : "auto" ); /* sets min-height for IE */
	min-height: 450px; /* sets min-height value for all standards-compliant browsers */
}

div.post {
	padding-left: 5px;
	padding-right: 5px;
}

div.post p.post-date {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	font-size: .95em;
	margin-bottom: 0px;
}

div.post .post-foot {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	margin-top: 0px;
	margin-bottom: 15px;
}

div.post h2, div.post h3 {
	margin: 2px 0 2px 0;
}

div.post h2 a {
	color: #000;
}

div.post p {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
}

div#leftnav, div#rightnav {
	position: absolute;
	top: 0px;
	background-repeat: repeat-y;
	height: 100%;
}

div#leftnav {
	width: 165px;
	background-image: url(images/left-shadow.png);
	background-position: right;
}

div#rightnav {
	width: 170px;
	right: 0px;
	background-image: url(images/right-shadow.png);
	background-position: left;
}

ul.menu {
	list-style: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	padding-left: 8px;
	font-size: .90em;
}

div#rightnav ul.menu {
	margin-left: 10px;
}

ul.menu li {
	text-indent: -8px;
	list-style-type: none;
	list-style-image: none;
}

ul.menu a {
	color: #000;
}

div#footer {
	background: #000;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
}

div#footer p {
	padding: 3px;
	margin-bottom: 0;
}

div#footer a {
	color: #fff;
	text-decoration: underline;
}