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

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

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

body {
	background: #eaeae6 url(../images/texture/cardboard/main.png) 0 0 repeat;;
	color: #45484C;
}

a { color: #ea5353; }
a:hover { color: #4cd1d0; }

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


.error { text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 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; }

