/* Reset
---------------------------------------- */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD,
ARTICLE, ASIDE, CANVAS, DETAILS, EMBED,
FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP,
MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY,
TIME, MARK, AUDIO, VIDEO {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE,
FOOTER, HEADER, HGROUP, MENU, NAV, SECTION {
	display: block;
	}
OL, UL {
	list-style: none;
	}
BLOCKQUOTE, Q {
	quotes: none;
	}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content: '';
	content: none;
	}
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
	}

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

HTML, BODY {
	min-height: 100%;
	}

BODY {
	text-shadow: 0 1px 0 #fff;
	background: #E3E6E9;
	background: #E3E6E9 -moz-linear-gradient(top, #E3E6E9 0%, #E3E6E9 196px, #F2F4F6 197px, #EFF2F4 197px, #EFF2F4 100%);
	background: #E3E6E9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E6E9), color-stop(196px,#E3E6E9), color-stop(197px,#F2F4F6), color-stop(197px,#EFF2F4), color-stop(100%,#EFF2F4));
	background: #E3E6E9 -webkit-linear-gradient(top, #E3E6E9 0%,#E3E6E9 196px,#F2F4F6 197px,#EFF2F4 197px,#EFF2F4 100%);
	background: #E3E6E9 -o-linear-gradient(top, #E3E6E9 0%,#E3E6E9 196px,#F2F4F6 197px,#EFF2F4 197px,#EFF2F4 100%);
	background: #E3E6E9 linear-gradient(to bottom, #E3E6E9 0%,#E3E6E9 196px,#F2F4F6 197px,#EFF2F4 197px,#EFF2F4 100%);
	background-repeat: repeat-x;
	font: 15px/1.466 Arial, Helvetica, sans-serif;
	color: #000;
	}
A {
	text-decoration: none;
	}
A:link,
A:visited {
	color: #1f73c8;
	}
A:hover,
A:active {
	color: #599bfb;
	}

/* Header
---------------------------------------- */
HEADER {
	position: relative;
	width: 900px;
	height: 270px;
	margin: 0 auto;
	background: url(../img/bg-header.png) no-repeat 100% 100%;
	}
	HEADER .p-status-logo {
		position: absolute;
		top: 47px;
		}
		HEADER .p-status-logo SPAN {
			position: absolute;
			text-indent: -9999px;
			}
	HEADER:before {
		position: absolute;
		bottom: 0;
		right: 0;
		content: ' ';
		width: 389px;
		height: 300px;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		}

/* Status Icon */
.p-status-state-images {
	position: absolute;
	right: 40px;
	bottom: 0;
	}
.p-status-state {
	position: absolute;
	left: 38px;
	top: 10px;
	width: 50px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	.p-status-state IMG {
		display: block;
		max-width: 50px;
		}
/*
.p-status-ok HEADER:before {
	background-image: url(../img/status-ok.png);
	}
.p-status-problem HEADER:before {
	background-image: url(../img/status-problem.png);
	}
.p-status-notifications HEADER:before {
	background-image: url(../img/status-notifications.png);
	}
.p-status-slowly HEADER:before {
	background-image: url(../img/status-slowly.png);
	}
.p-status-maintenance-work HEADER:before {
	background-image: url(../img/status-maintenance-work.png);
	}
.p-status-payments-problems HEADER:before {
	background-image: url(../img/status-payments-problems.png);
	}
.p-status-integrations-problems HEADER:before {
	background-image: url(../img/status-integrations-problems.png);
	}
.p-status-scrapbook-problems HEADER:before {
	background-image: url(../img/status-scrapbook-problems.png);
	}
.p-status-update HEADER:before {
	background-image: url(../img/status-update.png);
	}
.p-status-ljtalk-problems HEADER:before {
	background-image: url(../img/status-ljtalk-problems.png);
	}
.p-status-fishing HEADER:before {
	background-image: url(../img/status-fishing.png);
	}
.p-status-ddos HEADER:before {
	background-image: url(../img/status-ddos.png);
	}
.p-status-cache-problems HEADER:before {
	background-image: url(../img/status-cache-problems.png);
	}
*/
/* Content
---------------------------------------- */

.p-status-main:after, 
.p-status-header:after, 
.p-status-body:after, 
.p-status-updated:after {
	display: block;
	visibility: hidden;
	content: " ";
	clear: both;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
	}

.p-status-content {
	margin: 0 auto;
	width: 900px;
	}
	.p-status-content H1 {
		position: relative;
		margin: 20px 0;
		padding:0 5em 0 0;
		line-height: 20px;
		font-size: 1.8em;
		font-weight: normal;
		}
	.p-status-content H2 {
		margin: 1em 0;
		padding: 0;
		font-size: 24px;
		}
	.p-status-content H3 {
		margin: 1em 0 0.5em 0;
		font-size: 22px;
		}
	.p-status-content H4 {
		margin: 0.6em 0 0.5em 0;
		padding: 0;
		font-size: 20px;
		}
	.p-status-content P {
		margin: 0 0 .3em;
		}
	.p-status-content EM,
	.p-status-content I {
		font-style: italic;
		}
	.p-status-content STRONG,
	.p-status-content B {
		font-weight: bold;
		}
	.p-status-content ABBR[title] {
		border-bottom: 1px dotted;
		cursor: help;
		}
	.p-status-content SMALL {
		font-size: 12px;
		}
	.p-status-content TABLE {
		width: 100%;
		line-height: 18px;
		border: 0;
		font-size: 12px;
		}
	.p-status-content TR {
		background: #e5e8e9;
		border-left:none;
		border-right:none;
		}
	.p-status-content TR:nth-child(odd) {
		background: #F6F6F6;
		}
	.p-status-content TH {
		width: 213px;
		padding:5px 22px;
		white-space: nowrap;
		vertical-align: top;
		font-weight: normal;
		text-align: left;
		}
	.p-status-content TD {
		padding:5px 22px;
		vertical-align: top;
		text-align: left;
		}
	.p-status-content PRE,
	.p-status-content TT {
		font: 100% Monaco, Consolas, "Courier New", monospace;
		}
	.p-status-content PRE {
		margin: 0 0 1.384em;
		}
	.p-status-content UL,
	.p-status-content OL {
		margin: 1.384em 0;
		padding: 0;
		}
	.p-status-content LI {
		margin: 0 0.2em 0 2.5em;
		padding: 0;
		}
		.p-status-content OL LI {
			list-style: decimal;
			}
		.p-status-content UL LI {
			list-style: disc;
			}

/* View page
---------------------------------------- */

.p-status-main {
	padding-bottom: 100px;
	}
.p-status-login {
	position: absolute;
	right: 0;
	top: 15px;
	}
	.p-status-login DT,
	.p-status-login DD {
		display: inline-block;
		}
	.p-status-login DT {
		margin-right: 15px;
		}
.p-status-wrapper {
	border-radius: 6px;
	background: #f6f6f6;
	}
.p-status-header {
	position: relative;
	overflow: hidden;
	padding: 10px 20px 10px 100px;
	border-radius: 6px 6px 0 0;
	background: #e7e7e7;
	}
	.p-status-header H1 {
		float: left;
		margin: 0;
		font-size: 1.7em;
		}
.p-status-index .p-status-header {
	padding: 20px;
	}
.p-status-body {
	overflow: hidden;
	padding: 20px 20px 6px 45px;
	}
	.p-status-body .p-status-update {
		margin: 0 0 25px;
		}
	.p-status-body .p-status-update DT {
		margin: 0 0 15px;
		}
.p-status-header .p-status-update {
	float: left;
	margin-right: 25px;
	}
.p-status-bar {
	position: relative;
	margin: 0 0 25px 0;
	}
	.p-status-bar DT {
		font-size: .9em;
		color: #999;
		}
	.p-status-bar DD {
		margin: 0 0 3px 0;
		color: #222;
		}
	.p-status-bar .p-status-bar-title {
		font-size: 1.2em;
		}
	.p-status-bar .p-status-bar-message {
		font-size: .9em;
		}
	.p-status-bar .p-status-bar-lang {
		position: absolute;
		top: 0;
		left: -37px;
		padding: 4px 0 0;
		text-transform: uppercase;
		color: #A7A7A7;
		}
.p-status-updated DT,
.p-status-updated DD {
	display: inline;
	}
.p-status-edit {
	float: left;
	width: 415px;
	}
.p-status-submit {
	float: right;
	}
.p-status-cancel {
	margin-right: 10px;
	}
.p-status-btn {
	overflow: visible;
	padding: 10px 25px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #518593;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #0B6294;
	text-transform: uppercase;
	background: #6ED1FF;
	background: -moz-linear-gradient(top, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ED1FF), color-stop(3%,#1BB5FD), color-stop(100%,#158FC8));
	background: -webkit-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	background: -o-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	background: -ms-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ED1FF', endColorstr='#158FC8',GradientType=0 );
	background: linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	color: #FFFFFF;
	}
.p-status-log {
	padding: 5px 15px 15px;
	}
.p-status-message {
	float: none;
	width: auto;
	}
	.p-status-edit-input-text {
		width: 250px;
		}
	.p-status-edit-message {
		width: 400px;
		height: 140px;
		}
	.p-status-edit-input-text,
	.p-status-edit-message {
		padding-left: 4px;
		font-family: Arial, sans-serif;
		font-size: 15px;
		color: #222;
		}
.p-status-edit-default {
	clear: both;
	font-size: 12px;
	}
	.p-status-edit-default INPUT {
		margin-left: 0;
		}
	.p-status-edit-default P {
		color: #999;
		}
	
/* Footer
---------------------------------------- */
FOOTER {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
	color: #a4aaae;
	}
	FOOTER H2 {
		text-align: center;
		line-height: 18px;
		font-size: 18px;
		font-weight: normal;
		}

/* Social Menu */
.p-status-social-menu {
	padding:30px 0 0 45px;
	text-align: center;
	font-size: 12px;
	}
	.p-status-social-menu LI {
		position: relative;
		display: inline;
		padding:0 45px 0 20px;
		line-height: 16px;
		}

/* Other Devices */

@media screen and (max-width: 56.25em){
	BODY {
		text-shadow: 0 1px 0 #fff;
		background: #E3E6E9;
		font: 15px/1.466 Arial, Helvetica, sans-serif;
		color: #000;
		}
	IMG {
		width: 50%;
		height: auto;
		}
	HEADER {
		width: 100%;
		height: auto;
		background: none;
		}
		HEADER .p-status-logo SPAN {
			display: none;
		}
		HEADER:before {
			display: none;
			}
		HEADER P {
			padding-top: .8em;
			text-align: left;
			}
		HEADER .p-status-logo {
			position: static;
			}
		.p-status-main {
			padding-bottom: 0.5em;
			}
		.p-status-state-images {
			width: 12%;
			}
	.p-status-content {
		width: 100%;
		}
		.p-status-content H1 {
			padding: 0 !important;
			}
	.p-status-index .p-status-header {
		padding: 1.3em;
		}
	.p-status-header H1 {
		float: none;
		}
	.p-status-updated {
		margin: .2em 0 0;
		}
}

@media screen and (max-width: 30em){
	IMG {
		width: 80%;
		height: auto;
		}
	HEADER P {
		text-align: center;
		}
	.p-status-state-images {
		display: none;
		}
}

