﻿/*
Theme Name: responsive-ezra
Description: Child theme for responsive theme
Author: Ben
Template: responsive
*/

/* write custom css */

/* some commands to hide the default theme components */

.main-nav {
    clear: both;
    display: none;
}

.post-edit-link{display:none;}

/* change default margins and fonts */

#content-full {
    margin-bottom: 20px;
    margin-top: 00px;
}

h1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 2.0em;
}

h3 {
    margin-top: 0.857em;
    margin-bottom: 0.857em;
    font-size: 1.8em;
    color: #750000;
}

#wrapper, .widget-wrapper {
    border: medium none;
}

/* change default colours */

.site-name a {
    color: #750000;
    font-weight: 700;
}

a {
    color: #900;
    font-weight: 400;
    text-decoration: none;
}