﻿@charset "utf-8";
/* CSS Document */

/* === Custom font === */



/* === General stuff === */

html, body {
    height: 100%;
    background: #186aa9 url(../images/error/sky-background.png) top repeat-x;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: Arial,'Microsoft YaHei', sans-serif;
}

a {
    color: #3680b1;
}

    img, a img {
        border: 0px none;
        outline: none;
    }

/* === Preloader === */

#universal-preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.96;
    background: url(../images/error/sky-background.png) repeat;
    z-index: 999999999;
}

    #universal-preloader > .preloader {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
    }

.universal-preloader-preloader {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* === Main Section === */

#wrapper {
    width: 980px;
    margin: 0px auto;
    position: relative;
    height: 100%;
    background: url(../images/error/sky-shine.jpg) top left no-repeat;
}

h1.not-found-text {
    font-size: 30px;
    color: #fff;
    font-family: "Microsoft YaHei";
    letter-spacing: 2px;
    margin-bottom: 20px;
}

div.not-found-text {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 430px;
}

div.graphic {
    position: absolute;
    top: 80px;
    left: 0px;
    background: url(../images/error/404.png) top left no-repeat;
    width: 494px;
    height: 331px;
}

div.planet {
    position: absolute;
    bottom: -1100px;
    margin: 0px auto;
    width: 980px;
    background: url(../images/error/planet.png) center no-repeat;
    height: 1920px;
    z-index: 0;
}

div.dog-wrapper {
    position: absolute;
    bottom: 300px;
    left: 440px;
}

div.dog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    z-index: 999;
    background: url(../images/error/dog.png) 0px 0px no-repeat;
}

div.search {
    position: absolute;
    top: 145px;
    right: 0px;
    width: 340px;
    background: #eeeeee;
    box-shadow: 1px 1px 0 #ffffff inset, 5px 5px 0px #3680b1;
    color: #555555;
    font-size: 14px;
    text-shadow: 1px 1px 0 #ffffff;
    border-radius: 30px;
    padding: 10px;
    z-index: 999;
}

    div.search input[type=submit]:hover {
        background: #ffffff url(../images/error/search.png) center center no-repeat;
        cursor: pointer;
    }

    div.search input[type=submit] {
        box-shadow: 1px 1px 0 #ffffff inset, 5px 5px 0px #3680b1;
        background: #eeeeee url(../images/error/search.png) center center no-repeat;
        border-radius: 50px;
        position: absolute;
        top: 0px;
        right: 380px;
        width: 50px;
        height: 40px;
        border: none;
    }

    div.search input[type=text] {
        padding: 0px 10px;
        border: 0px none;
        background: none;
        color: #999999;
        width: 300px;
        height: 20px;
    }

div.top-menu {
    position: absolute;
    top: 200px;
    right: 0px;
    color: #ffffff;
    z-index: 998;
}

    div.top-menu a {
        text-decoration: none;
        color: #eeeeee;
        margin: 0px 5px;
        font-size: 16px;
    }

        div.top-menu a:hover {
            color: #abd7fa;
        }

div.dog-bubble {
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    height: 179px;
    width: 246px;
    background: url(../images/error/bubble.png) top center no-repeat;
    padding: 20px 0px;
    position: absolute;
    bottom: 0px;
    left: 30px;
    z-index: 999;
    opacity: 0;
    color: #555555;
    font-size: 14px;
    text-shadow: 1px 1px 0 #ffffff;
}

    div.dog-bubble > p {
        text-align: center;
        padding: 0px 35px;
    }

div.bubble-options {
    opacity: 0;
    visibility: hidden;
    display: none;
}
/*--------------------------------------*/
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 9999999999;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url('../images/error/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}
/*------------------------------------------------*/
