@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

html,
body {
    height: 100%;
}

body {
    background-color: #e7e7e7;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Typo */
p {
    line-height: 28px;
    font-size: 16px;
}

pre,
code,
.posts {
    text-align: left;
}

.posts {
    margin-top: 20px;
}

.post h1, 
.post h2,
.post h3,
.post h4 {
    margin-top: 20px;
}

.posts .social-buttons {
    margin: 20px 0;
}

.posts .social-buttons a {
    margin-right: 5px;
}

.post img {
    display: block;
    margin: auto;
}

.centered {
    text-align: center;
}

a {
    color: #28598A;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0085CC;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.label a {
    color: #fff;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Navbar */
.navbar {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.navbar-inverse {
    padding: 5px 0;
}

.navbar-inverse {
    background-color: #34495e;
    border-color: #34495e;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #c9c5c6;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.pager li.page-number {
    display: inline-block;
    margin-top: 5px;
}

/* Content */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/* Footer */
#footer {
    height: 60px;
    text-align: center;
    padding-top: 25px;
}
