/*
	HBR CSS
	CREATED:27.07.07
	MODIFIED:07.12.08
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
	GREEN:Ê#bed600 - #b4cf00
	GREEN TINT:#f2f7cc
	LHS LIGHT GREEN:#f9fbe6 - f7fae5
	BLUE:#280091
	ORANGE:#f07d03 - #ff6900
	DARK GREY:#58595a
	LIGHT GREY:#d3d7b5
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style-type:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html {
	font-size:100%;
}

body {
	background-color:#f2f2f2;
	color:#222;
	font:62.5%/100% arial, sans-serif;
	padding:0 1em 1em 1em;
	text-align:center;
}

input,select,textarea {
	font-family:arial, sans-serif;
	font-size:100%;
	padding:.2em;
	vertical-align:middle;
}

.skip {
	display:none;
}

a:link,
a:visited {
	/* background:url(/assets/hover_link.png) 0 bottom repeat-x; */
	color:#ff6900;
	padding:0 0 2px 0;
	text-decoration:none;
}

a:hover,
a:active,
#header a:hover,
#header a:active {
	background:url(/assets/hover_active.png) 0 bottom repeat-x;
	color:#ff6900;
	text-decoration:none;
}

.clearme {
	clear:both;
	height:0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,th,td {
	font-size:1.2em;
	line-height:1.5em;
}

p,dl,ol,ul {
	margin:0 0 1.5em 0;
}

/* h1 {
	font-size:2em;
	line-height:1.5em;
	margin:0 0 .75em 0;
} */

h1 {
	font-size:3.2em;
	font-weight:bold;
}

h1 span {
	font-size:0.5em;
	font-weight:normal;
}

h2 {
	/*font-size:1.7em;
	line-height:1.7647em;
	margin:0 0 .8824em 0; */
	font-size:1.8em;
	font-weight:bold;
	line-height:1.6667em;
	margin:0 0 .3333em 0;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.3em;
	/* line-height:1.0714em;
	margin:0 0 1.0714em 0; */
	margin:0 0 .3333em 0;
}

h4,h5,h6 {
	font-size:1.2em;
}

/* DECORATION
******************************************/

span.message {
	background:#f0f5cc;
	border:1px solid #e1ec99;
	padding:.3em;
}

p.note {
	font-size:1.1em;
}

#news p.date,
p.date {
	color:#777;
	font-size:1.1em;
	margin:0;
}

#news p.date span {
	color:#ff6900;
	font-weight:bold;
}

img {
	border:4px solid #fff;
	margin:0 0 1.5em 0;
}

#cs img,img.il {
	border:4px solid #fff;
	float:left;
	margin:0 1.5em 1.5em 0;
}

img.ir {
	border:4px solid #fff;
	float:right;
	margin:0 0 1.5em 1.5em;
}

li,dt,dd {
	margin:.4em 0;
}

ul.more {
	list-style-type:none;
	margin:0 1em 1.5em 0;
}

ul.more li {
	background:url(/assets/arrow.png) 0 2px no-repeat;
	padding:0 0 0 20px;
}

ul.more li:hover {
	background:url(/assets/arrow.png) 0 -98px no-repeat;
}

#wp h1 {
	color:#fff;
	margin:0 6em 0 0;
}

#wp p {
	color:#fff;
	font-size:1.6em;
	margin:0 12em 0 0;
}

#nl {
	border-top:1px solid #e1ec99;
	clear:both;
	padding:1.5em 2em 0 0;
}

#nl p {
	margin:0;
}

dt {
	border-bottom:1px solid #e1ec99;
	font-weight:bold;
	margin-top:1em;
}

dt.start {
	margin-top:0;	
}

#sidebar h3 {
	margin:0 0 1em 0;
}

#sidebar #news h3 {
	margin:0;
}

.pad {
	margin:0 1em 0 1.5em;
}

#main ul { 
	list-style-type:square;
	margin-right:4em;
	margin-left:4em;
}

/* HEADER
******************************************/

#logo {
	float:left;
}

#logo a {
	background:#fff url(/assets/hbrlogo.png) 0 0 no-repeat;
	display:block;
	height:110px;
	position:relative;
	text-indent:-3000em;
	width:152px;
}

#logo a:hover {
	background:#fff url(/assets/hbrlogo.png) 0 -110px no-repeat;
}

ul#hrhs  {
	float:right;
	font-size:100%;
	margin:0;
	padding:0;
	position:relative;
	top:20px;
	width:230px;
}

ul#hrhs fieldset {
	border:none;
	margin:0;
	padding:0;
}

#hrhs li {
	display:block;
	margin:0;
	padding:0;	
}

#hrhs li.sfrm {
	margin:0 0 10px 0;
}

#tel {
	color:#b4cf00;
	font-size:2.3em;
	/* float:right; */
	line-height:1em;
}

#tel span {
	color:#777;
	display:block;
	font-size:.52em;
}

ul#nav {
	background:#58595a url(/assets/nav.png) 0 0 no-repeat;
	float:left;
	font-size:100%;
	list-style-type:none;
	margin:0;
	width:100%;
}

ul#nav li {
	background:#58595a url(/assets/nav.png) right 0 no-repeat;
	display:block;
	float:left;
	font-size:1.3em;
	line-height:100%;
	margin:0;
}

ul#nav li a {
	color:#fff;
	display:block;
	float:left;
	padding:7px 6px;
}

ul#nav li a:hover {
	background:#b4cf00 url(/assets/nav.png) right -60px no-repeat;
	color:#fff;
	text-decoration:none;
}

ul#nav li.home {
	display:inline;
	margin:0 0 0 .7em;
}

#home li.home a,
#newsletter li.newsletter a,
#services li.services a,
#about li.about a,
#projects li.projects a,
#articles li.articles a,
#contact li.contact a {
	background:#b4cf00 url(/assets/nav.png) right -60px no-repeat;
}

li.blog a {
	background:#b4cf00 url(/assets/nav.png) right -120px  no-repeat;
}


/* FOOTER
******************************************/

#footer ul {
	border-bottom:1px solid #e1ec99;
	font-size:100%;
	float:left;
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	width:100%;
}

#footer li {
	color:#222;
	display:inline;
	font-size:1.1em;
	margin:0;
}

#footer li a {
	border-left:1px solid #e1ec99;
	display:block;
	float:left;
	padding:0 .5em;
}

#footer li a.start {
	border:none;
	padding-left:0;
}

#footer p {
	line-height:1.2em;
	margin:0;
}

#footer p span {
	color:#58595a;
	display:block;
	font-size:.8333em;
	margin:1.5em 0 0 0;
}

/* FORM CONTROLS
******************************************/

fieldset {
	border-top:1px solid #e1ec99;
	margin:1.5em 0;
	padding:1.5em 0;
}

label {
	display:block;
	float:left;
	padding:0 1em 0 0;
	width:12em;
}

span.req {
	color:#b00;
}

input.long,textarea.long {
	width:60%;
}

#nl fieldset {
	border:none;
	margin:1em 0;
	padding:0;
}

#nl fieldset label {
	display:none;
}

#nl input.signup {
	width:60%;
}

/* LAYOUT
******************************************/

#container,#header,#hcontent,#content,#footer {
	background:#fff;
	font-size:100%;
	margin:0 auto;
	text-align:left;
	width:auto;
}

#container {
	padding:0 1em 1em 1em;
}

#header {
	border-top:3px solid #b4cf00;
}

#wp {
	background:#b4cf00 url(/assets/wp.png) 0 0 repeat-x;
	padding:1.5em;
}

#hcontent {
	background:#f7fae5;
	padding:1.5em;
}

#content {
	background:#f7fae5;
}

#hcontent #clhs {
	float:left;
	width:58%;
}

#hcontent #crhs {
	float:right;
	width:39%;
}

#content #clhs {
	float:left;
	padding:15px 0 0 15px;
	width:185px;
}

#content #crhs {
	margin:0 0 0 230px;
	width:auto;
}

#pagetop {
	background:#b4cf00;
	font-size:100%;
	padding:1.5em;
}

#main {
	float:right;
	width:70%;
}

#sidebar {
	float:left;
	padding:20px 0;
	width:30%;
}

#sb_lhs {
	float:left;
	width:49%;
}

#sb_rhs {
	float:right;
	width:49%;
}

#wrappr {
	font-size:100%;	
	padding:15px 2em 1.5em 1.5em;
}

#footer {
	margin:1em 0;
}

/* SEARCH RESULTS
******************************************/

.sresult {
	display:block;
	margin:0 0 1.5em 0;
}

.n {
	background:#f0f5cc;
	border:1px solid #e1ec99;
	color:#555;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	line-height:100%;
	padding:6px;
	text-align:center;
	width:12px;
}

.sresult h3,
.sresult p {
	margin:0 0 0 36px;
	padding:0;
}
