//
//  helvetical
//  Bespoke styles for this post
//
//  Created by Adam Taylor on 2009-09-01.
//  Copyright (c) 2009 I am Ad Taylor. All rights reserved.
//
body {
	background-color: #e4e8e4;
/*	background-image: none;*/
}
#header {
	background-color: #ddd;
}
.helvetical {
	background:transparent url('../../../images/features/2009/helvetical_bg.png') repeat-x bottom left;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	position : relative;
	width : 1080px;
	padding-top : 64px;
	font-family : Helvetica, 'MgOpen Moderna', sans-serif;
	color : #333;
	word-spacing: 0.1em;
	min-height: 400px;
}
	.helvetical a {
		color : #111;
		font-weight: bold;
		text-decoration: none;
	}
		.helvetical a:hover {
			color : #F80000;
			text-decoration: underline;
		}
		.helvetical a:active {
			color : #333;
		}
		.helvetical a:visted {
			color : #333;
			font-weight: normal;
		}
.helvetical .container {
	width: 940px;
	margin: 0px auto;
}
.helvetical .top {
	border-bottom: 1px solid #999;
}
.helvetical .bottom {
	border-top: 1px solid #FFF;
}
.helvetical .maincontent {
	float:left;
	width: 540px;
	margin: 0px;
}
.helvetical .sidecontent {
	float: left;
	width: 400px;
}
.helvetical #heading {
	margin-top:28px;
}
.helvetical h1, .helvetical h2 {
	font-size: 20px;
	line-height: 1.5em;
	text-shadow : 1px 1px 0px #FFF;
	margin-bottom : 18px;
}
.helvetical h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 2em;
	font-family : 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, 'MgOpen Moderna', sans-serif;
	
}
.helvetical h1 span {
	margin-left : -5px;
	color : #F80000;
	font-size : 400%;
	font-weight: bold;
	display: block;
	font-family :'Helvetica Neue', Helvetica, 'MgOpen Moderna', sans-serif;
	letter-spacing: 1px;
}
.helvetical h2 {
	color: #F80000;
	font-family : 'Helvetica Neue', Helvetica, 'MgOpen Moderna', sans-serif;
	font-weight: bold;
	
}
.helvetical p {
	line-height: 1.8em;
}
.helvetical .maincontent p {
	padding-right : 24px;
}
.h-icon {
	margin-left: 75px;
	margin-bottom:100px;
	border: 10px solid rgb(220,220,220);
}