/*

Title: screen.css

Author: skim

Contents:

1. =R ESET
2. =F ONTS
3. =G LOBAL

/* =F O N T S
-------------------------------------------- */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansMono';
    src: url('fonts/DroidSansMono-webfont.eot');
    src: url('fonts/DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSansMono-webfont.woff') format('woff'), url('fonts/DroidSansMono-webfont.ttf') format('truetype'), url('fonts/DroidSansMono-webfont.svg#DroidSansMono') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =G L O B A L
-------------------------------------------- */

body {
    background: #FAF9F8;
    font-family: "kepler-std", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
    text-align: center;
}

a {
    color: #3B3A40;
}

a:hover {
    color: #3B3A40;
    text-decoration: none;
}

#footer {
    text-align: center;
    padding-bottom: 2em;
}
#footer a {
    text-decoration: none;
    text-transform:uppercase;
    color: #a9a9a9;
}

#footer a:hover {
    text-decoration: underline;
}

.content {
    margin: 0 auto;
    width: 800px;
    text-align: left;
    /*margin: 0 15%;*/
}

.bio {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 2em;
    text-align: left;
    padding: 20px;
    border: #ccc 1px solid;
    background-color: #EEE;

    padding-left: 140px;
    position: relative;
}

.clear { clear:both; }

.bio .image {
    margin: 20px;
    margin-top:25px;
    left: 0;
    position: absolute;
    top: 0;
}

.bio img {
    margin: 20px;
    margin-top:125px;
    left: 0;
    position: absolute;
    top: 0;
}

.bio .text {
}

.bio .text .title {
    font-weight: bold;
}


/* Start of Column CSS */
.container2 {
    clear:left;
    float:left;
    width:100%;
    overflow:hidden;
}
.container1 {
    float:left;
    width:100%;
    position:relative;
    right:50%;
}
.col1 {
    float:left;
    width:46%;
    position:relative;
    left:52%;
    overflow:hidden;
}
.col2 {
    float:left;
    width:46%;
    position:relative;
    left:56%;
    overflow:hidden;
}


.bounce {
    /*overflow: hidden;*/
    margin: 0 auto;
    margin-bottom: 2em;
    text-align: left;
    padding: 20px;
    /*border: #ccc 1px solid;*/
    /*background-color: #EEE;*/

    padding-left: 400px;
    position: relative;
}

.bounce .myposts {
    margin: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 350px;
}

.related {
    /*padding: 0 15%;*/
}

.strap {
    font-size: 80%;
    color: #A5A5A5;
}

h1, h2, h3, h4 {
    /*font-family: "DroidSansBold" line-height: 1em;*/
    font-family: 'DroidSansRegular';
}

h1 a, h2 a, h3 a, h4 a {
    color: #3B3A40;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: .25em;
    padding-bottom: 8px;
}

#header {
    font-family: 'DroidSansRegular';
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    background-color: #FAF9F8;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#header #title {
    font-size: 28px;
    /*padding-top: 8px;*/
    /*padding-bottom: 2px;*/
    font-weight: bold;
    text-align: center;
}

#header #misc {
    /*margin-top:0.3em;*/
    margin-bottom:0.2em;
    font-size: 14px;
    text-align: center;
}

#header #byline {
    padding-top: 0.5em;
    padding-right: 10px;
}

#header #byline p {
    margin: 0;
    margin-top: 2px;
}

#header #byline a {
    text-decoration: underline;
}

#header #byline a:hover {
    text-decoration: none;
}

#header img {
    border: 0;
}

#header #misc a:hover {
    color: #A5A5A5;
}

#header #misc a {
    color: #3B3A40;
    font-weight: bold;
}

#post {
    margin-top: 1em;
    padding-bottom: 0.1em;
}

#post p {
    line-height: 1.8em;
    font-weight: 300;
    font-size: 1.0em;
    margin: 0 auto;
    word-break: hyphenate;
}

#post p + p {
    text-indent: 2em;
}

#post .bubbles {
    color: #999;
    font-size: 14px;
    margin-left: 7px;
    padding: 5px 5px 3px 5px;
    background-color: #F9F9F9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 1px solid #eee;
}

#post blockquote {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1em;
    font-style: italic;
    padding: 1em 1em;
    margin: 1em 1em;
    color: #333;
}

#post code {
    /*color: black;*/
    /*background-color: #EEE;*/
    /*font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;*/
}

#post blockquote cite:before {
    content: '— ';
}

#post blockquote cite {
    text-align: right;
    color: #111;
    font-style: normal;
}

#post h1 a {
    line-height: 1.3em;
    font-size: 24px;
}

#post a {
    padding: 0 3px;
}

#post h2 {
    line-height: 1.2em;
    font-size: 20px;
}

#post h3 {
    line-height: 1.2em;
    font-size: 16px;
}

.g-plusone {

}
.twitter {
    padding-bottom: 0.1em;
}

em {
    color: #3B3A40;
}
table {
    background: #ccc;
    margin: 20px;
    border: #ccc 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


table th {
    padding: 4px 10px;
}

table td {
    background: #fff;
    padding: 2px 10px 4px 10px;
}

table tr.even td {
    background: #eee;
}
/*
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container2 table {
    background-color: #FAF9F8;
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}

.container2 table td {
    background-color: #FAF9F8;
    padding: 0px 3px 5px 0px;
}
    */