
/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/


h3 {
	padding: 0 0 20px 0;
}

a {
	color: #375729;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}
/*********************************************************************************/
/* Layout                                                                    */
/*********************************************************************************/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/sky-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	/*background: #def0fd;
	background: -webkit-linear-gradient(top, #def0fd 0%, #fff 65%);
	background: -linear-gradient(top, #def0fd 0%, #fff 65%);
	background: -moz-linear-gradient(top, #def0fd 0%, #fff 65%);*/
	letter-spacing: 0.05em;
}

#mainwrapper {
	width: 1024px;
	padding-top: 65px;
	margin: 0 auto 0 auto;

}

#mainbody {
	width: 700px;
	text-align: center;
	margin: 50px auto 0 auto;
}

#mainbody p, #mainbody li {
	/* text-transform: uppercase; */
	font-family: Poppins, sans-serif;
	color: #6b6968;
	font-size: 16px;
	font-weight: 300;
}

#mainbody li {
	margin-bottom: 8px;
	text-align: left;
}


#mainbody h4 {
	font-family: Poppins, sans-serif;
	color: #6b6968;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 5px;
}


#campingimages {
	padding-top: 30px;
	padding-bottom: 50px;
}

#campingimages img {
	width: 49%;
}

#mainlogo {
	margin-bottom: 50px;
}

#grass {
	background-image: url(../img/footer-background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #274217;
	margin: 0 0 0 0;
	padding: 0;
	
}

#grass #contactus {
	padding: 150px 0 20px 0;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #172b0b;
	font-family: 'Architects Daughter', sans-serif;
	color: #bdcbb6;
	font-size: 13px;
	width: 600px;
	margin: 0 auto 0 auto;
}


#contactus a {
	color: #fff;
}

#contactus .emailcontact {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    margin-bottom: 20px;
} 


#contactus .emailcontact:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

#contactdetails {
	margin-top: 50px;
	padding: 30px 0 10px 0;
	font-size: 16px;
	background-color: #223b13;
    border-radius: 65px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
}

#address {
	margin: 30px 0;
	padding: 10px;
	background-color: #2b2207;
    border-radius: 65px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
}



#socialmedia {
	margin-top: 50px;
}

#socialmedia ul {
	margin: 0;
	padding: 0;
}

#socialmedia li {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline;
}	

#socialmedia ul .first {
	padding: 0;
}


#socialmedia li img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
} 


#socialmedia li img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
/*********************************************************************************/
/* Home Page                                                                     */
/*********************************************************************************/

#openingtitle {
	background:transparent url(../img/home-grown-title.png) no-repeat left top;
	width:451px;
	height:145px;
	text-align: left;
	margin: 0 auto;
}

#campingtitle {
	background:transparent url(../img/camping-title.png) no-repeat left top;
	width:392px;
	height:57px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 50px;
}

#openingtitle span, #campingtitle span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#subscribe h2 {
	position: absolute;
	width:194px;
	height:91px;
	text-align: left;
	margin: -30px 0 0 50px;
}

#subscribe span {
	position:absolute;
	width:100%;
	height:100%;
	background:#ffffff url(../img/find-out-more.gif) no-repeat left top;
	z-index:100; /* Places <span> on top of <a> text */
}

#footer .howtofindus {
	background:transparent url(../img/how-to-find-us.gif) no-repeat left top;
	width:191px;
	height:51px;
	text-align: left;
	margin: 0 auto;
}

#footer .howtofindus span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#contactus .getintouch {
	background:transparent url(../img/get-in-touch.gif) no-repeat left top;
	width:159px;
	height:52px;
	text-align: left;
	margin: 0 auto;
}

#contactus .getintouch span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#campaignmonitor {
	margin-top: 50px;
/* 	display: inline; */
	
}

/* 
#socialmedia {
	margin-top: 80px;
	display: inline;
}
 */


#footer {
	background-image: url(../img/soil.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 150px 0 0 0;
	text-transform: uppercase;
	text-shadow: 0px 2px 1px #2a2007;
	font-family: 'Architects Daughter', sans-serif;
	color: #b8b4aa;
	font-size: 13px;
	background-color: #2b2207; 
}

#footer a {
	color: #fff;
}

.white {
	color: #fff;
}

#soil {
	background-image: url(../img/soil-gradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#googlemap {
	width: 600px;
	margin: 0 auto 0 auto;
}

#sitecredit {
	color: #aaa;
	font-size: 10px;
	padding: 50px 0 10px 0;
}

#sitecredit a {
	color: #aaa;
}

