/* Reset everything */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style: square; }
q:before, q:after { content:''; }

body {
  	background-color: #e2f4ca;
	}
html, body {
	height: 100%;
	}
	
/* LAYOUT */

#wrapper {
	width: 920px;
	margin: auto;
	padding: 10px 20px 20px 20px;
	border: 0px solid #B0E06D;
	background-color: #fff;
	outline: 1px solid #B0E06D;
	}
#header {
	width: 920px;
	height: 80px;
  	background-image: url("graphics/header_bg_green3.gif"); 
	background-repeat: no-repeat; 
	background-color: #fff;
	}
#header h1 {
	display: none;
	}
#mainframe {
	width: 920px;
	margin-top: 0px;
	background-color: #fff;
	}
img#homebanner {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #B0E06D;
	}
#maincontent {
	float: left;
	width: 630px;
	margin: 10px 0 20px 0;
	padding: 10px 40px 0 20px;
	border: none;
	background-color: #fff;
	}
#maincontent p {
	margin-bottom: 15px;
	}
#basebar {
	width: 920px;
	height: 150px;
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	border-top: solid 2px #B0E06D;
	border-bottom: solid 2px #B0E06D;
	}
#basebar img {
	border: none;
	padding: 0;
	margin: 0;
	}
#phone {
	position: relative;
	top: 40px;
	text-align: right;
	margin-right: 20px;
	border-color: #B0E06D;
	}
#phone span {
	padding-left: 0px;
	font-size: 16px;
	line-height: 1.13em;
	color:#B0E06D;
}
#phoneicon {
	float: left;
	display: none;
	} 		
#footer {
	width: 920px;
	margin-bottom: -25px;
	clear: both;
	padding: 3px 0px 3px 0px;
	background-color: #B0E06D;
	border: 0px solid #B0E06D;
 	}
#footer span {
	font-size: 9px;
	color: #5B9819;
	text-align: left;
	margin-left: 20px;
	line-height: 20px;
}

#googlemap {
	float: left;
	margin: 10px 0 40px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #B0E06D;
	}

	

/* SIDEBAR */

#sidebar {
	float: right;
	width: 230px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	border-bottom: solid 10px #B0E06D;
	}
#home #sidebar {
	margin-top: 10px;
	}	
#home #sidebar #homehide {
	display: none;
	}	
#sidebar p, #sidebar ul, #sidebar a {
	font-size: 11px;
	color: #5B9819;
}
#sidebar .top {
	margin-top: 10px;
	} 
#sidebar .news {
	padding-left: 5px;
	} 
#sidebar .bottomsidebarimg {
	margin-bottom: 10px;
	}
#sidebar h4 {
	background-color: #B0E06D;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	padding: 5px 5px 5px 10px;
	color: #5B9819;
	}
h5.sidebarheadline {
	margin-top: 10px;
	padding-left: 5px;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: bold;
	color: #5B9819;
	}
#sidebar p {
	line-height: 1.33em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0E06D;
}
#sidebar span.newslink {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #5B9819;
}	
#home .facebooklike {
	margin: 15px 0px 5px 0px;
	}

#sidebar img {
	float: left;
	width: 230px;
	border: 0px solid red;
	padding: 0 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	} 	
.caption {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

	
/* HEADINGS AND HEADINGS */

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #5B9819;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #5B9819;
	}
p, ul, td, a, p.intro, address {
	font-size: 12px;
	}
p, ul, td, a {
	line-height: 1.6em;
	word-spacing: 0.1em;
	color: #233b09;
}
p.intro {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 0px;
	border-bottom: 0px solid;
	color: #5B9819;
}
address {
	color: #5B9819;
}
ul {
	list-style-type: disc;
	margin-bottom: 20px;
	}
a:visited {
	color: #5B9819;
	}
a:hover {
	color: #5B9819;
	}

 	
/* NAVIGATION */

div#nav {
	float: left;
	width: 920px;
	background-color: #5b9819;
	border-bottom: 2px solid #B0E06D;
	}
#nav ul {
	float: left;
	background-color: #5b9819;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	color: #B0E06D;
	border-width: 0px;
	border-style: solid;
	border-color: #B0E06D;
	}
#nav ul li {
	float: left;
	line-height: 30px;
	margin-left: 0px;
	text-align: left;
	text-decoration: none;
	text-transform: none;	
	border-bottom-width: 0px;
	color: #B0E06D;
	}
#nav ul li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px;
	color: #E4EEBF;
	}
#nav ul li a:hover {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	color: #5b9819;
	background-color: #B0E06D;
	}
#home #nav ul li.homelink a, 
#booking #nav ul li.bookinglink a, 
#prices #nav ul li.priceslink a, 
#members #nav ul li.memberslink a, 
#diary #nav  ul li.diarylink a, 
#horses #nav ul li.horseslink a, 
#dresscode #nav ul li.dresslink a, 
#ridingfordisabled #nav ul li.ridingfordisabled a, 
#links #nav ul li.linkslink a, 
#contact #nav ul li.contactlink a {
	color: #5b9819;
	background: #B0E06D;
	}

	


/* PHOTO GALLERY */

#horses #maincontent {
	}
#photogallery {
	padding-left: 0px;
	margin-left: 0px;
	}
#horses #sidebar {
	visibility: visible;
	}	
#photogallery .gallerythumb {
	float: left;
  	width: 102px;
	margin: 5px 0 3px 40px;
	}
#photogallery .gallerythumb img {
	border: 1px solid #5B9819;
	float: left;
	clear: both; 
	}
#photogallery p.gallerycaption {
	float: left;
	margin-left: 1px;
	font-size: 12px;
	}
#horses h2 {
	margin-bottom: 20px;
	}
#horses #galleryphotoholder {
	margin-left: 20px;
	margin-bottom: 20px;
	}
#horses #galleryphotoframe {
	}
#horses img.galleryphoto {
	display: block;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	outline: 1px solid #5B9819;
	}
#horses .facebooklike {
	}
.backtoallphotos {
	position: relative;
    right: -580px;
    top: -390px;	
    }

	
/* UNIVERSAL CLASSES */

.clear {
	clear: both;
	}	
.rightalign {
	float: right;
	}
.leftalign {
	float: left;
	}
.centretext {
	text-align: center;
	}
.lefttext {
	text-align: left;
	}
.righttext {
	text-align: right;
	}
.imageborder {
	border: 1px solid #B0E06D;
}
.caption {
	font-size: 11px;
	line-height: 2em;
	margin-left: 5px;
	color:#5B9819;
}
.price {
	color: #5B9819;
	font-style: italic;
	}
.specialnote {
	font-size: 11px;
	color:#5B9819;
	}
.boxshadow {
	}
