/*
Theme Name: Avalon Style
Theme URI: http://www.monofactor.com
Description: A slick and customizable business portfolio &amp; blog theme by Onur Oztaskiran
Version: 1.5
Author: Onur Oztaskiran
Author URI: http://monofactor.com
Tags: avalonstyle, 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 */

/* All other skin/color related files are inside the assets/css/skins folder. */

@font-face { /* Museo Slab - Theme default font - change it in theme options if you want to */
	font-family: 'MuseoSlab'; src: url('assets/webfontkit/museo_slab_500-webfont.eot');
	src: local('☺'), url('assets/webfontkit/museo_slab_500-webfont.woff') format('woff'), 
	url('assets/webfontkit/museo_slab_500-webfont.ttf') format('truetype'), 
	url('assets/webfontkit/museo_slab_500-webfont.svg') format('svg');
	font-weight: normal; font-style: normal;
}

body {
	font: 13px Arial, Helvetica; 
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 10px;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}