/* Reset
------------------------------ */

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background-color: transparent;
}
a {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 1em;
	vertical-align: baseline;
	background-color: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
mark {
	background-color: #FF9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
abbr[title], dfn[title] {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Global Styles
------------------------------ */

body {
	background-color: #FFF;
	color: #444;
	font: normal 1em/1.4 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a:link    { color: #069; }
a:visited { color: #534B38; }
a:hover,
a:active  { color: #39C; }



/* Header
------------------------------ */

header {
	background: #534B38 url(../images/bg-head-pattern.png) repeat-x 0 0;
}
	header .container {
		position: relative;
		width: 900px;
		height: 260px;
		margin: 0 auto;
	}

	header h1.title {
		position: absolute;
		top: 50px; left: 18px;
		width: 228px;
		height: 36px;
		background: url(../images/system-status.png) no-repeat 0 0;
		text-indent: -9999em;
		overflow: hidden;
	}
	header a.logo-beanstalk {
		position: absolute;
		top: 35px; right: 18px;
		width: 132px;
		height: 43px;
		background: url(../images/logo-beanstalk.png) no-repeat 0 0;
		text-indent: -9999em;
		overflow: hidden;
	}

	header section {
		position: absolute;
		bottom: 0;
		width: 900px;
		height: 130px;
		margin: 0 -6px;
		padding: 4px 6px 0;
		background: url(../images/bg-statuses.png) no-repeat 0 0;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
	}
		header section h1 {
			margin: .9em 0 0;
			font-size: 1.875em;
		}

	header section.status-ok {
		background-position: 0 0;
		color: #639975;
	}
		header section.status-ok h1 {
			color: #177345;
		}

	header section.status-problem {
		background-position: 0 -134px;
		color: #BF6030;
	}
		header section.status-problem h1 {
			color: #A64211;
		}

	header section.status-maintenance {
		background-position: 0 -268px;
		color: #5995B2;
	}
		header section.status-maintenance h1 {
			color: #2E7599;
		}



/* Page
------------------------------ */

.page {
	width: 900px;
	margin: 0 auto;
}

	#bar {
		margin: 0 0 3em;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
		padding: 1em;
		background-color: #F0F0F0;
		text-align: center;
		font-size: .75em;
	}
		#bar ul li {
			display: inline;
			margin: 0 1em;
			list-style: none;
		}
		#bar ul li a {
			padding-left: 19px;
			background: url(../images/i-actions.png) no-repeat 0 0;
			color: #666;
		}
		#bar ul li a:hover {
			color: #222;
		}

		#bar ul li a.link-rss     { background-position: 0 0; }
		#bar ul li a.link-twitter { background-position: 0 -50px; }
		#bar ul li a.link-support { background-position: 0 -100px; }
		#bar ul li a.link-email   { padding-left: 21px; background-position: 0 -148px; }

	#updates {
		padding: 0 20px;
		font-size: .9em;
	}
		#updates h2 {
			margin: 3em 0 -1.25em;
			color: #000;
		}
		#updates article {
			position: relative;
			width: 540px;
			margin-bottom: 1.75em;
			margin-left: 160px;
			padding-left: 160px;
			overflow: hidden;
		}
			#updates article time {
				position: absolute;
				top: 0; left: 0;
				width: 140px;
				color: #AAA;
				text-align: right;
			}
			#updates article .status {
				display: none;
			}
			#updates article h3 {
				margin: 0 0 .5em;
				color: #000;
				line-height: 1.3;
				font-weight: bold;
				font-size: 1em;
			}



/* Footer
------------------------------ */

footer {
	width: 860px;
	margin: 8em auto 0;
	border-top: 1px solid #EEE;
	padding: 20px;
	color: #AAA;
	text-align: center;
	font-size: .75em;
}
	footer hr {
		display: none;
	}
	footer a:link,
	footer a:visited {
		color: #AAA;
	}
	footer a:hover {
		color: #222;
	}
	footer ul {
		margin-bottom: 1em;
	}
		footer ul li {
			display: inline;
			margin: 0 .75em;
			list-style: none;
		}