/****** FILE: themes/henley/css/style.css *****/
@charset "utf-8";
/* CSS Document */
/*RESET */


*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}


body{
	min-height:101%;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.3;
	font-size: 0.9em;
}

.clearfix{
	clear: both;
}

a img{
	border: none;
}

/*MAIN STLES*/

body{
	background: url("../images/body-bg.png") repeat-x scroll 0 0 #E0E0E0;
}
ul li{

	margin-left: 20px;
	padding: 0 0 5px 0;
}

.container{
	width: 	960px;
	margin: 0 auto;
	min-height: 300px;
	position: relative;
}


.header{
	padding-top: 5px;
	height: 150px;

}

.header-contact{
	position: absolute;
	top: 15px;
	right: 0;
}

.article-right h4{
	font-size: 18px ;
	color:#66081a;
	padding:10px 0 20px;
}

.background-wrapper{
	background: #333333;
	padding: 10px;
}

#wrapper.spotlight{
	height: 214px;

}

#wrapper.spotlight div.caroufredsel_wrapper div#carousel div img{
	width: 567px;
	height: 214px;
}

.background-wrapper .latest-news{
	position:absolute;
	right:10px;
	top: 212px;
	width: 330px;
	height:195px;
	background: #fff;
	padding:10px;
	border-radius:10px;
}
.content{
	border-top: solid 10px #333;
	background: #FFF;
	padding: 0px ;
	margin: 0;
	position: relative;

}

.HomePage .article-left table tbody tr td img{
	border:1px solid #aaa;
	padding:0;
}

.HomePage .article-left .prefooter{
	border-top:1px dotted #e1e1e1;
	padding: 20px 0;
}
.prefooter p{
	color: #9a0d27;
}

.prefooter img{
	float: left;
	padding-right:10px;
}

.footer{
	background: url("../images/art-2016.png") no-repeat scroll 830px 10px;
}


.footer ul{
	padding:0;
	height: 75px;
	z-index: 100;
}
.footer ul li{
	list-style: none;
	float: left;
	z-index: 101;
}
.footer ul li.footer1{
	width: 200px;
	text-align: center;
	font-size: 1.0em;
	font-family: "Michroma", sans-serif;
	z-index: 102;
}
.footer ul li.footer1 p{
	padding-top: 10px;
	z-index: 103;
}

.footer ul li.footer2{
	width: 100px;
	z-index: 103;
}

.footer ul li.footer3{
	width: 580px;
	background: #9a0d27;
	padding: 10px;
	color: #fff;
	z-index: 103;
}

/*NAVIGATION
Level one*/
#navWrapper{
	position:relative;
	z-index:100;
	margin-top: 0px;
	height:45px;
	width: 960px;
	padding-top:2px;
}

#nav{

}
ul.nav {
	margin:0;
	padding:0 3px 0 0;
	/*float:left;*/
	z-index: 202;
}

.nav li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	position:relative;
	padding:1px 3px 0 3px;
	z-index:203;
	background: url(../images/nav-divider.gif) no-repeat top right;
}

.nav li a{
	font-size:1.0em;
	font-family: arial, sans-serif;
	padding: 10px 7px;
	color: #fff;
	display:block;
	outline:0;
	text-decoration:none;
	z-index: 204;

}

.nav li a:active, .nav li a:focus, .nav li a:hover{
	text-decoration:underline;
	z-index: 205;
	color: #ffcb08;
	z-index: 204;
}

ul.nav a.current, ul.nav a:hover, ul.nav a:active, ul.nav a:focus  {
	text-decoration:underline;
	color: #ffcb08;
	z-index: 204;
}

ul.nav li.last{
	background-image: none;
}

/*Level 2*/
ul.nav ul {
	margin:0;
	padding:10px 20px;
	position:absolute;
	z-index:209;
	display: block;
	left: -999em;
	width: 180px;
	top:40px;
	background:  #fff;
	border-top: 2px solid #fff;
	border-radius: 10px;
	-moz-box-shadow: 0 0 3px 2px #979797;
	-webkit-box-shadow: 0 0 3px 2px #979797;
	box-shadow: 0 0 3px 2px #979797;
}

ul.nav ul li{
	display:block;
	width: 100%;
	text-align:left;
	padding:0;
	margin:0;
	border-left: none;
	background-image:none !important;
	font-style: normal;
	z-index:210;
}

ul.nav ul li a{
	z-index:211;
	margin:0;
	display: block;
	padding: 5px 0;
	width:170px;
	color:#444;
	font-size: 0.95em;
}

/* lists nested under hovered list items /*/
ul.nav li:hover ul, ul.nav li.sfhover ul {
	left:auto;
	z-index: 210;
}

/***********************
STYLES FOR HOME PAGE
**************************/
/***********************
CONTENT AREA FOR NORMAL PAGES
**************************/
.content .page-content{
	padding: 20px;
	position: relative;
}

/***********************
STYLES FOR MAIN PAGES
**************************/
.page-content .article-left{
	float: left;
	width: 600px;
}

.page-content .article-right{
	float: right;
	width: 270px;
	padding: 0 0 10px 25px;
	min-height: 340px;
}

.page .page-content .article-right img{
	width:250px;
}

.quick-links ul li{
	list-style-type: none;
	background: url(../images/arrow.png) no-repeat 0 8px;
	padding: 0 0 0 35px;
	line-height: 2.0;
}


/*Footer nav*/
#nav-footer{
	z-index:0;
	position:relative;
}

#nav-footer ul.nav{
	z-index: 1;
	font-size: 0.8em;
}
#nav-footer ul.nav li{
	z-index: 2;
}

#nav-footer ul.nav li a{
	z-index:3;
}


.footer section#copyright{
	font-size: 0.65em;
	padding: 20px 0;
	text-align:right;
	color: #fff;
}

.hothouse_link {
	background: url("../images/hh_logo.png") no-repeat scroll right top transparent;
	color: #FFCB08 !important;
	float: right;
	padding-right: 30px;
	text-decoration: none;
	margin-top: 0;
	font-size: 0.95em;
}

.hothouse_link:hover {
	background-position: right bottom;
}

span.hothouse{
	font-weight: bold;
	font-style: italic;
	color: #FFCB08;
	margin-left: 50px;
}

/*Silverstripe image alignment*/

img.left {
	float: left;
	padding:7px;
}

img.right {
	float: right;
	padding:7px;
	margin-left: 10px;
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.leftAlone {
	float:left;
	clear:left;
	margin-right:100%;
}

img.rightAlone {
	float:right;
	clear:right;
	margin-left:100%;
}

.caption {
	margin:0;
	padding:0;
	font-family:georgia, serif;
	font-style:italic;
	text-align:left;
	margin-bottom:20px;
	padding-top:5px;
}

.gallery-layout li{
	float:left;
	padding:5px;
	list-style:none;
	margin:0 5px;
}

.gallery-layout li:hover{
	background:#eee;
}
#album-list ul li{
	list-style:none;
	margin-bottom:20px;
	float:left;
	width:150px;
	height:250px;
	margin-left:15px;
	margin-right:15px;
}

.ImageGalleryPage .snippets [class*="span"]{
	width:240px;
	margin-left:0!important;
}

.ImageGalleryPage .snippets [class*="span"] .snippetText{
	font-size: 0.9em;
	line-height: 1.3em;
	padding:20px;
	margin:0 15px 30px;
}

.ImageGalleryPage .snippet h3{
	margin: 0.3em 0 0.6em 0px;
	color: #D19034;
	font-size: 1.0em;
	text-align:center;
}

.ImageGalleryPage .snippet{
	padding:0;
	width: 290px;
	height:200px;
	float: left;
	margin-right:10px;
}

.ImageGalleryPage .snippet div.snippetText div.snippetImg{
	margin: 10px 10px 20px;
	-moz-box-shadow: 0 0 3px 3px #ccc;
	-webkit-box-shadow: 0 0 3px 3px #ccc;
	box-shadow: 0 0 3px 3px #ccc;

}

.ImageGalleryPage .snippets [class*="span"]:last-child,
.ImageGalleryPage .snippets .last,
div.last{
	background: none!important;
	background-image:none!important;
	margin-right:0;
}

.ImageGalleryPage .snippetImg a img, .ImageGalleryPage .snippetImg img{
	margin: 15px 20px;
	width: 229px;
	height: 106px;
}

/***Used inner styling to use Rikis tempates****/
.inner{
	padding: 20px;
}

#wrapper div#pager{
	height:0;
}

/*FORMS*/

fieldset{
	border: none;
	width: 400px;
}

textarea, form#Form_Form fieldset .field .middleColumn input{
	width: 300px;
	min-height: 30px;
	padding: 4px;
	font-size: 13px;
	border: 1px solid #aaa;
}

input.text {
	width: 300px;
	padding: 4px;
	font-size: 13px;
	border: 1px solid #aaa;
}

.field{
	margin-bottom:10px;

}

.optionset ul{
	list-style-type: none;
}

.optionset ul li {
	margin-left: 0;
}


.optionset ul {
	list-style-type: none;
}

.optionset ul li label, .checkbox label {
	padding-left: 5px;
}

span.error.message {
	display: block;
	padding: 10px;
	color: #aa0000;
	background-color: #eedddd;
}

div.hidden {
	display: none;
}


.userform .userform-fields .field.optionset .radio{
	margin: 0 10px!important;

}

#UserForm_Form_action_process.action{
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #eee;
}

-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
text-shadow: rgba(0,0,0,.01) 0 0 1px;




/****** FILE: themes/henley/css/typography.css *****/
@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.3;
	font-size: 0.9em;
}

h1{
	padding-bottom: 10px;
	font-size: 1.6em;
	color: #66081a;

}

h2{	
	padding: 10px 0;
	font-weight: lighter;
	font-size: 1.4em;
	color: #66081a;
}
h3{	
	padding-bottom: 15px;
	color: #5c5c5b;
	font-size: 1.0em;


}
h4{		

}

h5{
	padding-bottom: 5px;
	color: #d19034;
}
h6{
	padding-top: 5px;
	font-size: 0.8em;
}

p{
	padding-bottom: 10px;
}

a{
	color: #66081a;
	text-decoration: none;
}
a:hover{
	color: #66081a;
	text-decoration: underline;
}

hr{
	margin: 10px 0;
}

h1.logo, h3.logo  {
	text-decoration:none;
	border:0;
	width : 370px;
	height : 117px;

	padding : 0;
	background: url(../images/logo.png) no-repeat;
}

h1.logo a, h3.logo a {
	display : block;
	height : 117px;
	text-indent : -9999px; 
}

.header h2{
	color: #333;
	font-size: 1.3em;
	padding:0;
	text-align: right;
}

.header h3{
		text-align: right;
}

.header div.header-contact p, .header div.header-contact p a{
	color: #fff;
	text-align: right;	

}
.header div.header-contact p a.email{
	color: #d19034;
}

.header div.header-contact p img{
	vertical-align:middle;
}


.footer h3{
	text-align: center;
	color: #fff;
	font-size: 1.25em;
	padding: 45px 0 5px;
}

.link-wrapper1{
	width: 230px;
	padding: 8px 20px;
	color: #fff;
	background:  #44c7f4;
	margin: 30px 0;
}
.link-wrapper2{
	width: 230px;
	padding: 8px 20px;
	color: #fff;
	background:  #d09910;
	margin: 30px 0;

}

.link-wrapper3{
	width: 230px;
	padding: 8px 20px;
	color: #fff;
	background:  #808f2f;
	margin: 30px 0;

}
.content .page-content .article-right p{
font-size: 0.8em;
}

ul{
	padding: 20px 0;
	margin-left:0;
}

.container .pre-footer h3, .container .pre-footer h3 a{
	padding: 0 12px 10px 0px ;
	color: ##66cef5;
	text-align: right;
}

.captionImage p.caption{
	color: #005487;
	padding-left: 20px;
}


.latest-news ul{
	text-decoration: none;
	list-style:none;
	padding: 10px 0;
}

.latest-news ul li p{
	padding:0;
}

