/*---------------------------------------------
	Healing Gardens - April 2011
		
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/
----------------------------------------------*/


/* Import Reset Stylesheet
--------------------------------------------- */
@import url("reset.css");


/* Common Elements
--------------------------------------------- */
body {
	font: 15px/20px "Trebuchet MS", sans-serif;
	background: #333;
	color: #fff;
}

h2 {
	margin-bottom: 12px;
	font-size: 20px;
}

#wrapper {
	position: relative; /* Keep absolute positioned elements contained */
	margin: 120px auto 0;
	width: 950px;
	border: 1px solid #fff;
}

#header {
	position: relative; /* Keep absolute positioned elements contained */
	z-index: 10;
	width: 664px;
	height: 165px;
	background: #88a300;
	border-bottom: 1px solid #fff;
	overflow: visible;
}

#logo {
	position: absolute;
	z-index: 10;
	left: 27px;
	bottom: -34px;
	width: 751px;
	height: 251px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat 0 0;
}

#main {
	position: relative; /* Keep absolute positioned elements contained */
}

#content {
	position: relative; /* Keep absolute positioned elements contained */
	z-index: 9;
	float: left;
	width: 664px;
	height: 334px;
}

#gallery {
	float: left;
	list-style: none;
}

#gallery li {
	width: 664px;
	height: 334px;
}

a.flickr-more {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 0;
	display: block;
	margin-left: -232px;
	padding: 10px 50px;
	width: 352px;
	font-size: 19px;
	text-decoration: none;
	background: #88a300;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: none;
}

a.flickr-more:hover {
	background: #7a9200;
}

a.flickr-more .text {
	display: block;
	float: left;
	cursor: pointer;
}

a.flickr-more .arrow {
	float: left;
	display: block;
	margin: 2px 0 0 10px;
	width: 18px;
	height: 18px;
	background: url(../img/button-flickr-arrow.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

#sidebar {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	margin-top: -166px;
	padding-top: 165px;
	width: 285px;
	height: 335px;
	border-left: 1px solid #fff;
	background: #e2ca00;
	line-height: 0;
}

#sidebar .image {
	margin: 0;
	width: 285px;
	height: 167px;
	line-height: 0;
	border-top: 1px solid #fff;
}

#sidebar .image.bottom {
	height: 166px;
	overflow: hidden;
}

#footer {
	position: absolute;
	top: 500px;
	left: 0;
	margin: 20px auto 0;
	padding: 0 100px;
}

#footer p {
	font-weight: normal;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}