
/* Font styles */
body {
    background-color: white;
    color: #333;
    font-family: "abril-text", serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

h1 {
    margin: 0;
    padding: 0;
    color: #1d1d25;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 24pt;
    font-weight: normal;
}

h1 a {
    color: inherit !important;
}

h2 {
    margin: 15px 0;
    padding: 0;
    color: #1d1d25;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 200;
}

h3 {
    margin: 18px 0 6px;
    padding: 0;
    color: #9d9d85;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

small {
    font-size: 11px;
    color: #888;
}

.header-tagline {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 10pt;
    font-weight: 200;
    line-height: 1.3;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #e19c14;
    text-decoration: none;
}

a:hover {
    color: #7fd600;
}

.btn {
    color: #1d1d25;
    padding: 5px 10px;
    border: 1px solid #888;
    border-bottom-color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    text-align: center;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    background-color: #67ad00;
    background-image: -moz-linear-gradient(top, #7fd600, #67ad00);
    background-image: -ms-linear-gradient(top, #7fd600, #67ad00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fd600), to(#67ad00));
    background-image: -webkit-linear-gradient(top, #7fd600, #67ad00);
    background-image: -o-linear-gradient(top, #7fd600, #67ad00);
    background-image: linear-gradient(top, #7fd600, #67ad00);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#7fd600, #67ad00));

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn:hover {
    color: #1d1d25;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.05);
            box-shadow: inset 0 1px 5px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.05);
}

/* Bio styles */

.bio {
    font-style: italic;
    line-height: 24px;
}

/* Project styles */

.project {
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}

.project:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.project-name {
    display: inline-block;
    float: left;
    width: 190px;
    margin: 0 5px;
    padding: 0;
    text-align: right;
    font-style: italic;
    font-weight: bold;
}

.project-desc {
    display: inline-block;
    float: left;
    width: 590px;
    margin: 0 5px;
}

/* Blog summary styles */

.blog-entry {
    clear: both;
}

.blog-date {
    display: inline-block;
    float: left;
    width: 190px;
    margin: 0 5px;
    padding: 0;
    text-align: right;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

.blog-desc {
    display: inline-block;
    float: left;
    width: 590px;
    margin: 0 5px 15px 5px;
    font-style: italic;
    color: #888;
    line-height: 24px;
}

.blog-title {
    font-weight: bold;
}

/* The post */

.post-title {
    float: left;
    width: 190px;
    width: 190px;
    margin: 12px 5px;
    padding: 0;
    text-align: right;
}

.post-title .title {
    color: #1d1d25;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 21px;
    font-weight: normal;
}

.post-date {
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #888;
}

/* Comments */

.comment-date {
    display: inline-block;
    float: left;
    width: 190px;
    margin: 0 5px;
    padding: 0;
    text-align: right;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

.comment-body {
    display: inline-block;
    float: left;
    width: 590px;
    margin: 0 5px 15px 5px;
    line-height: 24px;
}

.comment-body a {
    font-style: italic;
    font-weight: bold;
}

.comment {
    padding: 0;
    margin: 0;
}

#leave-comment {
    padding-top: 25px;
}

/* Skeleton */

.container {
    width: 800px;
    margin: 0 auto;
}

header {
    margin-top: 50px;
}

.header-left {
    float: left;
    width: 190px;
    margin: 0 5px;
    text-align: right;
}

.header-right {
    float: left;
    width: 590px;
    margin: 0 5px;
    padding-top: 40px;
}

section {
    clear: both;
    padding-top: 25px;
}

.section-title {
    margin-left: 205px;
}

.section-right {
    width: 590px;
    margin: 0 5px 0 205px;
}

.clearfix {
    clear: both !important;
}

footer {
    clear: both;
    width: 590px;
    margin: 0 5px 0 205px;
    padding: 40px 0;

    font-size: 11px;
    color: #888;
    font-style: italic;
}

footer p {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

