/*
Theme Name: henrywells
Theme URI: http://www.henrywells.co.uk/
Description: Master CSS file.
Version: 1.0
Author: Alex Stanhope
Author URI: http://www.247creative.co.uk/
*/

/*Global 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, font, 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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}			
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	

/*Body Styles
*********************************************************/

body{
	background:#2a2a2a url(/template/theme/henrywells/img/bg-body.png);
	font:85%/150% Arial, Verdana, sans-serif;
	}
	
/*Container Styles
*********************************************************/

.container{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}
		
/*Control Bar Styles
*********************************************************/

#controlbar{
	width:100%;
	height:27px;
	margin: 0;
	background:#111 url(/template/theme/henrywells/img/bg-controlbar.png) bottom left repeat-x;
	border-bottom:2px solid #000;
	z-index:1;
	text-align:left;
	color:#eee !important;
	}
	#controlbar ul{
		margin:0 0 0 5px;
		}
		#controlbar li{
		float:left;
		padding:4px 0 3px 22px;
		margin-left:15px;
		color:#eee;
		font-family:Arial,Helvetica,sans-serif !important;
		font-size:0.8em;
		}
		#controlbar li.first{
			padding: 4px 10px 3px 0 !important;
			}
		#controlbar li.homelink{
			background:url(/template/theme/henrywells/img/bullet-home.gif) no-repeat 0% 50%;
			margin-left:20px;
			}
		#controlbar li.edit{
			background:url(/template/theme/henrywells/img/bullet-edit.gif) no-repeat 0% 50%;
			}
		#controlbar li.admin{
			background:url(/template/theme/henrywells/img/bullet-admin.gif) no-repeat 0% 50%;
			}
		#controlbar li.logout{
			background:url(/template/theme/henrywells/img/bullet-logout.gif) no-repeat 0% 50%;
			}
			#controlbar li a{
				color:#eee;
				font-weight:bold;
				text-decoration:none;
				}
				#controlbar li a:hover{
				color:#ff6600 !important;
				}
				
/*Blog Link
*********************************************************/
				
#bloglink{
	position:fixed;
	top:5px;
	right:5px;
	display:block;
	cursor:pointer;
	text-indent:-9999em;
	width:110px;
	height:110px;
	overflow:hidden;
	z-index:9999;
	background:url(/template/theme/henrywells/img/bloglink.png) no-repeat 0 0;
	}
	
/*Header Styles
*********************************************************/

#header{	
	clear:both;
	margin:0;
	height:100px;
	background-color:#201e1e;
	border-bottom:1px solid #444;
	}
	#header a#logo{
		width:220px;
		height:70px;
		overflow:hidden;
		display:block;
		float:left;
		margin-top:20px;
		background:url(/template/theme/henrywells/img/henry-wells-logo.png) no-repeat 0 0;
		}
		#header a#logo span, #header a#telephone span{
			display:none;
			}
	#header-right{
		float:right;
		width:558px;
		}
		#header a#telephone{
			float:right;
			margin-top:20px;
			width:187px;
			height:14px;
			overflow:hidden;
			display:block;
			background:url(/template/theme/henrywells/img/bg-contact.png) no-repeat 0 0 !important;
			}
		#header ul{
			margin-top:21px;
			float:right;
			clear:both;
			width:556px;
			background:url(/template/theme/henrywells/img/bg-nav.gif) no-repeat 0 0;
			}
			#header ul li{
				float:left;
				text-align:left;
				}
				#header ul li span{
					display:none;
					}
			#header ul li, #header ul li a{
				height:26px;
				display:block;
				}
				#header li#nav-home{
					width:61px;
					}
					#nav-home a:hover, #nav-home.active{ 
						background:url(/template/theme/henrywells/img/bg-nav.gif) -556px 0 no-repeat;
						}
				#header li#nav-about{
					width:82px;
					}
					#nav-about a:hover, #nav-about.active{ 
						background:url(/template/theme/henrywells/img/bg-nav.gif) -617px 0 no-repeat;
						}
				#header li#nav-gallery{
					width:96px;
					}
					#nav-gallery a:hover, #nav-gallery.active{ 
						background:url(/template/theme/henrywells/img/bg-nav.gif) -699px 0 no-repeat;
						}
				#header li#nav-testimonials{
					width:137px;
					}
					#nav-testimonials a:hover, #nav-testimonials.active{ 
						background:url(/template/theme/henrywells/img/bg-nav.gif) -795px 0 no-repeat;
						}
				#header li#nav-blog{
					width:78px;
					}
					#nav-blog a:hover, #nav-blog.active{ 
						background:url(/template/theme/henrywells/img/bg-nav.gif) -932px 0 no-repeat;
						}
				#header li#nav-contact{
					width:102px;
					}
					#nav-contact a:hover, #nav-contact.active{ 
						background:url(/template/theme/henrywells/img/bg-nav.gif) -1010px 0 no-repeat;
						}
					

/*Content Styles
*********************************************************/

#content{
	clear:both;
	padding:30px 0;
	}
	#masthead{
		width:936px;
		/* height:316px; */
		height:396px;
		border:2px solid #000;
		overflow:hidden;
		background-color:#000;
		margin-bottom:40px;
		position:relative;
		overflow:hidden;
		}
		.jdGallery .slideElement{
			width:100%;
			height:100%;
			background:#000 url(/template/theme/henrywells/img/ajax-loader.gif) no-repeat center center;
			}
		.jdGallery .loadingElement{
			width:100%;
			height:100%;
			position:absolute;
			left:0;
			top:0;
			background:#000 url(/template/theme/henrywells/img/ajax-loader.gif) no-repeat center center;
			}
			.jdGallery .slideInfoZone{
				position:absolute;
				z-index:10;
				width:936px;
				padding:9px 0 9px 7px;
				overflow:hidden;
				left:0;
				bottom:0;
				background:#000;
				}
			* html .jdGallery .slideInfoZone{
				bottom:-1px;
				}
			.jdGallery .slideInfoZone h2{
				padding:0 0 0 5px;
				margin:-2px 7px 0 0 !important;
				font-size:1em;
				font-style:italic;
				text-align:left;
				font-weight:normal;
				color:#fff;
				}
				.jdGallery .slideInfoZone a{
					color:#fff;
					text-decoration:none;
					z-index:100;
					}
					.jdGallery .slideInfoZone a:hover{
						color:#ccc;
						text-decoration:underline;
						}
			.jdGallery .slideInfoZone p{
				display:none;
				padding:0;
				font-size:.9em;
				color:#000;
				}	
			#masthead a.left{
				position:absolute;
				right:40px;
				bottom:11px;
				width:10px;
				height:14px;
				background:url(/template/theme/henrywells/img/btn-masthead-left.gif) no-repeat 0 0;
				z-index:99;
				cursor:pointer;
				}
			#masthead a.right{
				position:absolute;
				right:10px;
				bottom:11px;
				width:10px;
				height:14px;
				background:url(/template/theme/henrywells/img/btn-masthead-right.gif) no-repeat 0 0;
				z-index:99;
				cursor:pointer;
				}
	#homecontent{
		width:888px;
		margin-bottom:35px;
		padding:25px;
		background-image:url(/template/theme/henrywells/img/bg-content.png);
		border:1px solid #383838;
		}
		#homecontent .left{
			float:left;
			width:470px;
			}
		#homecontent .right{
			float:right;
			width:370px;
			}
			#homecontent h1, #right h1, #full h1{
				font-size:1.8em;
				font-weight:normal;
				color:#ccc;
				margin-bottom:10px;
				text-shadow:1px 1px 1px #111;
				line-height:1.2em;
				}
			#homecontent h2, #right h2, #full h2{
				font-size:1.1em;
				font-weight:normal;
				color:#ccc;
				margin-bottom:25px;
				}
				#right h2, #right h4{
					text-shadow:1px 1px 1px #111;
					}
			#homecontent h3{
				font-size:.9em;
				font-weight:normal;
				color:#ccc;
				line-height:1.8em;
				}
			div.testimonials{
				margin-top:35px;
				height:135px;
				overflow:hidden;
				background-color:transparent;
				}
				div.testimonial{
					background-color:transparent !important;
					}
					#homecontent blockquote{
						background:transparent url(/template/theme/henrywells/img/quote-left.gif) no-repeat left top;
						}
						#homecontent blockquote p{
							font-size:1em;
							font-style:italic;
							color:#ccc;
							line-height:1.8em;
							padding:0 30px 0 40px;
							background:transparent url(/template/theme/henrywells/img/quote-right.gif) no-repeat right bottom;
							}
					#homecontent cite{
						margin-top:15px;
						font-size:.8em;
						font-style:normal;
						color:#ccc;
						float:right;
						}
		#services{
			clear:both;
			}
			#services h4{
				font-size:1.2em;
				font-weight:normal;
				color:#ddd;
				text-transform:uppercase;
				margin-bottom:15px;
				text-shadow:1px 1px 1px #111;
				}
			#services .box, #footer .box{
				float:left;
				margin-right:20px;
				/* margin-bottom:10px; */
				margin-bottom:30px;
				width:300px;
				}
				#services .last, #footer .last{
					margin-right:0 !important;
					}
				#services .boxinner{
					border:1px solid #383838;
					padding:9px;
					color:#ccc;
					background-image:url(/template/theme/henrywells/img/bg-content.png);
					}
					#services .boxinner img{
						border:1px solid #383838;
						margin-bottom:5px;
						}
						#services .boxinner img:hover{
							border:1px solid #666;
							}
					#services .boxinner p{
						font-size:.8em !important;
						line-height:1.6em;
						}
						#services p.more{
							margin:10px 0 0 0 !important;
							height:100%;
							background:#0c0c0c url(/template/theme/henrywells/img/bullet-services.gif) no-repeat 265px center;
							border-bottom:1px solid #2a2929;
							line-height:1.5em;
							}
							#services p.more a{
								padding:5px;
								display:block;
								color:#ccc;
								text-decoration:none;
								}
								#services p.more a:hover{
									color:#fff;
									background:#000 url(/template/theme/henrywells/img/bullet-services-hover.gif) no-repeat 265px center;
									}
					h4.twitterhead{
						clear:both;
						padding-left:40px;
						background:url(/template/theme/henrywells/img/bg-twitter.gif) no-repeat 0 0;
						}
						h4.twitterhead a{
							color:#ddd;
							text-decoration:none;
							}
							h4.twitterhead a:hover{
								color:#fff;
								}
					#tweet{
						float:left;
						clear:both;
						margin:0 0 10px 0;
						width:918px;
						border:1px solid #383838;
						padding:10px;
						color:#ccc;
						background-image:url(/template/theme/henrywells/img/bg-content.png);
						font-size:.9em;
						font-style:italic;
						}
						#tweet a{
							color:#fff;
							text-decoration:none;
							}
							#tweet a:hover{
								text-decoration:underline;
								}
						#tweet img{
							display:none;
							}
	#secondarycontent{
		clear:both;
		padding-top:30px;
		}
		#sidebar{
			float:left;
			width:220px;
			padding-right:40px;
			}
			#sidebar div.widget{
				margin-bottom:20px;
				}
				.widget p{
					color:#fff;
					font-size:.9em;
					margin-bottom:10px;
					}
			#sidebar h2, #sidebar h3{
				color:#ccc;
				text-transform:uppercase;	
				padding-bottom:5px;
				border-bottom:1px solid #444;
				margin-bottom:5px;
				text-shadow:1px 1px 1px #111;
				}
			#sidebar a{
				color:#fff;
				text-decoration:none;
				}
				#sidebar a:hover{
					color:#fff;
					text-decoration:underline;
					}
				#sidebar h3 a{
					color:#ccc !important;
					}
					#sidebar h3 a:hover{
						text-decoration:none !important;
						}
			.mainsite li{
				color:#fff;
				font-weight:bold;
				font-size:.9em;
				}
			.subnav li{
				font-size:.9em;
				font-weight:bold;
				}
				.subnav li.active{
					padding-left:15px;
					background:url(/template/theme/henrywells/img/bullet-breadcrumbs.gif) no-repeat 0 5px !important;
					}
				.subnav li ul li{
					font-size:1em;
					font-weight:bold !important;
					padding-left:15px;
					}
					.subnav li ul li ul li{
						font-size:1em;
						font-weight:normal !important;
						padding-left:15px;
						background:url(/template/theme/henrywells/img/bullet-arrow-sml.gif) no-repeat 0% 50% !important;
						}
			.twitter li{
				font-size:.85em;
				padding-left:40px;
				font-style:italic;
				line-height:1.6em;
				background:transparent url(/template/theme/henrywells/img/bg-twitter.gif) no-repeat left 6px;
				}
				.twitter li small{
					display:block;
					color:#aaa;
					font-size:.9em;
					font-style:normal !important;
					}
		#right{
			float:right;
			width:680px;
			padding-bottom:30px;
			}
			#right h1{
				margin-bottom:35px;
				}
				h1.float{
					float:left;
					width:60% !important;
					line-height:1.1em;
					}
			#right h2, #full h2{
				font-size:1.2em !important;
				line-height:1.5em;
				padding-right:70px;
				}
			#right h3{
				clear:both !important;
				font-size:1.1em;
				color:#ccc;
				font-weight:normal;
				margin: 0 0 20px 0;
				padding-right:50px;
				line-height:1.7em;
				}
			#right h4, #right h5{
				font-size:1.3em;
				color:#ccc;
				font-weight:normal;
				margin:0 0 15px 0;
				}
				#right h5{
					margin:30px 0 10px 0 !important;
					}
			#right h6, #full h6{
				clear:both !important;
				margin:40px 0 0 0 !important;
				font-size:.8em;
				font-weight:normal !important;
				text-transform:uppercase;
				padding:0 0 0 20px;
				height:100%;
				background:transparent url(/template/theme/henrywells/img/bullet-arrow-top.gif) no-repeat 0% 50% !important;
				}
				#right h6 a, #full h6 a{
					font-weight:normal !important;
					color:#ccc;
					}
					#right h6 a:hover, #full h6 a:hover{
						color:#fff;
						}
			#right p, #full p{
				font-size:.95em;
				color:#ccc;
				width:95%;
				margin-bottom:20px;
				}
				p.back{
					float:right !important;
					margin-top:8px !important;
					font-size:.8em !important;
					padding:0 0 0 15px;
					width:auto !important;
					background:url(/template/theme/henrywells/img/bullet-arrow-back.gif) no-repeat 0px 50%;
					}
			#right blockquote{
				background:none !important;
				}
				#right blockquote p{
					background:none !important;
					padding:0 50px;
					}
				#right blockquote#emphasis{
					font-size:1.2em !important;
					font-style:italic;
					border-left:4px solid #444;
					padding:0 30px 0 20px !important;
					margin:30px 40px;
					line-height:1.6em;
					background:none !important;
					}
					#right blockquote#emphasis p{
						padding:0 !important;
						background-image:none !important;		
						}
			#right a, #full a{
				color:#fff;
				font-weight:bold;
				text-decoration:none;
				}
				#right a:hover, #full a:hover{
					color:#fff;
					text-decoration:underline;
					}
			#right ul{
				margin-bottom:20px;
				}
				#right ul.floated{
					float:left;
					clear:both;
					display:block;
					width:100%;
					margin-bottom:0 !important;
					}
				ul#venue{
					width:100%;
					margin:25px 0 !important;
					}
				#right li{
					font-size:.9em;
					color:#ccc;
					margin-bottom:10px;
					padding:0 0 0 25px;
					background:url(/template/theme/henrywells/img/bullet-standard.gif) no-repeat 0 5px;
					}
					#right ul.floated li{
						float:left;
						width:29%;
						margin:0 0 10px 0;
						}
					ul#venue li{
						float:left;
						width:140px;
						height:140px;
						margin:0 20px 20px 0;
						padding:0 !important;
						border:1px solid #444;
						background-color:#111 !important;
						}
						ul#venue li a{
							width:132px;
							height:132px;
							border:4px solid #111;
							display:block;
							}
							ul#venue li a:hover{
								border:4px solid #444;
								}
						ul#venue li img{
							display:none;
							}
				ul#breadcrumbs{
					margin-bottom:35px !important;
					}
					ul#breadcrumbs li{
						font-size: 0.9em;
						display:inline !important;
						background:none;
						}
						ul#breadcrumbs li.first{
							margin-left:0 !important;
							padding:0 2px 0 0!important;
							}
						ul#breadcrumbs li.link{
							margin-left:0 !important;
							padding:0 0 0 15px !important;
							background:url(/template/theme/henrywells/img/bullet-breadcrumbs.gif) no-repeat 0 50% !important;
							}
						ul#breadcrumbs li a{
							font-weight:normal;
							}
							ul#breadcrumbs li.first a{
								color:#ccc;
								}
							ul#breadcrumbs li.link a{
								color:#fff;
								}
								ul#breadcrumbs li.link a:hover{
									color:#fff;
									}
				ul.sitemap{
					font-size:1em !important;
					margin:30px 0 !important;
					}
					ul.sitemap li{
						margin:10px 0 0 0 !important;
						font-weight:bold;
						background:url(/template/theme/henrywells/img/bullet-sitemap.png) no-repeat 0px 3px !important;
						padding:2.5px 0px 5px 30px !important;
						font-size:.9em !important;
						}
						ul.sitemap li ul li{
							font-size:.95em !important;
							font-weight:normal;
							}
							ul.sitemap li ul li a{
								font-weight:normal !important;
								}
						.sitemap li ul{
							margin-top:0 !important;
							margin-bottom:-10px !important;
							}
							.sitemap li ul li ul{
								font-weight:normal !important;
								margin-top:0 !important;
								}
								.sitemap li ul li ul li{
									font-size:1em !important;
									}
			#right dl{
				margin-top:20px;
				}
				#right dt{
					font-size:1.1em;
					color:#ccc;
					margin-bottom:10px;
					text-transform:uppercase;
					}
				#right dd{
					font-size:.9em;
					color:#ccc;
					padding-left:20px;
					margin-bottom:10px;
					background:url(/template/theme/henrywells/img/bullet-breadcrumbs.gif) no-repeat 0 50% !important;
					}
			img.gallery, #right img{
				padding:4px;
				border:1px solid #444;
				background-color:#111;
				}
				a img.gallery:hover{
					border:1px solid #999;
					background-color:#444;
					}
					#right img.alignright{
						margin:5px 0 15px 25px;
						}
		#full{
			width:100%;
			padding-bottom:30px;
			}
			#full div.clear{
				width:100% !important;
				display:block;
				clear:both;
				}
			#gallery{
				margin:40px auto;
				background-color:transparent;
				height:622px;
				}
				.galleryinner{	
					width:100%;
					text-align:center;
					background-color:transparent !important;
					}
					.galleryinner img{
						border:2px solid #000;
						display:block !important;
						margin:auto !important;;
						}
			ul.gallerycontrols{
				width:100%;
				text-align:center;
				}
				ul.gallerycontrols li{
					display:inline;
					padding:0 50px;
					}
					ul.gallerycontrols li a.previous{
						padding-left:15px;
						background:transparent url(/template/theme/henrywells/img/bullet-arrow-back.gif) no-repeat 0px 55%;
						}
					ul.gallerycontrols li a.next{
						padding-right:15px;
						background:transparent url(/template/theme/henrywells/img/bullet-arrow-forward.gif) no-repeat right 55%;
						}
					ul.gallerycontrols li a{
						font-weight:normal !important;
						}
						ul.gallerycontrols li a:hover{
							text-decoration:none;
							color:#999;
							}

/*Footer Styles
*********************************************************/
		
#footer{
	clear:both;
	margin:0;
	color:#999;
	background-color:#201e1e;
	border-top:1px solid #444;
	padding:10px 0;
	}
	#footer p{
		font-size:.8em;
		margin:0;
		}
		#footer p{
			float:left;
			}
		#footer ul{
			float:right;
			text-align:right;
			}
			#footer ul li{
				float:left;
				text-transform:uppercase;
				font-size:.8em;
				margin-left:20px;
				}
	#footer a{
		text-decoration:none;
		color:#999;
		}
		#footer a:hover{
			color:#ddd;
			}
			
/*Form Element Styles
*********************************************************/

#right form{
	float:left;
	position:relative;
	margin:10px 0 15px;
	width:100%;
	}
	#right form.contact{
		float:right !important;
		}
	#right fieldset{
		background:#111;
		border:1px solid #444;
		padding:18px;
		display:block;
		}
		#setup fieldset fieldset{
			border:none !important;
			padding:0 !important;
			}
			#setup fieldset fieldset legend{
				font-size:.95em !important;
				font-style:normal !important;
				text-transform:uppercase !important;
				position:relative !important;
				float:left !important;
				clear:both;
				line-height:45px;
				padding-left:160px !important;
				}
		#right legend{
			font-size:1.4em;
			color:#ccc;
			font-style:italic;
			font-weight:bold;
			width:auto;
			}
		#right form p{
			clear:both;	
			width:100%;
			}
			#right form p.info{
				padding-left:160px !important;
				}
		#right .text label, #right .submit label{
			float:left;
			padding:0 5px;
			display:block;
			text-align:right;
			width:150px;
			line-height:25px;
			}
		#right .select label{
			float:left;
			padding:5px;
			display:block;
			text-align:right;
			width:150px;
			line-height:30px;
			}
			#right .forgot{
			display:block;
			float:right;
			width:auto;
			font-size:.95em;
			color:#ddd;
			margin:-3px 15px 12px 0;
			}
			#right .check input{
				display:block;
				clear:both;
				float:left;
				margin:0 5px 15px 160px;
				}
			#right .check label{
				display:block;
				float:left;
				margin:-3px 0 0 0;
				}
			#right .submit input{
				display:block;
				float:left;
				padding:5px 0;
				}
		#right .text input,
		#right .text textarea,
		#right textarea#comment{
			display:block;
			float:left;
			width:380px;
			padding:3px 5px;
			font-size:1em;
			margin:0 0 15px 0;
			background:#222;
			border:1px solid #444;
			font-family: Arial, Verdana, sans-serif;
			color:#ddd;
			}
		#right select{
			width:auto;
			float:left;
			margin:10px 0;
			font-size:1em;
			background:#fff;
			border:1px solid #ddd;
			}
.error{
	width:578px !important;
	background:#111 url(/template/theme/henrywells/img/bullet-error.gif) no-repeat 10px 50%;
	padding:10px 50px;
	border:1px solid #ff0000;
	color:#ddd !important;
	}
.required{
	color:#ff0000;
	font-weight:bold;
	font-size:1.1em;
	padding-right:5px;
	}
	
/*iOS Media Queries
*********************************************************/

@media screen and (max-device-width: 480px){
	#bloglink{
		display:none !important;
		}
	}
		
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#bloglink{
		display:none !important;
		}
	}   
