/*
 * ************************************************************* *
 * Name        : Errorpages.css                                  *
 * Theme URI   :                                                 *
 * Description : Error pages stylesheet.                         *
 * Version     : Version 1                                       *
 * Author      : CreativeMilk                                    *
 * Author URI  : www.creativemilk.net                            *
 * Updated     : 2013-11-08 14:02:15 +02:00                      *
 * Copyright   : (c) 2012 CreativeMilk                           *
 * ************************************************************* *
 */

@import url('http://themes.creativemilk.net/files/karma/leftsidebar/light/bootstrap/fontawesome/css/font-awesome.css');
@import url('helpers.css');

/*
 * ===============================================================
 * BASIC CSS SELECTORS
 * ===============================================================
 */
 
html{
	height     : 100%;
	min-height : 100%;
	margin     : 0;
	padding    : 0;
}
body{
	position    : relative;
	height      : 100%;
	min-height  : 100%;
	margin      : 0;
	padding     : 0;
	font-family : Arial, Helvetica, sans-serif;	
	font-size   : 13px;
	line-height : 20px;
}

/*
 * ===============================================================
 * LAYOUT
 * ===============================================================
 */
 
#error-container{
	height     : 100%;
	min-height : 100%;
	width      : 100%;
}
#error-box{
	height     : 100%;
	min-height : 100%;
	width      : 380px;
	padding    : 60px 40px 40px 40px;
}
header h1{
	width:100%;
	float:left;
	font-size   : 80px;
	font-weight : bold;
	line-height : 80px;
	margin      : 5px 0;
}
header h2{
	width:100%;
	float:left;
	font-size   : 16px;
	font-weight : normal;
	margin:0;
}
.error-content{
	float  : left;
	width  : 100%;
	margin : 30px 0;
}
.breadcrumb{
	float  : left;
	width  : 100%;
	margin : 30px 0 0 0;
}
.breadcrumb a:hover{
	text-decoration : underline;
}