/* Coding and design by Hambo Design
-------------------------------------------------------------*/

body 							{ color: #2c2d2d; font: 62.5%/1.6em Calibri, Helvetica, Arial, sans-serif; }



/* Link Typography
-------------------------------------------------------------*/

a:link, a:visited 				{ color: #b13e00; text-decoration: none; }
a:hover 						{ color: #e66925; }



/* Header Typography
-------------------------------------------------------------*/

h1 								{ color: #e66925; font-size: 1.8em; margin: 0; text-indent: -9999px; }

h2 								{ color: #333; font-size: 2.6em; margin-left: 20px; position: relative; z-index: 1;}
h2 a:link						{ color: #333; }
h2 a:visited					{ color: #333; }
h2 a:hover						{ color: #e66925; }
h2 span							{ color: #e66925; }

h3 								{ color: #111; font-family: Georgia, serif; font-size: 1.8em; margin-bottom: 10px; text-transform: lowercase; }
	.folio h3						{ margin-bottom: 2px; }

h4 								{ color: #666; font-size: 1.4em; font-weight: bold; margin-bottom: 0.5em; }


/* Paragraph Typography
-------------------------------------------------------------*/

p 								{ color: #444; font-size: 1.2em; margin-bottom: 1.2em; }
h3 + p							{ font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; }
strong							{ font-weight: bold; }

p.client							{ color: #86371b; }


/* Section Typography
-------------------------------------------------------------*/

.reasons_column h3				{ color: #fdcc08; font-family: Calibri, Helvetica, Arial, sans-serif; float: left; font-size: 7em; margin: 15px 10px 10px 0; }
#footer h3						{ color: #aaa; }

.content_column p				{ font-size: 1.2em; line-height: 1.6em; }
.portfolio_column p				{ font-size: 1.2em; line-height: 1.5em; }
.testimonial_column p			{ font: italic 1.3em/1.6em Georgia, serif; padding-top: 15px; }

.content_column img + p			{ font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; }
.contact_message p				{ font-size: 1.6em; margin: 0; }

#footer p						{ color: #eee; }



/* List Typography
-------------------------------------------------------------*/

.portfolio_column li				{ color: #444; }

#footer	li a						{ color: #aaa; }
#footer	li a:visited				{ color: #aaa; }
#footer	li a:hover					{ color: #fff; }



/* Navigation Typography
-------------------------------------------------------------*/

#navigation li 				{ font-family: Helvetica, Arial, sans-serif; font-size: 14px; }

#navigation ul li a			{ font-weight: bold;}
#navigation ul li a:link	{ color: #000;}
#navigation ul li a:visited { color: #000; }
#navigation ul li a:hover 	{ color: #e66925; }

#centre_column ul					{ list-style: none; }
#centre_column li a					{ font-family: Helvetica, Arial, sans-serif; font-size: 14px; text-decoration: none; }



