
/* display defaults
==================================================*/
*{/*background-position:left top;background-repeat:repeat;*/outline:none;}
html,body,div,dl,dt,dd,ul,ol,li,p,blockquote,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,th,td{margin:0;padding:0;}
table{border-collapse:collapse;	border-spacing:0;}
th,td,caption{padding:2px 5px;text-align:left;}
img,fieldset,abbr,acronym{border:none;}
ol,ul{list-style:none;}

/* typography defaults
==================================================*/
*{font-family:Arial,Helvetica,sans-serif;}
p,th,td,li,input,select,textarea,label,div,ul,ol,li{font-size:12px;}
h1,h2,h3,h4,h5,h6,legend{font-weight:normal;}h6{font-size:11px;}h5,legend{font-size:12px;}h4{font-size:14px;}h3{font-size:16px;}h2{font-size:18px;}h1{font-size:20px;}
a{text-decoration:none;color:#000;}
pre,code{font-family:Courier,monospace;}

/* helper classes
==================================================*/
.clear{clear:both;font-size:1px;line-height:0;overflow:hidden;height:0;display:block;margin:0px;padding:0px;}

/* body
==================================================*/
body{
	background:#ddd url(assets/background-gradient.jpg) center top repeat-y;
	}

/* page
==================================================*/
.page{
	width:960px;
	position:absolute;left:50%;top:0;
	margin:0 0 0 -480px;
	clear:both;
	background-color:#fff;
	overflow:auto;
	}

/* head
==================================================*/
.head{
	height:100px;
	background:url(assets/background-header.jpg) left top no-repeat;
	}
.logo{
	height:1px;width:180px;
	margin:0;padding:99px 0 0 0;
	display:block;
	overflow:hidden;
	background:url(assets/logo.jpg) left top no-repeat;
	}

/* navigation
==================================================*/
.navigation{
	line-height:30px;
	background-color:#61954b;
	color:#fff;
	overflow:auto;
	}
/*
.navigation ul{
	width:480px;
	}
.navigation ul.primary{
	float:left;
	}
.navigation ul.secondary{
	float:right;
	background-color:#477732;
	}
*/
.navigation li{
	height:30px;
	display:block;float:left;
	}
.navigation li a{
	height:30px;
	padding:0 10px;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	}
.navigation li a:hover, .navigation a.current{
	background-color:#da9a46;
	}

/* body typography
==================================================*/
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6, .body p{
	margin:5px 0;
	}
.body a{
	color:#477732;
	}
.body a:hover{
	color:#da9a46;
	}

/* body and columns
==================================================*/
.body{
	min-height:440px;height:auto!important;height:440px;
	}
.column{
	min-height:430px;
	float:left;
	padding:5px 10px;
	overflow:hidden;
	}
.column p{
	text-align:justify;
	}
.column-half{
	width:460px;
	}
.column-3quarters{
	width:700px;
	}
.column-third{
	width:300px;
	}
.column-quarter{
	width:220px;
	}
.column-full{
	float:none;
	}
.column-tint1{
	background-color:#b3d8a3;
	}
.column-tint2{
	background-color:#f6e6d1;
	}

/* foot
==================================================*/
.foot{
	height:25px;line-height:25px;
	background-color:#61954b;
	color:#fff;
	}
.foot li{
	height:25px;
	display:block;float:left;
	}
.foot li a{
	height:25px;
	padding:0 10px;
	display:block;
	color:#fff;
	}
.foot li a:hover{
	background-color:#477732;
	}
	
/* forms
==================================================*/
.success, .error{
	padding:9px;
	margin:5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:left!important;
	}
.success{
	background-color:#c9fac9;
	border:solid 1px #71b97a;
	color:#060;
	}
.error{
	background-color:#facccc;
	border:solid 1px #d77c7a;
	color:#600;
	}

p.field label, div.field label{
	width:100px;
	display:inline-block;
	}
.field-submit{
	text-align:right;
	}
.column-quarter p.field label, .column-quarter div.field label{
	width:60px;
	}
input.input-text, textarea{
	width:180px;height:16px;line-height:16px;
	padding:2px;
	border:solid 1px #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.column-quarter input.input-text, .column-quarter textarea{
	width:150px;
	}
textarea{
	height:80px;
	}
.input-button{
	height:20px;line-height:20px;
	margin:0;padding:2px;
	background-color:#999;
	border:solid 1px #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:default;
	}
a.input-button{
	height:25px;line-height:25px;
	padding:2px 5px;
	}
	
/* page-home and page-news
==================================================*/
.page-home .about{
	padding-bottom:15px;
	}
.page-home .about .link-image{
	margin-left:10px;
	float:right;
	border:solid 1px #da9a46;
	}
.page-home .about .more a{
	color:#264c15;
	font-weight:bold;
	}
.page-home .about .more a:hover{
	color:#da9a46;
	}
.page-home .article, .page-news .article{
	padding:9px;
	margin-bottom:10px;
	background-color:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #ccc;
	}
.page-home .article .thumbnail, .page-news .article .thumbnail{
	width:60px;height:60px;
	margin-right:10px;
	float:left;
	border:solid 1px #da9a46;
	}
.page-home .article .thumbnail img, .page-news .article .thumbnail img{
	width:60px;height:60px;
	}
.page-home .article h3, .page-news .article h3{
	margin-top:0;
	}
.page-home .article h3, .page-home .article h3 a, .page-news .article h3, .page-news .article h3 a{
	color:#264c15;
	}
.page-home .article h3 a:hover, .page-news .article h3 a:hover{
	color:#da9a46;
	}
.page-home .sidebar-image{
	margin:5px 0 0 0;
	border:solid 1px #da9a46;
	}
.article-details{
	margin-bottom:20px;
	}
.article-main-image{
	margin:5px 0 0 10px;
	float:right;
	border:solid 1px #da9a46;
	}

/* page-about
==================================================*/
.page-about .body .link-image{
	margin-left:10px;
	float:right;
	border:solid 1px #da9a46;
	}

/* page-farm
==================================================*/
.page-farm .image{
	width:460px;height:347px;
	display:inline-block;
	border:solid 1px #da9a46;
	}
/*
.page-farm .column-full{
	height:1345px;
	position:relative;top:0;left:0;
	background:#fff url(../media/images/about/clophill-centre-map.jpg) no-repeat left top;
	}
.page-farm .note{
	width:auto;height:auto;
	position:absolute;
	margin:0;padding:10px;
	display:block;
	color:#fff!important;
	border:solid 2px #000;
	text-align:left!important;
	background:transparent url(assets/background-map-note.png) repeat left top;
	}
.page-farm .note .gallery-item{
	width:40px;height:40px;
	margin:0 5px 5px 0;
	display:inline-block;
	border:solid 2px #000;
	}
.page-farm .note .gallery-item img{
	width:40px;height:40px;
	}*/

/* page-contact
==================================================*/
.page-contact img{
	border:solid 1px #da9a46;
	}

/* page-practitioners
==================================================*/
.page-practitioners .column-3quarters{
	background:url(assets/background-3quarters-leaves.png) no-repeat right top;
	}
.page-practitioners .practitioner, .practitioners .practitioner{
	width:200px;height:60px;
	margin:0 10px 10px 0;padding:10px;
	float:left;
	background-color:#f6e6d1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #da9a46;
	}
.page-practitioners .practitioner .thumbnail, .practitioners .practitioner .thumbnail{
	width:58px;height:58px;
	margin-right:10px;
	float:left;
	border:solid 1px #da9a46;
	}
.page-practitioners .practitioner .thumbnail img, .practitioners .practitioner .thumbnail img{
	width:58px;height:58px;
	}
.page-practitioners .practitioner h3, .practitioners .practitioner h3{
	margin-top:0;
	}
.page-practitioners .practitioner p, .practitioners .practitioner p{
	text-align:left;
	}
.page-practitioners .practitioner a, .practitioners .practitioner a{
	color:#000!important;
	}
.practitioner-main-image{
	margin:5px 0 0 10px;
	float:right;
	border:solid 1px #da9a46;
	}
.practitioner-details{
	margin-bottom:20px;
	}

/* page-spaces
==================================================*/
.page-spaces-overview .column-3quarters{
	background:url(assets/background-3quarters-teapots.jpg) no-repeat left bottom;
	}
.page-spaces .space{
	width:200px;height:250px;
	margin:0 10px 10px 0;padding:10px;
	float:left;
	background-color:#f6e6d1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #da9a46;
	}
.page-spaces .space .thumbnail{
	width:198px;height:140px;
	margin-bottom:10px;
	display:block;float:none;
	border:solid 1px #da9a46;
	}
.page-spaces .space .thumbnail img{
	width:198px;height:140px;
	}
.page-spaces .space h3{
	margin-top:0;
	}
.page-spaces .space p{
	text-align:left;
	}
.page-spaces .space a{
	color:#000!important;
	}
.space-main-image{
	margin:5px 0 0 10px;
	float:right;
	border:solid 1px #da9a46;
	}
.space-details{
	margin-bottom:20px;
	}

/* page-classes
==================================================*/
.page-classes .column-3quarters{
	background:url(assets/background-3quarters-leaves.png) no-repeat right top;
	}
.page-classes .class{
	width:315px;height:65px;
	margin:0 10px 10px 0;padding:10px;
	float:left;
	background-color:#f6e6d1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #da9a46;
	}
.page-classes .class .thumbnail{
	width:58px;height:58px;
	margin-right:10px;
	float:left;
	border:solid 1px #da9a46;
	}
.page-classes .class .thumbnail img{
	width:58px;height:58px;
	}
.page-classes .class h3{
	margin-top:0;
	}
.page-classes .class p{
	text-align:left;
	}
.page-classes .class a{
	color:#000!important;
	}
.class-main-image{
	margin:5px 0 0 10px;
	float:right;
	border:solid 1px #da9a46;
	}
.class-details{
	margin-bottom:20px;
	}

/* sidebar content
==================================================*/
.body h4, .body h4 a{
	font-weight:bold;
	margin-bottom:10px;
	}	
.sidebar h4, .sidebar h4 a{
	color:#264c15;
	}
.sidebar h4 .more, .sidebar h4 a .more{
	font-size:11px;
	color:#61954b;
	}
.sidebar h4 a:hover{
	color:#000;
	}
.sidebar h4 a:hover .more{
	color:#264c15;
	}
.sidebar .sidebar-item{
	margin-bottom:10px;padding:5px;
	background-color:#97c38d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.sidebar .sidebar-item *{
	text-align:left;
	}
.sidebar .sidebar-item .thumbnail{
	width:38px;height:38px;
	margin-right:10px;
	float:left;
	border:solid 1px #da9a46;
	}
.sidebar .sidebar-item .thumbnail img{
	width:38px;height:38px;
	}
.sidebar .sidebar-item h5{
	margin-top:0;
	}
.sidebar .sidebar-item h5, .sidebar .sidebar-item h5 a{
	color:#264c15;
	font-weight:bold;
	}
.sidebar .sidebar-item .more{
	display:inline-block;
	color:#264c15;
	}
.sidebar .sidebar-item .more:hover{
	color:#000;
	}

/* sidebar news
==================================================*/


/* sidebar testimonials
==================================================*/
.sidebar .sidebar-testimonial{
	background-image:url(assets/icon-quote-open.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	}
.sidebar .sidebar-testimonial blockquote{
	display:block;
	font-style:italic;
	text-indent:20px;
	}
.sidebar .sidebar-testimonial .author{
	padding-top:5px;
	display:block;
	text-align:right;
	font-weight:bold;
	}

/* fancybox
==================================================*/
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(assets/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(assets/fancybox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background:url(assets/fancybox/fancy_closebox.png) top left no-repeat!important;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(assets/fancybox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(assets/fancybox/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(assets/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(assets/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(assets/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(assets/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(assets/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(assets/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(assets/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(assets/fancybox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(assets/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(assets/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(assets/fancybox/fancy_title_right.png) repeat-x;
}

