@charset "utf-8";

body
{
  position: relative;
  margin: 0px;
  background-color: #3c3020;
  background-image:url(../images/bg-body.jpg);
  background-repeat: repeat;
  font-family: 'Lucida Grande','Helvetica',Arial,sans-serif;
  color: #6f513b;
}

*
{
  outline: none;
}

a
{
  color: #7ea71e;
}

#pageContainer
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px;
  -webkit-box-shadow: 0px 0px 100px black;
  -moz-box-shadow: 0px 0px 100px black;
  background-color: white;
  padding-bottom: 12px;
}

#headerContainer
{
  background-color: #719500;
  background-image: url(../images/bg-header.jpg);
  height: 200px;
  width: 1000px;
  position: relative;
  margin: 0px auto;
  border-bottom: 5px solid #7ea71e;
}

#headerLogo
{
	position: absolute;
	top: 27px;
	left: 13px;
}


#headerContactDetails
{
	position: absolute;
	top: 12px;
	left: 756px;
}

#headerMeetBandit
{
	position: absolute;
	top: 107px;
	left: 900px;
}

#navContainer
{
	position: absolute;
	top: 174px;
	left: 24px;
}

#navContainer ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#navContainer ul li
{
  padding: 0px;
  margin: 0px;
  float: left;
}

#bodyContainer
{
  position: relative;
  width: 940px;
  background-color: white;
  margin: 0px auto;
  padding: 30px;
}

h1
{
  color: #7ea71e;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 45px;
  text-shadow: 0px 0px 6px #BBBBBB;
}

h2, h3, h4
{
  margin-top: -10px;
  font-weight: normal;
  font-size: 24px;
  text-shadow: 0px 0px 6px #BBBBBB;
}

h3, h4
{
color: #7ea71e;
}

h4
{
  margin: 0px;
}

#readLatestPlantPatter
{
  position: absolute;
  top: 10px;
  right: 20px
}

#homeImagesContainer
{
  position: relative;
  margin: 10px 0px;
  width: 940px;
}

#homeAboutImage
{
  position: absolute;
  top: 0px;
  left: 641px;
}

#homeVisitImage
{
  position: absolute;
  top: 191px;
  left: 641px;
}

a img
{
  border: 0px;
}

#footerContainer
{
  position: relative;
  width: 980px;
  padding: 20px 10px;
  margin: 0px auto;
}

#footerLinks
{
  float: right;
  position: relative;
  text-align: right;
  width: 50%;
  font-size: 14px;
  margin-top:20px;
}
#footerLinks a
{
  text-decoration: none;
}

#imageGalleryContainer
{
  position: relative;
}

#imageGalleryContainer img
{
  float: left;
  padding: 7px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 0px 14px #cccccc;
  -moz-box-shadow: 0px 0px 14px #cccccc;
}

.clearer
{
  position: relative;
  clear: both;
}

.blogThumb
{
  position: relative;
  float: left;
  margin-right: 20px;
  width: 160px;
  height: 120px;
  overflow: hidden;
}

.pagesIndex
{
  float: right;
  text-align: right;
}

h3
{
  margin-bottom: 0px;
  font-weight: normal;
}

h3 a
{
  text-decoration: none;
}

.date
{
  margin-bottom: 10px;
  color: #999999;
}

#picturesContainer
{
  position: relative;
  float: right;
  width: 320px;
  margin-left: 30px;
}

.caption
{
  padding: 6px;
  background-color: #7ea71e;
  color: white;
  font-size: 14px;
}

.picture
{
  text-align: center;
  margin-bottom: 30px;
}

.blogAddCommentIframe
{
  width: 400px;
  height: 330px;
}

#blogCommentsContainer
{
  position: relative;
  margin: 30px 0px;
  width: 550px;
}

.blogCommentHeader
{
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  color: #999999;
  padding-bottom: 3px;
  font-size: 12px;
}

.blogCommentHeader em
{
  font-style: normal;
  color: #6f513b;
}

.blogCommentText
{
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  background-color: #eeeeee;
}

.blogListing
{
  position: relative;
  clear: both;
  margin-bottom: 10px;
}
