﻿/** 
 *
 * Robotik HTML Error Pages v 1.1
 * Developed by MogooLab - www.mogoolab.com
 *
 **/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, menu, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
        outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul, menu {
	list-style: none;
}
table {
        border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:hover, a:active {
	text-decoration:none;
}



/******************************************************************************/

body, html {
  width:100%;
  margin:0 auto;
  padding:0;
}

body {
  background: #f2f2f2 url("../images/background.png") top left;
}

/* page wrappers **************************************************************/


/* page Wrapper */
.wrapper { 
  	width:100%;
  	margin:-200px auto 0;
  	display:table;
	position:absolute;
	top:50%;
	background: url("../images/container_background.png") repeat-x scroll left top transparent;
}

/* content wrapper */
.mainWrapper {
    margin: 0 auto;
    position: relative;
    width: 830px;	
}

/* main holders */
/* left holder - Logo, 404 Error */
.leftHolder {
    border-right: 1px solid #A99159;
    display: block;
    float: left;
    height: 269px;
    margin: 41px 0 0;
    position: relative;
    width: 410px;
}

/* right holder - Message, Robot, Try to, Search Form */
.rightHolder {
    display: block;
    float: right;
    height: 351px;
    margin: 0 0 31px;
    width: 419px;
}

/* your logo */
.logo {
    /*background: url("../images/ipl-logo.gif") no-repeat scroll left top transparent;*/
    display: block;
    height: 80px;
    margin: -160px 0 0 -50px;
    text-indent: -9999px;
    width: 300px;
}

/* robot message holder */
.message {
    background: url("../images/message_stick.png") no-repeat scroll 41px 100% transparent;
    display: block;
    float: right;
    font-family: 'Istok web',sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: -30px 0 30px;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
}
/* robot message text */
.message p {
    background: none repeat scroll 0 0 #41444B;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    padding: 10px;
    width: 319px;
}

.messageHighlight {
    color: #FFFF00;
}

/* error 404 */
.errorNumber {
    /*background: url("../images/404.png") no-repeat scroll left top transparent;*/
    display: block;
    float: left;
    height: 137px;
    left: 0;
    margin: 100px 0 0 -50px ;
    text-align: center;
    top: 52px;
    width: 335px;
}

.errorFont {
    font-family: 'Dancing Script','Vijaya', 'Arial Narrow'  ;
    color: #FFFFFF;
    font-size: 170px;
    letter-spacing: 0.1em;
    text-shadow: 6px 2px 6px rgba(147, 150, 150, 1);
}

.robotik {
    display: block;
    float: left;
    height: 129px;
    margin: 0 19px 47px 72px;
    width: 126px;
}

/* try to */

.tryToMessage {
    color: #000000;
    display: block;
    float: left;
   	font-family: 'Istok Web',sans-serif;
    font-size: 15px;
    height: 129px;
    margin: 8px 0 0 5px;
    width: 190px;
}

.tryToMessage ul {
    font-size: 13px;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
}

.tryToMessage ul li {
    background: url("../images/list_bullet.png") no-repeat scroll left top transparent;
    display: block;
    margin: 0 0 0 10px;
    padding: 4px 0 4px 10px;
}


.tryToMessage ul li a {
    color: #4F4115;
    font-weight: bold;
}
.tryToMessage ul li a:hover {
	color:#261f09;
}

.SupportBlock {
    display: block;
    float: left;
   	font-family: 'Istok Web',sans-serif;
    font-size: 15px;
    margin: 8px 0 0 15px;
}


.SupportBlock a {
    color: #4F4115;
    font-weight: bold;
}
.SupportBlock a:hover {
	color:#261f09;
}



footer {
    float: left;
    padding: 20px 0 0;
    width: 830px;
}

/* footer copy */
footer p.copy {
    color: #41444b;
    float: left;
    font-family: 'Istok Web',sans-serif;
    font-size: 0.7em;
    margin: 3px 0 0;
    text-align: left;
    width: 300px;
}


body.square {
	background:url("../images/background_square.png") top left !important;
}

body.hash {
	background:url("../images/background_hash.png") top left !important;
}

body.rhash {
	background:url("../images/background_rhash.png") top left !important;
}

body.dline {
	background:url("../images/background_dline.png") top left !important;
}

body.line {
	background:url("../images/background_line.png") top left !important;
}

body.vline {
	background:url("../images/background_vline.png") top left !important;
}

