/* 
	-----------------------------------------------------------------------
	GENERAL STYLES
	-----------------------------------------------------------------------
*/

html, body {
  margin: 0;
  padding: 0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #607c1f;
	min-height: 800px;
	text-align: center;
}
h1, h2, h3 { color: #4c6919; }
a { color: #607c1f; }
#content-wrap {
  background: url(../images/bg_farm.jpg) no-repeat center bottom;
  padding-bottom: 380px;
}
#container {
	width: 900px;
  margin: 10px auto;
  padding: 0px;
  text-align: left;
}
.clear { clear: both; }
/* 
	-----------------------------------------------------------------------
	HEADER
	-----------------------------------------------------------------------
*/

#header {
	height: 146px;
	padding-bottom: 30px;
}
	#header .marquee {
		float: left;
	}
		#header .marquee a {
			display: block;
			width: 431px;
			height: 144px;
			background: url(../images/organic-feed.gif) no-repeat;
		}
			#header .marquee a span {
				display: none;
			}
	#header .logo {
		float: right;
		padding-top: 20px;
	}
		#header .logo a {
			display: block;
			width: 149px;
			height: 130px;
			background: url(../images/cascadian-logo.gif) no-repeat;
		}
			#header .logo a span {
				display: none;
			}

/* 
	-----------------------------------------------------------------------
	MAIN
	-----------------------------------------------------------------------
*/

#main {
	
}
	#main .cell {
	  background-color: #fff;
		display: block;
		width: 280px;
		height: 230px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
		-moz-border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
	}
		#main .cell.span {
			width: 590px;
		}
		#main .cell.last {
			margin-right: 0px;
		}
		#main .cell h2 {
			padding: 0px;
			margin: 0px;
			width: 266px;
			background: url(../images/header-bg-280.gif) no-repeat top left;
			background-color: #e7ebde;
			border-bottom: 9px solid #ccd5b8;
			padding-left: 14px;
			padding-top: 10px;
			padding-bottom: 6px;
			font-size: 14px;
			color: #552707;
		}
			/* ie6 does not include padding in with calculations */
			.ie6 #main .cell h2 {
				width: 280px;
			}
			#main .cell h2 span {
				display: block;
				font-size: 10px;
				font-weight: normal;
				width: 258px;
				height: 25px;				
			}
			#main .cell.twitter h2 span { background: url(../images/icon_twitter.gif) bottom right no-repeat; }
			#main .cell.youtube h2 span { background: url(../images/icon_youtube.gif) bottom right no-repeat; }
			#main .cell.flickr h2 span { background: url(../images/icon_flickr.gif) bottom right no-repeat; }
			#main .cell.delicious h2 span { background: url(../images/icon_delicious.gif) bottom right no-repeat; }
			#main .cell.blog h2 span { background: url(../images/icon_feedburner.gif) bottom right no-repeat; }
			#main .cell.span h2 {
				width: 576px;
				background: url(../images/header-bg-590.gif) no-repeat top left;
				background-color: #e7ebde;
			}
				/* ie6 does not include padding in with calculations */
				.ie6 #main .cell.span h2 {
					width: 590px;
				}
		#main .cell p {
			padding-left: 14px;
			padding-right: 14px;
		}
			#main .cell p strong {
				color: #577227;
			}
		#main .cell ul {
			padding: 0px;
			margin: 0px;
			padding-left: 4px;
			padding-top: 6px;
		}
			#main .cell ul li {
				font-size: 10px;
				list-style: none;
				padding-top: 8px;
			}
		#main .cell.flickr ul {
		  padding: 0;
		}
      #main .cell.flickr ul li {
        float: left;
        padding: 0;
      }
      
    ul.search li {
      color: #552707;
      font-weight: bold;
    }
    ul.links li {
      width: 293px;
      float: left;
    }

		/* disabled cell overrides */
		#main .cell.disabled {
			color: #d0d8bc;
		}
			#main .cell.disabled h2 {
				background-color: #f8f9f5;
				color: #d4cac1;
				border-bottom: 9px solid #f0f2ea;
			}

/* 
	-----------------------------------------------------------------------
	FOOTER
	-----------------------------------------------------------------------
*/

#footer {
	border-top: 1px solid #cfd7bb;
	width: 900px;
	text-align: center;
	padding-top: 20px;
}
#footer .copyright {
	color: #999;
	font-size: 10px;
}
	
.CascadianFeedDisclaimer {
	color: #552707;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
