@charset "UTF-8";

/**********************

generic styles
          
***********************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC;
}
.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.hidden {
	display: none;
}

img {
	border-style: none;
}

h1, h2 {
	font-family:"Times New Roman", Times, serif;
}

h1 {
	font-size:2.2em;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	font-weight: normal;
}

h3, h4 {
	font-size: 1.2em;
	font-weight: normal;
}

p {
	font-size:1.2em;
	color: #000000;
}

p a {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style:none;
}

address {
	font-style:normal;
}

/**********************

page set up
          
***********************/

#pageshadow {
	background: url(/resources/images/pagebg.jpg) repeat-y center;
}

#pagewrapper {
	padding: 0px;
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#pageheader {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 145px;
	position: absolute;
	top: 0px;
}

#pagecontent {
	margin: 0px 0px 30px;
	padding: 145px 0px 0px;
	width:900px;
	height:auto;
}

#pagecontent #leftcol {
	width:555px;
	height:auto;
	padding:30px 29px 0px 30px; /* -1 pixel right padding IE 6 fix */
	float:left;
}


#pagecontent #rightcol {
	width:285px;
	height:auto;
	float:right;
}

#footer {
	width:900px;
	height:20px;
	background: #57904A;
}

/**********************

forms
          
***********************/

.formfield {
	display: block;
	width: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

label {
	width: auto;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px;
	color: #000000;
	background-color: #F0F0EE;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


.textfield {
	width: 250px;
}

.textarea {
	width: 380px;
	height: 250px;
}

.submitbutton {
	border:0px;
	color: #FFFFFF;
	background: #666666;
	padding-left:7px;
	padding-right:7px;
}



.warning {
	color: #FF0000;
}

.success {
	color: #009900;
}


/**********************

masthead
          
***********************/

#pageheader #masthead {
	width:900px;
	height:115px;
	background: #57904A url(../images/masthead-logos.jpg) no-repeat 710px 25px;
}

#pageheader #masthead h2{
	color:#ffffff;
	font-size: 2.6em;
	padding: 70px 0px 0px 30px;
}

#pageheader #masthead h2 a {
	color:#ffffff;
	text-decoration:none;
}

/**********************

top nav
          
***********************/

#pageheader #topnav {
	margin:0px;
	padding: 0px;
	background: #666;
	width: 900px;
	height:30px;
	background: url(/resources/images/topnavbg.gif) repeat-x;
	overflow: hidden;
}

#pageheader #topnav ul {
	margin:0px;
	padding:0px;
}

#pageheader #topnav li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	font-size:1.2em;
}

#pageheader #topnav li a {
	color:#ffffff;
	margin:0px;
	padding:8px 17px 8px 15px;
	background: url(/resources/images/topnavline.gif) repeat-y right;
	float:left;
	text-decoration:none;
}

#pageheader #topnav li a:hover {
	background: url(/resources/images/topnavbghov.gif) no-repeat 100% 0;
}

/**********************

right column nav
          
***********************/

#rightcol #rightcolmenu {
	width:245px;
	background: #F6F9F5;
	margin: 0px;
	padding: 20px;
}

#rightcol #rightcolmenu h2 {
	margin-bottom: 15px;
	color:#6D3041;
}

#rightcol #rightcolmenu li p {
	font-size: 1em;
	line-height: 1.2em;
}

#rightcol #rightcolmenu li {
	font-size: 1.2em;
	margin: 5px 0px 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
}

#rightcol #rightcolmenu li a {
	color:#000000;
	text-decoration:none;
}

#rightcol #rightcolmenu li a:hover{
	text-decoration:underline;
}

#rightcol #rightcolmenu li .date{
	font-weight:bold;
	display: block;
}

/**********************

common styles
          
***********************/

/* page headings and intros */

#pagecontent #leftcol h1 {
	color:#6D3041;
	margin-bottom:10px;
}

#pagecontent #leftcol p#intro {
	line-height:1.4em;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #CCCCCC;
}

#pagecontent #leftcol img {
	margin:3px 10px 10px 0px;
	float: left;
}

#pagecontent #leftcol img.right {
	margin:3px 0px 0px 10px;
	float: right;
}

#pagecontent #leftcol p {
	line-height: 1.4em;
}

/* listed article styling */

#pagecontent #leftcol ul li.articlelist {
	margin: 20px 0px 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#pagecontent #leftcol ul li.articlelist h2 {
	color:#6D3041;
	font-size:1.8em;
	/*font-weight:bold;*/
}

#pagecontent #leftcol ul li.articlelist h3 {
	color:#6D3041;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	margin:10px 0px 10px 0px;
	/*font-weight: bold;*/
}

#pagecontent #leftcol ul li.articlelist h4 {
	color:#6D3041;
	font-size:1.2em;
	font-weight: bold;
}

#pagecontent #leftcol ul li.articlelist h4 + p {
	line-height: 1.4em;
	margin:0px 0px 10px 0px;
}

#pagecontent #leftcol ul li.articlelist p {
	line-height: 1.4em;
	margin:10px 0px 10px 0px;
}

#pagecontent #leftcol ul li.articlelist p.date {
	font-style:italic;
	color:#666666;
}

#pagecontent #leftcol ul li.articlelist ul {
	margin:10px 0px 10px 0px;
}

#pagecontent #leftcol ul li.articlelist ul li {
	font-size:1.2em;
	line-height: 1.4em;
	list-style: disc outside;
	margin-left: 25px;
}

#pagecontent #leftcol ul li.articlelist ol {
	margin:10px 0px 10px 0px;
}

#pagecontent #leftcol ul li.articlelist ol li {
	font-size:1.2em;
	line-height: 1.4em;
	list-style: decimal outside;
	margin-left: 25px;
}

#pagecontent #leftcol ul li.articlelist dl {
	margin:10px 0px 10px 0px;
	font-size:1.2em;
	line-height: 1.6em;
}

#pagecontent #leftcol ul li.articlelist dt {
	float:left;
	margin-right:5px;
}

#pagecontent #leftcol ul li.articlelist dd {
	font-weight: bold;
}

/* information article styling */

#leftcol.article h2 {
	color:#6D3041;
	font-size:1.8em;
	margin:25px 0px 10px;
	clear: both;
}

#leftcol.article h3 {
	color:#6D3041;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	margin:10px 0px 10px 0px;
}

#leftcol.article h4 {
	color:#6D3041;
	font-size:1.2em;
	font-weight: bold;
}

#leftcol.article h4 + p {
	line-height: 1.4em;
	margin:0px 0px 10px 0px;
}

#leftcol.article p {
	line-height: 1.4em;
	margin:10px 0px 10px 0px;
}

#leftcol.article ul {
	margin:10px 0px 10px 0px;
}

#leftcol.article li {
	font-size:1.2em;
	line-height: 1.4em;
	list-style: disc outside;
	margin-left: 25px;
}

#leftcol.article ol {
	margin:10px 0px 10px 0px;
}

#leftcol.article ol li {
	font-size:1.2em;
	line-height: 1.4em;
	list-style: decimal outside;
	margin-left: 25px;
}

#leftcol.article dl {
	margin:10px 0px 10px 0px;
	font-size:1.2em;
	line-height: 1.6em;
}

#leftcol.article dt {
	float:left;
	margin-right:5px;
}

#leftcol.article dd {
	font-weight: bold;
}

/* tables */

#leftcol table {
	font-size: 1.2em;
	width:505px;
	margin:10px 20px 20px 20px;
	text-align: center;
}

#leftcol table caption {
	text-align: left;
	margin: 10px 0px 0px 0px;
	font-size:1.4em;
	font-family:"Times New Roman", Times, serif;
	color:#6D3041;
}

#leftcol table .textleft {
	text-align: left;
	
}

#leftcol table thead {
	color:#FFFFFF;
	background: #6D3041;
}

#leftcol table th{
	padding: 4px 10px 4px 10px;
	background: #6D3041;
}

#leftcol table td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}


/**********************

home page
          
***********************/

#homepage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/home-trekking.jpg) no-repeat;
}

/* left column - panels */

#homepage #leftcol .panel {
	background: #F6F9F5;
	margin: 20px 0px;
	padding: 0px 0px 10px 0px;
}

#homepage #leftcol .panel h2 {
	color:#FFFFFF;
	background: #57904A url(/resources/images/greenh2bg-555.gif) no-repeat;
	padding:3px 20px 3px 20px;
}

#homepage #leftcol .panel li h3 {
	font-weight: bold;
}

#homepage #leftcol .panel p.date {
	font-style: italic;
	color: #666666;
}

#homepage #leftcol #intro h1 {
	color:#6D3041;
	margin-bottom:10px;
}

#homepage #leftcol #intro p {
	margin-bottom:5px;
}

/* latest news and events */

#homepage #leftcol .panel#latestnews ul, #homepage #leftcol .panel#events ul {
	padding:0px 20px 0px 20px;
}

#homepage #leftcol .panel#latestnews li, #homepage #leftcol .panel#events li {
	margin:15px 0px 15px 0px;
}



#homepage #leftcol .panel#latestnews p#rssfeed {
	height:16px;
	padding:2px 20px 0px 20px;
	margin:10px 20px 0px 20px;
	background: url(/resources/images/rsssmall.jpg) no-repeat;
}

/* information panel */

#homepage #leftcol .panel#information {
	margin-bottom:0px;
}

#homepage #leftcol .panel#information #wrapper {
	margin:15px 20px 5px 20px;
	background: url(../images/pixel_ccc.gif) repeat-y 45%;
}

#homepage #leftcol .panel#information h3 {
	font-size: 1.4em;
	color: #6D3041;
	font-weight: bold;
}

#homepage #leftcol .panel#information #location {
	float:left;
	width: 240px;
}

#homepage #leftcol .panel#information #location address {
	margin: 10px 0px 10px 0px;
}

#homepage #leftcol .panel#information #location address p.contactnumbers {
	margin: 10px 0px 0px 0px;
}

#homepage #leftcol .panel#information #otherinfo {
	float:right;width: 50%;
}

#homepage #leftcol .panel#information #otherinfo li h4 {
	font-weight: bold;
}

#homepage #leftcol .panel#information #otherinfo li {
	margin:10px 0px 10px 0px;
}

/* right column */

#homepage #rightcol #services {
	width:245px;
	background: #F6F9F5;
	margin: 0px;
	padding: 20px;
}

#homepage #rightcol #services li {
	margin: 20px 0px 0px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCCCCC;
}


#homepage #rightcol #services h2 {
	margin-bottom: 15px;
	color:#6D3041;
}

#homepage #rightcol #services h3 {
	color:#6D3041;
	font-weight: bold;
}


#homepage #rightcol #services #ponyclubitem {
	background:url(../images/home-ponyclublogo.jpg) no-repeat;
	padding-left: 68px;
}

/**********************

news page
          
***********************/

#newspage #leftcol p#rssfeed {
	height:16px;
	padding: 2px 0px 15px 20px;
	background: url(/resources/images/rsssmall.jpg) no-repeat;
	border-bottom: 1px solid #CCCCCC;
}

#newspage #leftcol p#intro {
	line-height:1.4em;
	margin-bottom:0px;
	border: 0px;
}

#newspage #leftcol img {
	margin:13px 10px 0px 0px;
	float: left;
}

#newspage #leftcol img.right {
	margin:13px 0px 0px 10px;
	float: right;
}



/* newsletter sign up */

#rightcol #newslettersignup {
	margin: 20px;
}

#rightcol #newslettersignup h2 {
	margin-bottom: 10px;
	color:#6D3041;
}

#rightcol #newslettersignup form {
	margin: 10px 0px 10px 0px;
}

#rightcol #newslettersignup p.warning{
	margin: 10px 0px 0px 0px;
}

#rightcol #newslettersignup p.success{
	margin: 10px 0px 0px 0px;
}

#rightcol #newslettersignup input#email {
	color: #999999;
	font-size: 1.2em;
	width:175px;
	padding: 3px 3px 4px 3px;
	margin: 0px 0px 0px 0px;
	
}

#rightcol #newslettersignup input.submitbutton {
	font-size: 1.2em;
	border:0px;
	color: #FFFFFF;
	background: #666666;
	margin: 0px 0px 0px 3px;
	padding: 3px 6px 3px 6px;
}


/**********************

events page
          
***********************/

#eventspage #leftcol ul li.articlelist dt {
	float:left;
	margin-right:0px;
	width: 95px;
}

/**********************

our team page
          
***********************/

#ourteampage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/ourteam.jpg) no-repeat;
}

#ourteampage #pagecontent #leftcol img {
	margin:3px 20px 20px 0px;
	float: left;
}

/**********************

our horses and ponies page
          
***********************/

#ourhorsespage #pagecontent #leftcol img {
	margin:3px 20px 20px 0px;
	float: left;
}


/**********************

contact us page
          
***********************/

#contactuspage label {
	width: 135px;
}

#contactuspage .submitbutton {
	margin-left: 135px;
}

#contactuspage #pony {
	margin-left: 135px;
}

#contactuspage #captcha {
	margin-left: 135px;
	width: 200px;
	height: 40px;
	background: url(/resources/images/captcha.gif) no-repeat;
	padding-top: 50px;	
}



/**********************

information page images
          
***********************/

#treksandridespage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/trekking.jpg) no-repeat;
}

#lessonspage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/lessons.jpg) no-repeat;
}

#holidayspage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/holidays.jpg) no-repeat;
}

#partiespage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/party.jpg) no-repeat;
}

#membershippage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/ponyclub.jpg) no-repeat;
}

#yorkshiredalespage #pagecontent #brandimage {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 900px;
	background: url(/resources/images/ponycamp.jpg) no-repeat;
}
