/*
 * Theme Name: Color Box
 * Theme URI: http://junetree.org/
 * Description: A minimalist and SEO friendly content-focused blog template, with randomly generated mid-tone colors. Fully XHTML 1.0 Strict compliant with builtin PHP Tidy formatting.
 * Version: 0.1
 * Author: Jameson Williams
 * Author URI: http://www.jamesonwilliams.com
 * Tags: white, flexible-width, custom-colors 
 *
 * Color Box 0.1 
 */

body, html {
    height: 100%;
    min-height: 100%;
}
body {
    font-size: smaller;
    margin: 0;
    font-family: sans-serif;
}
a {
    text-decoration: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    float: center;
}
.navigation {
    height: 20px;
}
#header, #page {
    width: 760px;
    margin-right: 7%;
    margin-left: auto;
    border-left: dashed 1px #e0e0e0;
    padding: 1px 20px 1px 20px;
}
#page {
    min-height: 100%;
}
#top {
    border-bottom: dashed 1px #e5e5e5;
}
#header {
    padding-top: 5%;
}
a {
    color: peru;
}
a:hover {
    border-bottom: solid 1px;
    background-color: lightyellow;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #3d3d57;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    background-color: white;
    color: #3d5d87;
    border: none;
}
h1 {
    font-size: xx-large;
}
h1 a {
    font-size: larger;
    text-transform: lowercase;
}
input, textarea {
    background-color: white;
    border: dotted 1px gray;
}
#respond textarea {
    float: left;
    margin-right: 10px;
}
#respond p {
    margin: 3px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.single {
    margin: 5% 12.5% 5% 12.5%;
}
#footer {
    font-size: smaller;
    padding-bottom: 3%;
}
/*
a img {
    border-style: dotted;
    border-width: thin;
    border-color: #e0e0e0;
}
a img:hover {
    border-color: gray;
} */
a img {
    border: none;
}
.hentry {
    padding: 1%;
    float: left;
    width: 29%;
    margin: 1%;
    height:200px;
    overflow: hidden;
    border: solid 1px #e0e0e0;
}
.hentry:hover {
    border: dashed 1px gray;
}
.hentry a {
    color: burlywood;
}
