/**
 * MBTA Alerts
 */

html, body {
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.3 Arial, sans-serif;
	color: #999;
}

body {
	background: #333 url('../img/bg.jpg') scroll no-repeat 37% -220px;
}

h1 {
	display: none;
}

h2 {
	margin-bottom: 0;
	font-size: 1.3em;
	margin-bottom: 0em;
	font-weight: bold;
	color: #ddd;
}

h3 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	color: #8BC0FF;
	font-style: italic;
	margin-left: -.45em;
}

#page ul { margin: 18px 24px 0 0; }
#page li { margin: .5em 0;}
#page a { color: #FEBA59; text-decoration: none; }

.clear { display: block; clear: both; }

/* structure */
#page { width: 890px; margin: 0 auto; padding: 10em 0 2em; }
#page .stage { 
	width: 100%; 
	margin: 0 0 0 auto; 
}

.column { float: left; width: 46%; margin-left: 8%; }
.column.first { margin-left: 0; }

h2 { margin: 0; }
.lead {
	font-size: 1.4em;
}

.section {
	background-color: rgb(0, 0, 0);
	opacity: 0.92;
	float: right;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 1%;
	padding-bottom: 18px;
	-moz-box-shadow: 0 0 36px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, .7);
	box-shadow: 0 0 36px rgba(0, 0, 0, .7);
	border: 1px solid #222
}

	.section p, .section h2, .section h3 {
		padding: 18px 24px 0;
		margin: 0;
	}
	
	.section h3 {
		margin-bottom: -.75em;
		margin-left: -.5em;
	}

	.section.lead {
		width: 80%;
		color: #bbb;
		line-height: 1.5;
	}
	
		.section.lead em {
			color: #fff;
			font-style: normal;
		}
	
	.section.warning {
		width: 80%;
		text-align: center;
	}
	
		.section.warning strong {
			color: #fff;
			font-size: 1.2em;
		}

	.section.followers {
		width: 45%;
		text-align: right;
		font-size: 3em;
		font-weight: bold;
		line-height: 1;
	}
	
		.followers p {
			margin-bottom: .5em;
		}
	
		.followers strong {
			font-size: 3.2em;
			display: block;
			line-height: 1.05;
			color: #fff;
			text-shadow: 0 0 24px rgba(255, 255, 255, .4);
		}
		
	.section.powered-by-frustration {
		width: 50%;
	}
	
	.section.how-it-works {
		width: 39%;
	}
	
	.section.how-it-came-to-be {
		width: 39%;
		clear: right;
	}
	
	.section.recent-tweets {
		width: 39%;
	}
	
	.section.general-feedback, .section.give-feedback {
		width: 80%;
	}