/*
Theme Name: Complexity
Version: 2.2.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');

/* PRETTY PHOTO */
@import url('layout/plugins/prettyphoto/css/prettyPhoto.css');

/* NIVO SLIDER */
@import url('layout/plugins/nivo/nivo-slider.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');


#full-width-content .one-half {
width: 425px;
}
#full-width-content .one-third {
width: 280px;
}
#eModal-Container {
border: 5px solid #fff;
color: #fff;
background: #29729f !important;
width:450px;
}
#header .top {
float: right;
padding: 50px 20px 0 0;
}
#header #logo img {
margin: 0;
}
#slideshow {
/*background: #b5d1e2 url(../../images/style/body/light/slideshow.png) no-repeat !important;*/
background-color: #ffffff !important;
}
#full-width-content .one-fourth {
margin: 0 20px 0 0;
width: 210px;
}

/************Additional Styles - custom to NCT ***********************/
h2.page-title, .widget h2 /*, h3, h4*/
{
	border-bottom: 3px solid #f07903 !important;
}

#primary {
    width: 100%;  /*dmg:  1/24/2014 added because for some reason all pages were being skewed outside the #main page div - over to the right. this fixed it, but I'm not sure what caused the skew in the first place. */
}


/****WOOCOMMERCE CUSTOMIZATION ****/

/*remove woocommerce green sale button*/
body span.onsale {width:0 !important; display: none !important; }
body span.posted_in {display: none !important; }
.woocommerce div.product div.images {float:right; display: none !important; width:0 !important; height:0 !important;}
.woocommerce div.product div.summary { float:left !important;}


.woocommerce div.product div.summary { /*, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {*/
width: 90% !important;
}


/*************END WOOCOMMERCE CUSTOMIZATION ****/