/* RESET AND GLOBALS */
html, body, div, object, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label {margin:0; padding:0;}
html {height:100%;}
body {font:62.5% Georgia; color:#AAA; background:#1A1A1A; height:100%;}
img {border:0;}
ol, ul {list-style-type:none;}
:focus {outline:0;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/* LINKS */
a:link, a:visited {
	text-decoration:none;
	color:#9FC56D;
}
a:hover, a:active {
	color:#666;
}

/* STRUCTURE */
#shell {
	width:808px;
	background:url(../images/mountain.png) no-repeat bottom center;
	margin:0 auto;
	padding:80px 80px 130px 80px;
	position:relative;
}
.wideCol {
	width:294px;
	float:left;
	margin-right:30px;
	padding-top:20px;
}
.thinCol {
	width:160px;
	float:left;
}

/* CONTENT */
#intro {
	font-size:1.6em;
	line-height:1.8em;
	margin-bottom:30px;
}
h1 {
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:1px;
	width:100%;
	padding-bottom:4px;
	border-bottom:1px solid #AAA;
}
h2 {
	margin-bottom:7px;
}
.copy {
	font:1.1em Arial;
	line-height:1.6em;
}
#cover {
	margin:0 12px 12px 0;
}
#email {
	font-size:1.1em;
	font-style:italic;
	margin:0;
}
.subscriptionMsg, .subscriptionMsgErr {
	font-size:1.6em;
	font-style:italic;
	color:#1A1A1A;
	padding:5px;
}
.subscriptionMsg {
	background-color:#9FC56D;
}
.subscriptionMsgErr {
	background-color:#ED1C24;
}
.subscriptionMsg, .subscriptionMsgErr, #email {
	margin-bottom:28px;
}
form {
	margin-bottom:30px;
}
#emailField {
	color:#1A1A1A;
	background-color:#AAA;
	width:145px;
	border:0;
	margin:0 0 0 0;
	padding:2px;
}
#joinBtn, #unsubBtn {
	font-family:Georgia;
	color:#9FC56D;
	background-color:#1A1A1A;
	border:0;
	cursor:pointer;
	margin:0;
}
#joinBtn {
	margin:0 0 0 6px;
}
#unsubBtn {
	font-size:.9em;
}
#joinBtn:hover, #unsubBtn:hover {
	color:#666;
}
#readMore {
	font-size:1.6em;
	line-height:1.5em;
	border-bottom:1px solid #AAA;
	padding:17px 0 10px 0;
}
#readMore span {
	font-size:.75em;
	font-style:italic;
	display:block;
}
.note {
	font-style:italic;
	margin-top:10px;
}
