/**
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 */

@import url('http://fonts.googleapis.com/css?family=Noto+Sans:400,700');

/* Global Definitions */

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Noto Sans", arial, helvetica, verdana, sans-serif;
    font-size: 0.825em;
    color: #000;
}

img {
    border: none;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: #aaa;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #666;
}

h1 {
    display: none;
}

h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 2.0em;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.6em;
    font-weight: normal;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.5em;
}

input, select, textarea {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.9em;
}

/* ID Definitions */

#content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
}

#content > img {
    margin: 0 auto;
    padding: 20% 0 0 0;
    display: block;
}

footer {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 0.825em;
}

/* Class Definitions */

.pad {
    margin: 0;
    padding: 0 10px 0 10px;
}

.bold {
    margin: 0;
    padding: 0 5px 0 5px;
    color: #ce5403;
    font-size: 1.8em;
    font-weight: bold;
}

.button {
    margin: 0 auto 20px auto;
    padding: 10px;
    width: 200px;
    height: 20px;
    display: block;
    color: #333;
    font-weight: bold;
    background-color: #bbb;
    background: linear-gradient(#eee, #ababab);
    border-radius: 10px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #888;
    border-right: solid 1px #888;
    box-shadow: 0px 0px 4px 2px #bcbcbc;
}

.button:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-color: #2b190e;
    border: solid 1px #2b190e;
}

.comments {
    margin: 15px auto 0 auto;
    padding: 0;
    font-size: 0.9em;
    color: #666;
}

.social {text-align: center;}
.social > a {display: inline-block; margin: 0 12px 0 12px;}
