/*   
Theme Name: Name
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.
*/

/*
*************************************************

SEBASTIAN NITU
WordPress Router File

Created by Sebastian Nitu
http://www.sebnitu.com

*************************************************

Colors		--------------------------
	- Black:	#000000;
	- Black:	#000000;
	- Black:	#000000;
	- Black:	#000000;
	- Black:	#000000;

Font Sizes 	--------------------------
	16px * .75 = 12px (base size)
	
	12px * 3	 = 36px	
	12px * 2	 = 24px	
	12px * 1.666 = 20px	
	12px * 1.5	 = 18px	
	12px * 1.333 = 16px	
	12px * 1	 = 12px	
	12px *  .916 = 11px	
	12px *  .833 = 10px	
	12px *  .75  =  9px	

*/

@import "css/reset.css" screen; /* reset stylesheet */
@import "css/main.css" 	screen; /* main screen stylesheet */

@import "css/print.css" print; /* print stylesheet */
