/*
 * File: print.css
 * Created: 02/18/2009
 * Description:
 * Global printer stylesheet for grove.com Web site. Applies to print media only.
 *
 */
 
/* Things to hide */
#navArea,
#breadcrumb,
.user,
#footerCap,
#footer,
li.print,
#sidebarTwo .categories,
#sidebarTwo .mailingList,
.pagenavi,
.galleryNavi {
  display:        none;
}

/* Change color to black */
body {
	color:					#000;
}

/* Remove backgrounds */
body,
#sidebarTwo .header,
#sidebarTwo .feature,
#footer {
  background:     none;
}

/* Remove floats, widths */
#sidebarTwo {
	width:					100%;
}

.sidebars {
	float:					none;
}

/* Set page sizing */
#page {
  width:          auto;
  margin          0;
}

/* Increase breadcrumb width to fill available area */
#breadcrumb {
	width:					100%;
}

/* Allow content area to use left column */
#wrap {
	margin:					0 20px 0 0;
}
#content {
	margin:					0;
	width:					100%;
}

/* Reverse blockquote */
#wrap .apost blockquote {
	color:					#000;
	background:     none;
}

/* Remove logo */
#logo span {
  display:        none;
}

/* Adjust logo area */
#logo {
  width:          auto;
  height:         auto;
  margin:         5px 0;
  display:        block;
  float:          none;
}

/* Format logo relacement text */
#logo,
#logo a {
	font-size:			1.4em;
	color:					#458f2f;
}


#wrap .galleryCont .imgCont dl,
#wrap .galleryCont .imgCont ul li {
	float:					none;
}

/* Left align copyright */
#footerCap {
	margin:					0;
	text-indent:		0;
}

/* Remove bottom padding */
#footerCap {
	padding:				0;
}
.clrFooter {
	height:					0;
}