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

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


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

body {
	background: #f4f4f4 url(../images/main.png) 0 0 repeat;
	color: #333;
}

a { color: #777; text-decoration: underline; }
a:hover { color: #8A0606; }

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

.error {
	color: #8A0606;
	text-shadow:
		0 -2px 0 rgba(0,0,0,0.9),
		0 2px 0 rgba(255,255,255,0.7);
}

.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%;
}

.message { width: 400px; }

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

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

