@charset "utf-8";

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END of RESET*/

.clear {
	clear:both;
}

img {
	display:block;
}

.bold {
	font-weight:bold;
}

a, a:visited {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*Start of h styles*/

h1 {
	color: #000066; /*body text*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:1.35em;
}

h2 { /*Owen Moore Title*/ 
	color: #000066; 
	font-family:"news_cyclebold";
	font-size:53px; 
	text-shadow: 3px 1px white;
	letter-spacing:0.20em;
	padding-left:25px;
	padding-top:5px;
}
/*End of h styles*/

/*Start of styles*/

.style1 {/*sub-title*/
	color:white;
	font-size:18px;
	padding-left:28px;
	display:block;
	margin-top:4px;
}

.style2 {/*content headers*/ 
	font-size:14px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;	
}

.style3 {/*contact details*/
	font-size:11px;
}

.style4 {
	font-size:12px;
}

.italics {
	font-style:italic;
}

/*End of styles*/

/*Start of FONTS*/
@font-face {
    font-family: 'news_cycle_regular';
    src: url('../fonts/news_cycle_regular-webfont.eot');
    src: url('../fonts/news_cycle_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/news_cycle_regular-webfont.woff') format('woff'),
         url('../fonts/news_cycle_regular-webfont.ttf') format('truetype'),
         url('../fonts/news_cycle_regular-webfont.svg#kg_falling_slowlyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'news_cyclebold';
    src: url('../fonts/newscycle-bold-webfont.eot');
    src: url('../fonts/newscycle-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newscycle-bold-webfont.woff') format('woff'),
         url('../fonts/newscycle-bold-webfont.ttf') format('truetype'),
         url('../fonts/newscycle-bold-webfont.svg#news_cyclebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*End of FONTS*/


html {  /*Forces scroll bar to appear on none scroll pages (stops horizontal jumping)*/
	overflow-y: scroll; 
}

.container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top:40px;
	overflow: hidden; /*allows container color to fill in*/
background: #5e9ab8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlOWFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #5e9ab8 0%, #e8e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e9ab8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e9ab8 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e9ab8 0%,#e8e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e9ab8 0%,#e8e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e9ab8 0%,#e8e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9ab8', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}

.testimonials-container, .gallery-container, .facilities-container, .blog-container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top:40px;
	overflow: hidden; /*allows container color to fill in*/
	background-color:#ced9df;
}


#testimonials-header, #gallery-header, #facilities-header, #blog-header  {
	background: #5e9ab8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlOWFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWE3YzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #5e9ab8 0%, #75a7c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e9ab8), color-stop(100%,#75a7c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e9ab8 0%,#75a7c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e9ab8 0%,#75a7c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e9ab8 0%,#75a7c0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e9ab8 0%,#75a7c0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9ab8', endColorstr='#75a7c0',GradientType=0 ); /* IE6-8 */
}


body {
	background-color:#4E5059;
}


.header {
	width: 960px;
	height: 92px;
	position:relative;
	
}


.first-column {
	width: 325px;
	position:relative;
	float:left;
	padding-left:20px;
}

.second-column {
	width: 560px;
	position:relative;
	float:left;
	padding:22px 0 15px 25px;
/*	background-color:pink;*/
}

.second-column p, .third-column p, .facilities-text p {
	padding-bottom:13px;
}

.gallery-content {
	padding:50px 25px 50px 26px;
	width:909px;
	position:relative;
	float:left;
}

.gallery-content img, .facilities-gallery img{
	display:inline-block;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:9px;
}

.blog-content {
	padding:0 0 40px 0;
	width:960px;
	position:relative;
	float:left;
}

.facilities-text {
	padding:50px 25px 50px 30px;
	width:200px;
	position:relative;
	float:left;
}

.facilities-gallery {
	position:relative;
	float:left;
	padding-top:50px;
	padding-left:5px;
	padding-bottom:50px;
	width:700px;
}
	
#contact-second {
	width:240px;
	padding-top:50px;
	padding-left:40px;
	padding-right:15px;
}

#contact-third {
	width:295px;
	padding-top:84px;
	padding-left:0;
}

#prices-second, #testimonials-second {
	width:545px;
	padding-left:40px;
	padding-top:50px;
	padding-right:30px;
	padding-bottom:50px;
}

#testimonials-second p{
	padding-bottom:15px;
}

.third-column {
	width: 215px;
	position:relative;
	float:left;
	padding:25px 25px 11px 25px;
	margin-bottom:25px;
}

.third-column li{
	margin-bottom:8px;
}

.latest-news {
	width:195px;
	padding:10px 10px 10px 10px;
	border:dashed 1px #00496C;
	border-radius:0px 20px 0px 20px;
	-webkit-border-radius:0px 20px 0px 20px;
	-moz-border-radius:0px 20px 0px 20px;
}

#latest-index {
	background-color:#FDEDCB;
}

#latest-teaching {
	background-color:#00496C;
}

#latest-teaching h1{
	color:#FFFDD0;
}

#latest-riding {
	background-color:#4A455B;
}

#latest-riding h1{
	color:#FFFDD0;
}

.latest-news p {
	padding-bottom:8px;
}

.latest-news .style2 {
	padding-bottom:10px;
}

.dates-bottom {
	padding-top:5px;
}

.social {
	position:relative;
	float:right;
	width:570px;
	margin-right:23px;
	margin-bottom:32px;
}

.twitter {
	position:relative;
	float:left;
	margin-right:23px;
}

.fb-like-box {
	position:relative;
	float:left;
	background-color:#FFFFFF;
}

.footer {
	width:565px;
	height:20px;
	position:absolute;
	bottom:0;
	right:0;
	padding-left:25px;
	padding-right:25px;
	text-align:right;
}

/*------------Start of Navigation-------------*/

/*DEFINES ACTIVE MENU ITEM*/
body#index ul a li#indexnav {color:#006699;background-color:#FFFFFF;}
body#about ul a li#aboutnav {color:#006699;background-color:#FFFFFF;}
body#teaching ul a li#teachingnav {color:#006699;background-color:#FFFFFF;}
body#riding ul a li#ridingnav {color:#006699;background-color:#FFFFFF;}
body#facilities ul a li#facilitiesnav {color:#006699;background-color:#FFFFFF;}
body#gallery ul a li#gallerynav {color:#006699;background-color:#FFFFFF;}
body#blog ul a li#blognav {color:#006699;background-color:#FFFFFF;}
body#prices ul a li#pricesnav {color:#006699;background-color:#FFFFFF;}
body#contact ul a li#contactnav {color:#006699;background-color:#FFFFFF;}
body#location ul a li#locationnav {color:#006699;background-color:#FFFFFF;}
body#testimonials ul a li#testimonialsnav {color:#006699;background-color:#FFFFFF;}



.navigation {
	width: 960px;
	height: 25px;
	position: relative;
	background-color:#00496C;
	border-top:1px;
	border-top-color:#FFFFFF;
	border-top-style: solid;
	border-bottom:1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style: solid;
}

.navigation li {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:normal; 
	font-family:"Century Gothic", Verdana, Arial;
	font-size:15px; 
	line-height:24px; /*vertically align*/
	padding-right:12px;
	padding-left:10px;
}

.navigation ul {
	width:960px;
	margin:0; 
	padding:0;
	position:absolute;
	left:20px;
}

.navigation ul a li:hover {
	color:#006699;
	background-color:#FFFFFF;
}

.navigation ul li {
	display:inline; 
	float:left; 
	position:relative;
	height:25px;
}

/*------------End of Navigation-------------*/
