* {
	margin: 0;
	padding: 0;
}

.screen-reader-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Main page structure */
#background-container {
	width: 950px;
	margin: 0.5em auto;
}

#container { 
	width: 950px;
	margin-bottom: 1em;
	background: #fff url('../images/container-background.gif') repeat-y;
	border: 1px solid #316E3A;
}

#header {
	height: 234px;
}

#header-image {
  margin-left: 169px;
  height: 234px;
  border-bottom: 1px solid #316E3A;
}

/* Home link */
#header a.home-link {
	display: block;
	position: relative;
	width: 169px;
	border-right: 1px solid #316E3A;
	float: left;
}

#header a h1 {
	background: transparent url('../images/logo.png') no-repeat;
	position: relative;
	height: 234px;
	text-indent: -5000px;
}

#header {
	background: transparent url('/assets/Headers/default_header.jpg') no-repeat top right;
}
#header.no-background {
	background: none;
}

#header a img {
	border: 0;
}

/* Navigation */
#nav {
  left: 0;
  width: 165px;
	height: 22em;
  padding: 1em 2px;
  color: #0D5528;
  text-align: center;
}

#nav li {
	list-style: none;
	line-height: 2.5em;
	display: block;
	cursor: pointer;
}

/* Main content */
#main {
	border-left: 1px solid #316E3A;
	margin-left: 169px;
	padding: 1.8em 2.5em;
	/*	background: #ECF3D4 url('../images/main-background.png') no-repeat bottom right;*/
	background: transparent url('../images/main-background.png') no-repeat bottom right;
}

/* Alignments */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Image Gallery */
#ImageGallery {
	float: right;
	margin: 0 0 1em 1em;
	padding: 0.5em 0.5em 0 0.5em;
	background: transparent url('../images/gallery-background.png');
}

#ImageGallery img {
	border: 0;
}

/* Gallaries */

#galleries {
  position: relative;
}

.gallery {
  margin-bottom: 1em;
	width: 48%;
}

.gallery.odd {
	float: left;
	clear: both;
  margin-right: 1em;
}

.gallery.even {
	float: right;
}

.gallery img {
  float: right;
  padding-left: 1em;
	border: 0;
}

/* Press articles */
#press-articles {
	position: relative;
}

#press-articles .article {
	margin-bottom: 1em;
	width: 48%;
}

#press-articles .article.odd {
	float: left;
	clear: both;
	margin-right: 1em;
}

#press-articles .article.even {
	float: right;
}

#press-articles .article img {
	float: right;
	padding-left: 1em;
	border: 0;
}

#press-articles .article img.icon {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin-right: 0;
	padding-left: 0;
}

#press-articles .article .source {
	margin-bottom: 0.5em;
	font-size: 85%;
}

/* Portfolio garden */
.portfolio-garden h2 {
	float: left;
}

.portfolio-garden .content {
	clear: both;
}

/* Next garden */
.next-garden {
	text-align: right;
}

.next-garden a {
	text-decoration: none !important;
}

.next-garden a:hover {
	text-decoration: underline !important;
}