/*
Theme Name: Arpora
Theme URI: http://www.monofactor.com
Description: A slick and customizable portfolio &amp; blog theme by Onur Oztaskiran
Version: 1.0.5
Author: Onur Oztaskiran
Author URI: http://monofactor.com
Tags: arpora, css3, html5, crisp
*/

@import "assets/css/layout.css"; /* the layout and block level styles of the theme */
@import "assets/css/common.css"; /* common classes and themewide element declarations */
@import "assets/css/colors.css"; /* default theme colors and skin styles */

body {
	font: 15px 'Droid Sans', 'Trebuchet MS', Arial, Helvetica; 
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 10px;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}