/*
Theme Name: Defpattern
Theme URI: http://wordpress.org/
Description: Defpattern
Version: 1.0
Author: Oskar Krawczyk
Author URI: http://nouincolor.com/
Tags: epic
*/

@import url(static/css/screen.css);

html {
	-webkit-font-smoothing: antialiased;
}

.postTitle {
	position: absolute;
	top: -9000em;
	left: -9000em;
}

/*html {
	overflow: auto;
}*/

/* As seen over at http://maxvoltar.com/assets/css/master.css (using RGBA instead of a solid color) */

/* Need to put this in webkit.css */
/*body {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
	-webkit-transform: scale(1);
}

::-webkit-scrollbar-thumb:hover {
	-webkit-transform: scale(1.2);
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
}*/
