/*
Theme Name: Complexity
Version: 2.1.2
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');

.highlightit2 img{
padding: 5px;
border: solid 1px #EFEFEF;
}

.highlightit2:hover img{
border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

/* WIDGETS CSS */
@import url('layout/css/core/widgets.css');