/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/error.css);
@import url(../css/color/red.css);

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

body {
	background: #0f0f0f url(../images/page.png) 0 0 repeat;
	color: #aaa;
}

.center {
	width: 800px;
	margin-left: -400px;
}

.error {
	color: #222;
	text-shadow:
		0 -2px 0 rgba(0,0,0,0.7),
		0 1px 0 rgba(255,255,255,0.1);
}

.error > span {
	display: inline-block;
	position: relative;
}

.error > span:before {
	content: "";
	position: absolute;
	top: 70%;
	left: -30px;
	right: -30px;
	height: 80px;
	background: url(../images/error.png) no-repeat;
	background-size: 100% 100%;
}

.title {
	text-shadow:
		0 -1px 0 rgba(0,0,0,1.0),
		0 0 6px rgba(0,0,0,0.5);
}

.message { width: 400px; }

/* Offline */
.error-offline .error > span:before { top: 65%; }
.error-offline .message { width: 350px; }

/* Browser */
.error-browser .message { width: 500px; }

