/*--------------------------------------------------
About the CSS files employed at shufflesome.com:
Author: Alexander Ebrahim Schneider, www.alexome.com

The starting point for composing this stylesheet was 
the Six Apart base theme included with MT 4.01.
---------------------------------------------------*/

/*Import stylesheets*/
@import url("http://www.shufflesome.com/master.css");
@import url("http://www.shufflesome.com/blog.css");

/*Universal rules*/
body {
	background: #F5F5F5;
	text-align: left;
	color: #404040;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 100%;
	font-size: 0.75em; /* 16x0.75=12 */
	line-height: 1.125em; /* 16×1.125=18 */
}