/* Pull in the subpage styles */
@import url(blocks/sake.css);


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 * 5. The basic resets.
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
} 

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #201C6F; color: #fff; text-shadow: none; }
::selection { background: #201C6F; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/* a, a:visited { color: #A77A2E; } */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { margin: 0 0.15em; box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Basic CCI Helper Classes
   ========================================================================== */

.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.onepx {
	display: block;
	height: 1px;
	width: 1px;
	font: normal 1px/1px sans-serif;
}
.pagebreak {
	display: block;
	height: 1em;
	font-size: 1em;
	line-height: 1em;
}


/* =============================================================================
   Site styles.
   CCI Custom Site Styles go here
   
   h1/h2: bold italic 28px/120% Georgia, Times, "Times New Roman", serif;
   " color: #0F6300
   h3: normal italic 25px/120% Georgia, Times, "Times New Roman", serif;
   " color: #0F6300
   normal: normal 100%/130% Helvetica, Tahoma, Geneva, Arial, sans-serif;
   " color: #000
   
   ========================================================================== */

body {
	background: #004e0f;
	font: normal 100%/130% Helvetica, Tahoma, Geneva, Arial, sans-serif;
}
#container {
	margin: 0 auto;
	width: 1024px;
	background: white url(image/backgroundFaded.jpg) no-repeat center top;
	position: relative;
}
	/*
	#container.home {
		background-image: url(image/background.jpg);
	}
	*/

#pageHeader.home {
	height: 160px;
}
	#logo {
		position: absolute;
		left: 10px;
		top: 0;
		width: 364px;
		height: 162px;
		background: transparent url(image/logo.png) no-repeat 50% 50%;
	}
		#logo a {
			display: block;
			height: 100%;
			text-decoration: none;
			text-indent: -999em;
		}
		
	#plantSearch {
		float: right;
		font-size: 70%;
		text-align: right;
		padding-right: 20px;
		padding-top: 10px;
	}
		#plantSearch input[type=text],
		#plantSearch input[type=search] {
			display: inline-block;
			width: 180px;
			-moz-box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
			-o-box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
			box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
		}
		#plantSearch input[type=submit] {
			display: inline-block;
			background: transparent url(image/bigleaf.png) no-repeat 50% 50%;
			color: black;
			float: right;
			margin-left: 0.5em;
			padding: 0.25em 0;
			border: none;
			font-size: larger;
			font-weight: bold;
		}
		#plantSearch a {
			float: right;
			clear: right;
			font-style: italic;
			color: #333;
			text-decoration: none;
			line-height: 18px;
		}
		#plantSearch a.left {
			clear: left;
			margin-right: 5em;
		}
			#plantSearch a img {
				vertical-align: text-bottom;
			}
		
	#topNav {
		text-align: right;
		padding-top: 85px;
		padding-right: 20px;
	}
		#topNav li {
			display: inline-block;
			padding: 0 0.5em;
			border-left: 1px solid #0F6300;
		}
			#topNav ul li:first-child {
				border-left: none;
				border-color: transparent;
			}
			#topNav li a {
				text-decoration: none;
			}
			
	#subNav {
		display: block;
		padding: 0.5em 0.75em;
	}
		#subNav li {
			display: inline-block;
		}
		#subNav li a {
			display: block;
			font-size: 18px;
			font-family: Georgia, Times, serif;
			padding: 0.5em 0.31em;
			text-decoration: none;
			font-style: italic;
		}
		#subNav li a.red {
			color: #C00;
		}
		
#pageContent {
	padding: 0 20px 20px;
	position: relative;
}
#pageContent.home {
	padding: 20px;
}

#pageFooter {
	width: 1024px;
	margin: 0 auto;
	padding: 1.5em 0px;
	color: white;
	font-size: 85%;
}
	#pageFooter a {
		color: white;
		text-decoration: none;
	}
	
		#pageFooter a:hover {
			text-decoration: underline;
		}
	
	#footerNav {
		float: left;
	}
		#footerNav li {
			display: inline;
			padding-right: 1em;
		}
	#attribution {
		text-align: right;
		margin: 0 -1em;
	}
	

/*  ================
	Home Page Styles 
	================ */
	
/* Left side nav */
#homeNav {
	float: left;
	max-width: 250px;
}
	#homeNav ul {
		padding: 1em 0 1.5em;
	}
	#homeNav li {
		list-style: disc outside url(image/Bullet.gif);
		margin-left: 1.75em;
	}
	#homeNav a {
		text-decoration: none;
	}
		#homeNav li a {
			font: italic normal 110%/100% Georgia, Times, "Times New Roman", serif;
			color: #0F6300;
		}
		#homeNav li a.red {
			color: #C00;
		}
	#homeNav a.padRight {
		padding-right: 5px;
	}

	#homeNav a.padRight2 {
		padding-right: 10px;
	}
	
/* Large RIM images */
#homeRIM {
	float: right;
	width: 734px;
}
#homeRIM figure {
	float: left;
	width: 240px;
	height: 300px;
	margin-left: 6px;
	-moz-box-shadow: 3px 5px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 5px 8px rgba(0,0,0,0.3);
	-o-box-shadow: 3px 5px 8px rgba(0,0,0,0.3);
	box-shadow: 3px 5px 8px rgba(0,0,0,0.3);
	position: relative;
	font-size: 120%;
}
	#homeRIM figure.left {
		margin-left: 0;
	}
	#homeRIM figure a {
		text-decoration: none;
		color: white;
	}
	#homeRIM figure img {
		width: 240px;
		height: 300px;
	}
	#homeRIM figure figcaption {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 0.75em 0 0.6em;
		text-align: center;
		background: #b67b2d;
		background: rgba(182,123,45,0.75);
		font-family: Georgia, Times, "Times New Roman", serif;
		font-style: italic;
		font-weight: bold;
		color: white;
	}
		#homeRIM figure.left figcaption {
			background: #AC2F2B;
			background: rgba(172,47,43,0.75);		
		}
		#homeRIM figure.right figcaption {
			background: #777571;
			background: rgba(119,117,113,0.75);		
		}
		
/* Hot Picks section */
.home aside.picks {
	float: right;
	width: 240px;
	margin-left: 1em;
	margin-bottom: 1em;
}
	.home aside.picks h1 {
		-moz-box-shadow: 3px 5px 8px rgba(0,0,0,0.25);
		-webkit-box-shadow: 3px 5px 8px rgba(0,0,0,0.25);
		-o-box-shadow: 3px 5px 8px rgba(0,0,0,0.25);
		box-shadow: 3px 5px 8px rgba(0,0,0,0.25);
		background: #8fba89;
		background: rgba(143,186,137,0.75);
		color: white;
		margin-bottom: 16px;
		text-align: center;
		font-size: 110%;
		padding: 0.5em 0 0.4em;
	}
	.home aside.picks figure.pick {
		position: relative;
		float: left;
		margin-bottom: 9px;
		width: 115px;
		height: 115px;
	}
		.home aside.picks figure.pick:nth-child(2n+1) {
			margin-left: 8px;
		}
		.home aside.picks figure.pick a {
			text-decoration: none;
			color: white;
		}
		.home aside.picks figure.pick img {
			outline: none;
			width: 115px;
			height: 115px;
		}
		.home aside.picks figure.pick figcaption {
			position: absolute;
			bottom: 0;
			right: 0;
			left: 0;
			padding: 0.75em 0 0.6em;
			text-align: center;
			background: #00692e;
			background: rgba(0,105,46,0.75);
			font-family: Georgia, Times, "Times New Roman", serif;
			font-style: italic;
		}

/* Upcoming Events section */
.home aside.events {
	float: left;
	width: 240px;
	margin-right: 1em;
	margin-bottom: 1em;
}
	.home aside.events h1,
	.home aside.events li {
		display: block;
		padding: 0.75em 20px;
	}
	.home aside.events h1 {
		font: italic normal 105%/100% Georgia, Times, "Times New Roman", serif;
		color: #0F6300;
	}
	.home aside.events h2 {
		font: normal bold 150%/130% Helvetica, Tahoma, Geneva, Arial, sans-serif;
		color: #0F6300;
	}
	.home aside.events ul {
		margin: 0;
		padding: 0;
	}
	.home aside.events a {
		text-decoration: none;
	}
	.home aside.events p {
		line-height: 100%;
		color: #000;
	}

.home img.payments {
	/* float: right; */
	display: block;
	margin: 15px auto 0px;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}