/*
=================================================
For: Greensboro, AL (http://.com)
Date: 2 March 2010
Notes: Megan and Ryan. Yes.
=================================================
*/


/*----
  MAIN
  ----*/
/* Browser defaults override */
a, em, h1, h2, h3, h4, h5, h6, img, p, pre, blockquote, label, ul, ol, li, dl, dd, fieldset, address {
	font-size: 1em;
	font-style: normal;
	margin: 0;
	padding: 0;
	outline: none;
	}

/*-----
  BEGIN
  -----*/
body {
	color: #23201a;
	background: #fff9ee;
	font: 13px/13px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}
h1 {
	color: #f15623;
	font-size: 72px;
	font-weight: bold;
	padding: 11px 5px 0 0;
	text-transform: uppercase;
	letter-spacing: -8px;
	padding-top: 32px;
	}
h4 {
	color: #f15623;
	font: bold 10px/10px helvetica, arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 3px;
	}
em {
	color: #33cc99;
	font: bold 16px/16px helvetica, arial, sans-serif;
	}
em:hover {
	color: #a0d7c5;
	}
.question em {
margin-right: 18px;
}
a {
	color: inherit;
	text-decoration: none;
	}
a img {
	border: none;
	}
a:hover {
	color: #5d5447;
	}
a:visited {
	color: inherit;
	}
p {
	line-height: 24px;
	padding-bottom: 18px;
	}
p.big {
	font: 16px/16px Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	}
p.top {
	margin-top: 36px;
	}
p.small {
	font: 10px/10px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding-top: 9px;
	}
p.story:first-letter {
	color: #f15623;
	float: left;
	font-size: 335%;
	font-weight: bold;
	padding: 11px 5px 0 0;
	text-transform: uppercase;
	}
ul {
	list-style: none;
	margin-left: -9px;
	margin-top: 9px;
	}
ol {
	color: #f15623;
	font: bold 16px/16px helvetica, arial, sans-serif;
	padding: 9px 0 18px 0;
	margin-left: 21px;
	}
ol.question {
	color: #33cc99;
	list-style-type: none;
	margin-left: -9px;
	}
ol p {
	color: #23201a;
	font: 13px/13px Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	padding-bottom: 9px;
	}
li {
	padding: 0 0 0 9px;
	}
#container {
	position: relative;
	margin: auto;
	margin-top: 72px;
	overflow: visible;
	width: 915px;
	}
.page {
	clear: both;
	padding-top: 18px;
	}
.illustration {
	float: left;
	width: 365px;
	margin-bottom: 90px;
	}
.illustration img {
	float: left;
	padding: 36px;
	}
.text {
	float: left;
	width: 464px;
	padding: 18px 18px 0 18px;
	margin-bottom: 90px;
	}
.option {
	float: right;
}
a.option {
	color: #33cc99;
	font: bold 16px/16px helvetica, arial, sans-serif;
	margin-left: 3px;
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/f.png) no-repeat; 
	}
a.option:hover {
	background: url(../images/f_hover.png) no-repeat;
	color: #a0d7c5;
}

/*----
  LAZY
  ----*/
.br {
	border-right: 1px dashed #cdc7bc;
	}
.bl {
	border-left: 1px dashed #cdc7bc;
	}
.mr {
	margin-right: 18px;
	}
.ml {
	margin-left: 18px;
	}
.pl {
	padding-left: 36px;
	}