/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#1d1d1d;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/*general*/

html, body {
	font-size:100%;
}

input[type=search], input[type=button], input[type=submit], textarea, input[type="text"] {
  -webkit-appearance: none;
}

a {
text-decoration:none;
outline: none;}

:focus {
  -moz-outline-style: none;
}

.blocklink{
text-indent:-9999px;
display:block;
}
.crimson{
	font-family: 'Crimson Text', serif;
}
strong{
	font-weight:bold;
}
.crimson strong{
	font-weight:700;
}
header{
	height:600px;
	background-color:#bb997f;
	background-image:url(images/jonathan-hunt-financial-adviser.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.centrer{
	width:90%;
	margin:auto;
}
header .copyholder{
	padding-top:220px;
	font-size:38px;
	
}
h1{
	font-size:65px;
	line-height:40px;}
h4{font-size:30px;
}
h2 {
	display:block;
border-top:1px #fff solid;
line-height:60px;
margin-top:10px;
width:420px;}
p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	margin-bottom:24px;
	font-size:100%;
}
p a{
	text-decoration:underline;
	color:inherit;
}

blockquote.crimson{
	margin-left: 30px;
border-left: #ccc 4px solid;
display: block;
padding: 10px;
font-size: 18px;
font-style: italic;
margin-bottom: 20px;
font-weight: 700;
line-height: 27px;
}
section.bio{
	margin-top:80px;

}

section.bio h1{
	margin-bottom:24px;
}
.avatar{
	background-image:url(images/jonathan-hunt-financial-adviser.png);
	background-repeat:no-repeat;
	max-width:461px;
	height:455px;
	float:left;
	width:40%;
}
.biocopy{
	float:right;
	width:50%;
}
section.qualifications ul li a{
	background-image:url(images/jonathan-hunt-financial-adviser-qualifications.jpg);
	height:110px;
	width:60px;
	background-repeat:no-repeat;
	
}
section.qualifications{
	margin-top:20px;
	margin-bottom:80px;
	
}
section.qualifications ul li{
	display:inline-block;
	margin-right:15px;
}

section.qualifications ul li#cisi a{
	background-position: -196px 0;
width: 120px;
	}
section.qualifications ul li#pfs a{
	background-position:-100px 0;}
section.qualifications ul li#kinder a{
	background-position: -343px 0;
width: 210px;}
section.expert{
	background-color:#1d282e;
	padding-top:80px;
	padding-bottom:80px;
	color:#fff;
	}
	#about-expert{
		float:right;
		width:50%;
	}
	#about-expert p{
		margin-bottom:0;
	}
a#expert-wealth-management-logo{
	background-image:url(images/jonathan-hunt-financial-adviser-at-experwealth.png); 
	width:318px;
	height:167px;
	float:left;
	}
footer{
	background-color:#bb997f;
	padding-top:80px;
	padding-bottom:80px;
	color:#fff;
}
footer{
	text-align:center;
}
footer small{
	margin-top:60px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;	
}
footer small a{
	color:inherit;
}

#social a{
	background-image:url(images/social-sprite-jonathan-hunt.png);
	height:111px;
	width:111px;
	display:inline-block;
}
#social a#twitter{background-position:-110px 0;}
#social a#linkedin{background-position:-220px 0;}
#social a#youtube{background-position:-330px 0;}
#social a#googleplus{background-position:-440px 0;}


@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (max-moz-device-pixel-ratio: 2),(min-resolution: 144dpi) {
	#social a{
	background-image:url(images/social-sprite-jonathan-hunt@2x.png);
	background-size:550px 111px;
}
	a#expert-wealth-management-logo{
		background-image:url(images/jonathan-hunt-financial-adviser-at-experwealth@2x.png);
		background-size:318px 167px;
	}
	section.qualifications ul li a{
		background-image:url(images/jonathan-hunt-financial-adviser-qualifications@2x.jpg);
		background-size:549px 110px;
	}
	header{
		background-image:url(images/jonathan-hunt-financial-adviser@2x.jpg);
		background-size:980px 627px;
	}
	.avatar{
		background-image:url(images/jonathan-hunt-financial-adviser@2x.png);
		background-size:461px 455px;
	}
}