/*
Theme Name: Clean
Author: Morgan O'Neal
Author URI: http://ghostbyte.com
.
*/

body {
    background-color: #ddd;
}
a, h1, h2, h3, h4, h5, h6 {
    color:#214E73;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#header {
    background-color: #000;
    color: #fff;
}

.box {
    background-color: #fff;
/*
*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 2px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    margin-bottom: 10px;
/*
    -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
*/

}
#container .box {
    border: 1px solid #ccc;
    background-image: -moz-linear-gradient(-90deg,#ececec,#fff);
    -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#fff));
}
#header ul {
    list-style: none;
    margin: 0 1.5em;
}
#header ul li {
    display: inline;
    font-size: 1.2em;
    padding: 0 1em;
    border-right: 1px solid #666;
}
#header blockquote {
    font-size: 1.2em;
    margin: 0;
}
#header p {
    margin: 0;
}
#header ul li.last-child,
#header ul li:last-child
{
    border: 0;
}
#header ul li a {
    color: #666;
}
#header a:hover {
    color: #999;
}
#header fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
#header legend {
    display: none;
}
#footer {
    text-align: center;
}

.post {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
