/*
Theme Name: Bluefuse Nova
Description: Vanila theme for bluefuse websites
Version: 1.0.0
Theme URI: http://www.bluefusesystems.co.uk
Author: Hugo Burguete for Blue Fuse Systems
Author URI: http://www.bluefusesystems.co.uk
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* General Styles */

html * { box-sizing: border-box; }
html {
    height: 100%;
}
body {
    background: rgba(0,0,0,0.05);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
}
.wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}
#content {
    /*background: #fff;*/
 }

/* Text */
/* Ref: http://joshnh.com/weblog/how-to-set-up-a-baseline-grid/ */
h1 {
    font-size: 3em; /* 48 / 16 */
    line-height: 1em; /* 48 / 48 */
    margin-bottom: .5em; /* 24 / 48 */
}
h2 {
    font-size: 2.25em; /* 36 / 16 */
    line-height: 1.333333333333333em; /* 48 / 36 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h3 {
    font-size: 1.5em; /* 24 / 16 */
    line-height: 1em; /* 24 / 24 */
    margin-bottom: 1em; /* 24 / 24 */
}
h4 {
    font-size: 1.3125em; /* 21 / 16 */
    line-height: 1.142857142857143em; /* 24 / 21 */
    margin-bottom: 1.142857142857143em; /* 24 / 21 */
}
h5 {
    font-size: 1.125em; /* 18 / 16 */
    line-height: 1.333333333333333em; /* 24 / 18 */
    margin-bottom: 1.333333333333333em; /* 24 / 18 */
}
h6 {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}
p {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}
strong, b {
    font-weight: 700;
}
em, i {
    font-style: italic;
}
a {
    color: #2C74BA;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Other elements */
ul {
    font-size: 14px;
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 10px;
}
ol {
    font-size: 14px;
    margin-left: 30px;
    list-style: decimal-leading-zero;
    margin-bottom: 10px;
}
ol li,
ul li {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
blockquote {
    margin: 0 40px;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

/* Header */
header#page-header {
    background: #424040;
}
.header-content {
    position: relative;
}
header#page-header h1, .logo {
    background: url(assets/img/logo.png) no-repeat;
    width: 170px;
    height: 50px;
    display: block;
    text-indent: -2000px;
    margin: 0 0 10px 10px;
}
header#page-header #searchform label {
    color: #fff;
}
#main-nav {
    overflow: hidden;
    padding: 20px;
    list-style: none;
    margin: 0;
}
#main-nav li {
    float: left;
}
#main-nav li a {
    color: #fff;
}
#mobile-menu-toggle {
    display: none;
}

/* Content */
article.post {
    padding: 20px;
    margin: 30px;
    background-color: #FFF;
    box-shadow: 0px 0px 1px #CCC;
}
.single article.post {
    margin: 0;
    padding: 30px 20px;
}
.page-article,
.error-404 {
    background: #FFF;
    padding: 20px;
}
#pagination {
    clear: both;
    padding: 10px 0;
}
#pagination {
    list-style: none;
    margin: 0px;
    overflow: hidden;
}
#pagination .nav-next {
    float: left;
}
#pagination .nav-previous {
    float: right;
}

/* Sidebar */
#sidebar {
    width: 350px;
    float: right;
}

/* Footer */
footer#page-footer {
    background: #424040;
    height: auto;
    clear: both;
}
#footer-nav {
    overflow: hidden;
    padding: 15px 0;
    float: left;
}
#footer-nav ul {
    list-style: none;
    margin: 0;
}
#footer-nav ul li {
    float: left;
    margin-left: 10px;
}
#footer-nav ul li:first-child {
    margin-left: 0px;
}
#footer-nav ul li a {
    color: #fff;
}
footer#page-footer p {
    padding: 15px 0;
    margin-bottom: 0;
}
footer#page-footer p.bluefuse {
    float: right;
}
footer#page-footer p.bluefuse a {
    color: #fff;
    text-decoration: none;
}
footer#page-footer p.bluefuse a:hover {
    text-decoration: underline;
}