/*
Theme Name: Heini
Theme URI: http://heinikarkkainen.com
Description: The default heinikarkkainen.com theme
Version: 1.0
Author: Aki Karkkainen
Author URI: http://www.akikoo.org
Tags: dark grey, custom header, flexible width, three columns

	This theme was designed and built by Aki Karkkainen,
	whose blog you will find at http://www.akikoo.org
*/

@import 'http://heinikarkkainen.com/wordpress_livesite/wp-content/themes/heini/css/reset.css';
@import 'http://heinikarkkainen.com/wordpress_livesite/wp-content/themes/heini/css/layout.css';

/* =Basic CSS rules for NN4.x and IE5.x/Mac 
-------------------------------------------------------------------------------------*/
body {color:#fff;background:#000;}
body {font-family:Georgia,Palatino,"Times New Roman",Times,serif;width:100%;font-family:sans-serif;}

/*Sizing type
-------------------------------------------------------------------------------------*/
html {font-size:16px;}    /*Make sure the default is always 16px*/
body {font-size:62.5%;}     /*16px * 62.5% = 10px : 1em now = 10px*/
p {font-size:1.2em;}        /*12px*/

/*Float clearing for a wrapper which contains floated elements
-------------------------------------------------------------------------------------*/
#wrapper{width:960px;overflow:hidden;}
