/* Text style generated by Font Squirrel (http://www.fontsquirrel.com) on June 28, 2013 08:35:16 AM America/New_York */



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

}

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

}

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

}

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

}


html {
	overflow-y: auto;
	/* Kudos to @sami for pointing out that setting the overflow to "auto" instead of "hidden" fixes the keyboard nav bug! */
	background-color: transparent;
}

@media only screen and (max-device-width:480px) {
	html {
		overflow: auto;
	}
}



body.custom {

	background-position: center top;
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
		left: 0;
		bottom: 0;
		right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}


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

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 2px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #9b9b9b;
    -webkit-border-radius: 12px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #c6c6c6;
    -webkit-border-radius: 9px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #369;
    -webkit-border-radius: 6px;
}

