body {
	background-image: url(../img/step-gradient.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.mainBox {
	opacity: 1;
}

p {
	max-width: none;
	font-size: 1.125em;
}

.screenshot {
	margin: 1.5em .5em;
	text-align: center;
}

.screenshot img {
	/*	border: 5px #E4E4E4 solid;*/
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
	margin: 0 auto;
}

h2 {
	font-weight: bold;
	margin-top: 1.25em;
}

ul { font-size: 1em; }

.reportsBox {
	background-color: #EAEBF4;
	border-width: 1px solid black;
	overflow: auto;
	padding: 20px 0;
	margin: 0 -50px 1em -50px;
}

.reports {
	position: relative;
	float: left;
	font-size: .875em;
	border-color: #BCBED1;
	border-style: dotted;
	margin: 0;
}

.reports h3 {
	text-align: center;
	color: #73768F;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 .5em 0;
}

.trafficReports {
	width: 565px;
	padding-left: 40px;
	padding-right: 20px;
	border-width:  0 1px 0 0;
}

.contentReports {
	left: -1px;
	width: 179px;
	padding-left: 20px;
	padding-right: 40px;
	border-width: 0 0 0 1px;
}

.rootList, .metricList {
	padding: 0;
	font-size: 1em;
	float: left;
	width: 100%;
	margin-left: 0;
}

.rootList li, .metricList li {
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	width: 100%;
}

.trafficReports .rootList li {
	height: 13em;
	width: 112px;
}

.content { padding: 0 0 5px 0; }

.reports p {
	padding: 5px 10px;
	margin: 0;
	font-size: 1em;
}

.rootList li h4 {
	padding: 5px 10px;
	margin: 0;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

.overview { background-color: #BCD5EE; }
.overview h4 { background-color: #7A9CC2; }

.content { background-color: #ECD2BA; }
.content h4 { background-color: #C3814D; }

.ads { background-color: #DAF3C3; }
.ads h4 { background-color: #85A965; }

.direct { background-color: #E9BDB9; }
.direct h4 { background-color: #C0615A; }

.referrals { background-color: #EBEEBA; }
.referrals h4 { background-color: #BBC356; }

.search { background-color: #E8BACE; }
.search h4 { background-color: #BF8DA2; }

.rootList h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.metricList li {
	border-top: 1px #AAADC4 solid;
	background-color: #C1C4DE;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	margin-bottom: .25em;
}

.metricList strong { color: #535569; }

.emailBox { position: relative; }
#emailExampleBox {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.75);
	background-color: #7C7E8E;
	padding: 2em 0 0 0;
}
.emailExampleButtons {
	padding: .5em;
	text-align: center;
	font-size: 1em;
}
.emailExampleButtons button { font-size: 1em; }

