/*
Theme Name: Default
Theme URI: 
Description: Default Constructor Theme
Version: 0.1.9
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
#footer {
/*min-height:300px;*/
}
h3 {margin:0 0}
/*Post*/
#posts {
    font-size: 12px;
}
/*Remove all caps from header*/
#header .logo {
    text-transform: none;
}
/*Add wrap to header description*/
#header h2 {
    width:700px;
}
/*Change hyperlink color*/
a {
    color:#D64B00;
}
/*Adjust footer to wrap image*/
#footer .copy {
    font-size:.9em;
    text-align:left;
    width:60%;
    color:#000000;
}
/*Remove indent from posts*/
.hentry .entry p {
    text-indent:0px;
}
/*Reduce post header size*/
.hentry .title h2 {
font-size:1.5em;
}