/*----------------------------------------
Name: global.css
Developed By: Tom Herrick
Date Created: 1/12/2009
Last Updated: 1/12/2009
Copyright: Thomas Herrick Associates 2009

Credits:  Elements CSS Framework -- http://elements.projectdesigns.org/
----------------------------------------*/
/* Elements
----------------------------------------*/
body
{
	background: url(../images/bg-veggies.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Main Content
----------------------------------------*/
#mainContent
{
	width:800px;
	background-color:#D8ECB3;
}


/* Right Nav
----------------------------------------*/
#rightNav
{
	position:absolute;
	width:320px;
	top:20px;
	right:30px;
}

div.navBlock {
	background: url(../images/bgNavBlock-grey.gif) top left repeat-x;
	padding: 15px;
	margin: 30px;
	border: 1px solid #ddd;
	}
	

/* Photo Gallery
----------------------------------------*/
.gallery {
	margin-top: -20px;
}
.gallery ul {
  list-style: none;
	overflow: auto;
	min-height: 96px;
}
.gallery ul li {
  display: inline;
  padding: 2px;
  white-space:nowrap;
}
#galleryContainer {
	background: url(../images/bgNavBlock-grey.gif) top left repeat-x;
	position: absolute;
	padding: 15px;
	margin: 30px;
	top: 350px;
	left:40px;
	width:500px;
	height:150px;
	border: 1px solid #ddd;
}
/* END GALLERY ELEMENTS */

