@import 'framework/reset.css';
@import 'framework/structure.css';
@import 'framework/typography.css';
@import 'framework/common.css';

/*-----------------------------------*/
/* COMMON                            */
/*-----------------------------------*/

body {
    background-color: #8ebc5b;
}

body, p, h1, h2, h3, h4, ol, ul, li, form, input, textarea, table, td, th, fieldset, pre {
    color: #303030;
}

a {
    color: #dd6262;
}

a img {
    border: none;
    vertical-align: middle;
}

p {
    max-width: 700px;
    line-height: 175%;
}

h1, h2, h3, h4 {
    color: #231714;
}

h2 {
    font-size: 18px;
}

#body {
    width: 1110px;
}

/*-----------------------------------*/
/* SIDEBAR                           */
/*-----------------------------------*/

#sidebar {
    float: left;
    margin-left: 30px;
}

#sidebar-content {
    background-color: #eceff2;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-box-shadow: 0 0 10px #4b682b;
    -webkit-box-shadow: 0 0 10px #4b682b;
    box-shadow: 0 0 10px #4b682b;
    padding-bottom: 20px;
}

#sidebar .column {
    float: left;
    width: 150px;
    padding: 0 40px 0 30px;
}

#sidebar h3 {
    color: #dd6262;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
}

#sidebar h4 {
    color: #747c83;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
}

#sidebar p {
    color: #747c83;
    text-shadow: 0 1px 0 #fff;
}

/*********** HEADER ***********/

#header {
    background-color: #dde3e8;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
}

/*********** NETWORKS ***********/

#networks {
    padding: 10px 5px 0 5px;
}

#about, #twitter, #hellohype, #tumblr {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px; 
    margin-bottom: 10px;
}

#about p, #twitter p, #tumblr p {
    padding-top: 0;
}

#networks .thumbnail img {
    -moz-box-shadow: 0 0 3px #444;
    -webkit-box-shadow: 0 0 3px #444;
    box-shadow: 0 0 3px #444;
}

#networks .thumbnail:hover img {
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
}

#about h3 {
    padding-bottom: 2px;
}

#twitter h3, #tumblr h3 {
    padding-bottom: 0;
}

#twitter .date, #tumblr .date {
    color: #7d96ac;
    font-size: 10px;
}

#dribbble .thumbnail img {
    border: 2px solid #fff;
}

#dribbble .thumbnail:nth-child(2) {
    display: block;
    margin-bottom: 8px;
}

#dribbble .thumbnail:nth-child(3) img, #dribbble .thumbnail:nth-child(4) img {
    height: 50px;
    width: auto;
}

#hellohype .thumbnail {
    position: relative;
}

#hellohype .thumbnail:nth-child(2) {
    display: block;
    margin-bottom: 8px;
    width: 130px;
}

#hellohype .thumbnail:nth-child(3), #hellohype .thumbnail:nth-child(4) {
    display: inline-block;
}

#hellohype .thumbnail:nth-child(3) img, #hellohype .thumbnail:nth-child(4) img {
    width: 50px;
}

#hellohype .thumbnail:nth-child(4) {
    margin-left: 5px;
}

#hellohype .thumbnail:hover {
    text-decoration: none;
}

#hellohype .thumbnail .details {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 30px;
}

#hellohype .thumbnail .details .wrap {
    position: absolute;
    display: block;
    width: 300px;
    background-color: #dd6262;
    opacity: 0.7;
    height: 20px;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    font-weight: bold;
    padding: 5px 4px;
    bottom: -30px;
    left: 0;
}

#hellohype .thumbnail .details .title, #hellohype .thumbnail .details .author {
    display: block;
}

#hellohype .thumbnail .details .author {
    color: #b22c2c;
}

#projects a {
    display: block;
    margin: 10px 0;
}

#projects h3 {
    padding-bottom: 0;
}


/*-----------------------------------*/
/* CONTENT                           */
/*-----------------------------------*/

#content {
    float: left;
    margin-left: 30px;
    width: 600px;
}

#blog-head {
    border-bottom: 1px solid #a8cb81;
    padding: 15px 0 7px 20px;
}

#blog-head h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
}

#blog-head h2 a {
    font-size: 12px;
    font-weight: normal;
    color: #c3dca8;
    margin-left: 5px;
    font-family: Georgia, serif;
    font-style: italic;
    vertical-align: top;
    text-transform: none;
}

.article {
    margin-bottom: 10px;
}

.article-content {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 481px;
    float: left;
}

.article h2.article-title, #archive h3 {
    font-size: 18px;
    color: #506f2d;
    text-shadow: 0 1px 0 #b0d08c;
}

.article h2.article-title {
    background: transparent url(../images/post_tail.png) no-repeat bottom 30px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.article h2.article-title a, #archive h3 a {
    color: #506f2d;
}

.article h2.article-title a:hover {
    text-decoration: none;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
    color: #303030;
}

.article-content p, .article-content li {
    font-size: 16px;
    font-family: Georgia, serif;
    color: #303030;
}

.article-content img {
    margin-bottom: 18px;
}

.article .details {
    margin-top: 10px;
}

.article .details .more {
    background-color: #dd6262;
    padding: 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.article .details .comments {
    font-family: Georgia, serif;
    font-style: italic;
    color: #ababab;
    margin-left: 10px;
}

.article .date {
    margin-top: 20px;
    float: left;
    font-weight: bold;
    color: #8ebc5b;
    background-color: #74a142;
    padding: 7px 7px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.article .date .day {
    font-size: 48px;
    line-height: 40px;
    float: left;
}

.article .date .month {
    clear: left;
    margin-right: 5px;
    text-transform: uppercase;
}

.article .date .month, .article .date .year {
    float: left;
    line-height: 12px;
}

/*********** COMMENTS ***********/

#comments-tail {
    margin-left: 30px;
}

#comments-tail img {
    vertical-align: bottom;
}

#comments {
    background-color: #7ba749;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 485px;
    margin-bottom: 20px;
}

#comments h3 {
    font-size: 18px;
    color: #506f2d;
}

#comments a {
    color: #b2ff5c;
}

/*********** ARCHIVE ***********/

#archive .archive-month {
    color: #6e993e;
    font-size: 18px;
    border-bottom: 1px solid #7ead48;
    padding-left: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

#archive ul {
    list-style: none;
}

#archive .archive-day {
    color: #fff;
    text-shadow: none;
}


/*-----------------------------------*/
/* FOOTER                            */
/*-----------------------------------*/

#footer {
    float: left;
    clear: left;
    margin: 15px 0 0 20px;
    padding-bottom: 15px;
    color: #3c5f17;
    font-weight: bold;
    font-size: 10px;
}

#footer a img {
    margin: 0 10px;
}

#footer img {
    vertical-align: middle;
}


/*-----------------------------------*/
/* FORMS                             */
/*-----------------------------------*/
/*

form {
    width: 800px;
}

textarea {
    height: 70px;
}

input[type="text"], textarea {
    width: 320px;
}

input[type="submit"] {
    margin: 20px 0 0 0;
}

form span em {
    color: #888;
    font-style: normal;
}

label img, legend img {
    vertical-align: middle;
    margin-left: 10px;
}

fieldset {
    border: none;
    margin: 15px 0 0 0;
    padding: 0;
}

legend {
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0;
}

fieldset ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

fieldset li {
    padding: 5px 0;
    width: 750px;
    float: left;
    display: inline;
}

fieldset li span {
    display: block;
}

fieldset label {
    display: block;
    font-weight: bold;
    padding: 0 0 3px 0;
}

fieldset span label {
    font-weight: normal;
}
*/

