/*
Theme Name: Complexity
Version: 2.1.1
Theme URI: http://www.jasonbobich.com/
Description: A totally simple Wordpress CMS theme for your company.
Author: Jason Bobich
Author URI: http://www.jasonbobich.com
Tags: two columns, widgets, CMS, corporate, company

Complexity by Jason Bobich || http://www.jasonbobich.com
*/

/* CSS RESET */
@import url('layout/css/core/reset.css');

/* CORE CSS */
@import url('layout/css/core/core.css');

/* GRID */
@import url('layout/css/core/grid.css');

/* TYPOGRAPHY & GENERAL CLASSES */
@import url('layout/css/core/typography.css');

/* SHORTCODES CSS */
@import url('layout/css/core/shortcodes.css');

/* NAVIGATION CSS */
@import url('layout/css/core/nav.css');

/* WIDGETS CSS */
@import url('layout/css/core/widgets.css');

.post-date { 
	float:right; 
	width:52px; 
	height:49px; 
	background:url(layout/images/date-icon.png) no-repeat left top; 
	text-align:center;
	margin-right:10px;
	}	

.post-month { 
	float:left; 
	color:#fff; 
	line-height:22px; 
	font-weight:bold;
	text-align:center;
	width:50px;
	text-transform:uppercase}

.post-day {
	float:left; 
	color:#363636;
	line-height:15px; 
	font-weight:bold; 
	font-size:16px;
	text-align:center;
	width:50px;  
	line-height:24px;}

