/*
Theme Name:     John Gartrell
Theme URI:      http: //www.johngartrell.com/
Description:    Child theme for the Default theme 
Author:         John Gartrell
Author URI:     http: //www.johngartrell.com/about/
Template:       default
Version:        0.1.0
*/

#body {
margin: auto;
background-color: #000
}

#page {
margin: auto;
width: 90%;
/* background-color: green; */
}

#header {
color: red;
padding: 1em;
}

#header a:hover {
font-size: 1.1em;
}

#header a {
color: blue;
}

#header a:visited {
color: yellow;
}

.post {
background-color: #FFF;
}