/* 	
	File Name:		1.stylesheet.CSS
	File URI: 	
	Description:	Initial Stylesheet.
					Imports the reset sytlesheets, common style, html, and layouts.
	
	Versions:		v0.0.1
						
	
	Author:			Kevinjohn Gallagher
	Author URI:		http://www.KevinjohnGallagher.com


*/


	@import "2.standards.css";
	@import "3.reset.css";
	@import "4.constants.css";
	@import "5.html.css";
	@import "6.layout.css";

* {
-webkit-background-clip: padding-box !important;
-webkit-font-smoothing: antialiased !important;
}

body {
font: 13px/1.7 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font: 16px/25px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
color: #484D50;
}

/*

#content, .narrowcolumn
{
background-color: white;
border: 1px solid #B4B4B4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #CCC 0px 2px 8px;
-moz-box-shadow: #CCC 0px 2px 8px;
box-shadow: #CCC 0px 2px 8px;
padding: 35px;
}



div.inner_wrapper{
	min-width: 325px;
	width: 895px;
	margin: 0px auto;
}
*/

.blogPost {
	width: auto;
}

