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

/* 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');

.fancyButton {
	width: 205px;
	height: 100px;
	-webkit-appearance: none;
	border: 1px solid #9C041D;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: white;
	font-size: 18px;
	cursor: pointer;
	background-color: #db5e73;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db5e73), to(#9d031d));
	background-image: -webkit-linear-gradient(top, #db5e73, #9d031d);
	background-image: -moz-linear-gradient(top, #db5e73, #9d031d);
	background-image: -o-linear-gradient(top, #db5e73, #9d031d);
	background-image: -ms-linear-gradient(top, #db5e73, #9d031d);
	background-image: linear-gradient(top, #db5e73, #9d031d);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#db5e73', EndColorStr='#9d031d');

}

.logobanner {
	text-align: center;
	width: 100%;
	background-color: #FFF;
}

/* gallery overrides */

html>body .ngg-album {
overflow: hidden;
padding: 5px;
margin-bottom: 15px;
border: 1px solid #cccccc;
float: left;
display: block;
width: 280px;
}

.ngg-albumtitle {
text-align: left;
font-weight: bold;
margin: 10px 0 -10px 0 !important;
padding: 0px;
font-size: 1.4em;
}

.hometext {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	padding: 10px 40px 20px 10px;
}
.hometext  p:first-child:first-letter {
	float: left;
	color: #903;
	font-size: 75px;
	line-height: 50px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia;
}

.nobr {
	white-space: nowrap;
}

#home-content h1 {
	color: #903;
}
body {
	background-color: #42474E !important;
	background-image: none !important;
}

ul.locations {
	list-style: none;
	margin: 5px 0 10px;
}

ul.locations li {
	float: left;
	text-align: center;
	list-style: none;
	background-image: none;
	font-size: 16px;
	line-height: 1.3;
	margin-right: 35px;
}

ul.locations li:last-child {
	margin-right: 0;
}