
@import url(http://yui.yahooapis.com/3.3.0/build/cssbase/base-min.css);


/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Smythe);
@import url(http://fonts.googleapis.com/css?family=Michroma);
@import url(http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo);


html, body, header, nav { margin: 0px; }
html, body, header { padding: 0px; }

body {
    font-size: 20px;
    color: #f1f1f1;
    background-color: #444444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link, a:visited {
    color: #e18700;
    text-decoration: none;
    border-bottom: 1px solid #e18700;
}

a:hover, a:active {
    color: #f1f1f1;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

h1.page_title {
    color: #f1f1f1;
    float: left;
    font-size: 1.7em;
    font-family: Michroma, Arial, serif;
    margin: 0px 15px;
    padding: 0px;
    text-shadow: none;
}

.resume h2 {
    font-size: 1.1em;
}
.resume h3 {
    font-size: 0.8em;
    margin-left: 20px;
}


article h1 {
    margin-bottom: 0px;
    text-shadow: 1px 2px 2px black;
}

article time {
    display: block;
    font-size: 75%;
    margin-top: 0px;
    text-align: right;
}

header {
    display: block;
    float: left;
    background-color: #f1f1f1;
    width: 100%;
    background-image: url(white_marble.png);
    background-repeat: no-repeat;
    background-position: top right;
}

header h1 {
    color: #e18700;
    font-size: 2.5em;
    margin: 15px 10px 0px 25px;
    text-shadow: 3px 3px 2px #000;
    font-family: Michroma, Arial, serif;
}

header a { text-decoration: none; } /* for Google Chrome */

header h2 {
    font-family: "Swanky and Moo Moo", sans-serif;
    font-size: 1.5em;
    color: #181818;
    text-indent: 100px;
    margin-top: -10px;
    margin-bottom: 15px;
}

nav {
    display: block;
    float: left;
    margin-top: 0px;
    background-color: #181818;
    width: 100%;
    min-width: 580px;
}

nav ul {
    float: right;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

nav ul li {
    font-variant: small-caps;
    float: left;
    list-style: none;
    display: block;
    margin: 10px;
}

nav ul li a:link, nav ul li a:visited {
    color: #f1f1f1;
    display: block;
    float: left;
    text-decoration: none;
    padding: 2px 7px 4px 7px;
    border: 2px solid #e18700;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

nav ul li a:hover, nav ul li a:active {
    color: #f1f1f1;
    background-color: #252525;
    border: 2px solid #f1f1f1;
}

nav h2 {
    font-size: 1.3em;
    display: block;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f1f1f1;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid white;
    text-indent: 10px;
}

section.main_content {
    float: left;
    clear: left;
    display: block;
    background-color: #444444;
    width: 600px;
    padding: 20px 60px;
    -moz-box-shadow: 2px 3px 11px #000; /* FF3.5+ */
    -webkit-box-shadow: 2px 3px 11px #000; /* Saf3.0+, Chrome */
    box-shadow: 2px 3px 11px #000; /* Opera 10.5, IE9, Chrome 10+ */
}


section.resume {
    width: 700px;
    font-size: 0.9em;
}

.main_content > article {
    display: block;
    border-bottom: 1px solid white;
}

.main_content img {
    border: 5px solid black;
    padding: 8px;
}

aside {
    font-size: 0.75em;
    display; bock;
    float: left;
    max-width: 200px;
    margin-left: 30px;
}

footer {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

footer nav {
    border-top: 3px solid #f1f1f1;
    margin-bottom: 20px;
}


div.bio {
    float: left;
    clear: both;
    background-color: #252525;
    background-image: url(souya_stone.jpg);
    background-repeat: repeat;
    width: 100%;
}

.bio img {
    margin: 20px 10px 10px 60px;
}

.bio p {
    margin: 20px 60px 10px 10px;
}

img#me {
    float: left;
    margin-right: 20px;
    border: none;
}

footer p.copyright {
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    aside {
        display: none;
    }
}

@media screen and (min-width: 1190px) {
    div.bio {
        clear: none;
        float: right;
        position: relative;
        top: 10px;
        right: 10px;
        width: 400px;
        padding: 10px;
        border: 5px solid orange;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        
    }
}


