﻿@charset "UTF-8";
/*
Theme Name: IRIS Connecting with Nature
Theme URI: http://wordpress.org/
Description: The IRIS custom Wordpress theme for the Connecting with Nature project, a website in the IRIS (http://www.iris.org/) family of sites.
Version: 1.0
Author: Benjamin Field
Author URI: http://benjaminfield.com/
Tags: green, custom, two columns, widgets

	IRIS Connecting with Nature v1.0
	 http://benjaminfield.com/

	This theme was designed and built by Benjamin Field,
	whose website you will find at http://www.benjaminfield.com/

	The CSS, XHTML and design is copyright © 2009, Benjamin Field.
	All rights reserved.
*/

html {
	height: 100%;
}

body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	border-top: 10px solid #669900;
	background-color: #F8F4E8;
}
	div#container {
		width: 968px;
		margin: 0 auto;
		background: url(images/pageBody.gif) repeat-y center top;
		position: relative;
	}
		div#wrapper {
			background: url(images/masthead.jpg) no-repeat center -12px;
			padding: 128px 0 0 0;
		}
		a#linkToIRIS {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 76px;
			height: 34px;
			text-indent: -1000px;
			overflow: hidden;
		}
		a#linkToHome {
			position: absolute;
			top: 40px;
			left: 0;
			display: block;
			width: 440px;
			height: 50px;
			text-indent: -1000px;
			overflow: hidden;
		}
		ul#navigation {
			list-style: none;
			display: block;
			position: absolute;
			top: 0;
			right: 76px;
			margin: 0;
			padding: 0;
			background: url(images/navDivider.gif) no-repeat right top;
		}
			ul#navigation li {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				background: url(images/navDivider.gif) no-repeat left top;
			}
				ul#navigation li a {
					display: block;
					padding: 10px;
					font-weight: normal;
					font-size: 12px;
					text-transform: uppercase;
					color: #669900;
					text-decoration: none;
				}
					ul#navigation li.current_page_item a {
						background: url(images/navIndicator.gif) no-repeat center -10px;
					}
		div.postNavigation {
			display: block;
			width: 953px;
			height: 25px;
			line-height: 25px;
			text-align: right;
			margin: 0 0 0 -4px;
			padding: 0 10px 0 15px;
			color: white;
			font-size: 12px;
			font-weight: normal;
			position: absolute;
			right: 0;
			top: 127px;
		}
			div.postNavigation div {
				display: inline;
			}
			div.postNavigation a {
				color: white;
			}
		h1 {
			display: block;
			width: 953px;
			height: 25px;
			line-height: 25px;
			background: url(images/pageTop.gif) no-repeat left top;
			margin: 0 0 0 0;
			padding: 0 0 0 15px;
			text-transform: uppercase;
			color: white;
			font-size: 14px;
			font-weight: normal;
			position: relative;
		}
		div#content {
			padding: 15px;
			float: left;
			width: 680px;
		}
			img.alignright {
				float: right;
				margin: 0 0 15px 15px;
				border: 5px solid #C2D699;
			}
			img.alignleft {
				float: left;
				margin: 0 15px 15px 0;
				border: 5px solid #C2D699;
			}
			img.alignnone {
				margin: 0 15px 15px 0;
				border: 5px solid #C2D699;
			}
			div.post {
				padding-bottom: 1em;
			}
			div.post h2 {
				font-size: 16px;
				color: #669900;
				margin: 0 0 15px 0;
				padding: 0;
				border-bottom: 1px solid #C2D699;
			}
				div.post h2 a {
					text-decoration: none;
					font-weight: normal;
					font-size: 20px;
				}
			div.post small {
				text-transform: uppercase;
				color: #A4C166;
			}
			div.post h3, div#respond h3 {
				font-size: 14px;
				color: black;
				margin: 0 0 15px 0;
				padding: 0;
			}
			div.post h4, div#respond h4 {
				font-size: 13px;
				color: #676c50;
				margin: 0 0 15px 0;
				padding: 0;
			}
				div.post h4 a {
					text-decoration: none;
				}
			div.post p, div.post li {
				font-size: 13px;
			}
			div.post form {
				margin: 0;
				padding: 0;
			}
		a  {
			color: #669900;
		}
		div#sidebar {
			float: left;
			width: 224px;
			padding: 15px;
			background-color: #E1EACC;
			color: #669900;
		}
			div#sidebar .hidden {
				display: none;
			}
			div#sidebar ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}
				div#sidebar ul h2 {
					margin: 1.5em 0 .25em 0;
					padding: 0;
					font-weight: normal;
					text-transform: uppercase;
					font-size: 13px;
					color: #669900;
				}
				div#sidebar ul ul {
					list-style: disc;
					padding: 0 0 0 16px;
					margin: 0 0 1.5em 0;
				}
			div#sidebar li {
				font-size: 13px;
			}
		div#footer {
			clear: both;
			padding: 15px;
			color: #999999;
		}
			div#footer p {
				font-size: 11px;
				clear: both;
			}
			ul#footerNavigation {
				list-style: none;
				padding: 0;
				margin: 0 0 1em 0;
			}
				ul#footerNavigation li {
					font-size: 11px;
					display: block;
					border-left: 1px solid #999999;
					margin: 0 0 1em 0;
					padding: 0 5px 0 5px;
					float: left;
				}
					ul#footerNavigation li.home {
						border: 0;
						padding-left: 0;
					}