html {
    overflow-x: hidden;
    overflow-y: scroll;
}

header p {
    font-size: 0.7em;
}

* {
    margin: 0px;
    padding: 0px;
}

#main_content {
    width: inherit;
}

.youtube-player {
    display: block;
    border: 1px solid black;
    margin: 0px auto 0px auto;
}

.cell {
    display: table-cell;
    width: inherit;
}

.content {
    font-size: 0.9em;
}

.content h1, h2, h3, h4, h5, h6 {
    margin: 5px 0px 0px 5px;
}

.code {
    padding: 2px;
    overflow-x: auto;
    background: #fff;
    border: 1px solid black;
}

.clickable {
    display: inline;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.button {
    padding: 3px;
    border: 1px solid #d7d7d7;
    background: white;
}

.content p {
    padding: 5px;
}

.content a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted black;
}

.content img {
    display: block;
    margin: 0px auto;
}

body {
    width: 1000px;
    margin: 1.8em auto 1.8em auto;
    background: url('/images/backgrounds/dark_wood.png') top left repeat;
    font-family: 'RobotoRegular';
}

header {
    padding: 5px 0px 5px 0px;
    text-align: center;
    border-bottom: 1px solid black;
    color: #fff;
    background-color: black;
    background: url('/images/backgrounds/dark_stripes.png') bottom left repeat;
}

#logo {
    margin-bottom: 1.6em;
}

div#tabs_container {
    height: 150px;
    display: table;
    width: 1000px;
    margin: 0px auto 0px auto;
    z-index: -1;
}

.shadow {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.5);
}

.wrapper {
    width: inherit;
    margin: 0px auto 0px auto;
    background: #fff url('/images/backgrounds/white_bg.png') top left repeat;
    border: 1px solid black;
    margin-bottom: 2em;
    font-size: 0.9em;
}

div.tab {
    display: table-cell;
    padding: 0.8em;
    border: 1px solid black;
    vertical-align: bottom;
    color: #FFF;
    font-size: 0.8em;
    z-index: 0;
    box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.8);
    width: 10px;
    cursor: pointer;
}

.tab.active {
    width: 1000px;
}

div#overlay {
    pointer-events: none;
    height: 2.4em;
    z-index: 1;
    background: url('/images/backgrounds/highlight.png') bottom left repeat;
    position: relative;
    top: -2.4em;
}

div#blog {
    background: #FFF url('/images/tabs/hug.jpg') center left no-repeat;
}

div#portfolio {
    background: #FFF url('/images/tabs/autumn.jpg') top left no-repeat;
}

div#cv {
    background: #FFF url('/images/tabs/flowers.jpg') center left no-repeat;
}

div#no {
    background: #FFF url('/images/tabs/flower.jpg') center left no-repeat;
}

div#more {
    background: #FFF url('/images/tabs/winter.jpg') center left no-repeat;
}

div#sixth {
    background: #FFF url('/images/tabs/flashig.jpg') center left no-repeat;
}

ul {
    margin: 5px 0px;
    list-style: none;
    text-indent: .4em;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('/fonts/roboto-regular-webfont.eot');
    src: url('/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-regular-webfont.woff') format('woff'),
         url('/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('/fonts/roboto-regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}