/*
Theme Name: Mayden Status [status2]
Theme URI: status.mayden.co.uk
Description: A theme for the Mayden Status Page.
Author: Mayden Studios
Author URI: www.mayden.co.uk
Template:     wordpress-bootstrap-master
Version: 2
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready
*/

/* =Structure
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

body {
    padding: 0;
}
#main article footer,
.page-header {
    margin-top: 0;
}

.lead {
    font-size: inherit;
    font-weight: inherit;
}


#statuslist {
    font-size: 1.4em;
    padding:5px 15px;
    margin:0;
}

#statuslist .row {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.statusmessage {
    color: #888;
}

#statuslist span img {
    margin: -2px 10px 0 0;
}

#statuslist a {
    font-size: 1.2em;
    color: #333;
    min-width: 200px;
    display: inline-block;
    text-decoration: underline !important;
    text-decoration-color: #333;
}

#statuslist a:hover,
#statuslist a:focus,
a h3:hover,
a h3:focus {
    color: #337ab7;
    text-decoration: underline !important;
    text-decoration-color: #337ab7 !important;
}

@media screen and (max-width: 600px) {
    #statuslist a {
        font-size: 1em;
    }
}

h1 {
    font-size: 28px;
}

h3 {
    color: #333;
}

.page-header h1 {
    margin-top: 0;
}

.mayden-logo {
    width: 200px;
    padding: 6px 0 16px 0;
}

#content {
    padding-top:0;
}

.statuscircle {
    width:40px;
    height:40px;
    background: #94ba66;
    display: inline-block;
    border-radius: 100%;
    float: right;
    margin-bottom: 5px;
}

.statuscircle.online {background: #94ba66;}
.statuscircle.errors {background: #f27324;}
.statuscircle.offline {background: #a50e0e;}

article {
    border-bottom: 1px solid #eee;
}
