/**
 * J!Blank Template for Joomla by Joomla-book.ru
 * @category   JBlank
 * @author     smet.denis <admin@joomla-book.ru>
 * @copyright  Copyright (c) 2009-2012, Joomla-book.ru
 * @license    GNU GPL
 * @link       http://joomla-book.ru/projects/jblank JBlank project page
 */

/**************************************************** offline page ****************************************************/
.offline-page {
    padding: 30px 10px;
    background: #f0f0f0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.offline-page .container {
    width: 400px;
    padding: 30px 50px 50px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
    background: #fcfcfc;
}

.offline-page .offline-image {
    margin: 0 auto;
    max-width: 400px;
    max-height: 300px;
    border: none !important;
}

.offline-page .offline-image-wrapper {
    text-align: center;
}

.offline-page h1 {
    margin: 0 10px;
    text-align: center;
}

.offline-page h1 span {
    color: #bbb;
}

/**************************************************** system messages *************************************************/
#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message > dt {
    font-weight: bold;
    display: none;
}

#system-message > dd {
    margin: 0;
    font-weight: bold;
    text-indent: 30px;
}

#system-message > dd > ul {
    color: #0055BB;
    background-position: 4px top;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
    line-height: 1.5em
}

#system-message > .message > ul {
    background-color: #C3D2E5;
    background-image: url(../images/system/notice-info.png);
}

#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
    color: #c00;
}

#system-message > .error > ul {
    background-color: #E6C0C0;
    background-image: url(../images/system/notice-alert.png);
    border-color: #DE7A7B;
}

#system-message > .warning > ul {
    background-color: #E6C8A6;
    background-image: url(../images/system/notice-note.png);
    border-color: #FFBB00;
}

#system-message > .notice > ul {
    background-color: #EFE7B8;
    background-image: url(../images/system/notice-note.png);
    border-color: #F0DC7E;
}

/***************************************************** error page *****************************************************/
.error-page {
    padding: 30px 10px;
    background: #f0f0f0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.error-page .container {
    width: 450px;
    padding: 30px 50px 50px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
    background: #fcfcfc;
}

.error-page .error-message {
    white-space: pre-wrap;
}
